/* Dave Jones CSS File */
/* Light Box CSS Code */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #cbe5fe;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #cbe5fe;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
/* End of Light Box Code */

/* Style sheet Page code */
/* control bg colors on TD's etc. + body def to set initial text and scroll */
body, table {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
/* controls outline color of boxes on searches */
.bg1 {
	background-color: Black;
	color: #CCCCCC;
}	
.bg2{
	background-color : #CCCCCC;
	color: #006633;
}
/* used for property toolbar */
.bg3{
	background-color : #CCCCCC;
}
/* color for horizontal rule between search results - search.php */
.bg4{
	background : #fff url(_images/bgBtn.gif) repeat-x top;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}
/* color for alternating rows in search results - search1.php */
.bg5{
	background-color : #CBE5FE;
}
/* used for normal cells: set to same color as standard backround */
.bg6 {
	background-color: #FFFFFF;
}
/* used for back/enquiry list toolbar */
.bg7 {
	border: 2px solid #006633;
}
/* creates padding for text on cells with either bg6 or bg4 applied */
TD.bg6, TD.bg5, TD.bg4 {
	padding: 5px 5px 5px 5px;
}
TD.bg1, TD.bg2, TD.bg3 {
	padding: 0px 3px 0px 3px;
}

/*  titles  */
H1 {
	font-size: 130%;
	font-weight: bold;
	margin: 3px;
	letter-spacing: 2px;
	text-align: center;
}
H2 {
	font-size: 115%;
	font-weight: bold;
	margin: 2px;
	text-align: center;
}

/* switch to control color of  H1 and H2 dependant on bg class applied to TD */
TD.bg1 H1, TD.bg2 H1, TD.bg2 H2, TD.bg1 H2 {
	color: #006633;
}
TD.bg3 H1, TD.bg4 H1, TD.bg5 H1, TD.bg6 H1, TD.bg3 H2, TD.bg4 H2, TD.bg5 H2, TD.bg6 H2 {
	color: #333333;
}
/*  text styles */
/* used on property features */
UL {
	list-style: circle;
	margin-bottom: 0px;
	margin-top: 2px;
}
/* cap first letter of search items titles and property detail item titles */
.uc:first-letter {
	text-transform: capitalize;
}
/* class used for highlighting features */
.hlite {
	color: #006633;
	font-size: 105%;
	font-weight: bold;
}
.txt-sm {
	font-size: 90%;
}

/* forms */
input,select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px inset #CCCCCC;
	color: Black;
	background-color: #EBEBEB;
}
/* surround non-obligatory fields with span tags */
span input, span textarea {
	border: 1px inset #999999;
	color: #444444;
	background-color: #CCCCCC;
	
}
select.dd {
	width: 45px;
}
select.mmyyyy {
	width: 130px;
}
/* apply class to form buttons */
.frmBtn {
	color: #006633;
	font-weight: bold;
	background: #FFFFFF url(_images/bgBtn.gif) repeat-x top;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 1px 5px;
	cursor: pointer;
	width: auto;
}
.frmBtn:hover, a.fakeBtn:hover {
	border-top: 1px solid #006633;
	border-left: 1px solid #006633;
	border-bottom: 1px solid #006633;
	border-right: 1px solid #006633;
	text-decoration: none;
}
a.fakeBtn {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006633;
	font-weight: bold;
	background: #FFFFFF url(_images/bgBtn.gif) repeat-x top;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 2px 5px;
	margin-top: 2px;
}

/* links */
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #CBE5FE;
	text-decoration: underline;
}

/* used for toolbar links */
a.alt:link, a.alt:visited {
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	text-transform:capitalize;
}
a.alt:hover {
	text-decoration: underline;
}
/* used in toolbar for non-link items - e.g. properties already in enquiry list */
.alt-nl {
	font-weight: bold;
	font-style: italic;
	color: #9999FF;
}
.alt-nl1 {
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
	text-transform:capitalize;
}
#pow {
	float: right;
	height: 35px;
	padding: 0px;
	margin: 5px 0;
}
#pow a {
	background: url(_images/alphashareMember.jpg) no-repeat;
	height: 35px;
	width: 102px;
	display: block;
	text-decoration: none;
}
.clear{
	clear: both;
	height: 1px;
}
/* End of Style sheet page code */

