/* DATA TABLE STYLES */
* {
		padding: 0;
		margin: 0;
		}

html {
		font-size: 100%;
		}
		
	
table.dataTable {
  	width: 95%;
	margin-bottom: 30px;
}
table.dataTable {
	border-left: 0px solid #d9d9d9;
	border-top: 2px solid #B4C6D4;
	border-collapse: collapse;
}
caption {
		font-weight: bold;
		font-size: 1.3em;
		text-align: left;
		/*text-transform: uppercase;*/
		padding: 0 0 5px;
		}
		
caption span.smallText {
		font-weight: normal;
		font-size: 10px;
		text-align: left;
		display:inline;
		/*text-transform: uppercase;*/
		padding-left: 12px;
		color: #666;
		}		
table.dataTable th {
	vertical-align: bottom;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
	background: url(../images/offices/bg-table-header-stripe.gif) 0 50% repeat-x;
	border-bottom: 1px dotted #666;
	_border-bottom: 1px solid #ccc;
	border-right: 0px solid #CCC;
}

table.dataTable th.left {
	vertical-align: top;
}
table.dataTable tfoot, table.dataTable tfoot th, table.dataTable tfoot td {
	border-top: 2px solid #666;
	font-weight: bold;
}
table.dataTable tfoot td {
	background-color: #EEE;
}
table.dataTable td {
	vertical-align: top;
	padding: 5px;
	border-right: 0px solid #d9d9d9;
	border-bottom: 1px dotted #666;
	_border-bottom: 1px solid #ccc;
	font-size: 1.1em;
	font-weight: normal;
}
tbody tr.alt td { background: #F5F8FC}

tbody tr:hover td, tbody tr.over td {background: #f5f5f5; color: #333;}
