html, body, table, p, span{	
	font-family: Arial, Helvetica, Geneva, Sans-serif;
	font-size:95%;
}
a img{
	border-style: none;
	padding: 0px;
}
.link_item{
	float: left;
	margin: 2px;
	padding: 0px;
}
.h_container{
	width: 770px;
	height: 215px;
	margin: 0px auto;
	position: relative;	
}
.h_nav{
	color: #00ff00;
	width: 375px;
	height: 35px;
	position: absolute;
	top: 185px;
	left: 400px;
	vertical-align: top;
}
.searchbar{
	margin-left: 10px;
	vertical-align: middle;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
/*for spacebar.php*/
form{
	/*height: 0px;*/
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
/*custom classes(AM)*/
.news_box_head{
	color: #000000;
}
.news_box_body{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.news_box_body a{
	color: #0000BB;
}
.news_box_botum{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.state_container{
	margin: auto;
	width: 90%;
}
.state_container2{
	margin: 10px auto;
	clear: left;
	height: 400px;
	width: 90%;
}
.state_header{
	float: left;
	clear: left;
	color: #000000;
	background-color: #FFFFFF;
	width: 90%;
	font-size: 20px;
	padding	: 5px;
	margin-top: 5px;
}
.state_body{
	float: left;
	clear: left;
	color: #000000;
	background-color: #FFFFFF;
	width: 90%;
	padding: 5px;
	text-align: left;
}
/*login page*/
.logincontainer{
	color: #FFFFFF;
	background-color: #666666;
	width: 300px;
	height: 150px;
	margin: auto;
}
.logintitle{
	color: #666666;
	background-color: #000000;
	text-align: left;
	padding-left: 10px;
	float: left;
	clear: left;
	width: 290px;
	height: 15%;
}
.loginarea{
	width: 100%;
	height: 70%;
}
.logintext{
	color: #0000CC;
	float: left;
	clear: left;
	width: 120px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logintextboxsarea{
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.logintextbox{
	color: #FFFFFF;
	background-color: #666666;
	border-color: #000000;
	border-style: groove;
}
.loginbutton{
	margin-top: 5px;
}
/*state page*/
.container_box{
	width: 770px;
	float: left;
	clear: left;
	padding-bottom: 5px;
}
.small_box{
	background-color: #044b99;
	width: 246.6px;
	height: 300px;
	overflow: auto;
	margin: 5px;
	float: left;
}
.medium_box{
	background-color: #044b99;
	margin: 5px;
	width: 375px;
	height: 300px;
	overflow: auto;
	height: 300px;
	float: left;
}
.large_box{
	background-color: #044b99;
	margin: 5px;
	width: 760px;
	height: 300px;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: left;
}
/*search page*/
.search_item{
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.admin-nav{
    width: 500px;
    margin-left:auto;
    margin-right:auto;
}
.admin-nav ul{
    list-style:none;
    padding: 0;
    margin: 0;
}
.admin-nav ul li{
    float:left;
    margin:0 10px;
}
.eventDate{
    font-size:small;
    font-weight:bold;
}
.eventDetailLink{
    font-size:x-small;
}
/* calendar */
table.calendar		{ border-left:1px solid #999; }
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } * html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#66aacc; }
td.calendar-day-np	{ background:#005599; min-height:80px; } * html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#ccc; font-weight:bold; text-align:center; width:120px; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { width:120px; padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }


/* admin table rows */
.even {
 background: #005599;
}
.odd {
 background: #66aacc;
}

.search_filter{
   text-align:center;
}