/*

#resultsTable{
	background-color: #ffffff;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#resultsTable table{
	width: 730px;
	background-color: #EBEBE9;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#resultsTable th{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	height: 25px;
	padding: 0 5px 0 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B0AEAA;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	background-image: url(/images/tableHeaderBackground.jpg);
	background-repeat: repeat-x;
}

#resultsTable .headerRowOverRideRight{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	height: 25px;
	padding: 0 5px 0 5px;
	border: 0;
	border-left-color: #ffffff;
	background-image: url(/images/tableHeaderBackground.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

#resultsTable .headerRowOverRideLeft{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	height: 25px;
	padding: 0 5px 0 5px;
	border: 0;
	border-left-color: #ffffff;
	background-image: url(/images/tableHeaderBackground.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B0AEAA;
	border-bottom-color: #CCCCCC;
}

#resultsTable .headerRowHover{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	height: 25px;
	padding: 0 5px 0 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B0AEAA;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(/images/tableHeaderBackgroundHover.jpg);
	background-repeat: repeat-x;
}

#resultsTable table td{
	margin:0;
	padding: 0 0 0 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
	height: 25px;
}

#resultsTable table .iconOverRideRight{
	margin:0;
	padding: 0 0 0 5px;
	border-right-width: 0;
	height: 25px;
}

#resultsTable .rowOdd {
	background-color: #ffffff;
}

#resultsTable .rowEven {
	background-color: #eeeeee;
}

#resultsTable .rowHover {
	background-color: #FFFFBF;
}

#resultsTable .rowSelect {
	background-color: #AADEFF;
}

.tableTitleLeft {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}

.tableTitleMiddle {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	}

.tableTitleRight {
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	}

#formTable{
	width: 740px;
	background-color: #ffffff;
	margin: 5px 0 15px 0;
	padding: 0 0 10px 0;
}

#formTable .thisFormTable{
	width: 740px;
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
}
*/

#rightTable{
	background-color: #ffffff;
	height: auto;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 15px;
}

#dottedTable{
	background-color: #ffffff;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
}

#dottedTable table{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	border: 1px solid #CCCCCC;
}

#dottedTable th{
	color: #a30013;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 10px 5px 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #F0F0F0;
}

#dottedTable table td{
	margin:0;
	padding: 0 0 0 5px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#dottedTable .override{
	margin:0;
	padding: 0 0 0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