/* Style sheet page code 2 */

span#__skype_highlight_id {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px !important;
  font-style: bold; 
  font-weight: bold;
  border: 0px none; 
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  white-space:nowrap; 
  line-height: 17px !important;
  /*vertical-align: baseline;/*top; */
  text-indent:0px; 
  border-width:none; 
  color:black; 
  cursor:pointer;
  position:static;
  display: inline !important;
  background:transparent none no-repeat scroll 0% 0px; 
  height:16px!important; 
  float: none ! important;
 }
  
 #__skype_highlight_id span.skype_tb_injection_left {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px !important; 
  font-style: bold; 
  font-weight: bold;
  border: 0px none; 
  margin: 0px 0px 0px 0px; 
  padding: 1px 0px 3px 0px; 
  white-space:nowrap; 
  line-height: 17px;
  text-indent:0px; 
  color:black; 
  cursor:pointer; 
  display: inline !important;
  background:transparent none no-repeat scroll 0px 0px; 
  height:16px;
  position:static;
/*  position:relative; 
  left:0px; 
  top:0px; */
  vertical-align: middle; 
  float: none ! important;
}
#__skype_highlight_id span.skype_tb_injection_right {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px !important; 
  font-style: bold; 
  font-weight: bold;
  border: 0px none; 
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 2px 0px; 
  white-space:nowrap; 
  line-height: 17px;
  text-indent:0px; 
  color:black; 
  cursor:pointer; 
  display: inline !important;
  background:transparent none no-repeat scroll 0px 0px; 
  height:16px;
  position:static;
  /*position:relative; 
  left:0px; 
  top:0px; */
  vertical-align: middle; 
  float: none ! important;
}
/*next one is used for adges and flag with arrow spans*/
 #__skype_highlight_id span.skype_tb_injection_left_img {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px !important; 
  font-style: bold; 
  font-weight: bold;
  border: 0px none; 
  margin: 0px 0px 0px 0px !important; 
  padding: 1px 0px 5px 0px; 
  white-space:nowrap; 
  line-height: 17px;
  text-indent:0px; 
  color:black; 
  cursor:pointer; 
  display: inline !important;
  background:transparent url('chrome://skype_ff_toolbar_win/content/cb_normal_m.gif') repeat-x scroll 0px 0px;
  height:15px;
  position:static;
  /*position:relative; 
  left:0px; 
  top:1px; */
  /*vertical-align: middle; */
  float: none ! important;
}

/*Right images*/
/*margin, padding: top right bottom left*/
#__skype_highlight_id span.skype_tb_innerText {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none !important;
  font-size: 11px !important; 
  font-style: normal !important; 
  font-weight: bold !important;
  border: 0px none; 
  margin: 3px 0px 0px 0px; 
  padding: 1px 0px 2px 0px;
  white-space:nowrap; 
  line-height: 17px;
  text-indent:0px; 
  border-width:none; 
  color:rgb(73,83,90) !important; 
  cursor:pointer; 
  display: inline !important;  
  height:15px; 
  float: none ! important;
  position:static;
  /*position:relative; 
  left:0px; 
  top:1px;*/
  background:transparent url('chrome://skype_ff_toolbar_win/content/cb_normal_m.gif') repeat-x scroll 0% 0px;
  letter-spacing:0px;
}

font#__skype_highlight_font_id {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  text-decoration: none !important;
  font-size: 11px !important; 
  font-style: normal !important;   
  font-weight: bold !important;
  color:rgb(73,83,90) !important;
}

#__skype_highlight_id img.skype_tb_img {
  vertical-align: middle; 
  border: 0px none ; 
  margin: 0px !important;
  float: none !important;
  padding: 0px 0px 2px 0px;
  position:static;
  /*position:relative; 
  left:0px; 
  top:0px;*/
  line-height: 17px; 
  display: inline !important;
}

