@charset "utf-8";

.headerBig a {
	color: #000000;
	text-decoration: none;
}
.bottomButtonsRed {
	background-image: url(imgs/btnRedBG.jpg);
	background-repeat: repeat-x;
	margin: 1px;
	padding: 15px;
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
}

.bottomButtonsRed a:link, .bottomButtonsRed a:visited {
	background-image: url(imgs/btnRedBG.jpg);
	background-repeat: repeat-x;
	margin: 1px;
	padding: 15px;
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}

.bottomButtonsRed a:hover, .bottomButtonsRed a:active {
	background-image: url(imgs/btnRedBGOn.jpg);
	background-repeat: repeat-x;
	margin: 1px;
	padding: 15px;
	border: 1px solid #990000;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
.headerMain {
	background-image: url(imgs/layout/topBarBG.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.mlsButtonsBlk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 18px;
}

.silverButtonsBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-color: #DBDBDB;
	background-image: url(/imgs/layout/btnBG.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 9px;
	padding-left: 18px;
}

.silverButtonsRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-color: #DBDBDB;
	background-image: url(imgs/layout/btnBG.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 9px;
	padding-left: 18px;
}
.sideBarBlackCentered {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #000000;
	text-align: center;
}
.tableHeaderRed {
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	background-color: #C6C6C6;
	background-image: url(../imgs/layout/hdrBGtile.jpg);
	background-repeat: repeat-x;
	*/
	text-align: center;
	padding: 8px;
	font-size: 40px; 
	font-weight: bold; 
	color: #FF0000;
	
}
.tableHeaderBlk{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	background-color: #C6C6C6;
	background-image: url(imgs/layout/hdrBGtile.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.innerTable {
	border: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 20px;
}
.innerTableText {
}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 12px;
}
.countySearchDrop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.searchMLStable {
	background-color: #E5E5E5;
	border: 1px solid #999999;
}
.subText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
}

.subTextMLS {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

.sideBarRed {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	padding-left: 10px;
}

.sideBarRed a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

.sideBarRed a:hover, a:active {
	color: #CC0000;
	text-decoration: none;
}

form {
	margin: 0;
	display: inline-block;
}

.mlsBlkTD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-right: 18px;
	padding-left: 18px;
}

.mlsBlkTD a:link, .mlsBlkTD a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.mlsBlkTD a:hover, .mlsBlkTD a:active {
	color: #CC0000;
	text-decoration: none;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: none;
}

