﻿.Results_table1 {
 width: 100%;
}
.Results_header {
	margin: 15px 0 0 0;
	padding: 2px 0 2px 8px;
	width: 442px;
	background-color: #999999;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.Results_image_row {
	height: 116px;
	width: 450px;
	margin: 10px 0 0 0;	
}
.Results_image_row img {
	margin-left: 0px;
	margin-right: 0px;
	border: solid 1px black;
}
.Results_callBox {
	margin:18px 0 0 0;
	width: 485px;
	height: 33px;
	font-size: 15px;
	font-weight: normal;
	color: #003876;
}
.Results_callBox img {
	border: none;
	margin: 0 2px -14px 2px;
}
.SmallResults_header {
	margin: 15px 0 0 0;
	padding: 2px 0 2px 8px;
	width: 362px;
	background-color: #999999;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
.SmallResults_image_row {
	height: 105px;
	width: 370px;
	margin: 10px 0 0 0;
}
.SmallResults_image_row img {
	margin-left: 1px;
	margin-right: 0px;
	border: solid 1px black;
}
.SmallResults_left_col {
	float: left;
	padding-left: 20px;
	font-size: 12px;
}
.SmallResults_right_col {
	float: right;
	padding-right: 25px;
	font-size: 12px;
}
.modalPopupBackground {
    background-color: #666666;
    filter: alpha(opacity=50);
    opacity: 0.4;
    z-index: 10000;
}
.modalPopup {
    background-color: #666666;
    border: solid 4px #ffffff;
    padding: 5px;
    width: 615px;
    height: 600px;
    overflow: auto;
}
.modalPopup img { 
    border: solid 2px black;
}
.Results_bottom_linkbar {
	text-align:center;
}
.Results_bottom_linkbar img {
	padding: 0 30px 10px 30px;
}

/* FLOATER */

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: auto;
	height: 1px;
	z-index: 1000;
}
.pop_main {
    padding: 0;
    background-color: #d4e5f7;
    border: 1px solid #003875;
    text-align:left;
}
.pop_title {
	font: 10pt Arial, Tahoma;
	font-weight: bold;
	color: #d4e5f7;
	background-color: #003875;
	text-align: center;
    padding: 2px;
    margin-bottom: 3px;
}
.pop_body {
    padding: 5px 10px 0 10px;
    color: #333333;
}
.click_text {
	font: 8pt Arial, Tahoma;
	color: #494949;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	text-align: center;
	margin: 5px;
}
.borderbot { height: 1px; line-height: 1px; font-size: 1px; margin: 0px; padding: 0px; background: url('dots.gif') repeat-x; }
.borderbotlight { height: 1px; margin: 0px; padding: 0px; background: url('/images/dots_light.gif') repeat-x; }
