﻿/** HTML Control Styles **/
body{
margin: 0px;
padding: 0px;
background-color: white;
font-family: Arial;
font-size: 11px;
color:#000;
}

/** User Defined Styles **/
#everything{
width: 100%;
text-align: -moz-center;
}

#main{
width: 910px;
text-align: center;
}

#filter1 {
	background-image: url(../images/searchbar_bg.gif);
	background-repeat: repeat-x;
	border: solid 0px black;
	background-color:#F5F5F0;
	height: 42px;
}
#filter2 {
	height: 42px;
	background-image: url(../images/searchbar_right.gif);
	background-position:right;
	background-repeat: no-repeat; 
	color: #535353;
}
#filter3 {
	height: 42px;
	background-image: url(../images/searchbar_left.gif);
	background-repeat: no-repeat; 
	color: #535353;
}
.search_filter 
{
	float: left;
	text-align: left;
	padding: 9px  33px  0px  15px;
	font-size: 11px;
	color: #535353; 
}
.search_filter INPUT,SELECT
{
	 margin-top:0px;
	font-size: 11px;
 padding :0px 0px 0px 0px;
}
.search_filter h2 {
	color: #000000; 
	font-weight:bold;
	font-size:13px;
	padding:2px 0px 0px 0px;
}
.welcome 
{
	float: left;
	text-align: left;
	padding: 12px 15px 0 23px;
	font-size: 15px;
	font-weight: bold;
	color: #535353; 
	width:96%
}
#rightcol 
{
	text-align: left;
	margin-left: 1px;
	margin-right: 10px;
	margin-bottom: 50px; 
	border:solid 0px black;
	padding-left:5px;
	padding-top:2px;
}
#title1 
{
	background-image: url(../images/titlebar_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff; 
	border: solid 0px black;
}
#title2 
{
	height: 42px;
	background-image: url(../images/titlebar_right.gif);
	background-position: right;
	background-repeat: no-repeat; 
}

#title3 
{
	height: 42px;
	background-image: url(../images/titlebar_left.gif);
	background-repeat: no-repeat; 
	color: #535353;
}
#box_content_topl
{
margin: 0px  auto;
padding: 0px;
background-image: url(../images/box_std_topl.gif);
background-repeat: no-repeat;
background-position: left top;
width:16px;
height:16px;
}
#box_content_topr{
margin: 0px  auto;
padding: 0px;
background-image: url(../images/box_std_topr.gif);
background-repeat: no-repeat;
background-position: left top;
width:16px;
height:16px;
}
#box_content_top{
margin: 0px  auto;
padding: 0px;
background-image: url(../images/box_std_top.gif);
background-repeat: repeat-x;
background-position: left top;
height:16px;
}
#box_content_left{
margin: 0px  auto;
padding: 0px;
background-image: url(../images/box_std_left.gif);
background-repeat: repeat-y;
background-position: left top;
width:16px;
}
#box_content_right{
margin: 0px  auto;
padding: 0px;
background-image: url(../images/box_std_right.gif);
background-repeat: repeat-y;
background-position: left top;
width:16px;
}
#box_content_bottoml{
margin: 0px  auto;
padding: 0px;
background-image: url(../images/box_std_bottoml.gif);
background-repeat: no-repeat;
background-position: left top;
width:16px;
height:16px;
}
#box_content_bottomr{
margin: 0px  auto;
padding: 0px;
background-image: url(../images/box_std_bottomr.gif);
background-repeat: no-repeat;
background-position: left top;
width:16px;
height:16px;
}
#box_content_bottom{
margin: 0px  auto;
padding: 0px;
background-image: url(../images/box_std_bottom.gif);
background-repeat: repeat-x;
background-position: left top;
height:16px;
}