/*
body
{
	font-family: Verdana;
	color: #2B2B2B;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 68%;	
}
*/
a
{
	text-decoration: none;
	color: #185584;
}
a:hover
{
	color: #9C2442;
	text-decoration: underline;
}
form 
{
	padding: 0;
	margin: 0;
}
/*
p
{
	margin-top: 0;
	margin-bottom: 18px;
	
}
*/
h1
{
	font-family: verdana;
	font-size: 14.6px;
	margin-bottom: 4px;
	color: #9C2442;
}
h1.withimage
{
	background-image: url(images/h1image.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	height: 14px;
	line-height: 14px;
}
h1.inner
{
	color: #7E87AC;
	text-transform: lowercase;
	border-bottom: 1px solid #7E87AC;
	
}
h1.headerblue
{
	color: #5A7F98;
	text-transform: lowercase;
	border-bottom: 1px solid #5A7F98;
	padding-bottom: 3px;
}
h1.headerred
{
	color: #B01D1D;
	text-transform: lowercase;
	border-bottom: 1px solid #B01D1D;
	padding-bottom: 3px;
}
h1.headergrey
{
	color: #939393;
	text-transform: lowercase;
	border-bottom: 1px solid #939393;
	padding-bottom: 3px;
}
h2
{
	font-size: 1em;
	margin: 3px 0 0 0 ;
	padding: 0;
}
h2.headerred
{
	color: #B01D1D;
}
h2.headerblue
{
	color: #00548C;
}
div.hr
{
	height: 1px;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
label 
{
	
}

a.loginlinks
{
	text-decoration: none;
	color: #B67777;
}

div.icon
{
	float: left;
	width: 75px;
	padding-right: 10px;
}
div.newscontent p
{
	margin: 0;
}
div.newswithicon
{
	margin-bottom: 5px;
	border-bottom: 1px solid #C30202;
}
div.morelink
{
	text-align: right;
}
div.morelink a
{
	text-decoration: none;
	color: #1E5173;
	font-size: 8pt;
}
input.login
{
	border: 1px solid #D3D3D3;
	background-color: #fff;
	color: #4482AB;
	margin-top: 3px;
	width: auto;
	
}
div.specialbackground
{
	background-color: #ECECEC;
}

div.intranet_contentwrapper
{
	margin-top: 15px;	
	float: left;
	background-image: url(images/icontent.gif);
	min-height: 450px;
	width: 730px;
}
div.intranet_leftSide
{
	width: 315px;
	float: left;
	
	
}
div.intranet_rightSide
{
	width: 342px;
	float: left;	
	margin-left: 30px;
}

table.datagrid
{
	width: 100%;
	border: 0;
	border-collapse:collapse;
		
}
table.datagrid th
{
	border: 1px solid #fff;
}
table.datagrid td
{
	padding: 3px;
	font-size: 8pt;
	border: 1px solid #fff;
	empty-cells: show;
}
table.datagrid td a
{
	color: #424242;
	text-decoration: none;
}
table.datagrid td a:hover
{
	color: #424242;
	text-decoration: underline;
}
table.datagrid tr.datagridheader
{
	background-color: #406680;
}
table.datagrid tr.datagridheader th
{
	text-align: center;
	color: #fff;
	padding: 4px;
}
table.datagrid tr.datagridheader th a
{
	text-align: center;
	color: #fff;
	text-decoration: underline;
}
table.datagrid tr.datagrideven
{
	background-color: #CFDCE6;
}
table.datagrid tr
{
	background-color: #CFDCE6;
}
table.datagrid tr.datagridodd
{
	background-color: #fff;
}
table.datagrid tr.datagridodd:hover, table.datagrid tr.datagrideven:hover
{
	
}
table.datagrid tr.datagridodd:hover td, table.datagrid tr.datagrideven:hover td
{
	
}
table.datagrid tr.datagridodd:hover td a, table.datagrid tr.datagrideven:hover td a 
{
	
}
table.datagrid tr.nohover
{
	background-color: #fff;
}
table.datagrid tr.nohover2
{
	background-color: #CFDCE6;
}
table.datagrid tr.hidden_row
{
	background-color: #E5DABC;
}
table.datagrid tr.selectedrow
{
	background-color: #FFFFE5;
	
}
table.datagrid tr.selectedrow td
{
	border: 1px solid #D1CEA9;
	
}
table.datagrid tr.footerrow
{
	background-color: #ccc;
}


table.datagrid td.gridcenter
{
	text-align: center;
}
div.MainSectionHeader
{
	background-color: #B8AF95;
	/*background-color: #97B8BA; */
	color: #002852;
	padding: 5px;	
	font-weight: bold;
	margin: 10px 0px;
	font-size: 14px;
}
div.MainSectionHeader img
{
	margin-right: 5px;
	vertical-align: middle;
}
div.SubSectionHeader
{
	background-color: #CFDCE6;
	padding: 5px 5px 5px 5px;
	color: #AD2C42;
	font-weight: bold;	
	margin: 10px 0px;
}

div.SectionWrapper
{
	margin-bottom: 3px;
	
}

table.fieldTable
{
	width: 100%;
}
table.fieldTable tr
{
}
table.fieldTable td
{
	font-family: Verdana;
	
}
table.fieldTable td.label
{
	color: #000;
	font-weight: bold;
	padding-left: 4px;
	text-align: right;
	padding-right: 10px;
	width: 150px;
	/*background-color: #BFDEBA;*/
}
table.fieldTable tr.reqrow
{
	/*background-color: #DEC1BA;*/
}
table.fieldTable td.reqcol
{
	color: #AB2B00;
	font-weight: bold;
	padding-left: 4px;
	text-align: right;
	padding-right: 10px;
	
}
table.fieldTable td.reqcol2
{
	color: red;
	font-weight: bold;
	padding-left: 4px;
	text-align: right;
	padding-right: 10px;
	background-color: #FCCECC;
	border: 1px solid #FC7E7C;
}
table.fieldTable input
{
	font-family: Verdana;
	border: 1px solid #333;
	padding-left: 4px;
}
table.fieldTable input[type="checkbox"], table.fieldTable input[type="radio"]
{
	font-family: Verdana;
	border: 0px solid #333;
	padding-left: 4px;
}
table.fieldTable textarea
{
	font-family: Verdana;
	border: 1px solid #333;
	padding-left: 4px;
}
table.fieldTable input.errorinput
{
	font-family: Verdana;
	border: 1px solid red;
	padding-left: 4px;
}
table.fieldTable input.correctinput
{
	font-family: Verdana;
	border: 1px solid green;
	padding-left: 4px;
}

ul.newsmenu
{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.newsmenu li
{
	float: left;
	text-align: center;
	width: 120px;
}
div#tabContent
{
	
}
#tabs #current span a 
{
	
	color: #000;
}

input.inputbutton, button
{
	border: 1px solid #fff;
	background-color: #426584;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
}
a.inputbutton
{
	border: 1px solid #fff;
	background-color: #426584;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	font-size: 10pt;
	line-height: 30px;
	height: 30px;
}

div.column
{
	/*
	float: left;
	width: 49%;
	*/
}
div.clearRow
{
	clear: both;
}
.projectName
{
	color: #9C2442;
}
tr.pagerClass td 
{
	color: #9C2442;
}
tr.pagerClass td  a
{
	color: #3748A3;
}

#maincontent form h1
{
	position: relative;
	left: 0;
	line-height: normal;
	height: auto;
	color: #9C2442;
}

#MainSectionContentTable .datagridheader th {
	width: 250px;
}

#MainSectionContentTable .datagridheader th:first-child {
	width: auto;
}

.MainSectionHeader, .SectionContent { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#MainSectionContentTable .datagrideven td, .datagridodd td {
	text-align: right;
}

#MainSectionContentTable .datagrideven td:first-child, .datagridodd td:first-child {
	text-align: left;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       