/*-----------------------------------------*/
/* elements */
/*-----------------------------------------*/

body{
	margin:0;
	padding:0;
	background-color: #1C326B;
	font-family: "Trebuchet MS", Verdana, arial, sans-serif;
	font-size: 12px;
	}


form{
	margin:0;
	padding:0;
	background-repeat: repeat-y;

	
	}
input{
	font-size: 9px;
	}

h1{
	*line-height: 140%;
	text-align: left;
	margin-top: 0;
	*margin-bottom: 1em;
	voice-family: "\"}\"";   
	voice-family: inherit;
	font-size: 14px;
}

h2{
	*line-height: 140%;
	text-align: left;
	margin-top: 0;
	*margin-bottom: 1em;
	voice-family: "\"}\"";   
	voice-family: inherit;
	font-size: 14px;
}



p{
	line-height: 140%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: small;
	*font-size: 14px;
}

li{
	line-height: 140%;
	font-size: small;
	*font-size: 14px;
}
t{}

ol, ul{
	margin-top: 0;
	margin-bottom: 1em;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
t{}

dd 	{
	padding: 0;
	margin: 2px 0 10px 0;
	}
dl{
	margin: 0;
	padding: 0;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:x-small;
}
t{}
.box{
	border: 1px solid #828080;
	background: #fff url(../images/content_bg.jpg) bottom repeat-x;
	padding: 8px;
	}
/*-----------------------------------------*/
/* id*/
/*-----------------------------------------*/
#mainTable{
	border: 1px solid #000;
	}
#topNav{
	color: #000;
	font-size: 11px;
	}
#topNav a:link, #topNav a:visited{
	color: #000;
	margin: 0 5px;
	text-decoration: none;
	}
#topNav a:hover {
	color: blue;
	text-decoration: underline;
	}

#sideNav{
	margin: 20px 0;
	}
#sideNav ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}
#sideNav li{
	background: transparent url(../images/bullet.gif) no-repeat 5px 50%;
	padding-left: 20px;
	border-top: 1px solid #27286B;
	border-bottom: 1px solid #8A9AC5;
	}
#sideNav a{
	font-weight: bold;
	voice-family: "\"}\"";   
	voice-family: inherit;   
	*font-size: small;
	font-size: 13px;
	}
t{}

#sideNav a:link, #sideNav a:visited {
	color: #fff;
	text-decoration: none;
	}

#sideNav a:hover{
	text-decoration: underline;
	}
#footer {
	color: #fff;
	font-size: 10px;
	text-align: center;
	width: 760px;
	}
#footer a:link, #footer a:visited { 
	color: #ccffff;
	text-decoration: none;
};

/*-----------------------------------------*/
/* classes */
/*-----------------------------------------*/

.smt{
	font-size: 11px;
}
.menu {
	text-align: left;
	color: #fff;
	background-color: #757FB0;
	position: absolute;
	width: 160px;
	font-size: 11px;
	border: 2px solid #fff;
}
.menu a {
	display: block;
	color: #fff;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
}
.imgbord{
	border: 1px solid #000;
	margin:0;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Auto- Table Setups -> REQUIRED
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#autotable {
	border: 1px solid #e4e4e4;
	padding: 3px;
}

#autotable table {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:small;
}
t{}

#autotable_head {
	padding: 3px;
	margin-bottom: 5px;
	background-color: #e5e5e5;
	font-size:		12px;
	font-weight: bold;
}
#result_table{ 
	width: 100%;
	border: 0px;
	overflow: inherit;
}
#resultset_table{ 
	width: 100%;
	border: 0px;
	overflow: inherit;
}
td.result_title, th.result_title{
	padding: 4px;
	font-size:	11px;
	font-weight: bold;
	color: #6B6B6B;
	width: 20%;
	background-color: #e5e5e5;
}
td.result_cell{
	padding: 4px;
	font-size:		11px;
}
td.resultset_title,th.resultset_title{
	padding: 4px;
	font-size:		11px;
	font-weight: bold;
	color: #6B6B6B;
	background-color: #e5e5e5;
}
td.resultset_cell{
	padding: 4px;
	font-size:		11px;
}
td.resultset_none{
	padding: 4px;
	font-size:		11px;
	color: #cccccc;
	text-align: center; 
}

.paging {
	margin: 5px;
	text-align: right;
	font-weight: normal;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:small;
}
t{}

.pagingSelf {
	font-weight: bold;
}
.pagingNone {
	font-weight: normal;
}
/* fvalidate error classes  */
/*****************************************/
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FDB3BE;
	}
label.errHilite {
	color: #C00;
	}
ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
	}	
ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
	}
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
	}
.phpdig {
	margin:0;
	padding:0;
	font-size: 12px;
}
div#searchResults p {
	margin:0;
	padding:0;
}
.searchWeight { font-size: 10px; color: #999;}
.searchResultSmallText { font-size: 10px; color: #999;}
.phpdigHighlight{background:yellow; color:black;}

.phpdigPageHighlight { font-weight:bold; background:none;}

#corpfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	display: inline;
}
#corpfoot ul {
	margin: 0px;
	padding: 0px;
}
#corpfoot ul li {
	display: inline;
	list-style-type: none;
}
.corpp {
margin-left: 0px;
margin-right: 7px;
margin-bottom: 7px;>
margin-top: 0px;
float: left;
}
