/* 
all images paths are mapped to /common in the root of the domain
*/
 
body
{
	margin:0px;
	height:100%;
	overflow-y:auto;
	overflow-x:auto;
}
.sectionColorDark
{
	color:#FFCCFF;
}
.sectionColorLight 
{
	color:#CCFFCC;
}
.tableTopCornerLeftRed {
	background-image:url(/common/images/roundedcorner/top_left_pink.gif);
	width:12px;height:12px;
}
.tableTopCornerRightRed {
	background-image:url(/common/images/roundedcorner/top_right_pink.gif);
	width:12px;height:12px;
}
.tableBottomCornerLeftRed {
	background-image:url(/common/images/roundedcorner/bottom_left_pink.gif);
	width:12px;height:12px;
	}
.tableBottomCornerRightRed {
	background-image:url(/common/images/roundedcorner/bottom_right_pink.gif);
	width:12px;height:12px;
	}		
.datatype{
	font-size:12px;
	font-family:Arial;
}
.dataitem{
	font-size:11px;
	font-family:Arial;
}
.function{
	color:#FFFFFF;
	font-size:13px;
	font-family:Arial;
	font-style:italic;
}
.name{
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial;
}
.BillViewer
{
	font-size: 8pt;
	font-family: verdana;
	width: 100%;
}
.BillViewer TR TD IMG
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.BillViewerCombo
{
	font-size: 8pt;
	font-family: verdana;
	width: 200px;
}
.BillViewerDataGrid
{
	border-color: White;
	border-spacing: 5;
	font-size: 8pt;
	font-family: verdana;
	width: 100%
}
.BillViewerDataGridHeader
{
	color: white;
	background-color: #3F60D1;
	text-align: center;
	border-color: white;
	height: 25px;
}
.BillViewerDataGridHeader TD A:link
{
	color: white;
	text-decoration: underline;
	text-align: center;
}
.BillVIewerDataGridHeader TD A:visited
{
	color: white;
	text-decoration: underline;
	text-align: center;
}
.BillViewerDataGridItem
{
	background-color: #D4E6E8;
	text-align: center;
}
.BillViewerDataGridAlternatingItem
{
	background-color: #C6D7E7;
	text-align: center;
}
.BrowseInvoiceHistoryTd{
	background-color: #e0e9f2;
}
.ErrorPage{
	background-color: #FEE6DA;
	font-size: 8pt;
	font-family: verdana;
	width: 100%;
}
.ErrorPage TR TD 
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ErrorPageTd{
	background-color: #FEE6DA;
}
.ValidationSummary{
	font-family : Arial, Verdana, sans-serif;
	font-weight:normal;
	text-decoration:none ;
	font-size : 12px;
	color: red;
	padding-top:5px;
}
.TextBoxEnabled{
	background-color: #FFFFFF;
}
.TextBoxDisabled{
	background-color: #DCDCDC;
}


/* TABS */ 
/* TABS */ 
.tabSelectedText {
	font-family:Arial;
	font-size:12px;
	color:white;
	height:25px;
	margin-left:10px;
}
.tabHooveredText {
	font-family:Arial;
	font-size:12px;
	color:black;
	height:25px;
}
.tabNotSelectedText {
	font-family:Arial;
	font-size:12px;
	color:white;
	height:25px;
}
.tabTable{
	font-family:Arial;
	font-size:12px;
}
/* TABS */ 
/* TABS */ 


/* BUTTONS */
/* BUTTONS */
.buttonText {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:3px;
	padding-left:5px;
}
.formLabelText {
	font-family:Arial;
	font-size:11px;
	width:100px;
}
.formElements {
	border:1px solid #cccccc;
	font-size:11px;
}
.formInfo{
	font-weight:bold;
	font-size:12px;
	color:#4060b0;	
	}
.formElementsReadOnly {
	border:1px solid #cccccc;
	font-size:11px;
	background-color:#e0e9f2;
	}
.maskFormElements {
	border:1px solid #cccccc;
}
.maskFormElementsRead {
	background-color:#CCCCCC;
}

.tabHeader{
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
}
/* BUTTONS */
/* BUTTONS */
	
