/*

 */



BODY{ 
  font-family: sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #FFFFFF; 
  margin: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0px;
  border: none;
  text-align: center;
}

HTML{
  height: 100%;
}

/*A few tags get default properties*/
A:link		{ Color: Black; text-decoration: none; } 
A:visited	{ Color: Black; text-decoration: none; } 
A:active	{ Color: Black; text-decoration: none; }
A:hover		{ Color: Black; text-decoration: none; }

.textlink:link		{ Color: Red; text-decoration: none; } 
.textlink:visited	{ Color: Red; text-decoration: none; } 
.textlink:active	{ Color: Red; text-decoration: none; }
.textlink:hover		{ Color: Red; text-decoration: underline; }

INPUT{ border: 1px solid black; font-weight: normal;}
TEXTAREA{ border: 1px solid black; font-weight: normal;}
IMG{ color: white; background-color: transparent;}




#my_file_menu{
  width: 616px;
  margin: 0 auto;
}

#file_list{
  width: 100%;
  margin: 0 auto;
}

#lbzlogo {
  width: 600px;
  height: 115px;
  position: relative;
  top: 23px;
  float: left;
  background: center no-repeat url('images/lbzlogo.gif');
}

.dev_center {
  width: 794px;
  margin: auto;
  text-align: center;
}

#forum_page
{
  width: 724px;
  border: 1px solid white;
  padding: 5px;
  margin: 20px;
  text-align: center;

}

#desc_of_file
{
  /*background-color: black;*/
  display: block; 
  height: 40px;
  margin: 0 auto;
  overflow: auto;

  -moz-border-radius: 7px;
  border: 1px solid #ff9900;
  background-color: #ffc061;
  width: 724px;
  padding: 5px;
}
#whole-site
{
  display: block;
  margin: 0px auto;
  width: 1024px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

#footer {
  width: 1024px;
  height: 31px;
  font-size: 10px;
  /*vertical-align: center;*/
  line-height: 31px;
  color: #ffffff;
  background: center repeat-x url("images/footerbg.jpg");
}

.ads {
  /*clear: both;*/
  float: right;
  height: 420px;
  width: 130px;
}
#head_banners
{
  text-align:center;
}
#google_banner
{
  float:left;
}

.menu_item
{
  display: block;
  float: right;
  background: center no-repeat url("images/Button_normal.png");
  width: 64px;
  height: 19px;
  padding: 0px;
  margin-top: 5px;
}
.menu_item:hover
{
  background: center no-repeat url("images/Button_pressed.png");
}
.menu_item_text
{
  display: block;
  height: 19px;
  overflow: hidden;
  width: 64px;
  font-weight: bold;
  font-size: 20px;
  color: black;
  cursor: pointer;
}
.menu_item_text:hover
{
}

#tab-menu{
  margin:0 auto;
  width: 840px;
}

.tab-spacer-right{
  float:left;
  border-bottom:1px solid black;
  line-height:20px;
  height:20px;
  display:block;
  padding:2px;
  width:auto;
}
.tab-spacer-left{
  float:left;
  border-bottom:1px solid black;
  line-height:20px;
  height:20px;
  display:block;
  padding:2px;
}


.tab-selector-active{
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding:2px;
  display: block;
  width: 90px;
  overflow:hidden;
  float:left;
  height:20px;
  line-height:20px;
  z-index:2;

}

.tab-selector-notactive{
  border: 1px solid black;
  padding:2px;
  background-color: #999999;
  display: block;
  width: 90px;
  overflow:hidden;
  float:left;
  height:20px;
  line-height:20px;
  z-index:0;
}

.tab-pane{
  z-index:1;
  border: 1px solid black;
}

#file_list .tab-pane{
  overflow:auto;
  height: 380px;
  width: 840px;
  margin: 0 auto;

}


.sub_menu_item
{
  -moz-border-radius: 7px;
  border: 1px solid #ff9900;
  background-color: #ffc061;
  width: 150px;
  text-align: center;
  color: black;
  float: left;
  font-weight: bold;
  cursor: pointer;
}

.sub_menu_item:hover
{
  border: 1px solid #ff9900;
}

#galleries_menu .sub_menu_item{
  display: block;
  background-color: #00002C;
  border: 1px white solid;
  color: white;
  float: none;
  padding: 3px;
  margin: 10px;

}

#galleries_menu .sub_menu_item:hover{
  border: 1px red solid;
  color: red;
}

