/* table container */
div.table {
	float:left;
	position:relative;
	width:550px;
	margin:7px 0 37px 0;
	}
table.listing {
	width:549px;
	padding:0;
	margin:0;
	border:0px solid #9097A9;
	font-size:smaller;
	}
table.listing th {
	border-top:0 !important;
	}
div.table img.left {
	position:absolute;
	top:0;
	left:0;
	}
div.table img.right {
	position:absolute;
	top:0;
	right:1px;
	}
/* table styles */
table.listing td,
table.listing th {
	border:1px solid #fff;
	text-align:center;
	}	
table.listing th {
	background:#9097A9;
	color:#fff;
	padding:5px;
	}
table.listing td {
	background:#D8D8D8;
	color:#000;
	padding:3px 5px;
	}
table.listing .bg td {
	background:#ECECEC;
	}
	
table.listing .first {border-left:0px solid #9097A9;text-align:left;}
table.listing .last {border-right:0px solid #9097A9;}
table.listing .empty td
{
	border-left:0px solid #9097A9;
	text-align:left;
	border-right:0px solid #9097A9;
	background:#9097A9;
	font-weight:bold;
	padding-left:10px;
	color:White;
}

.divTitle{
	float:left; 
	width:100px;
	text-align:right;
	margin-right:10px;
	margin-top:5px; 
	white-space:nowrap;
	font: bold 0.9em "times";
	color: #140044;
	margin-bottom: 5px;
}
.divTitleExtended
{
	float:left; 
	width:160px;
	text-align:right;
	margin-right:10px;
	margin-top:5px; 
	white-space:nowrap;
	font: bold 0.9em "times";
	color: #140044;
	margin-bottom: 5px;
}

/*no width on the last col so it will expand*/
.divContent{
	float:left; 
	white-space:nowrap;
}

.spacer2 {
	clear: both;
	height:1px;
	font-size:0px;
	width:100%;
}

/*Masked edit related*/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}
.validatorCalloutHighlight 
{
    background-color: lemonchiffon; 
}