@CHARSET "UTF-8";

/*** T a B l E   S t Y l E s ***/

table.standard tr.title td {
	font-size: 12px;
	font-weight: bold;
}

table.standard tr.header td, h1.header {
	background: #5c5c5c;
	color: #fff;
}

h1.header {
	margin: 0;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
	padding-left: 5px;	
}

table.standard tr.sub-header td {
	background: #333;
	color: #fff;
}

table.standard tr.search td {
	background: #eee;
	color: #333;
	border-top: solid 1px #999;
	padding: 3px;
}

table.standard tr.record td {
	border-bottom: solid 1px #999;
}

table.standard tr td {
	padding: 5px;
	font-size: 10px;
}

div.table-options {
	float: left; 
	padding-top: 5px;
}

div.table-paging {
	float: right;
	padding: 5px;
	font-size: 10px;
}


table.standard tr td.price-large {
	color: #cc0000;
	font-size: 1.5em;	
}


table.lines tr.totals td {
	font-weight: bold;
	color: #333;
	background: #f9f9f9;
	border-bottom: none;
	font-size: 14px;
	
}

table.lines tr td {
	
	border-bottom: solid 1px  #d8d8d8;
	
}


table.lines {
	border-bottom: solid 1px  #d8d8d8;
	border-right: solid 1px  #d8d8d8;
}

table.lines tr.header td {
	border-top: solid 1px  #d8d8d8;
}

/*********************************************
 LIST TYPES */

dl.large-list {
	font-size: 16px;
 	line-height: 22px;
 	margin: 0;
}
 
dl.large-list dt {
 	float: left;
 	width: 150px;
 	font-weight: bold;
 	margin-bottom: 5px;
 	vertical-align: top;
 	margin-top: 0px;
}
 
dl.large-list dd {
	float: left;
	margin-bottom: 5px;
	clear: right;
}
