﻿body {
	min-width: 650px;
	margin-top: 61px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #585750;
	font-family: Tahoma, Sans-Serif;
	font-size: 8pt;
}
img {
	border: none;
}

a {
	background-color: inherit;
	color: #959386;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	color: #FE3572;
	text-decoration: underline;
}

h1 {
	font-size: 16pt;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 {
	font-size: 14pt;
	margin: 0 0 17px 0;
	padding: 0;
}
h3 {
	font-size: 16pt;
}
h4 {
	margin: 0;
	padding: 0;
	background-color: inherit;
	color: #126586;
	font-size: 11pt;
	font-weight: normal;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}


th, td {
	vertical-align: top;
}

input, textarea, select {
	margin: 0;
	padding: 0;
	background-color: #EDECDE;
	color: inherit;
	font-family: Tahoma, Sans-Serif;
	font-size: 7pt;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	display: none;
}

.fl{
    float:left;
}
.fr{
    float:right;
}
.clb{
    clear:both;
}


.page {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.no_gap {
	font-size: 1px;
	word-spacing: -1px;
}

.hr_color {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #DAD8CB;
	color: inherit;
	background-repeat: repeat-x;
}

.footer {
	width: 607px;
	font-size: 7pt;
}
.footer a:link, .footer a:visited, .footer a:active {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(img/footer_divider.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: inherit;
	color: #73503E;
}
.maznet {
	width: 640px;
	margin: 4px 5px 0 5px;
}
.maznet td {
	 vertical-align:middle;
}

.l {
	text-align: left;
}
.m {
	text-align: center;
}
.main {
	margin: auto;
}
.r {
	text-align: right;
}
.vm {
	vertical-align: middle;
}
.err {
	color: #ff0000;
	background-color: inherit;
	font-weight: bold;
}

.bg_dotted {
	width: 205px;
	height: 32px;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(img/bg_dotted.png);
	background-repeat: no-repeat;
}


/*****************************************
 * Styles for QuickSearch/advanced_search  
 *****************************************/
.quick_search {
	width: 172px;
	padding: 13px 40px 0px 10px;
	font-size: 7pt;
}

.quick_search select {
	margin-bottom: 3px;
	border: inset 1px #DAD8CB;
}
.quick_search_buysell {
	height: 25px;
	margin-top: 12px;
	margin-bottom: 9px;
	padding: 4px 0 0 8px;
	background-color: #EDECDE;
	color: inherit;
}

.quick_search_buysell table {
	width: 164px;
	vertical-align: top;
	font-weight: bold;
}

.advanced_search {
	padding-left: 14px;
	background-image: url(img/icon_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.advanced_search_right {
	margin-right: 10px;
	text-align: right;
	font-variant: small-caps;
}


.advanced_search_form {
	margin: 0;
	padding: 10px 25px;
}
.advanced_search_form th {
	padding-right: 10px;
}
.advanced_search_form input {
	background-image: url(img/ce.png);
	background-repeat: repeat;
}
.advanced_search_form select {
	width: 100px;
	background-color: #FFFFFF;
	color: inherit;
}

/*****************************************
 * Styles for ASP.NET Controls
 *****************************************/
.CheckBoxStyle input {
	background-color: #FFFFFF;
	color: inherit;
}

/****** GridView Style ******/
.GV_Header th {
	padding: 5px 10px;
	font-weight: bold;
	font-variant: small-caps;
}
.GV_Row {
	font-weight: normal;
	text-align: left;
}

/****** DetailsView Style ******/
.DV_FieldHeader {
	width: 120px;
	background-color: #EBDDC8;
	color: inherit;
	font-weight: bold;
	text-align: left;
}


/****** Properties for the Contact Forms ******/
.contact_form {
	width: 100%;
}

.contact_form th {
	padding-right: 10px;
}

.contact_form input, .contact_form textarea {
	width: 250px;
}

.feedback_form input {
	width: auto;
	background-color: #FFFFFF;
}

