/*	
	Copyright (c) 2006 Adobe Systems Incorporated
	macromedia.com HTML Forms CSS Selectors 
	
	$Revision: 1.34.4.2 $ 

*/

table {
	font-size: 100%;
	margin-bottom: 1em;
}

th {
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: left;	
}

tr.alt th.alt {
	background-color: #fff; 
}


th.alt {
	background-color: #f8f8f8; 
}

table th,
table td {
	vertical-align: top;
}

tr.alt {
	background-color: #f8f8f8;
}

td {
	font-size: 1em;
}

td.data-none {
	background-color: #e7ebeb;
}

td.nodata {	
	background-color: #fff; 
}

col.data-decimal {
	text-align: right !important;
}

col.data-image {
	text-align: center !important;
}

caption {
	font-size: 1.0em;
	line-height: 1.3em;
	text-align: left;
	padding-bottom: 0.5em;
}

td p,
td ul {
	margin-top: 0.1em;
}



table.data-meta {
	margin-bottom: 1em;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	border: none;
}

#contentBody table.data-meta th {
	background-color: white;
	text-transform: none;
	font-weight: normal;
	padding-bottom: .1em;
	border: none;
}

#contentBody table.data-meta th,
#contentBody table.data-meta td {
	padding: 0.1em;
	vertical-align: top;
	line-height: 1em;
}

table.data-meta td {
	border: none;
}

#pod table.data-meta th {
	background-color: #f8f8f8;
	text-transform: none;
	font-weight: normal;
	border: none;
}

#pod table.data-meta th,
#pod table.data-meta td {
	padding: 0.6em 0.1em;
	vertical-align: top;
	line-height: 1em;
}

/* data-rating table for technotes template */
table.data-rating {
	border: none;
	margin-left: .8em;
}

table.data-rating th {
	border: none;
	background-color: white;
	text-transform: none;
	font-weight: normal;
}

#pod table.data-rating th {
	border: none;
	background-color: #f8f8f8;
	text-transform: none;
	font-weight: normal;
}

table.data-rating td {
	border: none;
	text-align: center;
	padding: 0.1em;
}

table.data-rating th#first {
	text-align: left;
	padding: 0em;
}

table.data-rating th#last {
	text-align: right;
	padding: 0em;
}

table.data-rating td#first {
	text-align: center;
	padding-left: 1.5em;
}

table.data-rating td#last {
	text-align: center;
	padding-right: 1.5em;
}

#contentBody table.admin th, 
#contentBody table.admin td {
	padding: 0.1em 4px;
	vertical-align: top;
}

/* table as a child of the form element (without borders) 

form table,
form td,
form th {
	border: none;
	background-color: white !important;
	padding-left: 0px;
}
*/
