/*
	Colour and font settings. 90% of the time these are the only things you'll need to play with.
*/

#tb_overlay {
	background: #fff url("thickbox/background.jpg") top left no-repeat;
}

#tb_window {
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	font-family: Verdana, sans-serif;
}
	#tb_secondLine {
		font-family: Verdana, sans-serif;
		color: #999;
	}
	#tb_closeWindow a {
		color: #000000;
	}
		#tb_closeWindow a:hover {
			text-decoration: underline;
		}
	
#tb_ajaxContent {
	color: #333;
}
	#tb_ajaxContent h1 {
		margin: 10px 0 10px 0;
		color: #222;
		font-size: 14pt;
	}
	#tb_ajaxContent ul {
		margin-left: 15px;
	}


/*
	Thickbox settings -- Lots of tweaking to be had.
*/

*{padding: 0; margin: 0;}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%
}

iframe {
	border: 0;
	overflow: hidden;
}

#tb_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	min-height: 100%;
	display: none;
}

#tb_window {
	position: absolute;
	z-index: 102;
	display:none;
	text-align:left;
}

#tb_window img {
	display:block;
	margin: 15px 0 0 15px;
	border: 0;
}

#tb_caption{
	padding:7px 30px 10px 15px;
	font-weight:bold;
	float:left;
}

#tb_closeWindow{
	padding:13px 15px 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	float:right;
	font-size: 1.1em;
}

#tb_closeWindowButton {
	text-decoration: none;
}

#tb_ajaxContent{
	clear:both;
	padding:15px 15px 0 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#tb_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#tb_load{
	position: absolute;
	z-index:101;
	margin:0px;
	left:0px;
}

#tb_imageNext, #tb_imagePrev {
	display: block;
	background: url("thickbox/null.gif");
	height: 100%;
}

#tb_imageNextBkg {
	position: absolute;
	top: 0px;
	right: -80px;
	width: 80px;
	height: 100%;
}
	#tb_imageNextBkg a {
		background: url("thickbox/next_trans_white.gif") center center no-repeat;
	}
		#tb_imageNextBkg a:hover {
			background: url("thickbox/next_trans_hover.gif") center center no-repeat;
		}

#tb_imagePrevBkg {
	position: absolute;
	top: 0px;
	left: -80px;
	width: 80px;
	height: 100%;
}
	#tb_imagePrevBkg a {
		background: url("thickbox/prev_trans_white.gif") center center no-repeat;
	}
		#tb_imagePrevBkg a:hover {
			background: url("thickbox/prev_trans_hover.gif") center center no-repeat;
		}

#cover {
	position: absolute;
	top: 0;
}



#tb_desc {
font-weight:normal;

}


a.thickbox {
text-decoration:none;
}



