/*
=====================================
TABLES 
=====================================
*/

table.test {
	background: #eee;
}

table.standard tr th {
	background: #eee;
	text-align: left; 
	border-bottom: 1px solid #ccc;
	padding: 20px 0 6px 0;
	color: #852;
	font-size: 115%;
	font-weight: bold;
}
table.standard tr th.subheading {
	color: #222;
	border-bottom: none;
	padding: 12px 0 4px 0;
}
table.standard tr th.top-row {
	padding-top: 10px;
}
table.standard tr td {
	padding-top: 6px;
}

/* Auto-generated table lists */
table.table-list {
	padding-bottom: 20px;
}
table.table-list td {
	padding: 8px 10px 0 0;
}
table.table-list td.last-column {
	padding-top: 8px;
}

/* 
=====================================
TABLE SKINS
=====================================
*/
table.table-tan-lt th {
	background-color: #e0d6bf;
	padding: 6px 3px;
}
table.table-tan-lt th.no-background {
	background-color: #fff;
	border: none;
	padding: 6px 3px;
}
table.table-tan-lt tr.odd-row {
	background-color: #eee7dc;
}
table.table-tan-lt td {
	padding-top: 6px;
	padding-bottom: 6px;
}



/*
=============================================================================
Below are table styles adopted from the portal
=============================================================================
*/

/*
=====================================
TABLE A

This is a table with rows of alternating color and is used for long
tables that display much information.
=====================================
*/

.tablea {
	color: #000;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

.tablea th {
	text-align: left; 
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 5px 5px;
	color: #fff;
	background-color: #949081;
	letter-spacing: .05em;
	font-weight: normal;
}

.tablea td {
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-collapse: collapse;
}

.tablea p {
	color: #666666;
	font-size: 85%;
	margin: 0pt 0pt 0px;
}

.odd-row {
	background: #eee7dc;
}

.alert {
	background: url(alert000.gif) no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	color: #ff0000;
}

.alert-message {
	background: url(alert000.gif) no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	margin-bottom: 10px;
	color: #ff0000;
}

td.result {
	font-weight: bold;
}

.tablea ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-bottom: 0px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.tablea ul a {
	font-weight: bold;
}

.tablea li {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.smalldate {
	color: #666;
	font-size: 95%;
	margin: 0pt 0pt 0px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/*
=====================================
TABLE B
=====================================
*/

.tableb {
	border: 1px solid #cccccc;
	caption-side: top;
	margin-bottom:15px;
	border-collapse:collapse;
}

.tableb th {
	background: url(hdr_chec.jpg) repeat-x scroll center bottom;
	color: #333333;
	font-size:95%;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	text-align:center;
	margin:0;
}

.tableb td {
	border:1px solid #cccccc;
	background-color:#fcfcf2;
	padding:3px 5px 3px 5px;
}

.caption {
	border: none;
	color: #885522;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0;
	text-transform: none;
	text-align: left;
}

caption {
	border: none;
	color:#885522;
	font-size:115%;
	font-weight:bold;
	margin-bottom:2px;
	padding:0pt;
	text-transform:none;
	text-align:left;
}

