/*MAIN CSS Document for Website */
/*body{
	padding:0px;
	margin:0px
}*/
#screen
{
	width:99.9%;
	height:99.8%;
	border:solid 1px #ccc;
	background-color: #000;
	filter:alpha(opacity=60); 
	-moz-opacity: 0.6; 
	opacity: 0.6;
	z-index:1000;
	position:absolute;
	margin:0px;
	padding:0px;
}
#main
{
	z-index: 0;
	position:absolute;
	/*margin:0 auto;*/
	margin-left: -480px;
	padding:0px;
	left:50%;
	/*right:0;	*/
	width: 960px;
}
#admin
{
	width:99.9%;
	/*height:99.8%;*/
	position:absolute;
	z-index:2000;
	margin:0px;
	margin-left:2px;
	padding:0px;
}
#control_panel
{
	float:left;
	width:99.9%;
	height:50px;
	background-color: #000;
	margin:0px;
	padding:0px;
	color:#fff;
	/*border:solid 1px #999;*/
}
#control_panel_fake
{
	
	height:50px;
	background-color: #000;
	margin:0px;
	padding:0px;
	color:#fff;
	/*border:solid 1px #999;*/
}
	
#auth_form
{
	margin:9px 0 0 50px;
	width:580px;
	height:25px;
	float:left;
	border:solid 1px #fff;
	font-size:12px;
	font-family:Verdana,Arial;
	padding:3px;
	/*For mozilla and chrome*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#main_ctrl
{
	margin:9px 0 0 50px;
	width:400px;
	height:25px;
	float:left;
	border:solid 1px #fff;
	font-size:12px;
	font-family:Verdana,Arial;
	padding:7px 0 0 3px;
	/*For mozilla and chrome*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#main_ctrl input
{
	margin:-4px 2px 0 2px;
	width:100px;
	height:25px;
	border:solid 1px #fff;
	padding:0px;
	cursor:pointer;
	/*For mozilla and chrome*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#main_ctrl input:hover
{
	background-color:#66ccff;
}
#ctrls
{
	margin:9px 0 0 80px;
	width:600px;
	height:25px;
	float:left;
	/*border:solid 1px #fff;*/
	font-size:12px;
	font-family:Verdana,Arial;
	
	/*For mozilla and chrome*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#error
{
	margin:9px 0 0 80px;
	width:300px;
	height:25px;
	float:left;
	font-size:12px;
	font-family:Verdana,Arial;
	color:red;
	
}
#ctrls input
{
	margin:4px 2px 0 2px;
	width:100px;
	height:26px;
	float:left;
	border:solid 1px #fff;
	padding:0px;
	cursor:pointer;
	/*For mozilla and chrome*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
#ctrls input:hover
{
	background-color:#66ccff;
}
#ctrls a.active
{
	background-color:blue;
}

/*Display Screen*/
#display_panel
{
	width:960px;
	height:85%;
	margin:60px auto;
	border:solid 1px #999;
	
	
}
#topmenubar
{
	width:100%;
	height:4%;
	background-color:#ccc;
	float:left;
	text-align:right;
	font-size:10px;
	font-family:Verdana,Arial;
	
}
#topmenubar a
{
	margin-top:5px;
	margin-right:3px;
}
#display_content
{
	width:100%;
	height:98%;
	float:left;
	padding:0px;
	background-color:#fff;
	font-size:11px;
	font-family:Verdana,Arial;
	overflow:auto;
}
#screen_title
{
	float:left;
	font-weight:bold;
}
#saveDIV input
{
	color:#1874CD;
	font-size:10px;
	font-weight:bold;
}
.groups
{
	margin:3px;
}
.groups textarea
{
	width:98%;
	height:380px;
	margin-left:3px;
}
.label
{
	clear:both;
	width:150px;
	float:left;
	margin:2px;
	margin-left:5px;
}

.con
{
	margin:2px;
}
/*TABBED DATBASE MENU*/
pre {text-indent: 30px} 

#tabmenu { 
color: #000; 
border-bottom: 1px solid #ccc; 
margin: 12px 0px 0px 0px; 
padding: 0px; 
z-index: 1; 
padding-left: 10px; 

} 
#tabmenu ul{
	width:200px;
	height:40px;
}
#tabmenu li { 
display: inline; 
overflow: hidden; 
list-style-type: none;
margin:5px;
 } 

#tabmenu a, a.active { 
color: #fff; 
background: #ccc;

font: normal 1em verdana, Arial, sans-serif; 
border: 1px solid #ccc; 
padding: 2px 5px 0px 5px; 
margin: 0px; 
text-decoration: none;
cursor:hand; } 

#tabmenu a.active { 
background: #ffffff; 
border-bottom: 3px solid #ffffff; 
color: #ccc; 
} 

#tabmenu a:hover { 
color: #DEDECF; 
background: #ccc; } 

#tabmenu a:visited { 
color: #E8E9BE; } 

#tabmenu a.active:hover { 
background: #ffffff; 
color: #DEDECF; } 

#tabcontent {font: 10px verdana, sans-serif; 
text-align: justify; 
background: #ffffff; 
padding: 5px; 
border: 0px solid #ccc; 
border-top: none; 
z-index: 2; } 

#tabcontent a { 
text-decoration: none;  } 

#tabcontent a:hover { background: #aaaaaa; } 
