/* CSS Document */

#container {
	margin: auto;
	width: 1000px;
	margin-top: 0;
	padding-top: 0;
	background-color: #FFFFFF;
}

#left {
	width: 150px;
	float: left;
}

#right {
	width: 140px;
	padding-left:5px;
	float: right;
	padding-right: 5px;
}

#content {
	/*float: left;  removed because it could possibly cause problems*/
	width: 990px;
	padding-left: 5px;
	padding-right: 5px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008000;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F18A34;
	text-decoration: none;
}

.loginbarloggedin {
	width:100%;
	height:25px;
	background-color: #F8FFF8;
	overflow:hidden; /* IE6 fix */
}

.loginbarloggedout {
	width:100%;
	height:25px;
	background-color: #FFFAF5;
	overflow:hidden; /* IE6 fix */
}

.breadcrumbs {
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009933;
	background: #F2F2F2;
	padding-top: 2px;
	padding-bottom: 2px;
}

.breadcrumbs a {
	font-size: 11px;
}

#contentmembers {
	float: left;
	width: 795px;
}

#contentclass {
	padding-right: 10px;
	padding-left: 10px;
}

#logo {
	float: left;
	width: 254px;
	background: url('images/logoxmas.jpg') #fff no-repeat center left;
	height: 100px;	
}

#logo2 {
	float: left;
	width: 254px;
	background: url('images/bdlogo.jpg') #fff no-repeat center left;
	height: 100px;	
}

#mainbanner {
	float: right;
	margin-right: 60px;
	height: 90px;
	padding-top: 0px;	
}

/* Categories */

#catscontainer {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #008000;
	padding: 3px;
}

#catscontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#catscontainer a
{
display: block;
padding: 3px;
width: 120px;
}

#catscontainer a:link, #catslist a:visited
{
	color: #009933;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #009966;
}

#catscontainer a:hover
{
	background-color: #F0FFB7;
	color: #006600;
}

/* QuickLinks */

#quicklist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 135px;
}

#quicklist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#quicklist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#quicklist li a:link { color: #444488; }
#quicklist li a:visited { color: #667; }

#quicklist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}

/* Headings */

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #90B301;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 14px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 8px;
padding-right: 8px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-left: 1px solid #ffffff;
}

#navcontainer ul li a:hover
{
background-color: #657E01;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }


#navcontainer1 ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #90B301;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 14px;
/* fixes Firefox 0.9.3 */
}

#navcontainer1 ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer1 ul li a
{
padding-left: 8px;
padding-right: 8px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-left: 1px solid #ffffff;
}

#navcontainer1 ul li a:hover
{
background-color: #657E01;
color: white;
}

#navcontainer1 #active { border-left: 1px solid #fff; }


/* Duplicate of above for bottom links */

#botcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #90B301;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height: 14px;
/* fixes Firefox 0.9.3 */
}

#botcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#botcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#botcontainer ul li a:hover
{
background-color: #657E01;
color: white;
}

#botcontainer #active { border-left: 1px solid #fff; }


/* Main Styles */

#footer {
	text-align: center;
	background: #F0F0F0;
	font-size: 10px;
	border-top: 1px solid #bbb;
	border-bottom: 10px solid orange;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
	clear: both;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#footer2 {
	font-size: 10px;
	padding: 5px;
	margin: 0;
	clear: both;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

#masthead {
	height: 115px;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 15px;
	border-top: 10px solid orange;
	margin-bottom: -15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#3a3a3a;
	font-weight:bold;
	font-size:17px;
	text-decoration: none;
	border-bottom-style: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009933;
}
.rightheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	text-align: center;
}

body {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	background-color: #264E72;
	background-repeat: repeat-x;
	background-image: url(images/gradient.gif);
	background-attachment: fixed;
	font-family:Arial;
}


/* Temp - TEST */

#menu {
	padding: 10px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #1289D0;
	padding: 1px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#menu a:hover {
	color: #FF3300;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	background-color: #FFFFFF;
}
.Headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-1px;
	color: #410291;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFAF00;
}

.affiliatelinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 50px;
}

.sponsoredlinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
		padding-top: 15px;
}

.regularlinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

.bannerlinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
		padding-top: 15px;
}

.reciprocallinks {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
		padding-top: 15px;
}

.domainnames {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #339933;
	text-decoration: none;
}

.orderdetails {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color:#999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 010px;
}

/* Quicklinks */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 140px; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 12px;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 15px 15px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Search */

/* Show only to IE PC \*/
* html .boxhead2 h2 {height: 1%;} /* For IE 5 PC */

