body {
   padding: 0px;
   margin: 0px;
   font-family: Tahoma, Arial, Comic Sans Ms;
   font-size: 12px;
   color: #D5D5D5;
   background-color:#000000;
   text-align:center;   
}

#all {

   width: 982px;
   margin-left:auto;
   margin-right:auto;
}


#top {
   width: 980px;
   margin-top:20px;
   height:249px; 
   border-left:#00FF00 1px solid; 
   border-right:#00FF00 1px solid; 
   border-top:#00FF00 1px solid;
}

#bottom {
   float:left;
   width: 960px;
   margin-bottom:20px;
   background-color:#FFAE16;
   border-left:#00FF00 1px solid; 
   border-right:#00FF00 1px solid; 
   border-bottom:#00FF00 1px solid;
   color:#000000;
   padding:10px;
 }
 
 #content {
 float:left;
   width: 980px;
   border-left:#00FF00 1px solid; 
   border-right:#00FF00 1px solid; 
    background-image:url(../gfx/bg.gif);
 }
 
div {
text-align:justify}

   
a {
	COLOR: #AA0000; TEXT-DECORATION: none; font-weight:bold;
}
a:hover {
	  TEXT-DECORATION: underline;
}

img{
border: 0px;
}

img.illustrate{
border:#FFAE16 3px solid;
}


p.header{
color:#FFFFFF;
font-weight:bold;
}


div.WebManagerBox
{
    position: absolute;
	cursor: move;
    width: 608px;
    height: 206px;
    font: 10px Verdana;
    text-align: center;
    border: 1px solid Black;
	background-image:url(WebManager/gfx/bg_admin_box.jpg);
	filter:alpha(opacity=0);
	
}

input.login_input{border:1px #FFFFFF solid; background-image:url(../WebManager/gfx/bg_edit_login_box.jpg); background-attachment:fixed; width:233px; height:14px; color:#FFFFFF; padding:10px; margin-bottom:5px;}

input.login_btn{
style="width:163px; height:26px; background-image:url(../WebManager/gfx/login_btn.jpg);}

.tab
{
    width: 53px;
    height: 53px;
    clear: none;
    float: left;
    cursor: pointer;
    margin: 4px;
}

.tabContent
{
    width: 220px;
    height: 120px;
    clear: left;
    float: left;
    font: 11px Verdana;
    margin: 2px;
    padding: 5px;
    overflow: auto;
    border: 1px solid black;
}
