body
{
	font-family: Arial, Verdana, Garamond;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

td, p
{
	font-family: Arial, Verdana, Garamond;
	font-size: 11px;
	font-weight: normal;
	
	color: #000000;
}

input
{
	font-size: 11px;
}

select
{
	font-size: 11px;
	overflow: scroll;
}

div
{
	font-size: 11px;
}

span
{
	font-size: 11px;
}

textarea
{
	font-family: Arial, Verdana, Garamond;
	font-size: 11px;
}	



.errorMessage
{
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}

.errorMessageSummary
{
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-align: center;
}

.tableOutlined
{
	
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #fff;
}

.tdHeader
{
	background: #CBD4E4;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
		
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	background: #CBD4E4;
	margin-left: 0px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	display: block;
	border-bottom: solid 1px #000000;
	
}

h5
{
	font-size: 11px;
	font-weight: bold;
	margin: 10px;
	padding: 5px;
	background: #CBD4E4;
	margin-left: 0px;
}

.textBoxLabel
{
	font-size:11px;
	font-weight: bold;
	text-align: left;
}

.textBoxLabelRight
{
	font-size:11px;
	font-weight: bold;
	text-align: right;
}

.textBoxLabelCenter
{
	font-size:11px;
	font-weight: bold;
	text-align: center;
}

.createItemLink
{
	font-weight: bold;
	font-size: 11px;	
}

.editItemLink
{
	font-weight: bold;
	font-size: 11px;	
}

.smallText
{
	font-size: 10px;
}

.largeText
{	
	font-family: Arial, Verdana, Garamond;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.navMenuLevel01Bg
{
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #fff;
	border-top: solid 1px #ccc;
	border-left: solid 1px #fff;
	background-image: url(../images/navbarbg.jpg);
}

.navMenuLevel01
{
	font-size:11px;
	font-weight: bold;
	color: #000;
}

.navMenuLevel01Selected
{
	font-size:10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
}

a.navMenuLevel01:link
{
	color: #000;
	text-decoration: none;
}

a.navMenuLevel01:visited
{
	color: #000;
	text-decoration: none;
}

a.navMenuLevel01:active
{
	color: #F00;
	text-decoration: none;
}

a.navMenuLevel01:hover
{
	color: #c00;
	text-decoration: none;
}

.calendar
{
	font-size: 10px;	
}

.tableSaveCancel
{
	
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	border-top: solid 2px #fff;
	border-left: solid 1px #ccc;
	/*background-image: url(../images/blueHeaderBg.jpg);*/
	background: #CBD4E4;
	
	font-weight: bold;
	font-size: 11px;
	
	text-align: left;
}

.brandingHeader
{
	
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	background-color: #CBD4E4;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}

.popupBrandingHeader
{
	
	background-color: #7288AC;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	text-align: left;
}

.reportTable
{
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #CCC;
	border-top: solid 1px #FFF;
	border-left: solid 1px #CCC;
	background-color: #EEE;
	color: #000000;
}

.reportStatusLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666;
}

.reportStatusText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
}

.tableHeaderBar
{
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF; 
	background-color: #CBD4E4;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	margin-bottom: 0px;
}

.tableHeaderBarTd
{
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	background: #7288AC;
}

.tableHeaderHr
{
	margin: 10px 0px 5px 0px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #FFF;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF; 
	background-color: #FFF;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	text-align: left;
}



