
body {font-size: 11px;
	margin: 0;
	text-align: center;}
.standardfont {font-family: verdana, arial, sans-serif; font-size: 12px;}
.normaltable1 { border: 1px solid #AAA9A9; border-right: 0px; border-bottom:0px; margin-bottom: 25px; font-family: verdana, arial, sans-serif; font-size: 10px;}
.newtable { border: 1px; border-right: 0px; border-bottom:0px;border-left:0px;border-top:1px solid #AAA9A9; }
.normaltableheadercell1 { border-bottom: 1px solid #AAA9A9 ; border-right: 1px solid #AAA9A9 ; padding: 5px 8px; font-family: verdana, arial, sans-serif; font-size: 10px;}

.normaltabletitlecell {border: 1px solid #AAA9A9; background-color: #B8B7B7; border-bottom: 1px ; border-right: 1px ; padding: 5px; font-family: verdana, arial, sans-serif; font-size: 10px;}
.standardfont {font-family: verdana, arial, sans-serif; font-size: 12px;}
.normaltable {border: 1px solid #000000; border-right: 1px;border-left: 1px;border-top: 1px;border-bottom: 1px; margin-bottom: 25px; font-family: verdana, arial, sans-serif; font-size: 10px;}
.normaldatagridtable {border: 1px solid #000000; border-right: 1px;border-left: 1px;border-top: 1px;border-bottom: 1px; margin-bottom: 25px; font-family: verdana, arial, sans-serif; font-size: 10px;}
.normaltablecell {border-bottom: 1px solid #000000; border-right: 1px solid #000000; padding: 5px 8px; }
.header {
	background-color: #f2f2f2;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
		}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height:18px;
}

#contentHeader {
	background-color: #cccccc;
	margin: 0;
	padding: 5px;
	text-align: left;
	width: 100%;
}

#contentHeader h1 {
	font-size: 11px;
	margin: 0;
}

#contentBody {
	background-color: #f2f2f2;
	border-bottom: none;
	/* border: solid 1px green; */
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#contentFooter {
	width: 90%;
}


.formTable {
	background-color: #cccccc;
	/* border: solid 1px green; */
	width: 100%;
}

.formTable th {
	background-color: #f2f2f2;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	width: 33%;
}

.formTable td {
	background-color: #f2f2f2;
}

.formTable td.input {
	padding: 5px 10px 5px 10px;
}

.linkButton {
	color: Purple;
	font-weight: bold;
}

.errorContainer {
	text-align: center;
}

.message {
	color: Green;
}

.errorMessage {
	color: Red;
	font-style: italic;
	font-weight: bold;
}

.dataGridWrapper {
	padding: 20px;
}

.dataGrid {
	border: solid 1px black;
	border-collapse: collapse;
	font-size: 11px;
	width: 800px;
}

.dataGridHeader {
	background-color: #cccccc;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.dataGridItem {
	background-color: #dedfde;
}

.dataGridItemAlternate {
	background-color: #cccccc;
}

.dataGridPager {
	background-color: inactiveborder;
	text-align: right;
}

/* Navigation */
.clsCMOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: White;
    padding: 2px 4px;
}
.clsCMOver {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
    padding: 2px 4px;}

a {
	font-size: 11px;
	color: Blue;
}

a:visited {
	color: Blue;
}


.button {background-color: #4E6489; color: #ffffff; font-weight: bold;}

.standardfontTest {border: 1px; border-right: 1px solid #AAA9A9; border-bottom:1px solid #AAA9A9;border-left: 0px; border-top:0px; font-family: verdana, arial, sans-serif; font-size: 12px;}
