body
{
	margin: 0 0 0 0px;
	font: 11px/16px Verdana, Tahoma, Arial;
	color: #7B7A7A;
	background: #DCF0FC;
}

td
{
	font: 11px/16px Verdana, Tahoma, Arial;
	color: #333;
}


ul.right
{
	list-style-image: url(../images/ul.gif);
	padding: 0;
	margin: 5px 0 0 35px;
}

ul.forall
{
	list-style-image: url(../images/ul.gif);
	padding: 0;
	margin: 5px 0 0 35px;
}


ul.forall2
{
	list-style-image: url(../images/ul.gif);
	padding: 0;
	margin: 5px 0 0 20px;
}


ul
{
	list-style-image: none;
	list-style: circle;
	margin: 5px 0 0 35px;
}

hr
{
	height: 1px;
	color: #349800;
}

/* Styles for Classes */


h2
{
	font: bold 11px verdana, Tahoma;
	color:#349800;
	padding-bottom: 10px;
	margin: 0px;
}


.bodybg
{
	background: url(../images/bodybg.gif) #fff 0 0 repeat-y;
}

.bgbanner
{
	background: url(../images/bgbannernew.jpg) 0 0 repeat-x;
	height: 72px;
}

.bgbannertxt
{
	background: url(../images/bannertextnewnp.jpg) 0 0 no-repeat;
	
	height: 72px;
}

.bgnav
{
	background: url(../images/bgnav.gif) 0 0 repeat-x;
	height: 45px;
}

.bgfooter
{
	background: url(../images/bgfooternew.jpg) 0 0 no-repeat;
	height: 63px;
}

.bgrightbar
{
	background: url(../images/bgrightbar.gif) 0 0 repeat-y;
}

.copyright
{
	font: 10px Verdana, Tahoma, Arial;
	color: #ffffff;
	
}

.head
{
	font: 18px Arial, Verdana, Tahoma;
	color: #097FD2;
}

.subhead
{
	font: 14px Arial, Verdana, Tahoma;
	color: #349800;
}

.rightcontent
{
	font: bold 12px Arial, Verdana, Tahoma;
	color: #097FD2;
}

.bdcrmb
{
	font: 10px Arial, Tahoma, Verdana;
	color: #097FD2;
}
/* Style For Links */

a:link, a:active, a:visited
{
	font: 12px Verdana, Arial, Tahoma;
	color: #078AE6;
	text-decoration: none;
}

a:hover
{
	font: 12px Verdana, Arial, Tahoma;
	color: #349800;
	text-decoration: none;
}

a.more:link, a.more:active, a.more:visited
{
	font: 11px Verdana, Arial, Tahoma;
	color: #349800;
	text-decoration: underline;
}

a.more:hover
{
	font: 11px Verdana, Arial, Tahoma;
	color: #078AE6;
	text-decoration: underline;
}



a.topright:link, a.topright:active, a.topright:visited
{
	font: 11px Tahoma, Arial, Verdana;
	color: #fff;
	text-decoration: none;
}

a.topright:hover
{
	font: 11px Tahoma, Arial, Verdana;
	color: #fffD;
	text-decoration: none;
}

a.nav:link, a.nav:active, a.nav:visited
{
	font: 11px Tahoma, Arial, Verdana;
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover
{
	font: 11px Tahoma, Arial, Verdana;
	color: #ffffff;
	text-decoration: underline;
}





a.updates:link, a.updates:active, a.updates:visited
{
	font: 11px Verdana, Arial, Tahoma;
	color: #753C18;
	text-decoration: underline;
}

a.updates:hover
{
	font: 11px Verdana, Arial, Tahoma;
	color: #A31010;
	text-decoration: underline;
}

a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited
{
	font: 10px Arial, Verdana, Tahoma;
	color: #349800;
	text-decoration: none;
}

a.breadcrumb:hover
{
	font: 10px Arial, Verdana, Tahoma;
	color: #349800;
	text-decoration: none;
}




/* Styles for table */

table.dataTable
{
	border: 1px #0988E7 solid;

}

table.dataTable tr td
{
	padding: 4px;

}

table.dataTable tr.rowtitle td
{
	font-weight: bold;
	background-color: #097FD1;
	color: #fff;
}

table.dataTable tr.row td
{
	background-color: #E1E4E7;
}

table.tblLogin tr td
{
	padding: 2px;
	color: #fff;
}


/* Styles for images */
.imgL
{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.imgR
{
	float: right;
	padding: 0 10 0 10px;
}


/* =Form Properties
------------------------------------------------------------------ */

input.inpsearch
{
	border: 1px #fff solid;
	background-color: #fff;
	height: 18px;
	width: 194px;
}

input
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
	border: 1px solid #fff;
}

select
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
}

textarea
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
	border: 1px solid #fff;
	overflow: auto;
}

.noborder
{
	border: none;
}

.btn
{
	font-weight: bold;
	border: 1px solid #329902;
	width: 120px;
	background-color: #097FD1;
	color: #fff;
	padding: 3px 0 3px 0;
}