/*begin structure */

.holder{
	float:left;
	display:table;
	width:441px;
	padding:2px 4px 2px 4px;
	margin-left:1px;
	background-color:#F2F0FF;
	text-align:center;
	border:1px solid #CCD;
	
}
.rows{
	display:block;
	float:left;
	margin:2px 0px 1px 0px;
	background-color:#E8F1FF;
	border-bottom:1px solid #BCBCBC;
	padding:2px;
	width:432px;
}
/*.rows:hover{
	background-color:#FFF;
	border-bottom:1px solid #DDD;
}*/
#inputareas{
	display:block;
	float:left;
	width:214px;
	margin-left:1px;
	text-align:left;
}
.hidden{
	display:block;
	float:left;
	margin-left:1px;
	text-align:left;
}
.inputs{
	text-align:left;
	background-color:#DDD;
	font-family:sans-serif;
	font-size:13px;
	color:#444;
}
.inputs:focus{
	background-color:#FFF;
}
/*now fonts and links*/
.text1{
	font-family:sans-serif;
	font-size:16px;
	color:#256;
	line-height:17px;
}
.text2{
	font-family:sans-serif;
	font-size:12px;
	color:#256;
	line-height:15px;
}
.hilites{
	font-family:serif;
	font-size:11px;
	color:#000;
	font-style:italic;
	line-height:15px;
}
.links2{
	font-family:sans-serif;
	font-size:12px;
	color:#229;
	line-height:15px;
	font-weight:bold;
	text-decoration:underline;
}
.links2:hover{
	color:#C30;
	text-decoration:none;
}
.littlelinks{
	font-family:sans-serif;
	font-size:9px;
	color:#335;
	line-height:15px;
	font-weight:bold;
	text-decoration:underline;
}
.littlelinks:hover{
	color:#36C;
	text-decoration:none;
}
.navtext{
	font-family:sans-serif;
	color:#335;
	font-size:11px;
}
.navareas{
	display:block;
	float:left;
	text-align:center;
	padding:2px;
	background-color:#EEE;
	
}
#navmini{
	width:23%;
}
#navbig{
	width:50%;
}
/*end*/
/*pop-up*/

.popcontainers{
	display:table;
	position:relative;
	top:1px;
	left:1px;
	border:1px solid #CCD;
	padding:2px;
	width:98%;
	background-color:#EEE;
}
.popheaders{
	display:block;
	float:left;
	clear:both;
	width:99%;
	background-color:#678ACC;
	text-align:center;
	border-bottom:2px solid #AAA;
	padding:4px 0px 2px 0px;
}
.popcontent{
	display:block;
	float:left;
	margin:2px 0px 3px 6px;
	background-color:#DDD;
	border:1px solid #FFF;
	padding:8px;
	width:95%;
	clear:both;
}
.poptitles{
	font-family:sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	line-height:21px;
}
.popsubs{
	font-family:sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#445;
	line-height:18px;
}
.popclose{
	display:block;
	float:left;
	margin-top:2px;
	margin-left:2px;
	background-color:#CCC;
	border:1px solid #FFF;
	padding:3px 2px 1px 0px;
	width:98%;
	text-align:right;
	font-family:sans-serif;
	font-size:12px;
	color:#668;
	font-weight:bold;
}
.popclose:hover{
	color:#444;
	background-color:#EEE;
	text-decoration:underline;
}
/*end*/
/*admin stuff*/
.admincells{
	display:block;
	float:left;
	margin:1px 2px 1px 1px;
	overflow:hidden;
	height:12px;
	padding-top:4px;
}
#adminsmall{
	width:62px;
}
#adminbig{
	width:118px;
}
/*.admincells:hover{
	background-color:#FFF;
}*/

.sidenavtbl{
	display:table;
	position:relative;
	top:18px;
	left:1px;
	margin-right:1px;
	border:1px solid #BBA;
	background-color:#EEE;
	width:100%;
}
.sidenavbuttons{
	display:block;
	clear:both;
	background-color:#DDD;
	margin:2px 0px 1px 0px;
	border-bottom:1px solid #999;
	text-align:center;
	font-family:sans-serif;
	font-size:11px;
	color:#6699AC;
	text-decoration:none;
	padding:4px 1px 2px 1px;
	width:99%;
	
}
.sidenavbuttons:hover{
	background-color:#FFF;
	border-bottom:1px solid #EEE;
	color:#000;
}
.sidenavbuttons:active{
	background-color:#FFF;
	border-bottom:1px solid #CCC;
	color:#000;
	text-decoration:underline;
}
/*.sidenavbuttons:visited{
	background-color:#BBB;
	color:#676767;
}*/

/*details poppers*/

.dcontainer{
	display:table;
	position:relative;
	top:1px;
	left:1px;
	width:738px;
	border:1px solid #AAB;
	background-color:#F1F4F8;
}
div.dheader, div.drows{
	display:block;
	float:left;
	clear:both;
	width:736px;
	margin-left:1px;
}
#dhead{
	background-color:#FFF;
	border-bottom:1px solid #DDD;
	text-align:left;
	padding:2px;
}
#dregrows{
	background-color:#FFF;
	border-bottom:1px solid #DDE;
	text-align:center;
	padding:2px;
}
.dcells{
	display:block;
	float:left;
	background-color:#DDD;
	width:125px;
	margin:1px 1px 2px 4px;
	text-align:justify;
	border-right:1px solid #EEE;
	padding:5px 3px 3px 5px;
}
#dsmall{
	width:65px;
}
#dlarge{
	width:350px;
}
.dtext{
	font-family:sans-serif;
	color:#112;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
#lite{
	color:#676767;
	font-size:10px;
	text-align:right;
	line-height:7px;
	background-color:#EEE
}
#alert{
	color:#C42;
	font-size:12px;
	text-align:left;
	line-height:15px;
	font-weight:bold;
	background-color:#EEE
}
#dtitles{
	font-size:14px;
	color:#266;
	font-weight:bold;
	line-height:18px;
}
/*end*/








