/*****************GENERIC STYLES***************************/
* {margin:0;
  padding:0;}
img 
  {border:0;}
h1
  {color: #A00531;
  font-size: 26px;
  margin-bottom: 15px;}
a, a:visited
  {color: #2C417A;
  text-decoration: none;}
a:hover
  {text-decoration: underline;
  color: #8E0426; /*ADDDED BY JJUN*/}
a:active
  {outline: none;}
.hide
  {display:none;}

  
body 
  {background: #c0c0c0;
  color: #000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;}
img
  {border:none;
  padding-left: 5px;}
/**********END GENERIC STYLES****************************************/


#wrapall
  {width: 1000px;
  margin: auto;
  background:#FFF;}

#mainbox 
  {float: left;
  width: 1000px;
  color: #333333;
  font-size: 12px;
  font-family: Verdana, Helvetica, Sans-Serif;
  border-top:1px solid #878787;
  border-bottom:1px solid #878787;}


/******************HEADER**************************************/
#header 
  {background: url('../images/bg-header.jpg') no-repeat top center;
  width:1000px;
  height:300px;}
  #header h1
    {font-style: italic;
    font-family: "Times New Roman", Verdana, Arial;
    text-indent: -50000px;}
  #agentpicbox
    {float: left;
    height:245px;
    width:235px;
    margin-bottom: 0px;}
    #logo
      {}
      #logo a span
        {display:block;
        text-align:center!important;
        width: 235px;
        height: 55px;
        background:url( ../images/mainlogo.jpg) no-repeat;}
    #agentpic 
      {overflow:hidden;}
      #agentpic a
        {height:190px;
        display:block;
        text-align:center;
        width: 235px;}
      
  /***********************HEADER BANNER BOX STYLES*****************/
  #header_flash_banner
    {height: 250px;
    width:765px;
    margin-top:-5px;
    float:left;
		background:url(../images/house2.png) no-repeat center top;
		}
      #header_flash_banner h1
        {text-indent: -50000px;}  
          
  #namebox
    {height:55px;
    width:1000px;
    clear:both;
    font-family:Arial, Helvetica, sans-serif;
    background: url(../images/bg-namebox.jpg) no-repeat;
    overflow-y:hidden;}
    #nameboxleft
      {float:left;
      width:250px;
      height:55px;
      text-align:center;}
      #nametag
        {font-size: 14px;
        font-weight: bold;
        color: #FFF;
        padding-top:15px;}  
      #appelation
        {color: #C1CDD9;
        letter-spacing:1px;
        font-size: 13px;
        font-weight: bold;} 
    #nameboxright
      {float:right;
      width:700px;
      padding:5px 10px 0px 0px;
      text-align:center;}
      #officetag
        {font-size: 17px;
        padding-top:10px;
        color: #003366;}
        #tagline
          {font-size: 13px;
          color: #003366;
          line-height: 12px;
          letter-spacing:1px;
          color: #FFF;} 
      #contactinfotag
        {font-size: 12px;
        color: #000;
        text-align:center;
        letter-spacing:1px;}  
        #contactinfotag a
          {color: #000;}  
          #contactinfotag a:hover
            {font-weight:bold;}
/******************END HEADER**************************************/

  


/*******************SIDEBAR*******************************************/
#sidebar
  {float: left;
  width: 235px;
  border-right:1px solid #878787;
  margin-top:-1px;} 
  #sidebar li
    {list-style: none;
    list-style-image: none;}

.sidelink
  {height:34px;
  overflow:hidden;
  margin-top:1px;}  
  .sidelink img
    {float:left;
    padding-right:5px;
    margin-left:6px;}
          
  .sidelink a
    {color: #FFF!important;
    background:url(../images/bg-menu.jpg) repeat-y left;
    font-size: 11px;
    display:block;
    width:235px;
    margin:auto;
    line-height:34px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Geneva, Arial, Helvetica, sans-serif;}
    .sidelink a:hover 
      {color: #FF6600!important;
      background-position:right;
      text-decoration: none;} 
      
      
.menutop
  {background: url(../images/bg-menutop.jpg) no-repeat;
  width:235px;
  height:30px;
  margin-bottom:-1px;}
.menubottom
  {background: url(../images/bg-menubottom.jpg) no-repeat;
  width:235px;
  height:50px;
  position:relative;}     
/*******************END SIDEBAR*******************************************/   
  
  
  
/********************BEGIN CONTENT STYLES*******************************/ 
#content
  {float: left;
  margin-left: -1px;
  width: 755px;
  border-left:1px solid #878787;}
  #content p
    {margin-top: 5px;
    margin-bottom: 20px;
    text-align: justify;}
  #content h4
    {margin-top: 10px;} 
  #content a
    {color:#2C417A;}  
  /********************BEGIN DYNAMIC BOX STYLES*******************************/ 
  #dynamicbox
    {width: 755px;
    margin: auto;
    padding-top: 20px;
    padding-left: 5px;
    margin-bottom: 30px;
    font-size:12px;
    min-height:165px;
    position:relative;
    z-index:99;}
    #dynamicbox .heading, #dynamicbox h2, #dynamicbox h1
      {display:block;
      font-size: 20px;
      margin-bottom: 20px;
      color: #2C417A;
      height: 35px;
      background: #ADB2C6;}
    #content h2, #content h3
      {color:#2C417A;}
      
    #dynamicbox li
      {margin-left: 15px;}

          

  
  /********************BEGIN BANNER STYLES*******************************/      
#banners
  {text-align: center;
  padding-top: 60px;
  position:relative;
  z-index:99;
  display:none;}
      
#bottomblurb
  {padding-bottom: 25px;
  z-index:99;
  width:965px;
  position:relative;}
  #bottomblurb h4, #bottomblurb p, #bottomblurb a
    {text-align: right;
    color:#2C417A;}     

/********************END CONTENT STYLES*******************************/ 




/**********************BEGIN FOOTER************************************/
#footer 
  {width: 1000px;
  height:auto;
  margin: auto;
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: right;
  color:#2C417A;
  background:#FFF url(../images/bg-footer.jpg) no-repeat;}
#footerbox
  {background: none !important;
  padding-right:40px;}
  #footerbox a
    {font-size: 12px;
    color:#000!important;
    background-color: transparent;}  
/**********************END FOOTER************************************/




/*****************BEGIN RESULTS STYLES***************************/



/*****************FEATURE INFO STYLES***************************/
#featureinfo
  {padding: 0px 10px 0px 0px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  position:relative;
  z-index:99;}
#featureimg
  {float: left;
  padding-right: 10px;}
#featureimg p
  {margin-top: 20px;
  display: none;} 
#featureinfo
  {padding-left: 10px;
  float:left;
  width:420px;}
.staticfield
  {font-weight: bold;
  line-height: 17px;}
.dynamicfield
  {margin-left: 10px;}
#extrafeatures
  {clear:both;
  padding-top: 20px;
  margin-left: 0px;
  color:#2C417A;
  width: 95%;
  letter-spacing: 1px;
  font-size: 12px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;}
.header3
  {color: #2C417A;
  font-size: 20px;
  font-weight:100;
  margin-left: 323px;
  letter-spacing: 2px;
  margin-bottom: 0px;}



/*****************BIOBOX STYLES***************************/ 
.success-p strong
  {display: none;}
#biobox
  {width: 740px;
  margin: auto;
  clear: both;
  height: auto;
  position:relative;
  z-index:99;
  padding: 20px 15px 20px 10px;}
#biobox ul
  {margin-left:15px;} 
#biobox .heading, #biobox .success img
  {display: none;}
#biobox .bio-titles
  {display: none;}
.bio-info .MsoNormal
  {font-size: 12px !important;
   font-family: Verdana, Arial, Helvetica, sans-serif;}


/*************STATIC PAGES STYLES********************/
  /*****************STATIC PAGE HEADINGS STYLES********************/
  .heading, .vheader, #formheader
    {background: none!important;
    color: #074A90;}
  .content ol li
    {margin-left: 25px !important;}
  .content h1
    {background: none!important;
    margin-bottom: 0px!important;}  
  .content h2
    {background:none!important;
    font-size: 18px!important;
    margin-top: 50px;
    margin-bottom:0px;}
  .content h2
    {background:none!important;
    font-size: 16px!important;
    color: #004B38;
    margin-top: 10px;
    margin-bottom:0px;}
  #guide h2
    {background:none!important;
    font-size: 18px!important;
    margin-top: 0px;
    margin-bottom:0px;}
  .content h3
    {margin-top: 10px;
    margin-bottom:0px;}
  #guide h3
    {margin-top: 10px;
    margin-bottom:0px;
    color: #115848;}
  .content ul, .content ol
    {margin-top: 10px;} 

.content p
  {margin-bottom:0px!important;
  margin-top:0px;}




/*****************LOGIN BOX STYLES***************************/  
#loginbox
  {background: #FFF;
  width:235px;
  margin:auto;}
  #loginbox h2
    {font-size: 14px;
    letter-spacing:3px;
    text-align:center;
    color:#AE1216;
    text-transform:uppercase;}
  #loginbox form
    {width:235px;}
  #loginbox label
    {font-size: 12px;
    letter-spacing:3px;
    text-align:center;
    font-weight:100;}
  #loginbox input
    {width:140px;}
  #loginbox li
    {list-style:none;
    list-style-image:none;
    margin-left:0px;}
/*****************LOGIN BOX STYLES***************************/


  /*****************STATIC PAGE STYLES FOR TABLE OF CONTENTS********************/
  #tablecontents 
    {border: none;
    background-image: none;}
    
  #tablecontents li
    {list-style-type: square;
    margin-left: 30px;
    color: #E4AF00;}  
  #tablecontents a
    {font-weight: 100;}
  #tablecontents h1 
    {color: #004B38;
    background-color:transparent;
    background-image:none;
    background:none;}
  #tablecontents h1 a:hover
    {color: #004B38;
    text-decoration: none;}
  
  
  
h1.view1 a, h1.view2 a, h1.view3 a, h1.view4 a, h1.view5 a, h1.view6 a, h1.view7 a, h1.view8 a, h1.view9 a
  {font-size: 20px!important;
  font-weight: normal;}
h1.view1 a:hover, h1.view2 a:hover, h1.view3 a:hover, h1.view4 a:hover, h1.view5 a:hover, h1.view6 a:hover, h1.view7 a:hover, h1.view8 a:hover, h1.view9 a
  {text-decoration: none;
  color: #004B38;
  font-size: 20px!important;}
  
h1.view1, h1.view2, h1.view3, h1.view4, h1.view5, h1.view6, h1.view7, h1.view8, h1.view9
  {float:none;
  background-color:transparent!important;
  background-image: none !important;
  background: url(../../../base_imgs/header2bg.jpg) repeat-y !important;
  font-size: 20px!important;
  padding-bottom:0px!important;
  margin-bottom:0px !important;
  margin-top:50px !important;
  width: auto!important;
  height: auto!important;}

h2.view1, h2.view2, h2.view3, h2.view4, h2.view5, h2.view6, h2.view7, h2.view8, h2.view9
  {float:none;
  background-color:transparent!important;
  background-image: none !important;
  background: none !important;
  font-weight:100 !important;
  font-size: 18px!important;
  padding-top:0px!important;
  margin-top:10px !important;
  padding-bottom:0px!important;
  margin-bottom:0px !important;
  width: auto!important;
  height: auto!important;}

h3.view1, h3.view2, h3.view3, h3.view4, h3.view5, h3.view6, h3.view7, h3.view8, h3.view9
  {float:none;
  background-color:transparent!important;
  background-image: none !important;
  background: none !important;
  font-size: 16px!important;
  padding-top:0px!important;
  margin-top:0px !important;
  padding-bottom:0px!important;
  margin-bottom:0px !important;}

p.leftmargin70
  {float:none;
  padding-top:0px!important;
  margin-top:0px !important;
  padding-bottom:0px!important;
  margin-bottom:0px !important;}

a.backtotop 
  {font-family: Arial, Helvetica, sans-serif;
  display:block;
  width: 100px;
  font-size: 10px;
  text-decoration: none;
  border: 1px solid #006633;
  background-image: url(../../../base_imgs/backtotoparrow.gif);
  background-position: 2px;
  background-repeat: no-repeat;
  padding-left: 18px;
  padding-right: 3px;
  color: #FFFFFF!important;
  background-color: #004B38;
  clear: both;
  margin-top: 0px;
  margin-bottom: 30px;}
/************END TERMS AND CONDITIONS / PRIVACY STYLES*********************/



        
.highlightedItem
  {font-size:11px;
  font-weight:bold;
  margin-top:3px;
  margin-bottom:3px;
  padding-top:3px;
  padding-bottom:3px;
  display:block;
  border: 3px solid #FA6700;
  text-decoration:none;
  list-style-type: none;
  overflow:hidden;}
.highlightedItem a, .highlightedItem a:hover
  {color:#FA6700!important; 
  text-decoration:underline!important;}
.highlightedItem img  
  {}


#weightup input
  {width:150px;
  height:50px;
  background:url(../../../base_imgs/backend/weightupblue.gif) no-repeat;
  float:left;
  border:none;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  padding-right:20px;
  color:#FFF;}
#weightdown input
  {width:150px;
  height:50px;
  background:url(../../../base_imgs/backend/weightdownblue.gif) no-repeat right;
  float:left;
  border:none;
  margin-left:20px;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  padding-right:20px;
  color:#FFF;}    

/*****mapSearch fix******/
#gmapSearch_main #gmapSearchLoading {
  background:url(../images/transp.gif) repeat;
} 
  

div.error, tr.error
{
  
border:3px double red;
background:none repeat scroll 0 0 #FFCCCC;
color:#220000;
margin-top:27px;
padding:10px;
text-align:center;

}
#virtualTour
{
float:left;
padding-left:7px;
}
#addthis{
  float:right;
  padding:10px;
}
/********1104 2010 revision of Fix propertySearch 2 & sale / rent moudule**********/
/***********Refine search**************/
#gmapSearch2 {
	overflow: hidden;
}
#gmapSearch2 h2 {
	background: none;
	height: auto;
	font-size: 16px;
}
#gmapSearch2 span.back-to-home {
	display: none;
}
#gmapSearch2 div.filter {
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
	overflow: hidden;
	clear: both !important;
}
#gmapSearch2 div.filter .form-item {
	float: left;
	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
}
#gmapSearch2 div.filter .form-item label {
	margin: 0px;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
/**bathrooms & bedrooms**/
#gmapSearch2 div.filter .form-bedrooms label, #gmapSearch2 div.filter .form-bathrooms label {
	padding-top: 0px;
}
/*****/
#gmapSearch2 div.filter .form-bedrooms {
	clear: left;
}
#gmapSearch2 div.filter #filterTools {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	clear: both;
}
#gmapSearch2 div.filter #filterTools ul {
	margin-top: 10px;
}
#gmapSearch2 div.filter #filterTools li {
	float: left !important;
	width: auto !important;
}
#gmapSearch2 div.filter #filterTools li a span {
	padding-left: 30px;
	padding-right: 35px;
}
/*****Sale & Rent******/
#gmapSearch2 div.filter .sale_rent .form-item label {
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
#gmapSearch2 div.filter .sale_rent .form-item label.option {
	border-left: 2px solid #666666;
	padding-left: 10px;
}
#gmapSearch2 .form-bedrooms label, #gmapSearch2 .form-bathrooms label {
	margin: 0px;
	width: 75px;
	float: left;
}
#gmapSearch2 .sale_rent .form-item label {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}
#gmapSearch2 .sale_rent .form-item input {
	width: auto;
	padding: 0px;
	margin: 0px;
	height: auto;
	border: 0px;
}
#gmapSearch2 div.pager {
	text-align: right;
	clear: both;
}
#gmapSearch2 div.pager .pager-list a {
	padding: 5px;
}
/******End refine search*******/
#gmapSearch2 div.maparea {
	margin-left: 0px !important;
	float: none !important;
	padding-left: 0px !important;
	clear: both !important;
}
/***MapTools***/
#gmapSearch2 #mapTools ul li a span {
	background-position: 1px 0px;
	padding-left: 28px;	
}

