body { 
	margin:0 10px;
	font-family:Verdana,Arial,sans-serif; font-size:12px;
	background-color:#737373; }
input, textarea, select { 
	font-family:Verdana,Arial,sans-serif; font-size:11px; }
input.defaultbtn {
	padding:5px 20px; font-weight:bold;}
.hed { 
	font-size:14px; font-weight:bold; }
h1 { 
	font-size:18px; font-weight:bold; 
	margin-bottom:5px; }
h2 { 
	font-size:14px; font-weight:bold; 
	margin-bottom:5px; }
h3 { 
	font-size:12px; font-weight:bold; 
	margin-bottom:5px; }
.lg { 
	font-size:14px;}
.semism { 
	font-size:11px;}
.sm { 
	font-size:10px;}
.tiny { 
	font-size:9px;}
	
a:link {color:#3d79cc;}
a:link:hover {color:#3d79cc;}
a:visited {color:#5c8bcc;}

a.mixedlink { 
	text-decoration:none; }
a.mixedlink .linktext { 
	text-decoration:underline; }
.meta { 
	font-size:9px; 
	color:#808080; }

#outer {
	margin:0 10px;
	width:750px;
	text-align:left; }

#header {
	position:relative; 
	width:750px; height:50px; 
	padding:0;
	margin:0;
	background-image:url(/img/admin/logo_admin-1x.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:white; }
@media screen and (-webkit-min-device-pixel-ratio: 2), 
	screen and (max--moz-device-pixel-ratio: 2) {
	
	#header {
		background-image:url(/img/admin/logo_admin-2x.gif);
		background-size:206px 50px;}
}

#header div {
	padding:10px 0 0;
	float:right;
	text-align:right; }
#header form input {
	border:none; }
#header a {
	color:white; }

#body {
	clear:both;
	margin:0; padding:0;
	background-color:white;
	color:black;
	text-align:left; }
#bodyin {
	position:relative;
	padding:10px; }

#footer {
	clear:both;
	padding:0;
	margin:2em 0;
	color:silver;
	text-align:left; }
#footer a, #footer a:hover, #footer a:visited {
	color:white; }

p#breadcru {
	margin-top:0; }

p.tab-bar { 
	margin:20px -10px;
	padding:4px 10px; 
	border-bottom:1px solid #999; 
/*
	background: bottom repeat-x url(/img/l/tab_bg_sh.png);
*/
}
p.tab-bar b { 
	padding:5px 5px; 
	background-color:#fff; 
	border-left:1px solid #999; 
	border-top:1px solid #999; 
	border-right:1px solid #999;
}
p.tab-bar a, p.tab-bar span.extra { 
	padding:4px 5px;
}
p.tab-bar a { 
/*
	background: bottom repeat-x url(/img/l/tab_sh.png) #eee; 
*/
	background-color:#eee; 
	border-left:1px solid #ddd; 
	border-top:1px solid #ddd; 
	border-right:1px solid #ddd;
}
p.tab-bar a, p.tab-bar b {    
	margin-right:1px;	
}
p.tab-bar b a {    
	border-style:none; 
	background:none;
}

table.hgrid { 
	border-collapse:collapse; 
	border-style:none; }
table.hgrid tr td, table.hgrid tr th { 
	margin:0; 
	padding:5px 15px 5px 0; 
	text-align:left; }
table.hgrid tr td { 
	border-bottom:1px solid silver; }
table.hgrid tr th { 
	border-bottom:1px solid gray; 
	font-weight:bold; }

.hide { 
	display:none;}

fieldset { 
	border:1px solid silver; 
	margin:1em 0; 
	padding:0 1em 1em; }
fieldset.new { 
	border-style:dashed; }
legend { 
	font-weight:bold; 
	color:black; 
	padding:5px; }
	
a.btn {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
	padding:0.33em 1em;
	border-width:1px; 
	border-style:outset; }
a.ok {
	color:#fff;
	border-color:#080; 
	background-color:#080; }
a.small {
	font-size:75%;
	margin:2px;
	padding:1px 5px; }
a.mod {
	color:#fff;
	border-color:#e92; 
	background-color:#e92; }
a.del {
	color:#fff;
	border-color:#c00; 
	background-color:#c00; }
	
div.helploc {
	position:relative;
	float:right;
	width:1px; height:1px;
	overflow: hidden; }
div.helptxt {
	position:absolute;
	top:0; left:0;
	display:none;
	color:white;
	padding:5px 0 0;
	border-top:1px solid white;
	width:250px; }
div.helptxt a, div.helptxt a:visited {
	color:silver; }
div.helptxt a:hover {
	color:white; }

div#modal-lgn {
	width:300px;
	margin:7em auto;
	padding:2em;
	border:silver 1px solid;}

div#modal-lgn form#flogin input {
	display:block;
	width:230px;
	font-size:14px;
	margin-bottom:10px;
	padding:5px;}
div#modal-lgn #fqlheds {
	margin-top:0;
	font-size:120%;
	font-weight:bold;}
div#modal-lgn form#flogin #fqlph {
	display:inline;}
div#modal-lgn form#flogin #fqlpw, div#modal-lgn form#flogin #fqlem {
	display:none;}
div#modal-lgn #fqler {
	display:none;
	font-weight:bold;
	color:#cc0000;
	margin:0 0 10px;}

input.srch-hint {
	color:silver;}
