﻿#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;	
	text-align:left;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin:  0 0 0 0;		
		}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		background-color: #fff;	
		padding:10px 8px 0px 10px;
		line-height:1.2em;	
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #fff;
	padding: 0px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	



#lightwindow p {line-height:1.5em;}
#lightwindow h1 { font-size:1.2em; color:#699; padding-top:0px; text-decoration:underline;}
#lightwindow h2 { font-size:1.1em; color:#699; background: transparent url(images/bg-h2.gif) left bottom no-repeat;}
#lightwindow h3 { font-size:1.1em; color:#699; margin:0px 0px 10px 0px; padding:0px; }

#lightwindow a:link { text-decoration:none; color:#85b1b3;}
#lightwindow a:visited {text-decoration:none; color:#85b1b3;}
#lightwindow a:hover { color:#85b1b3; text-decoration:underline;}
#lightwindow a:focus { color:#85b1b3; text-decoration:none;}


#lightwindow img.right { float:right; margin:0px 5px 5px 0px;}
#lightwindow img.left { float:left; margin:0 20px 10px 0;}


#lightwindow ul.list { list-style:none; margin-left:-35px;}
*html #lightwindow ul.list { margin-left:5px;}
*+html #lightwindow ul.list { margin-left:10px;}

#lightwindow ul.list li {
margin-left:0px;
background: transparent url(images/icons/bullet.gif) left top no-repeat;
background-position:0 6px;
padding-left: 15px;
text-align: left;
line-height:1.6em;
}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

	
#lightwindow_title_bar {
	height: 25px;
	background-color: #699;
	overflow: hidden;			
}

	#lightwindow_title_bar_title {
		color: #ffffff;
		background-color: #ffffff;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffff;
		line-height: 25px;
		padding: 0;
		margin: 0;
		margin-right:10px
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}




