/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
*{padding: 0; margin: 0;} 
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window { 
color: #AFB4C7; 
font: 12px Arial,Helvetica,sans-serif; 
} 

#TB_secondLine { 
color: #666666; 
font: 10px Arial,Helvetica,sans-serif; 
} 

#TB_window a:link { 
color: #0063B7; 
} 

#TB_window a:visited { 
color: #0063B7; 
} 
#TB_window a:hover { 
color: #419639; 
} 
#TB_window a:active { 
color: #419639; 
} 
#TB_window a:focus { 
color: #0063B7; 
} 

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay { 
height: 100%; 
left: 0; 
position: fixed; 
top: 0; 
width: 100%; 
z-index: 700; 
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.TB_windowBOX { 
    margin-left: -370px; 
    width: 740px; 
    margin-top: -270px; 
    display: block; 
    overflow: scroll; 
    position: absolute;
}

#TB_window {
    background: none repeat scroll 0 0 #FFFFFF; 
    border: 4px solid #AFB4C7; 
    color: #000000; 
    display: none; 
    left: 50%; 
    position: fixed; 
    text-align: left; 
    top: 50%; 
    z-index: 702;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
    color : #2A2723; 
}


#TB_ajaxContent.TB_modal{
	padding-top: 30px; 
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:703;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

#TB_HideSelect{
	z-index:699;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* main.css equivalents - tweaked for thickbox */

#closeButtonTB {
	position:absolute;
	top:-26px;
	left:-20px;
	width:35px;
	height:35px;
	cursor:pointer;
	background:url(../img/sprites/sprites.png?v=<spriteversion>) -170px -88px no-repeat;;
	} 

.boxHdrTB {
    background: none repeat scroll 0 0 #AFB4C7; 
    border: 1px solid #AFB4C7; 
    clear: both; 
    color: #2A2723; 
    font-size: 0.9em; 
    font-weight: bold; 
    height: 18px; 
    line-height: 1.1em; 
    padding: 6px 0 0; 
    text-align: left; 
    width  : 686px; 
}	

.boxHdrTB button {
	float:right;
	padding:0;
	margin-right:10px;
	font:bold 1.1em arial,sans-serif;}

.boxHdrTB .col1 {
	float:left;
	font-size:1.3em;
	height:100%;
	padding-left:14px;
	}

.boxBodyTB {
    -moz-border-bottom-colors: none; 
    -moz-border-left-colors: none; 
    -moz-border-right-colors: none; 
    -moz-border-top-colors: none; 
    border-color: -moz-use-text-color #AFB4C7 #AFB4C7; 
    border-image: none; 
    border-right: 1px solid #AFB4C7; 
    border-style: none solid solid; 
    border-width: 0 1px 1px; 
    margin: 0 0 8px; 
    padding: 4px 0 0; 
    width: 686px; 
	}

.boxBodyTB button {
	margin:0 0 10px 2px;}

.boxBodyTB .hr {
	clear:both;
	height:9px;
	overflow:hidden;
	margin-bottom:9px;
	border-bottom:1px solid #CCC;}
		
.boxBodyTB .details {
	font-size:1.1em;
	margin:2px 0 0;
	}
	
.boxBodyTB .row {
	clear:left;
	font-size:0.8em;
	margin:10px 14px 0;
	}
	
.boxBodyTB .subDet {
	font-size:1.1em;
	margin:6px 0 4px 0;}