﻿body {
	margin:0px;
	background-image:url('/images/vermeer-bg.jpg');
	background-repeat:repeat-x;
	background-color:#e1e1e1;
	font-family:Helvetica;
	font-size:9pt;
	color:white;
	
}

#container {
	width:899px;
	margin:auto;
	position:relative;
}

#header {
	width: 899px;
	height: 140px;
	background-image:url('/images/vermeer-header.jpg');
	background-repeat:no-repeat;	
}

#header-content {
	position:relative;
	text-align:right;
	top:73px;
	color:#ceb127;
	padding-right:5px;
}

#main-flags
{
	text-align:center;
	padding-bottom:5px;
}

#main-top {
	width:899px;
	height:7px;
	background-image:url('/images/main-top.jpg');
	background-repeat:no-repeat;	
}

#main {
	width:899px;
	background-image:url('/images/main-bg.jpg');
	background-repeat:repeat-y;
	height: 435px;
}

#main-other {
	width:899px;
	background-image:url('/images/main-bg2.jpg');
	background-repeat:repeat-y;
}

#left {
	float:left;
	width:271px;
	position: relative;
}

#center {
	float:left;
	width:345px;
	background-color:#000000;
	height:435px;
}

#center-results
{
	width:869px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}
#right-top 
{
	height:40px;
	margin-left:17px;
}

#right {
	float:left;
	margin-left:4px;
	width:279px;	
	height:395px;
	overflow:auto;
	scrollbar-base-color: #383838;
	scrollbar-arrow-color: #d5d28d;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-darkshadow-color: #383838;
	scrollbar-face-color: #414141;
	scrollbar-highlight-color: #414141;
	scrollbar-shadow-color: #414141;
	scrollbar-track-color: #818181;
	color:#333333;
		
}

#right a
{
	font-family:Helvetica;
	font-size:9pt;
	color:#056121;
	text-decoration:underline;


}

#right a:hover
{
	font-family:Helvetica;
	font-size:9pt;
	color:#056121;
	text-decoration:underline;

}

.bold
{
	font-weight:bold;
}

#main-bottom {
	width:899px;
	height:7px;
	background-image:url('/images/main-bottom.jpg');
	background-repeat:no-repeat;
	clear: both;
}

#special {
	width:899px;
	height:60px;
	background-image:url('/images/specials-bg.jpg');
	background-repeat:no-repeat;
}

#special-left {
	color:#e1e1e1;
	font-weight:bold;
	font-size:12pt;
	margin-top:17px;
	margin-left:20px;
	float:left;
	width:190px;
}

#special-center {
	color:black;
	font-weight:bold;
	font-size:10pt;
	margin-top:19px;
	float:left;
	width:480px;	
}

#special-right {
	color:#ceb127;
	margin-top:20px;
	float:right;
	font-size: 9pt;
	width:85px;
}

#footer {
	margin-top:12px;
	color:gray;
	text-align:center;
	font-size:8pt;
	}

#footer-content {
	text-align:center;
	color:#ffffff;
	background-color:#222222;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	/*padding-right:40px;*/
}

.GrayBig {
	color:#e1e1e1;
	font-family:Helvetica;
	font-size:13pt;
	font-weight:bold;
	margin-top:10px;
	margin-left:17px;
	margin-right:30px;
	margin-bottom:15px;
	
}

.Graysmall {
	color:#e1e1e1;
	font-family:Helvetica;
	font-size:13pt;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px;
	margin-right:30px;
	margin-bottom:15px;
	
}

a {
	color:#ffcb1f;
	font-family:Helvetica;
	font-size:9pt;
	text-decoration:none;
}

a:hover {
	color:white;
	font-family:Helvetica;
	font-size:9pt;
	text-decoration:none;

}

a.white {
	color:#ffffff;
	font-family:Helvetica;
	font-size:9pt;
	text-decoration:none;
}

a.white:hover {
	color:#ffffff;
	font-family:Helvetica;
	font-size:9pt;
	text-decoration:none;

}

#results {
	width:673px;
	height:435px;
	float:left;
}

#extender {
	clear: both; width: 100%; line-height: 2px;
}

.ImageSearchMargin
{
	margin-left:12px;
}

.SearchMargin
{
	margin-left:12px;
}

.spacer
{
	padding:  5px 0px 8px 5px;
}

