/************************************************************************
* Theme Name: BIDX Diamondplate VW
* Last Edit : June 22, 2010
* Editor    : Wade Berlin
* Originator: Wade Berlin
*
************************************************************************/
body {
	font: normal small Arial, Helvetica, sans-serif;
	color: #5BB3F2;
	text-align:justify;
	font-size:13px;
	background-color:#04345A;
}
* {
	margin: 0px;
	padding:0px;
}
#bodyheader {
	width: 98%;
	height:184px;
	margin: 10px;
	background-image:url(/agent_templates/template_45/images/diamondplate.jpg);
	background-repeat:repeat-x;
	background-color: #CCCCCC;
}
#bodytable {
	width: 98%;
	margin: 10px;
}
#headerleft {
	vertical-align: top;
	background-image:url(/agent_templates/template_45/images/dp2.jpg);
	background-repeat:repeat-x;
}
#headerright {
	width: 300px;
	height:160px;
	padding: 10px;
	vertical-align: top;
	background-image:url(/agent_templates/template_45/images/dp2.jpg);
	background-repeat:repeat-x;
	text-align: left;
}
#headerright h2{
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
}
.name {
	font-size:34px;
	color:#000066;
	padding-top:25px;
	padding-left:15px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
.tag {
	font-size:18px;
	color:#000066;
	padding-left:17px;
}
#darkside {
	background-color:#02294A;
	vertical-align: top;
}
#leftside {
	width:200px;
	background-color: #1A4068;
	border:1px solid #235180;
	vertical-align: top;
}
#rightside {
	width:200px;
	background-color: #1A4068;
	border:1px solid #235180;
	vertical-align: top;
}
#columnspace {
	width:10px;
}
a {
	color:#CCCCCC;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline overline;
}
#bottommenu {
	background-color: #1A4068;
	text-align: center;
	border:1px solid #235180;
}
#bottommenu li {
	display: inline;
	margin-right: 5px;
}
.copy {
	background-color: #1A4068;
	text-align: center;
	border:1px solid #235180;
	margin-top: 10px;
}
/************************************************************************
*
*         Software based styles
*         These styles are created by the software and MUST be defined
*         in all themes for the BIDX Age3ntsite system
*
************************************************************************/
/*************************************
* Agent header supports 
* the agent info block function
*************************************/
.agentheader {
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #000000;
}
.agentname {
	/* agent name */
	font-size: 20px;
	font-weight: bold;
}
.tagline {
	/* agent tagline */
	font-size: 14px;
	font-style:italic;
	line-height: 12px;
	margin-left: 150px;
	margin-top: 5px;
}
.agentheader a {
	color: #000066;
}
.agentheader ol {
	/* contact block */
	font-size: 16px;
}
.agentheader li {
	list-style-type: none;
	margin-top: 3px;
}
.agentimage {
	/* image */
	height: 160px;
	margin-right: 10px;
	float: left;
}

/*************************************
* Page styles
* pagebody is a wrapper for the
* display portion of the output.
*************************************/

.pagebody {
	font-size: 14px;
}
.pagebody h2 {
}
.pagebody img {
	vertical-align: middle;
}
.pagebody ol {
}
.pagebody li {
	list-style-type: none;
	padding: 10px;
}
.subhead {
	background-color: white;
	margin-left: 20px;
}
.tableheader {
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
/*************************************
 + Menu
 *************************************/
.menu {
	padding-bottom: 10px;
}
.menu h1, .menu h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	text-align: center;
}
.menu ol {
}
.menu li {
	list-style-type: none;
	margin-left: 20px;
}
/*************************************
 + sidesearch
 *************************************/
