/* CSS Document for Lookup functionality */
<!--

@import "/media/cdlvis/css/forms.css";

.content { padding: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 80%;}
.spacer { clear: both; }
.content a:hover { color: #07b5f1; }
.content a { color: #0D4DA4; text-decoration: underline }
.content a.darkback { color: #E0E0FF; }

h1 {
	font-size: 14px;
	margin-bottom: 8px;
}

h1.block, h2.block, h3.block {
	background: #0d4da4;
	color: white;
	padding: 4px;
	margin-top: 0;
}

h2 {
	font-size: 14px;
	margin: 12px 0 8px 0;
}

h2.nomargin {

	margin: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
}

div.section_nav {

	border: 1px solid #0d4da4;
	margin-bottom: 15px;
}

div.section_nav h2 {

	font-size: 14px;
	margin: 0;
}

div.section_nav ul {
	
	list-style: none;
	padding: 0;
	margin: 0;
}

div.section_nav ul li {

	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.section_nav ul li a {

	display: block;
	color: #0d4da4;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	width: 119px;
}

div.section_nav ul li a:hover {

	background: #0d4da4;
	color: white;
}

div.section_nav div.trade_credit {

	float: right;
	color: white;
	font-weight: bold;
	padding: 2px 3px 0 0;
	margin: 0;
}

#lookup_field_selector {
}

.lookup_field_group {

	float: left;
	padding: 0 10px 10px 10px;
	width: 200px;
}

.lookup_field_group p {

	font-weight: bold;
	text-align: center;
}

.lookup_cpc {

	clear:both;
}

table.lookup_menu {

	width: 100%;
	margin-bottom: 15px;
}

table.lookup_menu td {

	border: 1px solid #0d4da4;
	padding: 4px;
}

table.lookup_menu td.link {
	
	background: #0d4da4;
	color: white;
	font-weight: bold;
	width: 150px;
	padding:0;
}

table.lookup_menu td.link a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 4px;
}

table.lookup_menu td.link a:hover {
	background: white;
	color: #0d4da4;
	display:block;
	text-decoration: none;
}

table.payment_bonus_table {

	width: 100%;
	margin-bottom: 10px;
	background: #0d4da4;
}

table.payment_bonus_table td {

	background: white;
	margin: 1px;
	padding: 4px;
	text-align: center;
}

table.payment_bonus_table td.highlight {
	
	background: #0d4da4;
	color: white;
	font-weight: bold;
	width: 130px;
	text-align: left;
}

div.xml_url {

	margin: 5px 0 5px 0;
	border: 1px solid #999;
	padding: 7px;
	text-align: center;
	background: #E5F8FC;
}

div#tc {

	background: white;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%; 
}

div#tc h1 {

	margin-top: 0;
}

div#tc p {
	
	text-align: justify;
}

div#agreement_form label.question {

	font-weight:  bold;
}
-->
