@charset "utf-8";
/* CSS Document */
body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494949;
	line-height:13px;
	
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.login
	{
	font-size:11px;
	color:#5f5f5f;
	padding-right:3px;
	font-weight:bold;
	}	
.login a:hover
	{
	font-size:11px;
	color:#5f5f5f;
	padding-right:3px;
	font-weight:bold;
	text-decoration:underline;
	}	
.login a
	{
	font-size:11px;
	color:#5f5f5f;
	padding-right:3px;
	font-weight:bold;
	}	
	
.about
	{
	font-size:11px;
	color:#000000;
	padding-right:3px;
	font-weight:bold;
	}	
	
.about a:hover
	{
	font-size:11px;
	color:#000000;
	padding-right:3px;
	font-weight:bold;
	text-decoration:underline;
	}	
.about a
	{
	font-size:11px;
	color:#000000;
	padding-right:3px;
	font-weight:bold;
	}	
	
.green
	{
	font-size:11px;
	color:#009933;
	padding-right:3px;
		}
.grey
	{
	font-size:11px;
	color:#999999;
			}
		
.red
	{
	font-size:11px;
	color:#990033;
	padding-right:3px;
		}
.msg
	{
	font-size:11px;
	color:#FF0000;
	padding-right:3px;
		}
			
.bluelink
	{
	font-size:11px;
	color:#1a5b8f;
	padding-right:3px;
	font-weight:bold;
	}	
	
	
.bluelink a:hover
	{
	font-size:11px;
	color:#1a5b8f;
	padding-right:3px;
	font-weight:bold;
	text-decoration:underline;
	}	
.bluelink a
	{
	font-size:11px;
	color:#1a5b8f;
	padding-right:3px;
	font-weight:bold;
	}	
	
	
ol {margin: 1px 5px 5px 22px; padding: 0;}
ol li{list-style: margin-bottom: 5px;}	
	
ul {margin: 1px 5px 5px 18px; padding: 0;}

ul li{list-style: url('../images/arro_ul.jpg'); margin-bottom: 5px;}	
	
img {border: none;}

p{
text-align:justify
}



.heading
	{
	font-size:16px;
	color:#ce3b8a;
	padding-right:3px;
	font-weight:bold;
	font-family:Arial;
	}
	
.bluehead
	{
	font-size:16px;
	color:#1a5b8f;
	padding-right:3px;
	font-weight:bold;
	font-family:Arial;
	}
	
.greyhead
	{
	font-size:13px;
	color:#494949;
	padding-right:3px;
	font-weight:bold;
	}

.middleColumn h1 {
	font-size: 11px;
	color: #AE0000;
	line-height: 120%;  
}
.button {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
#footer{
    position: fixed;
    left:0px;
    bottom:0px;
    height:25px;
    width:100%;
}
#header{
    position:fixed;
    left:0px;
	top:0px;
    height:37px;
    width:100%;
}

.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 250px;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		
/********** Table for general use ********/
.general {
    border-collapse: collapse;
    width: 100%;
	font-size:12px;
	margin:10px;
}

.general caption {
	padding: 0 0 0 10px;
	font-weight: bold;
	text-align: center;
}
.general th {
	vertical-align: middle;
	background: #D6D6D6;
	padding: 0 0 0 10px;
	border: solid 1px #fff;
}

.general td {
   border: solid 1px #fff;
   vertical-align: top;
   background: #F4F4F4;
   padding: 2px 0 2px 10px;
}

.general td.rightalign 
{
	text-align: right;
	border: solid 1px #fff;
	vertical-align: top;
	background: #F4F4F4;
	padding: 0 0 0 10px;
}
		