.sidebox2 {
	margin: 0 auto; /* center for now */
	width: 140px; /* ems so it will grow */
	background: url(sbbody-r2.gif) no-repeat bottom right;
	font-size: 12px;
}
.boxhead2 {
	background: url(sbhead-r2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead2 h2 {
	background: url(sbhead-l2.gif) no-repeat top left;
	margin: 0;
	padding: 15px 15px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody2 {
	background: url(sbbody-l2.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 15px;
	font-size: 12px;
}



/* Newsletter */

/* Show only to IE PC \*/
* html .boxhead3 h2 {height: 1%;} /* For IE 5 PC */

.sidebox3 {
	margin: 0 auto; /* center for now */
	width: 140px; /* ems so it will grow */
	background: url(sbbody-r3.gif) no-repeat bottom right;
	font-size: 12px;
}
.boxhead3 {
	background: url(sbhead-r3.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead3 h2 {
	background: url(sbhead-l3.gif) no-repeat top left;
	margin: 0;
	padding: 15px 15px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody3 {
	background: url(sbbody-l3.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 15px;
	font-size: 12px;
}


#right a {
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#right a:hover {
text-decoration: underline;
}

.footerlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

/* css/tooltip.css -- fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 125px;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border: 1px solid #336;
  background-color: #f7f7ee;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

.texthighlight {
	color: #F18A34;
	font-weight: normal;
}

.texthighlightBold {
	color: #F18A34;
	font-weight: bold;
}
#content span.tool::after {
  padding-left: 2px;            /* eye candy */
  content: url(/img/bubble.gif);
}

.thdrcell {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #C8BA92;
}

.tdatacell {
	font-family:arial;
	font-size:12px;
	padding:5px;
	background:#FFFFFF
}

.dvhdr1 {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:150px;
}

.dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:150px;
}


.dogvdvhdr {
	width:300px;
	background:#C4D5E3;
	border:1px solid #C4D5E3;
	font-weight:bold;
	padding:10px;
}

.dogvdvbdy {
	width:300px;
	background:#FFFFFF;
	border-left:1px solid #C4D5E3;
	border-right:1px solid #C4D5E3;
	border-bottom:1px solid #C4D5E3;
	padding:10px;
}

.pgdiv {
	width:320px;
	height:250px;
	background:#E9EFF4;
	border:1px solid #C4D5E3;
	padding:10px;
	margin-bottom:20px;
	font-family:arial;
	font-size:12px;
}

/* css/tooltip.css */


#navcontainerprop
{
padding: 0;
background: #ccc;
height: 20px;
}

#navlistprop
{
margin: 0px;
padding: 0px 0px;
display: block;
}

#navlistprop li
{
list-style: none;
float: left;
}

#navcontainerprop a, #navlistprop li.extend
{
margin: 0px;
display: block;
border-top: 1px solid #333;
padding: 1px 6px;


text-decoration: none;
background: #ccc;
font: normal 12px verdana, serif;
color: #000;
}

#navcontainerprop a:hover, #navcontainerprop a#current
{
padding: 1px 5px;
background: #FAFAFA;
border-right: 1px solid #333;
border-left: 1px solid #333;
border-top: 1px solid #FAFAFA;
border-bottom: 1px solid #333;
color: #000;
}

#navcontainerprop a#current
{
background: #F6F6F6;
border-top: 1px solid #F6F6F6;
font-weight: bold;
}

#navcontainerprop li#active
{
border-right: 2px solid #828282;
border-bottom: 2px solid #828282;
}

.searchtable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A3A;
}

.quicksearchtable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A3A;
}

.newslettertable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A3A;
}

.logintable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A3A;
}

.registertable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A3A3A;
}

.propertyheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.propertyprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #008000;
	line-height: 20px;
}

.propertydescsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.propertytable {
	border: 1px solid #DFDFDF;
}
.propertytd {
border-bottom:1px solid #E8C87C;
border-top:1px solid #FFFFFF;
}

.pageheadingsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009933;
	padding-left: 5px;
}

.pageheadingsmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
	padding-left: 5px;
}

.propertygreyedout {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

.inputdrops {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 165px;
}
	
.inputboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 160px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.qs_inputdrops {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
}

.qs_inputboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 145px;
}
	
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.provincesinsert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008000;
	text-decoration: none;
}

.provincesinsert  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008000;
	text-decoration: underline;
}

.provincesinsert  a:hover{
	color: #F18A34;
}

.results {
	height: 80px;
	border: 0px;
	clear:both;
}

.resultsimage {
	position:relative;
	border: 0px;
	float:left;
}

.resultsdetails {
	border: 0px;
	width:385px;
	float:right;
}

#details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	clear: both;
}

#details .property {
	width: 380px;
}

