@charset "UTF-8";
/* CSS Document */
	
  	
body {
	font:Verdana, Geneva, sans-serif
  		margin-top: 1%;
  	}
  	
#navsite {
	
}


#navsite h5 {
	display: none;
}  	

#navsite ul {
	padding: 3px 0; 
	margin-left: 0;
	width:100%;
	/* border-bottom: 1px solid #669;  */
	font: bold 12px Verdana, sans-serif; 
	
}

#navsite ul li {
	list-style: none;
	padding: 3px 0.5em; 
	margin-top: 7px;
	margin-bottom: 7px;
	display: block; 
	align:left;
	width:100px;
		border: 1px solid #669; 
	background: #fdaf17; 
}

#navsite ul li a {
	/*
	padding: 3px 0.5em; 
	margin-left: 3px;  
	*/
	text-decoration: none; 
}

#navsite ul li a:link { 
	color: #339;
} 

#navsite ul li a:visited { 
	color: #333399;
} 

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #336;
	border-color: #336;
	background-color: #FFCC33;
}

#navsite ul li:hover, #navsite ul li:hover {
	color: #336;
	border-color: #336;
	background-color: #FFCC33;
}

#navsite ul li a#current {
	background: white; 
	/* border-bottom: 1px solid white; */
}
.maintable {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #333399;
	border-bottom-color: #333399;
	border-left-color: #333399;
	border-top-color: #333399;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
}

.maintable a {
	color: #fdaf17;
}


#reports ul {
	list-style-image: url(/images/doc-icon.jpg);
}

#recordings ul {
	list-style-image: url(/images/audio.jpg);
}

#screen li {
	list-style-image: url(/images/screen.jpg);
}

#arrow ul {
	list-style-image:url(/images/arrow.jpg);
}


.reports {
	list-style-image: url(/images/doc-icon.jpg);
}

.recordings {
	list-style-image: url(/images/audio.jpg);
}

.screen {
	list-style-image: url(/images/screen.jpg);
}

/*
#granteelist ul li {
	list-style:#fdaf17;
	margin-top:0px;
	margin-bottom:0px;
	font-size:small;
} */

#granteelist {
	font-size:small;
}

#granteelist table {
	border-width:thin;
}


.maintable ul li {
	margin-bottom: 1em;
}


/*
tr.oddrow td{ border-left-style: solid; 
border-left-color: #333399; 
border-left-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #333399; 
border-bottom-width: 1px;
border-right-style: solid; 
border-right-color: #333399; 
border-right-width: 1px; }
*/

/*

.header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}

*/

.footer  {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #333399;
	border-bottom-color: #333399;
	border-left-color: #333399;
	border-top-color: #333399;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}

.footer img {
	margin:2px
}

 	  	.style1 {
	font-size: 16pt;
	font-weight: bold;
}
    .style2 {font-size: 14pt}
    .new {	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
 