/**Fix residential search 1118 2010***/
.residential-legend {
	width: auto;
}
.residential-legend .contact_info form#add_edit_notes label {
	color: #68667B !important;
	margin-left: 0px;
	margin-right: 0px;
}
.residential-legend .contact_info form#add_edit_notes .form-submit {
	color: white !important;
	margin-right: 10px;
	border: 1px solid white;
	padding: 3px;
}
.residential-legend #residential_search .search_form_custom div.form-item label {
	display: inline;
	color: white !important;
	font-size: 11px;
	letter-spacing: normal;
	word-spacing: normal;
	
}
.residential-legend #residential_search .search_form_custom div.form-item {
	text-align: center;
}
.residential-legend #residential_search{
	width: auto !important;
	overflow: hidden;
}
.residential-legend #residential_search .search_form_custom div.search-refresh {
	width: auto !important;
}
.residential-legend #residential_search .search_form_custom div.search-refresh input {
	width: auto !important;
	cursor: pointer;
	padding: 2px;
}
.residential-legend #residential_search .search_form_custom div.form-item input {
	width: 83px;
}
.residential-legend #residential_search .search_form_custom div.search-refresh {
	float: right;
}

/*save search button*/
#content .save-search-container{
  margin-right:5px;
}
#content .save-search-container a{
  color:#fff;
}
body #gmapSearch2 .save-search-container{
  margin-top:5px;
}
/***theme test***/
.basicdetails div label.option input {
	border: 0px;
}
.column .triple #mce_editor_0_parent .mceEditor tr td select {
	width: auto;
}
.collapsible .form-item input.form-text {
	width: auto;
}
#languagebox input {
	border: 0px;
}
.collapsible .form-item .option input {
	border: 0px;
}
#dynamicbox .leadsbox1 .chart {
	width: 30%;
}
#periods0 .reportoption tr td select {
	width: auto !important;
}
.statreportleft tr td, 
.statreportright tr td {
	border: 1px solid #999999;
}
.editicon .form-item .form-item {
	overflow: hidden;
	float: left;
	width: 60px;
	height: 40px;
	padding-left: 10px;
}
.editicon .form-item label {
	width: 100%;
}
.ppdReport .ProtectedPropertyDetailsReportList table {
	margin-left: 0px;
}
#ProtectedPropertyDetails_settings .form-item .form-item .option input {
	border: 0px;
}
.basicdetails div label.option {
	margin-right: 0px;
	margin-right: 10px;
}
.triple span table {
	border: 1px solid #2C417A;
}
.form-item span table {
	border: 1px solid #2C417A;
}
.form-item-listing .radio_box, 
.form-item-listing #displayOther, 
.form-item-listing #manual, 
.form-item-listing .check_box {
	border: 0px;
}

/*blog*/
#dynamicbox .blog h2.title{
  font-size:18px;
  height:auto;
  background:none;
  margin-bottom:6px;
}
body .blog .content, body .comment .content {
  margin-top:0px;
}
#content .blog .content p, #content .comment .content p{
  margin: 0px 0px 5px!important;
}
.form-standard .legend{
color: #2C417A;
letter-spacing: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin-top: 20px;
}
#comment_form label.option{
  float:none;
}
#comment_form .form-item .form-item{
  margin:0;
}
