body {
	background-color: ffffff;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px; }
 
td {
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: #646464; }
 
.border_right {
	background-image: url(/images/border_right.jpg);
	background-repeat: repeat-y; }
 
.border_left {
	background-image: url(/images/border_left.gif);
	background-repeat: repeat-y; }
 
.crumb_on { color: #979797; }
 
a {
	color: #979797;
	text-decoration: underline; }
 
	a:link {
		color: #979797;
		text-decoration: underline; }
 
	a:active {
		color: #979797;
		text-decoration: underline; }
 
	a:visited {
		color: #979797;
		text-decoration: underline; }
 
	a:hover {
		color: #979797;
		text-decoration: none; }
 
.bluenav a {
	color: #0055A5;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%; }
 
	.bluenav a:link {
		color: #0055A5;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%; }
 
	.bluenav a:active {
		color: #0055A5;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%; }
 
	.bluenav a:visited {
		color: #0055A5;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%; }
 
	.bluenav a:hover {
		color: #87ABCF;
		text-decoration: none;
		font-weight: bold;
		font-size: 90%; }
 
.top_nav_margin {
	margin-left: 8px;
	margin-top: 3px;
	margin-bottom: 5px; }
 
.line_height { line-height: 16px; }
 
.bucket_div {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-top: 10px;
	line-height: 16px; }
 
.bucket_border_right {
	background-image: url(/images/bucket_shadow.jpg);
	background-repeat: repeat-y; }
 
.margin {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px; }
 
.leftnav_top_margin {
	margin-top: 11px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 13; }
 
.listing_divider { background-color: #ADADAD; }
 
.her_option { background-color: #7768AE; }
 
.bucket_shadows_landing {
	background-image: url(/images/thermatrix_background_shado.jpg);
	background-repeat: repeat-y; }
 
.white { background-color: #FFFFFF; }
 
.footer {
	background-image: url(/images/border_footer.jpg);
	background-repeat: no-repeat; }
 
.footerlinks {
	color: #8CA4BA;
	padding-top: 4px;
	padding-bottom: 12px;
	font-size: 70%; }
 
	.footerlinks a {
		color: #fff;
		text-decoration: none; }
 
		.footerlinks a:link {
			color: #fff;
			text-decoration: none; }
 
		.footerlinks a:active {
			color: #fff;
			text-decoration: none; }
 
		.footerlinks a:visited {
			color: #fff;
			text-decoration: none; }
 
		.footerlinks a:hover {
			color: #87ABCF;
			text-decoration: none; }
 
.caption {
	color: #646464;
	font-size: 80%; }
 
.textbx {
	background-color: #ffffff;
	background-image: url(/images/box_shadow.gif);
	border: 1px solid #666666;
	color: #666666; }
 
.white_txt { color: #ffffff }
 
<!--- Custom Styles for New Form... --->
.dkBlueForm {
	font-weight: bold;
	color: 006699; }
 
.new_formdivider {
	background-image: url(/images/form_divider.gif);
	background-repeat: repeat-x; }
 
#dvDetailListingContainer #dvDetail td { font-size: 100%; }
 
#dvDetailListingContainer #dvDetail p {
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 70%;
	color: #646464; }

/* button http://www.webdesignerwall.com/demo/css-buttons.html
---------------------------------------------- */

div .button { margin: 10px 0; }

div .button { 
 width: 200px;
 *width: 240px;
}

.button {
	display: inline-block;
	/* zoom: 1; */ /* zoom and *display = ie7 hack for display:inline-block */
	/* *display: inline; */
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

div a.button, div a.button:link, div a.button:visited { color: #fff; text-decoration: none; }

.button small { display: block; font-size: 11px; }

/* color styles = 
---------------------------------------------- */
 
/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
 
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
 
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
 
/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
  
/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
 
 
