@charset "utf-8";
/* main/common CSS Document */

body, a, td, .normal {
	color:#333;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;	
	/*line-height:12px;*/
}

p, td { line-height:18px; }


a {	
    text-decoration:none;
    color:#003888;
}

a:hover { 
	text-decoration:underline;

}

b { color:#003888; }

img { border:none }

.head1
{ 
	color:#003888;
	font-size:14px;
	font-weight:bold;
}

h1 { 
	color:#003888;
	font-size:1.4em;
	font-weight:normal;
	line-height:20px;
}

h2 { 
	color:#003888;
	font-size:1.2em;
	font-weight:normal;
	line-height:18px;
}

h3 {
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
}

h4 {
	color:#003888;
	font-size:1.2em;
	font-weight:normal;
	line-height:18px;
	font-style:italic;
}

hr {
	margin-top:25px;
	border-top:dotted #C8C8C8 1px; 
	border-bottom:none; 
	border-left:none; 
	border-right:none;
}


/* images */
img.imgborder {
	border:#003888 solid 1px;
	margin-left:10px;
}

/* Menus */

#err_msg {
	float: left;
	margin-top: 10px;
    color: red;
    font-weight: bold;
    height: 30px;
    width: 500px;
    text-align: center;
}

#social_icons {
	float: right;
	margin-top: 5px;
}

.topNav
{
   margin-top: 50px;
   clear: both;
}

.topNavItem
{
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 2px;
    font-weight: bold;
}

.buttNav
{
   margin-top: 3px; 
}

.buttNavItem
{
    float: left;
    width: 130px;
    text-align: left;
    background-color: #72797e;
    margin-right: 2px;
    color: #fff;
    padding-left: 0px;
    line-height: 11px;
}

.topNavItem a
{
    font-size: 11px;
}

.topNavItem a:hover
{
    text-decoration: none;
}

.topRightNav
{
    margin-top: 10px;
}

.topRightNavItem
{
    float: right;
}

.topRightNavSep
{
    float: right;
    padding: 0 10px;
    color: #003888;
}

.leftNavTitle
{
    margin-left: 40px;
    cursor: pointer;
}

.leftNav
{
    margin-top: 10px;
    margin-bottom: 20px;
}

.leftNavItemWrap
{
    margin-bottom: 10px;
}

.leftNavItemWrap:hover
{
    background-color: #003888;
}

.leftNavItem
{
    background-color: #fff;
    margin-left: 30px;
    padding-left: 15px;
    line-height: 12px;
    cursor: pointer;
    
    font-size: 12px;
}

.leftNavItem:hover
{
    color: #003888;
}

#tabcolor1  {
background-color : #D0D0D0;
}

#tabcolor2  {
background-color : #CCCCFF;
}

#tabcolor3  {
background-color : #F0F0F0;
}

.dataTable
{
    background-color: #ccc;   
    
}

.headerCell
{
    background-color: #f8f8f8;
    padding:3px 3px;
}

.dataCell
{
    background-color: #fff;
    padding:0px 3px;
}

.textCell
{
    background-color: #f8f8f8;
    padding:0px 3px;
}

.red
{
   color:#cc0000; 
}

.green
{
   color:#009900; 
}

.err {text-decoration: line-through; color: #cc0000;}