.buttonspacer
{
	padding: 15px 0px 0px 0px;
	text-align:center;
	margin-right:12px;
}

.ContextMenuLabel
{
	text-align:left; 
	display: block; 
	width: 241px; 
	background-color:#333333;
	padding:5px 0px 5px 3px;
	border:none;
	color:#ffffff;
	font-size:9pt;
}

.ContextMenuPanel 
{
	border: 1px solid #333333;
	z-index: 1000;
	background: repeat-y 0 0 #333333;
	cursor:default;
	padding: 1px 1px 0px 1px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #333333;	
}

a.ContextMenuItem
{
	font-family:Helvetica;
	font-size:9pt;
	display: block;
	background-color:#333333;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	white-space: nowrap;
	cursor:default;
	
}
a.ContextMenuItem:hover
{
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #D2B47A;
	padding: 0px 0px 0px 0px;
	font-family:Helvetica;
	font-size:9pt;
	text-decoration: none;
	cursor:default;
}


.ContextMenuItemNormal
{
	font-family:Helvetica;
	font-size:9pt;
	display: block;
	background-color:#333333;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	white-space: nowrap;
	cursor:default;
	display:block;
}

.ContextMenuItemHover
{
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #D2B47A;
	padding: 0px 0px 0px 0px;
	font-family:Helvetica;
	font-size:9pt;
	text-decoration: none;
	cursor:default;
	display:block;
}

.ContextMenuLabelSmall
{
	text-align:left; 
	/*display: block;*/ 
	width: 55px; 
	background-color:#333333;
	padding:5px 0px 5px 3px;
	border:none;
	color:#ffffff;
	font-size:9pt;
}

.ContextMenuPanelSmall
{
	border: 1px solid #333333;
	z-index: 1000;
	background: repeat-y 0 0 #333333;
	cursor:default;
	padding: 1px 1px 0px 1px;
}

.ContextMenuBreakSmall
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	/*display: block;*/ 
	border-top: 1px solid #333333;	
}

a.ContextMenuItemSmall
{
	font-family:Helvetica;
	font-size:9pt;
	display: block;
	background-color:#333333;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	white-space: nowrap;
	cursor:default;
	
}
a.ContextMenuItemSmall:hover
{
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #D2B47A;
	padding: 0px 0px 0px 0px;
	font-family:Helvetica;
	font-size:9pt;
	text-decoration: none;
	cursor:default;
}

.buttonstyle {
	background-color:#333333;
	color:#ffffff;
	border:1px; border-color:#333333;
	font-weight:bold;
	font-size:9pt;
	padding: 2px 4px 2px 4px;
}


.textboxlarge {
	background-color:#333333 !important;
	border:0px;
	color:#ffffff;
	width:241px;
	padding:5px 0px 5px 3px;
	font-size:9pt;
}

.textboxsmall {
	background-color:#333333 !important;
	border:0px;
	color:#ffffff;
	width:68px;
	padding:5px 0px 5px 3px;
	font-size:9pt;
}

.textboxlogin {
	background-color:#333333 !important;
	border:0px;
	color:#ffffff;
	width:250px;
	padding:5px 0px 5px 3px;
	font-size:9pt;
}

.textboxspacer
{
	display:inline-block;
	width:38px;
	text-align:center;
}

.spacerstyle
{
	color:#ceb127;
}

.searchresults
{
	text-align:center; 
	font-family:Helvetica;
	font-size:8pt;
}

.gridresults
{
	color:#000000;
}

.gridresultsheader
{
	background-color:#056121;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	vertical-align:top;
}

.gridresultsalternating
{
	background-color:Silver;
	text-align:center;
}

.gridresultsregular
{
	background-color:#ffffff;
	text-align:center;
}

.dropdown
{
	font-family:Helvetica;
	font-size:9pt;
}

.gridresults a
{
	font-family:Helvetica;
	font-size:8pt;
	color:#056121;

}

.gridresults a:hover
{
	font-family:Helvetica;
	font-size:8pt;
	color:#056121;
	text-decoration:underline;

}

.tenbold
{
	font-size:10pt;
	font-weight:bold;
}

#tooltip 
{
	position:absolute;
	top:0px;
	left:0px;
	background:#fff;
	padding:2px;
	color:#000;
	border:solid 1px #000;
	visibility:hidden;
	z-index:1001;
}

td.termsheader
{
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:15px;
}

td.terms
{
	padding-bottom:15px;
}