#details .property table {
	background-color: #DFDFDF;
}

#details .property table th {
	font-weight: bold;
	text-align: right;
	width: 125px;
	background-color: #F7F7F7;
}

#details .property table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	width: 175px;
	background-color: #FFFFFF;
}

#details .profile table {
	background-color: #DFDFDF;
}

#details .profile table th {
	font-weight: bold;
	text-align: right;
	width: 75px;
	background-color: #F7F7F7;
}

#details .profile table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	width: 275px;
	background-color: #FFFFFF;
}

#details .listings table {
	background-color: #DFDFDF;
}

#details .listings table th {
	font-weight: bold;
	text-align: center;
	background-color: #F7F7F7;
}

#details .listings table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	background-color: #FFFFFF;
}

#details .addlisting table {
	background-color: #DFDFDF;
}

#details .addlisting table th {
	font-weight: bold;
	text-align: right;
	width: 125px;
	background-color: #F7F7F7;
}

#details .addlisting table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	background-color: #FFFFFF;
}

#details .emaillisting table {
	background-color: #DFDFDF;
	width: 450px;
}

#details .emaillisting table th {
	font-weight: bold;
	text-align: right;
	width: 200px;
	background-color: #F7F7F7;
}

#details .emaillisting table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	background-color: #FFFFFF;
}

#details .makecontact table {
	background-color: #DFDFDF;
	width: 450px;
}

#details .makecontact table th {
	font-weight: bold;
	text-align: right;
	width: 150px;
	background-color: #F7F7F7;
}

#details .makecontact table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	background-color: #FFFFFF;
}

#details .forgotpassword table {
	background-color: #DFDFDF;
	width: 350px;
}

#details .forgotpassword table th {
	font-weight: bold;
	text-align: right;
	width: 75px;
	background-color: #F7F7F7;
}

#details .forgotpassword table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	background-color: #FFFFFF;
}

#details .edituser table {
	background-color: #DFDFDF;
	width: 350px;
}

#details .edituser table th {
	font-weight: bold;
	text-align: right;
	width: 125px;
	background-color: #F7F7F7;
}

#details .edituser table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	background-color: #FFFFFF;
}

#details .addareaorcity table {
	background-color: #DFDFDF;
	width: 350px;
}

#details .addareaorcity table th {
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	width: 125px;
	background-color: #F7F7F7;
}

#details .addareaorcity table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	background-color: #FFFFFF;
}

#details .viewall table {
	background-color: #DFDFDF;
	width: 500px;
}

#details .viewall table th {
	font-weight: bold;
	text-align: center;
	width: 125px;
	background-color: #F7F7F7;
}

#details .viewall table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
}

#details .viewall .navigationLinks {
	text-align:center;
}

#details .viewall table tr.rowOverOdd {
	background-color: #F8FFF8;
}

#details .viewall table tr.rowOverEven {
	background-color: #FFFAF5;	
}

#details .viewall table tr.rowOverHover {
	background-color: #FFEFD7;
}

#details .viewusers table {
	background-color: #DFDFDF;
	width: 850px;
}

#details .viewusers table th {
	font-weight: bold;
	text-align: center;
	width: 125px;
	background-color: #F7F7F7;
}

#details .viewusers table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
}

#details .viewusers .navigationLinks {
	text-align:center;
}

#details .viewusers table tr.rowOverOdd {
	background-color: #F8FFF8;
}

#details .viewusers table tr.rowOverEven {
	background-color: #FFFAF5;	
}

#details .viewusers table tr.rowOverHover {
	background-color: #FFEFD7;
}

.devform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	clear: both;
}

.devform table {
	background-color: #DFDFDF;
}

.devform table th {
	font-weight: bold;
	text-align: right;
	background-color: #F7F7F7;
}

.devform table td {
	font-weight: normal;
	color: #008000;
	text-align: left;
	background-color: #FFFFFF;
}

#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: #fff;
	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: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#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;
	}



/************************************************
	WIREFRAME
************************************************/

.wf_open
{
	height:4px;
	overflow:hidden;
	background:#fff url(images/wf_tr.gif) 100% 0 no-repeat;
}
.wf_open div
{
	height:4px;
	width:4px;
	overflow:hidden;
	background:#fff url(images/wf_tl.gif) 0 0 no-repeat;
}

.wf_close
{
	height:4px;
	overflow:hidden;
	background:#fff url(images/wf_br.gif) 100% 0 no-repeat;
}
.wf_close div
{
	height:4px;
	width:4px;
	overflow:hidden;
	background:#fff url(images/wf_bl.gif) 0 0 no-repeat;
}

