div.scrolling-table-container {
	height:150px;
	overflow: scroll;
}

.data-table-container {
	border-top: 1px #738A5C solid;	
	margin: 0px 0px 10px 0px;
}

.data-entry .data-table-container {
	border-top: 0px;	
}


.data-table-container table {
	width: 100%;
}

.data-table-container .title-bar {	
	padding: 0px 0px 1px 0px;
	background-image: url(/images/carco/dots_horiz.gif);
}

.data-table-container .title-bar table {
	border-top: 1px #ffffff solid;
	background-color: #E2E8DE;	
}

.data-table-container .title-bar table td {
	padding: 5px 0px 5px 5px;
	color: #333333;
}

.data-table-container .title-bar table td div.breakCount {
	margin: 2px 0px 0px 0px;
	color: #333333;
	float: left;
	clear: none;
	font-weight: bold;
	font-size: 9px;
}


.data-table-container .title-bar table td div {
	/*clear: both;
	font-size: 11px;*/
}

.data-table-container .title-bar table td.links div {
	float: right;
	clear: none;
}

.data-table-container .title-bar table td.links a {
	float: left;
	display: block;
}

.data-table-container .title-bar table td.links a.btnHide {
	background-image: url(/images/carco/btn_hide.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding: 0px 2px 0px 15px;
	margin: 0px 0px 0px 30px;
}

.data-table-container .title-bar table td.links div.btnLnk img {
	float: left;
	clear: none;
	margin: 3px 0px 3px 20px;
}


.data-table-container .title-bar table td div.pipe {
	float: left;
	margin: 0px 5px 0px 5px;
	color: #CDCDCD;
}

.data-table-container .title-bar table td h1 {
	float: left; 
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #12557F;
	font-weight: bold;
}

.data-table td.num {
	text-align: right;
}

.data-table td {
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-top: 0px; 
	border-left: 0px;
	padding: 3px 3px 3px 3px;	
	color: #333333;
	vertical-align: top;
}

.data-table td.last {
	border-right: 0px;
}

.data-table td a, .data-table td a:visited {
	color: #006CB2
}

.data-table td a:hover {
	color: #ff6600;
}

.data-table td.warning, .data-table tr.on td.warning {
	color: #cc0000;
	font-weight: bold;
}

.data-table td.status1, .data-table tr.on td.status1 {
	color: #63774f;
	font-weight: bold;
}

.data-table td.taskMessage1, .data-table tr.on td.taskMessage1 {
	color: #000000;
	background-color: #e0c24c; 
	font-weight: bold;
	font-size: 14px;
	letter-spacing:.045em;
}

.data-table td.taskMessage2, .data-table tr.on td.taskMessage2 {
	color: #444;
	background-color: #FFEFCE; /*FFEFCE*/
	font-weight: bold;
	font-size: 12px;
	letter-spacing:.035em;
}

.data-table td.status2, .data-table tr.on td.status2 {
	color: #ff6600;
	font-weight: bold;
}

.data-table tr.hdRow td {
	background-color: #ffffff;
	background-image: url(/images/carco/th_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
	font-weight: bold;
	color: #006CB2;
}

.data-table tr.hdRow td a {
	color: #006CB2;
}

.data-table tr.hdRow td.sorted-by img {
	margin: 0px 3px 0px 3px;
}


.data-table tr.taskHdRow td {
	background-color: #ffffff;
	background-image: url(/images/carco/th_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 11px;
	font-weight: bold;
	color: #006CB2;
}



.data-table tr.taskHdRow td a {
	color: #006CB2;
}

.data-table tr.taskHdRow td.sorted-by img {
	margin: 0px 3px 0px 3px;
}


.data-table tr.row1 td {
	background-color: #F5F5F5;
}

.data-table tr.row2 td {
	background-color: #ffffff;
}


.data-table tr.compactRow1 td {
	background-color: #F5F5F5;
	font-size: 10px;
}

.data-table tr.compactRow2 td {
	background-color: #ffffff;
	font-size: 10px;
}


.data-table tr.on td, .data-table td.on {
	background-color: #aac9d8;
	border-bottom: #006CB2;
	border-bottom-width:1px;
	border-bottom-style:solid;
	/*
	border-top: #006CB2;
	border-top-width:1px;
	border-top-style:solid;
	*/
	font-weight: bold;
	line-height:25px;
}

.data-table tr.on td.on {
	border-right: 2px #E7F5FF solid;
}

.data-table tr.on td.last {
	border-right: 0px;
}

.data-table tr.on td a, .data-table td.on a {
	font-weight:normal;
}

.data-table tr.on td {
	font-weight:normal;
}


.data-table tr.groupRow1 td, .data-table td.groupRow1 {
	background-color: #F0F0E1;
	border-bottom: #F0F0E1;
	font-weight: normal;
}

.data-table tr.groupRow1 td.groupRow1 {
	border-right: 2px #F0F0E1 solid;
}

.data-table tr.groupRow1 td.last {
	border-right: 0px;
}

.data-table td.groupRow1 a {
	font-weight:normal;
}

.data-table tr.groupRow1 td {
	font-weight:normal;
}
.data-table td.groupCell1, .data-table td.groupCell1 {
	background-color: #FAFAF5;
}


.data-table tr.groupRow2 td, .data-table td.groupRow2 {
	background-color: #E1E1E1;
	border-bottom: #E1E1E1;
	font-weight: normal;
}

.data-table tr.groupRow2 td.groupRow2 {
	border-right: 2px #E5E5E5 solid;
}

.data-table tr.groupRow2 td.last {
	border-right: 0px;
}

.data-table td.groupRow2 a {
	font-weight:normal;
}

.data-table tr.groupRow2 td {
	font-weight:normal;
}

.data-table td.groupCell2, .data-table td.groupCell2 {
	background-color: #F3F3F3;
}




.data-table tr.expanded td {
	background-color: #E7F5FF;
	border-bottom: 2px #ffffff solid;
}

.data-table tr.expanded td table td {
	border-bottom: 0px;
}

.data-table tr.expanded td.last {
	background-color: #E7F5FF;
}

.data-table table td {
	border: 0px;
	background-color: none;
	padding: 3px 3px 3px 0px;
}

.portal-page div.data-table-container {
	width: 380px;
	border: 0px;
}

.portal-page div.secondary {
	background-color: #e6e6e6;
}


.portal-page div.main-header {
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	height: 18px;
	clear: both;
}

.portal-page div.secondary div.main-header {
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	height: 15px;
	clear: both;
}

.portal-page div.main-header a.btnViewAll {
	background-image: url(/images/carco/btn_viewall.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	padding: 0px 2px 0px 15px;
	margin: 0px 0px 0px 30px;
	float: right;
}

.portal-page div.main-header h1 {
	font-size: 18px;
	font-weight: normal;
	color: #125580;
	margin: 2px 0px 0px 2px;
}

.portal-page div.secondary div.main-header h1 {
	font-size: 15px;
	font-weight: normal;
	color: #125580;
	margin: 2px 0px 0px 2px;
}

.portal-page div.table-container {
	background-image: url(/images/carco/dots_horiz.gif);
	padding: 1px 0px 1px 0px;
	margin:  0px 10px 10px 10px;
	clear: both;
}

.portal-page div.scrolling-table-container {
	height: 250px;
	background-color: #ffffff;
}

.portal-page .data-table td.last {
	text-align: right;
}

.portal-page .data-table tr td a {
	color: #006cb2;
	font-weight: bold;
}

.portal-page .data-table tr.hdRow td a:hover {
	color: #ff6600;
	font-weight: normal;
}

.portal-page div.secondary .data-table td.first {
	border-left: 2px #ffffff solid;
	padding-left: 1px;
}

