﻿
*
{
	margin: 0;
	padding: 0;
	color: #3a3d39;
	font-family: Tahoma , Arial, Helvetica, sans-serif;
}

a
{
	text-decoration: none;
	outline: none;
	color: #0081c6;
}

a:hover
{
	text-decoration: underline;
}




/*  --------------------------------------------------------------
	-- PAGE LAYOUT 
*/
body
{
	background: #626365; /*font-family: Arial, Helvetica, sans-serif;*/
	font-size: small;
	font-family: Tahoma , Arial, Helvetica, sans-serif;
	padding: 3px;
}
.page
{
	position: relative;
	width: 997px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('../Images/background_gradient.png') scroll center;
}
.shim
{
	position: relative;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 15px 10px 15px;
}


.page
{
	height: auto !important;
	min-height: 930px;
}

.mainBody
{
	margin: 10px 10px 10px 10px;
}

.headerContainer
{
	width: 950px;
	padding-left: 15px;
	padding-top: 3px;
}

.navBar
{
	clear: left;
	width: 950px;
	height: 22px;
	background-color: #003366;
	border-bottom: 1px solid #bbb;
	padding-left: 15px;
	padding-top: 3px;
	color: White;
	margin-bottom: 10px;
	text-align: left;
}
.navBar a
{
	color: White;
	font-weight: bold;
}


/*
h1
{
	font-size:x-large;
	color: #003366;
}
h2
{
	font-size:large;
	color: #003366;
}
h3
{
	font-size:medium;
	font-weight:bold;
	color: #263986;
}
h4
{
	font-size:large;
	color: #003366;
	border-bottom: solid 1px black;
}
h5
{
	font-size:small;
	color: #003366;
}
*/

.title, h1
{
	font-size: 1.846em;
	font-weight: 500;
	line-height: 1.167em;
	padding-bottom: .167em;
}
.subTitle, h2
{
	font-size: 1.538em;
	font-weight: 500;
	line-height: 1.25em;
	padding-bottom: .1em;
}
h3
{
	font-size: 1.308em;
	font-weight: 500;
	line-height: 1.235em;
	padding-bottom: 0;
}
h4
{
	font-size: 1.538em;
	font-weight: 500;
	line-height: 1.25em;
	padding-bottom: .1em;
	border-bottom: solid 1px black;
}
h5
{
	font-size: 1.308em;
	font-weight: 500;
	line-height: 1.235em;
	padding-bottom: 0;
	border-bottom: solid 1px black;
}
h6
{
	font-size: .846em;
	font-weight: 500;
	line-height: 1.364em;
	padding-bottom: 0;
}




/*  ============================================================ 
	Input Form Layout Styles  
*/
.editForm
{
	border: solid 1px #003366;
	padding: 10px 10px 10px 10px;
	background-color: #e9ebeb;
}
.editForm .heading
{
	font-weight: bold; /*color: #7e878a;*/
	padding: 5px 0 5px 0;
	color: #0153a0;
	font-size: 14px;
	text-align: left;
}
.editForm .caption
{
	font-weight: bold;
	color: #263986;
	text-align: right;
}
.editForm .value
{
	color: black;
	font-size: 12px;
	padding: 0 30px 0 10px;
}
.dataList
{
	border: solid 1px #003366;
	width: 962px;
}
.dataList .header
{
	background-color: #003366;
	color: White;
	font-size: large;
	padding: 3px 3px 3px 3px;
}
.dataList .headerNormal
{
	background-color: #003366;
	color: White;
	padding: 3px 3px 3px 3px;
}
.dataList .header .action
{
	position: absolute;
	left: 750px;
	width: 220px;
	text-align: right;
	color: White;
}
.dataList .header .action a
{
	color: White;
	font-size: small;
}
.dataList .footer, .dataList .detail
{
	background-color: #d4dce5;
	padding: 5px 5px 5px 5px;
}
.dataList .detailAlt
{
	background-color: inherit;
	padding: 5px 5px 5px 5px;
}
.dataList .footer
{
	font-size: small;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*  ============================================================ 
	Editable Labels
*/
.editLabel
{
}
.editLabel:hover
{
	background-color: #d9d5e6;
}



/*
.title
{
	font-size:x-large;
	font-weight:bold;
	color: #003366;
}
.subTitle
{
	font-size:large;
	color: #003366;
}*/

.linkButton
{
	border: 1px solid #c6c8ca;
	background-color: #CFD7DF;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-image: url('../images/gradbigbutton.gif');
	background-repeat: repeat;
	padding: 3px 3px 3px 3px;
}

.bigButton
{
	border: 1px solid #c6c8ca;
	background-color: #CFD7DF;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-image: url('../images/gradbigbutton.gif');
	background-repeat: repeat;
	width: 90px;
	height: 27px;
}

.miniButton
{
	border: 1px solid #444444;
	background-color: #CFD7DF;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	background-image: url('../../../images/gradient2.jpg');
	background-repeat: repeat-x;
	height: 18px;
	width: 60px;
}

a.tooltip span
{
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 190px;
}
a.tooltip:hover span
{
	overflow:visible;
	white-space: normal;
	text-align: left;
	display: inline;
	position: fixed ;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #6c6c6c;
}


/*  --------------------------------------------------------------
	-- MESSAGES
*/
.errorMessage, .warningMessage, .infoMessage
{
	padding: 10px 10px 10px 35px;
	margin: 5px 0;
	border: 1px solid #DFDFDF;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.errorMessage
{
	background: #e9ebeb url('../images/error.gif') 5px 9px no-repeat;
}

.warningMessage
{
	background: #fcf9ce url('../images/exclamation.gif') 5px 6px no-repeat;
}

.infoMessage
{
	background: #fcf9ce url('../images/info.gif') 5px 6px no-repeat;
}
.validationMessage
{
	padding: 10px 10px 10px 65px;
	margin: 5px 0;
	border: 1px solid #DFDFDF;
	color: #333333;
	font-size: 12px;
	background: #e9ebeb url('../images/error.gif') 5px 9px no-repeat;
}

/*  --------------------------------------------------------------
	-- GRIDVIEW
*/
.grid1
{
	width: 962px;
	font-family: Arial;
	font-size: small;
	background-color: White;
	padding: 10px 10px 10px 10px;
}
.grid1 .header
{
	background-color: #003366;
	font-weight: bold;
	color: White;
	text-align: left;
}
.grid1 .header a
{
	color: White;
}
.grid1 .header th
{
	color: White;
	padding: 3px 3px 3px 3px;
}




.grid1 .row
{
	background-color: #d4dce5;
	color: #52595C;
}
.grid1 .rowAlt
{
	background-color: #EAEBEC;
	color: #52595C;
}
.grid1 .rowAlt td, .grid1 .row td
{
	padding: 5px 3px 5px 3px;
}
.grid1 .pager
{
	font-size: medium;
}


/* min-height IE6 hacks (leave at bottom) */
html, body
{
	height: auto !important;
	min-height: 800px;
}