.wf_orange_open
{
	height:4px;
	overflow:hidden;
	background:#FFFAF5 url(images/wf_ora_tr.gif) 100% 0 no-repeat;
}
.wf_orange_open div
{
	height:4px;
	width:4px;
	overflow:hidden;
	background:#FFFAF5 url(images/wf_ora_tl.gif) 0 0 no-repeat;
}

.wf_orange_close
{
	height:4px;
	overflow:hidden;
	background:#FFFAF5 url(images/wf_ora_br.gif) 100% 0 no-repeat;
}
.wf_orange_close div
{
	height:4px;
	width:4px;
	overflow:hidden;
	background:#FFFAF5 url(images/wf_ora_bl.gif) 0 0 no-repeat;
}

.wf_green_open
{
	height:4px;
	overflow:hidden;
	background:#F8FFF8 url(images/wf_gre_tr.gif) 100% 0 no-repeat;
}
.wf_green_open div
{
	height:4px;
	width:4px;
	overflow:hidden;
	background:#F8FFF8 url(images/wf_gre_tl.gif) 0 0 no-repeat;
}

.wf_green_close
{
	height:4px;
	overflow:hidden;
	background:#F8FFF8 url(images/wf_gre_br.gif) 100% 0 no-repeat;
}
.wf_green_close div
{
	height:4px;
	width:4px;
	overflow:hidden;
	background:#F8FFF8 url(images/wf_gre_bl.gif) 0 0 no-repeat;
}

.wf_content
{
	background-color:#FFF;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;	
}

.wf_orange_content
{
	background-color:#FFF;	
	border-left:1px solid #F18A34;
	border-right:1px solid #F18A34;	
}

.wf_green_content
{
	background-color:#FFF;	
	border-left:1px solid #008000;
	border-right:1px solid #008000;	
}

.wf_content_heading_small
{
	color:#999;
	font-size:11px;
	text-align:right;
	padding:2px 10px 2px 15px;
	font-weight:normal;
	background-color:#FFF;
	border-left:1px solid #b4cbf0;border-right:1px solid #b4cbf0;	
}

.wf_content .wf_content_heading
{
	color:#3a3a3a;
	background-color:#fff;
	font-weight:bold;
	font-size:20px;
	border-bottom:1px solid #dfdfdf;
	padding: 3px 5px 5px 9px;
}
.wf_content .wf_content_heading_Button
{
	color:#3a3a3a;
	background-color:#fff;
	font-weight:bold;
	font-size:20px;
	padding: 0px 0px 0px 0px;
}
.wf_content .wf_content_container
{
	padding: 5px 5px 5px 5px;
	background-color:#f2f2f2;
}
.wf_content .wf_content_container_white
{
	padding: 5px 10px 5px 10px;
	background-color:#FFF;
}

.wf_content .wf_content_container .wf_content
{
	padding: 5px 10px 5px 10px;
	background-color:#FFF;
}

.wf_content .wf_content_footer
{
	background-color:#fff;
	border-top:1px solid #dfdfdf;
	font-size:11px;
	padding: 7px 5px 4px 5px;
}

.wf_content .wf_content_heading_leftnav
{
	background-color:#fff;
	color:#3a3a3a;
	font-weight:bold;
	font-size:17px;
	border-bottom:1px solid #dfdfdf;
	padding: 8px 5px 8px 9px;
	margin:0px;
}

.wf_content .wf_content_heading_main
{
	background-color:#fff;
	padding: 0px 0px 0px 0px;
	margin:0px;
}

.wf_content .wf_content_heading_main .left
{

	float:left;
}

.wf_content .wf_content_heading_main .adverts
{
	text-align:center;
}


.wf_content .wf_content_heading_main .center
{
	float:left;
}

.wf_content .wf_content_heading_main .center p
{
	padding:2px 0 0 5px;
	margin:0;
	font-size:11px;
	font-weight:normal;
}

.wf_content .wf_content_heading_main .right
{
	font-size:12px;
	float:right;
	padding-right:5px;
}

.wf_content .wf_content_heading_main .right_small
{
	font-weight:normal;
	font-size:11px;
	float:right;
	padding:3px 0 0 0;
	padding-right:5px;
}


/************************************************
	WIREFRAME ENDS
************************************************/

#container_body_content
{
	background-color:#FFF;
	padding: 5px;
	clear: both;
	margin-top: 3px;
}

#container_body_content .container_left
{
	float: left;
	width: 200px;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}

#container_body_content .inner_container_content_center
{
	width:602px;
	float:left;
}

#container_body_content .container_right
{
	margin-left: 10px;
	width:167px;
	float:left;
}

.verticalSpacer{
	height:4px;
}

.clear
{
	clear:both;	
}

