/* =detail page styles  
---------------------------------------- ----------*/

.detailtable{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.detailtable td.detaildesc {
	width: 66%;
}

.detailtable td.detailcontact {
	width: 34%;
	background: #EBE7CE;
}

.detailtable ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
		}
		
.detailtable li{
	padding: 5px;
	margin: 0px;
	background-color: #EBE7CE;
	border-bottom: 1px solid #959571;
		}

.detailname{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	font-weight: bold;	
}

.addresslabel {
	border-bottom: 1px #000000 dashed;
}



.detailsubtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #990000;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
	background: url(../images/detailsubtitlebg.gif) no-repeat;
	padding-left: 20px;
	height: 20px;
}

.detailcontacttable{
	background: #EBE7CE;
}



.detailcontacttitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	background: #959571 url(../images/iconcontact.gif) no-repeat;
	padding-left: 20px;
	height: 20px;
	width: 100%;
}

.detaillocationtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	background: #959671 url(../images/iconlocation.gif) no-repeat;
	padding-left: 20px;
	height: 20px;
	width: 100%;

}

/*---------------------- [ weather  } ----------*/
.weathertable{
	border: 1px dotted #0066CC;
	background: #A8D0F5 url(../images/weathertablebg.jpg) no-repeat;
}

.weathertitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #0099FF;
	letter-spacing: 2px;
	font-weight: bold;
}


div.spacer{
	clear:both;
}

/*     =results
-----------------------------------*/

.resulttable{
	border: 0px;
}

.resulttable tr.row1{
	background-color: #EEEEEE;
	
}
.resulttable tr.row1 td{
	border: 0px;
}

.resulttable tr.row2{
	background-color: #FFFFFF;
}
.resulttable tr.row2 td{
	border: 0px;
}

.resulttable tr.pages{
	border: 0px;
}
.resulttable tr.pages td{
	border: 0px;
}

.resulttable tr.colheader td{
	background: red;

	border-bottom: 1px dotted #666666;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	color: #333333;
	padding-left: 5px;
	font-weight: bold;
}



/* =Forms  
--------------------------------------------- ----------*/

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 150px;
}

.formfieldsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 50px;
}

.formbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 150px;
}

.formdropdown{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;

}


.searchform{
	text-align: center;

}



.searchform td.buttoncell
{
	text-align: right;
}

.searchform table{
	width: auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.searchform table td{
	/*background: #EEEEEE;*/
	vertical-align: top;
	padding: 5px;
}

.searchform table th
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	background-color: #D7D4B2;
	text-align: left;
	padding: 5px;
}

.searchform table td input{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 200px;
}
.searchform table td.radiobuttons input 
{
	width: auto;
}
.searchform table td input.small{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 50px;
}

.searchform table td span.check input
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 20px;
}

.searchform table td select{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 200px;
}


.searchform table td input.inputbtn { width: 75px; height: 25px; }

/* CSS Document */

/*   =shared styles 
----------------------------------------------------------*/

.primarycontainer{
	display: block;
}

.secondarycontainer{
}

div.spacer{
	clear:both;
}

/*  =overview styles
------------------------------------------- ----------*/

.itemtype{  /* not sure if i need this style */
		margin:3px 0px;
}



.itemaddress{
	width: 33%;	/* set to pixels?*/
	float: left;
}

.itemaddress a:link, .itemaddress a:visited{
	color: #EA6E00;
}


.itemaddress a:hover, .itemaddress a:active{
	color: #000;
}

.itemaddress ul{
	list-style: none;
	margin:0;
	padding:0;
}

.itemaddress li{
	margin:0;
	padding:0;

}

.itemhours{
	width: 33%;
	float: left;
	padding:2px;
}

.itemdefaultphoto{
	width: 33%;	
	float:left;
	text-align:center;
	
}

.itemdefaultphoto img{
	padding: 2px;
	border: 1px solid #ccc;
}


.itembg{
	background: #F2F5EA;
}


.itemhead{
	margin-top: 10px;
	height:30px;
	display:block;
	border-bottom: 1px dotted #036;
	vertical-align:middle;
	padding-left: 2px;
	background: #fff;
	line-height: 30px;
	
}

