/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}
*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/





#leftside {
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
	clear:left;
	padding-top:0px;
	/*padding-left:25px;*/
	padding-left:10px;
	padding-bottom:10px;
	/*padding-right:25px;*/
	padding-right:10px;
	
	
}




#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 11px Arial, Helvetica, sans-serif;
	color:#666666;
	float:left;
	padding-top:7px;
}









#TB_window a:link {color: #666666; }
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


#TB_closeWindow{
	height:25px;
	/*padding:11px 25px 10px 0;*/
	padding:5px 25px 12px 0;
	float:right;
	clear:left;
}



#TB_closeAjaxWindow{
	padding:5px 10px 7px 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 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#TB_Image
{
 text-align:center;

}

/* ---------->>> thickbox shape start <<<-------------*/


/* ----- Window border -------*/

#TB_window {
	position: absolute;
	background: #FFF;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #000;
	text-align:left;
}

/* ----- Picture border -------*/
#TB_window img {
	display:block;
	
	/*margin: 15px 0 0 15px;*/
	
	margin-left:auto;
	margin-right:auto;
	
	margin-top:10px;
	
	/*border-right: 1px solid #ccc;*/
	/*border-bottom: 1px solid #ccc;*/
	/*border-top: 1px solid #666;*/
	/*border-left: 1px solid #666;*/
	
	border:0;
}

/* ----- Caption text -------*/
#TB_caption{
	height:50px;
	min-height:50px;
	font-weight:bold;
	font-size:12px;
	color:#333;
	
	/*padding:7px 30px 10px 25px;*/
	padding:7px 10px 10px 10px;
	float:left;
}

/* ----- Picture count - text -------*/
#imageCount
{
	font-weight:bold;
	font-size:12px;
	color:#666666;	
text-align:left;
float:left;
}

#prevNext 
{ 
text-align:center;
}

/* ----- Prev/Next - text -------*/
#prevNext a
{
	font-weight:bold;
	font-size:12px;
	color:#FF0000
	margin-top:0px;
}

#prevNext a:link{	color:#666666;}
#prevNext a:visited {color: #666666;}
#prevNext a:hover {color: #000;}
#prevNext a:active {color: #666666;}
#prevNext a:focus{color: #666666;}


#close 
{
	text-align:right;
	float:right;
}


/* ----- Close - text -------*/

#close a
{
	font-weight:bold;
	font-size:12px;
	color:#FF0000;
}

#close a:link{	color:#666666;}
#close a:visited {color: #666666;}
#close a:hover {color: #000;}
#close a:active {color: #666666;}
#close a:focus{color: #666666;}



/* ---------->>> thickbox shape end <<<-------------*/

