@charset "utf-8";
/* CSS Document */

body {
	background-color: #5b6a6d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#656d6f;
	line-height:1.4em;
}
a{			color:#007994;	text-decoration:underline;}
a:link{		color:#007994;	}
a:visited{	color:#007994;	}
a:hover{	color:#007994; text-decoration:none	}

.topRight
{
	width:180px;
	height:25px;
	float:right;
}
.topRight ul
{
	list-style-type:none;
	color:#007893;
	vertical-align:top;
	margin:0px;
	margin-top:5px;
	padding:0px;
}
.topRight li{	float:left;	padding:0px;	margin-right:10px;}
.topRight a{		color:#007893;	text-decoration:none;	font-size:0.9em;	}
.topRight a:link{	color:#007893;	}
.topRight a:visited{	color:#007893;	}
.topRight a:hover{	color:#fde18e; text-decoration:underline;	}

.links
{
	margin-top:10px;
	/*margin-left:15px;*/
	z-index:1;
}
.links ul
{
	clear:both;
	list-style-type:none;
	margin:5px 0 0 0;
	padding:0px;
	
}
.links li{	padding:2px;line-height:1.6em; border-bottom:solid 1px #01a3c5	}
.links a{ color:#ffffff;	text-decoration:none;}
.links a:link{	color:#ffffff;	}
.links a:visited{	color:#ffffff;	}
.links a:hover{	color:#d4e4e0;	}

h2{
font-size:14px;
color:#007994;
	line-height:1.2em;
	margin:0pt 0pt 0.7em;
	padding:0.5em 0pt 0pt;
}
.contact{
	margin:0px 0px 0px 0px ;
	display:block;
	border:1px solid #98c0c9;
	padding:5px;
	background-color:#e6f0f2;}
/**************************************************/
.footer{
	border-top: #8dbcc4 solid 3px;
	background-color: #f5f9fa;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	/*padding-bottom:2em;*/
	text-align:center;
	height:46px;
}
.footertxt{
	text-align:center;
	font-size:0.9em;
	/*color:#aaa;*/
}
.footertxt a{
	/*color:#aaa;*/
	text-decoration:none;
}
.footertxt a:hover{
	color:#8AB54A;
	text-decoration:none;
}
.divider {
	color:#0283AA;
	padding:0pt 4px;
}
.footer_left {
	margin:5px;
	width:300px;
	text-align:left;
	font-size:0.9em;
	float:left;
}
.footer_left a{			color:#aaa;	text-decoration:none;}
.footer_left a:hover{	color:#c48d88;	text-decoration:none;}

.footer_right {

	float:right;
	margin:10px;
	width:300px;
	text-align:right;
	font-size:0.9em;
	vertical-align:middle;
}
.footer_right a{		color:#aaa;	text-decoration:none;}
.footer_right a:hover{	color:#c48d88;	text-decoration:none;}


-->

/* standard form style table */
table.loginform {
	background-color: #E6F8FB;
/*	border: solid 1px #017994;*/
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
	/*border-top: #8FC8D5 solid 3px;*/
	/*border-right: #A8D3DF solid 5px;*/
}
table.loginform tr.row0 {
	background-color: #f9f9f9;
}
table.loginform tr.row1 {
	background-color: #eeeeee;
}
table.loginform th {
	font-size: 15px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 4px;
	text-align: left;
	height: 23px;
	/*background: url(../images/background.jpg);
	color: #000;
	background-repeat: repeat;*/
	background-color: #ffffff;
	color: #017994;
	border-bottom : solid 2px #017994;
}
table.loginform td {
	font-size: 11px;
	padding: 5px;
	/*text-align: left;*/

}
table.loginform td.editor {
	font-size: 9px;
}

table.loginform td.hr {
	margin: 0px 0px 0px 0px;
	
}


.button {
	border-top : solid 1px #d5d5d5;
	border-right : solid 1px #808080;
	border-bottom : solid 1px #808080;
	border-left : solid 1px #d5d5d5;
	color : #333;
	font-weight : bold;
}
.inputbox {
        z-index: -3;
        font-size: 11px;
}
.text_area {
        border : 1px solid #bdbdbd;
        z-index: -3;
        font-size: 11px;
}
input, textarea, select {
	z-index : -3;
	font-size: 11px;
}



/*******************************************************************/
.itemContainer{
	width:230px;
	border: 1px solid #C0E2EA;
	

	}
.itemContainer .itemTitle{
	/*width:200px;*/

	padding: 10px;
	margin: 0px;

	text-align:left;
	background-color:#DCF5FB;
	font-weight:bold;

	color: #007994;
	

	
	}	
.itemContainer .itemDesc{
	text-align:left;
/*	font-size:0.9em;*/
	line-height: 1.5em;
	padding: 10px;
		margin-bottom:5px;
		background-color:#ffffff;
	
	}
