
/*** C o M m O n   S t Y l E s ***/

#dhtmltooltip, #dhtmlpointer {
	position: absolute;	
}

#dhtmltooltip {
	padding: 13px;
	padding-top: 17px;
	border: solid 1px #ccc;
	min-height: 50px;
	color: #fff;	
}

div.feedback p.error {
	color: #cc0000;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 0;
}

div.title {
	height: 17px;
}

div.title h1 {
	float: left;
	color: #8988b2;
	text-transform: uppercase;
	font-size: 18px;
	background: #fff;
	margin: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.title button {
	float: right;
	margin-left: 5px;
	border: none;
	background: #f5831f;
	color: #fff;
}

/*** 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 {
	background: #8988b2;
	color: #fff;
}

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: 3px;
}

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;	
}


