/***********************************************************************
* file		lightbox.css  ABSOLUTE
* 
* 
* author: 	taopro.com
* version: 	version 1.0
* since: 	version 1.0
* created:	Sept 2008
*

*	
* Fonts:
* Veranda is the standard font
* Font sizes and leading (line-height are one of the following:
* 11px/15px (map instructions)
* 11px/16px (most body copy / featured listing module / margin module)
* 10px/16px (service request, resident and conformation modules / neighborhood image and footer modules)
*
************************************************************************/


/* ****************** */
/* HTML Entities      */
/* ****************** */

/* global attributes */

a:hover {
	background-position: 0 0;
}

body {
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	background-color: #666666;
}

img {  border-style: none;
} /* removes blue link border on all images */


#lightboxContainer {
	height: 495px;
	width: 615px;
	overflow: hidden;
}

#lightboxHeader {
	background-color: #f0984a;
	height: 25px;
	width: 615px;
	float: left;
}

#lightboxPhotoBody {
	height: 445px;
	width: 615px;
	background-color: #7e696d;
	float: left;
}

#lightboxCaptionBackground {
	height: 55px;
	width: 615px;
	background-color: #7e696d;
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	top: 415px;
	position: absolute;
	z-index: 10;
	left: 0px;
}

#lightboxImageTitle {
	height: 16px;
	width: 580px;
	color: #fff;
	top: 425px;
	position: absolute;
	z-index: 115;
	left: 15px;
	font-weight: bold;
}

#lightboxImageCaption {
	height: 31px;
	width: 580px;
	color: #fff;
	top: 426px;
	position: absolute;
	z-index: 116;
	left: 15px;
}

#lightboxFooterNavContainer {
	background-color: #f0984a;
	height: 20px;
	width: 595px;
	float: left;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

#lightboxFooterNav {
	height: 20px;
	width: 450px;
	float: left;
	font-size: 10px;
	overflow: hidden;
}

/*#lightboxFooterClosebox {
	height: 20px;
	width: 50px;
	float: right;
}*/

#lightboxFooterClosebox {
	height: 13px;
	width: 50px;
	overflow: hidden;
	display: block;
	cursor:pointer;
	cursor:hand;
	left: 559px;
	position: absolute;
	top: 476px;
	z-index: 15;
	line-height: 500px;
	background-image: url(../res/btn_close_white50px.gif);
	background-repeat: no-repeat;
}

#lightboxFooterClosebox:link {
	background-image: url(../res/btn_close_brown50px.gif);
	background-repeat: repeat-x;
}

#lightboxFooterClosebox:hover {
	background-image: url(../res/btn_close_brown50px.gif);
	background-repeat: repeat-x;
}

#lightboxFooterClosebox a:link {
	background-image: url(../res/btn_close_brown50px.gif);
	background-repeat: repeat-x;
}

#lightboxFooterClosebox a:hover {
	background-image: url(../res/btn_close_brown50px.gif);
	background-repeat: repeat-x;
}

.lightboxCaptionTitle {
	font-weight: bold;
}

.center { 
	text-align: center; 
}

.disabledTextLink {
	color: #c2b9ba;
}

/* ****************** */

.linklighbox a:link {
	color: #fff;
	text-decoration: none;
}

.linklighbox a:visited {
	color: #fff;
	text-decoration: none;
}

.linklighbox a:hover {
	color: #7e696d;
	text-decoration: none;
}

.linklighbox a:active {
	color: #7e696d;
	text-decoration: none;
}

/* ****************** */

/*#lightboxContainer .linkCloseBox:link {
	background-image: url(../res/btn_close_brown50px.gif);
	background-repeat: repeat-x;
}

#lightboxContainer .linkCloseBox:hover {
	background-image: url(../res/btn_close_brown50px.gif);
	background-repeat: repeat-x;
}*/