#sidesearch {
	font-size: 9px;
}
#sidesearch h2 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	text-align: center;
}
#sidesearch ol {
	list-style: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#sidesearch li {
}
#sidesearch b {
	width: 40px;
	margin-right: 3px;
	text-align: right;
	display: inline-block;
}
#sidesearch .the_search {
	color: #000000;
	margin: 10px;
	display: inline;
	padding: 5px;
	text-align: right;
}
/*************************************
* Notice styles
*************************************/
.notice {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #235180;
}
.notice h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	padding-left: 5px;
}
.notice ol {
}
.notice li {
	list-style-type: none;
}
/*************************************
* breadcrunbs
*************************************/
#breadcrumb {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
	width: 100%;
}
#breadcrumb ol {
	margin: 0px;
	padding: 0px;
}
#breadcrumb li {
	margin-left: 10px;
	list-style-type: none;
}
#breadcrumb a {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000066;
}
/*************************************
* Featured Property
*************************************/
.featuredprop {
	width: 197px;
	padding-bottom: 10px;
	border:1px solid #235180;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image:url(/agent_templates/template_14/images/links-bg.gif);
	background-repeat:repeat-x;
}
.featuredprop h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 10px;
}
.featuredprop img {
	width: 170px;
	border: 0px;
}
/*************************************
* Footer styles
*************************************/
.footercopy {
	font-size: 10px;
	margin-left: 10px;
	font-style: italic;
	color: #000000;
	text-align: center;
}
/*************************************
* Subdivision Menu List Styles
*************************************/
.subdivisionlist {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-bottom: 20px;
	text-align: left;
}
.subdivisionlist h1 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	margin-left: 0px;
}
.subdivisionlist ol {
	margin: 0px;
}
.subdivisionlist li {
	list-style-type: none;
	margin-left: 20px;
}
/*************************************
* Property Search Form Styles
*************************************/
.searchform {
	border: 1px solid #FFFFFF;
	margin: 5px;
	font-size: 12px;
}
.searchform fieldset {
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.searchform legend {
	margin-left: 10px;
	color: #AA0011;
	font-weight: bold;
}
.searchform fieldset ol {
	width: 45%;
	list-style: none;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.searchform fieldset li {
	padding-bottom: 10px;
}
.searchform fieldset b {
	font-style: italic;
	color: #FF9933;
	margin-top: 10px;
	margin-left: 130px;
}
.searchform fieldset.submit {
	border-style: none;
}
.searchform label {
	float: left;
	width: 130px;
	margin-right: 10px;
	text-align: right;
}
.searchform .the_search {
	color: #000000;
	margin: 10px;
	float: right;
	display: inline;
	padding: 5px;
	text-align: right;
}
/*************************************
* Pagination Styles
*************************************/

.pagination {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #235180;
	padding: 10px;
}
.pagination li {
	display: inline;
	padding: 2px;
	margin: 1px;
	border: thin solid #235180;
	height: 20px;
	width: 10px;
}
.pagination .inactive {
	border: none;
}
.pagination a {
	color: white;
}
.pagination a:hover {
	color: Navy;
}

.returnswitch {
	font-size: 14px;
	font-weight: bold;
	border: thin solid #235180;
	padding: 10px;
}
.returnswitch ol {
	text-align: right;
}
.returnswitch li {
	list-style-type: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

/*************************************
* Search Display Item Styles
*************************************/
.searchitems {
	font-size: 12px;
	font-weight: bold;
	border: thin solid #235180;
	padding: 10px;
}
.searchitems h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}
.searchitems ol {
}
.searchitems li {
	margin-right: 10px;
	display: inline;
	list-style-type: disc;
	margin-left: 10px;
}
.searchitems .inactive {
	border: none;
}
/*************************************
* Search Results Styles
*************************************/
.propholder {
	width: 100%;
	margin-bottom: 10px;
	height: 300px;
	background:  #02294A;
	font-size: 14px;
	font-weight:bolder;
	margin-top: 5px;
	border: 1px solid #235180;
}
.propholder h2 {
	margin-left: 5px;
}
.propimage {
	float: left;
	width: 32%;
	margin-left: 5px;
}
.propimage img {
	width: 182px;
	border: 0;
}
.prop {
	float: left;
	width: 32%;
	margin-left: 5px;
	vertical-align:top;
}
.prop h2 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #000000;
	background-color: white;
	width: 100%;
	vertical-align:top;
}
.prop li {
	font-size: 14px;
	list-style-type: none;
}
.propfooter {
	font-weight: normal;
	text-align: justify;
	text-indent: 15px;
	float: left;
	width: 99%;
}
.property_listing {
	border: 3px double #999999;
	margin-bottom: 5px;
}
.contactbutton {
	font-size: 14px;
	width: 180px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 0px;
}
.virtualtour, .foreclosure, .shortsale {
	font-size: 14px;
	width: 150px;
	font-style: italic;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	padding: 2px;
	height: 15px;
	font-weight: bold;
	display: inline;
	margin-left: 5px;
}
.street {
	margin-bottom: 5px;
	font-size: 16px;
	color: #000000;
	background-color: white;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
}
.propcontact {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}
.moreinfo {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 5px;
}

/*********************************************************
*
*  Property Comments
*
*********************************************************/

#detailcomments {
	margin: 10px;
	clear: both;
}

#detailcomments h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	text-align: center;
}
#detailcomments ul {
}
#detailcomments li {
	font-size: 12px;
	list-style-type: none;
	margin: 5px;
}

.acomment {
	border: medium dotted #666666;
	margin-right: 10px;
	margin-left: 10px;
}
.acomment h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: white;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 20px;
}


/*********************************************************
*
*  Comment forms for everywhere except the detail page
*
*********************************************************/

.commentform {
	margin: 10px;
	margin-right: 10px;
	font-size: 10px;
}
.commentform ul {
}
.commentform p {
	font-weight: bold;
}
.commentform li {
	list-style-type: none;
	margin-left: 10px;
} 
.commentform b {
	text-align: right;
	display: inline-block;
	width: 120px;
}
.commentform input {
	display: inline-block;
	width: 150px;
}
.commentform textarea {
	display: inline-block;
	width: 400px;
	margin-left: 120px;
}
.commentform [type=submit] {
	margin-left: 320px;
	background:url(/agent_templates/template_1/bttns/add-comment.gif) left center no-repeat;
	width:143px;
	height:29px;
	border:none;
	font-size: 0px;
}
.fweb {
	display: none;
	visibility: hidden;
}
/*************************************
* County Page Styles
*************************************/

.title {
	margin-bottom: 5px;
	width: 100%;
	font-size:12px;
	font-weight:bold;
	
}
.centerlist {
	width: 100%;
	font-size:12px;
	font-weight:bold;
	
}
.subtitle {
	margin-bottom: 5px;
	width: 100%;
	font-size:12px;
	font-weight:bold;
	
}
.pageholder .paragraph {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	font-size:12px;
	font-weight:bold;
	
}
/*************************************
* City Page Styles
*************************************/
.citylist {
	width: 100%;
	font-size:12px;
	
}
.citylist a {
  
	margin-bottom: 10px;
}

.comment-area {
	margin-bottom: 5px;
	margin-left: 10px;
	width: 100%;
	font-size:12px;
	font-weight:bold;
}