/* new styles for find a park layout
-------------------------------------------------------------*/

.itemregion{
	background: #fff;
	width: 160px;
	float:right;
	margin: 5px;
	padding: 2px;
	border: 1px dotted #959571;
}


.itemboxcontainer{
	float:left;
	width:425px;
	
}


.itemcontactinfo{
	width:160px;
	padding:5px;
	margin:5px;
	/*background: #E5E3BF;*/
	float: left;
	/*border: 1px solid #959571;*/

}

.itempricing{
	width:200px;
	padding:5px;
	margin:5px;
	background-color:#fff;
	float: right;
	
	

}


/* =units for detail page
---------------------*/

.tblunits {
	width:100%;
	background-color:#fff;
}

.tblunits th {
	background-color: #D8D3B0;
	color: #066;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid #5D7C8C;
}

.tblunits td {
	padding: 2px;
	background-color: #F1EBD5;

	/* set bg color on td with a class */

}

.tblunits td.desc { width: 150px;}
.tblunits td.price {white-space: nowrap;}

.itemlocation{
	width:360px;
	clear:both;
	border-top: 1px dotted #959571;
	padding:3px;
	margin:10px 5px 5px;
}

.ownership{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:30px;
	color: #036;
	letter-spacing: 2px;
	font-size: 10px;
	display: inline;
	float: right;
}

.parkname{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height:30px;
	color: #679A89;
	letter-spacing: 2px;
	display: inline;
	float: left;
}

.itemsubcontainer{
	width:48%;
	float:left;
	padding:2px;
}

/*   =events styles  
--------------------------------------------*/

.resultitem a:link, .resultitem a:visited{
	display: block;
	text-decoration:none;
	padding:5px;
}

.resultitem a:hover, .resultitem a:active{
	background: #F7F7EB;
}

.resultitem{
	border-bottom: 1px solid #BCB99C;
}

.resultitem strong{
	color: #009900;
	padding-right: 1px;
	padding-left: 2px;
}

.resulttitle{
	font-weight:bold;
	color: #174073;
	font-size: 12px;
	letter-spacing: 1px;
	
}


/*   =tabstrip styles  
---------------------------------------------------*/

.TabStripLabelsStyle
{

}

.TabStripContentStyle /* container for secondary info */
{
      padding: 0;
      border-left: solid 1px #ccc;
      border-right: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
      background-color: #fff;
     overflow: auto;
   
}

.TabLabelDefaultStyle 
{
    color: black;
    cursor: pointer;
    background-color: #f2f5ea;
    line-height: 22px;
	border-top: 1px solid #F1EBD5;
	border-right: 1px solid #F1EBD5;
	border-left: 1px solid #F1EBD5;
	border-bottom: 1px solid #ccc;
	text-align:center;

}

.TabLabelHoverStyle
{
      color: #000;
      cursor: pointer;
	  background-color: #fff;
      line-height: 22px;
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #fff;
      text-decoration: none;
	  text-align:center;
}

.TabLabelDisabledStyle
{
      color: #BBBBBB;
      cursor: wait;
      cursor: no-drop;
      background-color: white;
      line-height: 22px;
      border-left: 1px solid white;
      border-top: 1px solid white;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
	  text-align:center;
}

.TabLabelSelectedStyle
{

      color: #636;
      cursor: pointer;
	  background-color: #fff;
      line-height: 22px;
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #fff;
	  text-align:center;
}



/*  =photos
--------------------------------------------------------*/

.photo{
	padding-bottom: 20px;
	float: left;
}


.photo{
	
}

.photosresultstable{
	text-align: center;
	width: 100%;
}
.photosresultstable td{
	text-align: center;
}

.photoname{
	font-size: 11px;
	text-transform: uppercase;
	color: #669999;
	letter-spacing: 2px;
	font-weight: bold;
}


.photo img{
	border: 1px solid #999;
	padding:2px;
}

.photodetails{
	float:right;
	padding:5px;

}

.photodetails ul{
	list-style: none;

}

.photodetail li{
	
}
