@import url(admin.css);
@import url(tabs.css);
@import url(/css/f3.css);

/* Global styling */
#error404 li {
	font-size: 12px;
	color: #505063;
}
/* Popup menu */
ul#accountMenu {
	position: absolute;
	background-color: #E8E8E8;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#accountMenu li {
	float: none !important;
	clear: both !important;
	display: block !important;
	white-space: nowrap;
	color:#505063;
	font-size:0.75em;
	margin: 0 0 4px 0;
	padding: 0;
}
ul#accountMenu li a {
	float: none !important;
	background-image: none !important;
	background-color: #E8E8E8 !important;
	border: none !important;
	color: #000000 !important;
	clear: both !important;
	padding: 8px;
	margin: 0;
}
ul#accountMenu li a:hover {
	color: #0065A4 !important;
}

.editoff .edit { display: none; }
.editon .plain { display: none; }

.adminbarnarrow, .adminbar { position: absolute; top: 0; left: 0; color: white; background-color: black; }




/* Layout columns */
.colheader {
	width: 100%;
	clear: right;
	padding-top: 0.2em;
}
.colthreeleft {
	width: 33%;
	float: left;
	clear: left;
	margin-top: 0.2em;
}
.colthreetop {
	width: 65%;
	clear: right;
	float: right;
	margin-top: 0.2em;
}
.colmidleft {
	width: 33%;
	float: left;
	clear: left;
	margin-top: 0.2em;
}
.colthreemid {
	width: 33%;
	float: left;
	clear: none;
	margin-left: 0.5%;
	margin-top: 0.2em;
}
.colthreeright {
	width: 33%;
	float: right;
	clear: right;
	margin-top: 0.2em;
}
.colthreebottom {
	width: 100%;
	clear: both;
	margin-top: 0.2em;
}
.twocolleft {
	width: 49%;
	float: left;
	clear: left;
}
.twocolright {
	width: 49%;
	float: right;
	clear: right;
}



.hidden, .nodisplay, .displaynone {
	display: none;
	}
	
.fname, .fdate, .fscore, .fpages {
	display: inline;
	}
	



.ac_input {
	width: 200px;
}
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background-color:#DDFFDD;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

	