#login_menu .sub_menu_item
{
  background-color: transparent;
  border: 0px white solid;
  float: none;
  font-weight: normal;
  color: black;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

#login_menu .sub_menu_item:hover
{
  color: red;
}

.newstitle
{
  font-weight: bold;
}

.news_item
{
  width: 724px;
  padding: 5px;
  margin: 0 auto;
  background-color: #FFFFFF;	
}

.news_header
{
  width: 716px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  -moz-border-radius: 7px;
  background-color: #ffc061;
  border: 1px solid #ff9900;
}

.news_header_small
{
  width: 416px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  -moz-border-radius: 7px;
  background-color: #ffc061;
  border: 1px solid #ff9900;
}

.news_body
{
  width: 716px;
  text-align: left;
  padding: 5px;
  border: 1px solid #c1c1c1;
  -moz-border-radius: 7px;
}


.login_box
{
  margin-right: 5px;
  margin-top: 10px;
  float: right;
  color: black;
  background: transparent;
  border: 0px;
}
.logo
{
  background-image: url("images/bannerbg.jpg");
  width: 1024px;
  height: 128px;
  background-repeat: repeat-x;
}

.menu
{
  width: 1024px;
  height: 32px;
}

#Main_Content_Frame
{
  /*display: block;*/
  float: left;
  width: 892px;
  overflow: auto;
  height: 580px;
}

IMG
{ 
  color: White;
  Border: none;
  background-color: #00002C;
  Padding: 0px;
  margin: 0px;
}

IMG.thumbnail
{ 
  Border: 1px outset;
} 

.login_border {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  float: left;
  margin-left: 2px;

}

.login_box INPUT
{
  border-top:solid 0px #FFFFFF;
  border-bottom:solid 0px #FFFFFF;
  border-left:none;
  border-right:none;
  background: transparent;
  color: black;
  font-weight: bold;
}

.thumb_box
{
  border:solid 1px black;
  -moz-border-radius: 7px;
  Padding: 10px;
  margin: 5px;
  width: 100px;
  text-align: center;
  float: left;
  overflow: hidden;
}

.ads .thumb_box
{
  float: right;
}

#Main_Content_Frame .thumb_box
{
  height: 100px;
}

.mod_list_item
{
  -moz-border-radius: 7px;
  width: 724px;
  border: 1px solid #c1c1c1;
  text-align: left;
  padding: 5px;
  /*margin: 20px;*/
  margin: 0 auto;
  margin-bottom: 20px;

}
.mod_list_item_title
{
  background-color: #ffc061;
  border: 1px solid #ff9900;
  -moz-border-radius: 7px;
  text-align: center;
  padding: 3px;
  margin-bottom: 5px;
}
.modname
{
  font-weight: bold;
}
.subtitle
{
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.thumb_desc
{
  font-size: 10px;
}

.filemanager_file
{
  background-color: #00FF00;
  color: black;

}

.filemanager_file_notyours
{
  background-color: #FF0000;
}

.file_table
{
  width: 724px;
  padding: 5px;
  /*margin: 20px;*/
  margin: 0 auto;
  color: black;
}


.td_owner_name
{
  width: 100px;
  height: 24px;
  overflow: hidden;
}

.td_filename
{
  width: 299px;
  overflow: hidden;
  text-align: left;
}
.td_desc
{
  width: 25px;
  overflow: hidden;
}
.td_delete
{
  width: 100px;
  text-align: center;
  overflow: hidden;
}

.td_pub
{
  width: 100px;
  text-align: center;
  overflow: hidden;
}
.td_checked
{
  width: 100px;
  text-align: center;
  overflow: hidden;
}

/*
NEWS ADD FORM:
 */

#news_title_text{
  margin-right: 90px; 
  width: 580px;
  float: right;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 7px;
  background-color: #ffc061;
  border: 1px solid #ff9900;
  margin-bottom: 5px;
}

.news_form_quickhelp{
  margin-left: 80px; 
  width: 100px;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 3px;
  -moz-border-radius: 7px;
  background-color: #ffc061;
  border: 1px solid #ff9900;
}

*html .news_form_quickhelp{
  margin-left: 40px;
  text-align: right;
}

#news_form_text{
  margin-right: 90px; 
  float: right;
  width: 580px;
  -moz-border-radius: 7px;
  border: 1px solid #c1c1c1;
  padding: 5px;	
  font-family: sans-serif;
}

#page_title_text{
  margin-right: 90px; 
  width: 580px;
  float: right;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 7px;
  background-color: #ffc061;
  border: 1px solid #ff9900;
  margin-bottom: 5px;
}

.page_form_quickhelp{
  margin-left: 80px; 
  width: 100px;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 3px;
  -moz-border-radius: 7px;
  background-color: #ffc061;
  border: 1px solid #ff9900;
}

*html .page_form_quickhelp{
  margin-left: 40px;
  text-align: right;
}

#page_form_text{
  margin-right: 90px; 
  float: right;
  width: 580px;
  -moz-border-radius: 7px;
  border: 1px solid #c1c1c1;
  padding: 5px;	
  font-family: sans-serif;
}
/*
EDITOR SPECIFIC ELEMENTS:
 */

#editor_fileselector{
  display: inline;
  position: absolute;
  z-index: 10;
  width: 500px;
  height: 300px;
  top: 170px;
  left: 180px;
  padding: 10px;
  -moz-border-radius: 7px;
  background-color: #ffc061;
  border: 1px solid #ff9900;
}


.tjustify_left{
  margin: 0 auto;
  width: 500px;
  text-align: left;
  font-weight: bold;
  border: 1px solid #ff9900;
  -moz-border-radius: 7px;
}

#editor_filelist{
  background-color: White;
  width: 450px;
  height: 250px;
  margin: 0 auto;
  -moz-border-radius: 7px;
  border: 1px solid #ff9900;
  overflow: auto;
}

/*
COOL TAG related CSS:
 */

.orangebox{
  width: 724px;
  margin:auto;
  padding: 10px;
  -moz-border-radius: 7px;
  background-color: #ffc061;
  border: 1px solid #ff9900;
}


#headline{
  margin: 0 auto;
  font-style: italic;
  padding: 10px;
  width: 734px;
  cursor: pointer;
  -moz-border-radius: 7px;
  border: 1px solid #ff9900;
}

#headline_small{
  margin: 0 auto;
  font-style: italic;
  padding: 10px;
  width: 434px;
  cursor: pointer;
  -moz-border-radius: 7px;
  border: 1px solid #ff9900;
}
#site-loading{
  display: none;
  position: absolute;
  top: 40%;
  /*margin: 0 auto;*/
  left: 30%;
  z-index: 13;
  font-size: 32px;
  font-weight: bolder;
  background-color: #ffffff;
  padding: 15px;	
  -moz-border-radius: 10px;
  border: 2px solid #ff9900;
}
