/* ================================
    CSS STYLES FOR Module ModuleName1
   ================================
*/
BODY,HTML
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:  .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.maintable
{
	height: 100%;
}

.topnavlink:link
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}	
		
.topnavlink:visited
{
	font-weight: bold;
	font-size: xx-small;
	color: orangered;
}	
		
.topnavlink:hover
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}

.topnavlink:active
{
	font-weight: bold;
	font-size: xx-small;
	color: Purple;
}	

.subnavlink:link
{
	font-weight: bold;
	font-size: xx-small;
	color: navy;
}	

.subnavlink:visited
{
	font-weight: bold;
	font-size: xx-small;
	color: navy;
}	
		
.subnavlink:hover
{
	font-weight: bold;
	font-size: xx-small;
	color: orangered;
}

.subnavlink:active
{
	font-weight: bold;
	font-size: xx-small;
	color: navy;
}	
	
.title
{
	font-weight: bold;
	font-size: 11px;
	color: #095ba6;
}
.subtitle
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.border
{
	border: #cccccc 1px solid;
}
.topnav
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
}
.sidenav
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #DFED8E;
	width: 19%;
}
.separator
{
	color:black;
	text-decoration:none;
	margin-left: 2px;
	margin-right: -1px;
}
.footer
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffdb99;
	height: 5%;
}
.content
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #F9F9F9;
	width: 85%;
}

.tableheader
{
	background-color: #D9E5F2;
	color: #006699;
	font-weight: bold;
}

.tableheader A:link 
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}	

.tableheader A:visited 
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}	

.tableheader A:hover 
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
}

.tableheader A:active 
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}	

.tableitems
{
	color: black;
	font-family: Verdana;
	font-size: xx-small;
}

.normaltext
{
	font-size: xx-small;
}

HR
{
	height: 1px;	
}

INPUT
{
	font-family: Arial;
	font-size:xx-small;
	background: white;
	color: #09357A;
}

SELECT
{
	font-family: Arial;
	font-size:xx-small;
	color: #09357A;
}

TEXTAREA
{
	font-family: Arial;
	font-size:xx-small;
	background: white;
	color: #09357A;
}

.BioThumbLarge
{
	margin-right: 10px;
	margin-top: 3px;
	border: 1px solid black;
}