span#__skype_highlight_id #__skype_highlight_id_left #__skype_highlight_id_left_img img.skype_tb_img_flag {
  vertical-align: middle; 
  margin: 0px 0px 2px 0px;/*1*/
  float: none ! important;
  border-color:white; 
  padding:0px 1px 1px 0px; 
  position:static;
/*  position:relative; 
  left:0px; 
  top:0px;*/
  line-height: 17px;
  display: inline !important; 
  border: 0px none;  
  background:transparent url('chrome://skype_ff_toolbar_win/content/shadow.gif') no-repeat scroll 1px 1px;
  height:11px;
  width:16px;
} 
span#__skype_highlight_id #__skype_highlight_id_left #__skype_highlight_id_left_adge img.skype_tb_img_adge,
span#__skype_highlight_id #__skype_highlight_id_right #__skype_highlight_id_right_adge img.skype_tb_img_adge {
  vertical-align: middle; 
  margin: 0px 0px 2px 0px;
  float: none ! important;
  border-color:white; 
  padding:0px 0px 0px 0px; 
  position:static;
  line-height: 17px;
  display: inline !important; 
  border: 0px none;  
  background:transparent none no-repeat scroll 0px 0px;
  height:11px;
  width:7px;
} 

span#__skype_highlight_id img.skype_tb_img_space {
  vertical-align: middle; 
  margin: 0px 0px 0px 0px;
  float: none ! important;
  border: 0px none;  
  padding:0px 0px 0px 0px; 
  position:static;
  line-height: 17px;
  display: inline !important;   
  background:transparent none no-repeat scroll 0px 0px;
  height:1px;
  width:1px;
} 

span#__skype_highlight_id img.skype_tb_img_arrow {
  vertical-align: middle; 
  margin: 0px 0px 0px 0px !important;
  float: none ! important;
  border-color:white; 
  padding:0px 0px 0px 0px;
  position:static;
/*  position:relative; 
  left:0px; 
  top:0px;*/
  line-height: 17px;
  display: inline !important; 
  border: 0px none;  
  background:transparent none no-repeat scroll 0% 0px;
  height:3px;
  width:5px;
}
.skype_tb_hidimg { visibility:hidden;position:absolute;left:0px;top:0px; }

#skype_dc {
  background:#FFFFE1; border:1px solid #666666; color:#333333; font:menu; margin:0px;
  padding:3px 5px; position:absolute; left:0px; top:0px; visibility:hidden; cursor:pointer; z-index:101;
}
#skype_menu {
  background:#FFFFFF; border:1px solid #666666; color:#333333; font:menu; margin:0px;
  padding:0px 2px 0px 2px; position:absolute; left:0px; top:0px; visibility:hidden; cursor:pointer; z-index:101;
  width: auto;
}/*width: 138px;*/

.skype_tb_table {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal;
  border: 0; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: normal;
  vertical-align: top; background-position: 0 0; text-indent:0; cursor:pointer; 
  table-layout:auto;border-collapse:separate;
  text-align:left;
}
.skype_tb_tr {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal;
  background:background-image; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: normal;
  border: 0; line-height: normal; vertical-align: middle; text-indent:0; cursor:pointer;
  text-align:left;
}
.skype_tb_td {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal;
  background:background-image; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: normal;
  vertical-align: middle; border: 0; background-position: 0 0; text-indent:0; border-width:thin; color:black; cursor:pointer;
  text-align:left;
}
.skype_tb_link,.skype_tb_link:link,.skype_tb_link:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal;
  color: #003366; text-decoration: underline; background:background-image;
}
.skype_tb_link:hover,.skype_tb_link:active {
  color: #FF0000; background:background-image; font-style: normal; font-weight: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
}
/* End of style sheet page code 2 */

/* Image Border Code */
.imgs { border: solid 1px #333333;}
/* End of image border code */

