/* General Page Styles */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
a:link, a:visited {
	color: #2697bc;
	text-decoration: underline;
}
img { border: none; }

/* Special Styles & Colors */
.smBlue, .smBlue td {
	color: #2697bc;
}
.smBlue a, .smBlue a:link, .smBlue a:visited {
	color: #2697bc;
	text-decoration: none;
}
.smBlue a:hover, .smBlue a:active {
	color: #ba0202;
	text-decoration: underline;
}
.titleRed {
	color: #ba0202;
	font-size: 10pt;
	font-weight: bold;
}
.titleGray {
	color: #acb5c4;
	font-size: 10pt;
	font-weight: bold;
}
.titleWhite {
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
.boxGray {
	background-color: #f0f0f0;
	border: 1px solid #9ea8ba;
	color: #000000;
}



/* Form Styles */
.dropGray {
	border: 1px solid #c1c1c1;
	color: #888888;
	font-size: 9pt;
	padding: 2px;
}
.dropGray option {
	color: #888888;
}
.dropGray option:hover, .dropGray option:active {
	background-color: #c1c1c1;
}


.inventoryBoxMiddle {
	background-image: url(http://209.18.99.212/images/srch_mid.png); 
	background-repeat: repeat-y;
	padding-top: 5px;
}

.inventoryBoxTop {
	background-image: url(http://209.18.99.212/images/srch_top.png); 
	background-repeat: no-repeat;
	background-position: center top;
}

.inventoryBoxBottom {
	background-image: url(http://209.18.99.212/images/srch_bottom.png); 
	background-repeat: no-repeat;
	background-position: center;
}