/*thickbox specific link and font settings*/
#TB_window {
	font: 75% Arial, Helvetica, sans-serif;
	color: #005191;
}
#TB_secondLine {
	font: 70% Arial, Helvetica, sans-serif;
	color: #005191;
}
#TB_window a {
	background-color: #ffffff;
	color: #B33818;
}
#TB_window a:hover {
	background-color: #ffffff;
	color: #491305;
	font-weight:normal;
}
#TB_window a:active {
	background-color: #ffffff;
	color: #491305;
}
#TB_window a:focus{
	background-color: #ffffff;
	color: #491305;
}
/*thickbox settings*/
#TB_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.TB_overlayMacFFBGHack {/*technically, not required any more but I'm not sure so...*/
	background: url(/images/bgOverlay.png) repeat;
}
.TB_overlayBG {
	background: url(/images/bgOverlay.png) repeat;
	color: #ffffff;
}
#TB_window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #ffffff;
	color: #4a4a4a;
	text-align: left;
	z-index: 1002;
}
#TB_window img#TB_Image {
	display: block;
	border:1px solid #b0b0b0;
}
#TB_ImageOff {
	float: left;
	margin: 15px 0 0 15px;
}
#TB_caption{
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}
#TB_closeWindow{
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}
#TB_closeAjaxWindow{
	float: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
	text-align: right;
}
#TB_ajaxWindowTitle{
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}
#TB_title{
	background-color: #e8e8e8;
	height: 27px;
}
#TB_ajaxContent{
	clear:both;
	padding: 2px 15px 15px 15px;
	text-align: left;
	line-height: 1.4em;
	overflow: auto;
}
#TB_ajaxContent.TB_modal{
	padding: 15px;
}
#TB_ajaxContent p{
	padding: 5px 0;
}
#TB_load{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 208px;
	height: 13px;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	z-index: 1003;
}
#TB_HideSelect{
	z-index:999;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #005191;
	border: 0;
}
#TB_iframeContent{
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
}
