@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window, #TB_window p, #TB_window ul {
	margin:0;
	text-decoration:none;
font: 12px/16px Helvetica, Arial, sans-serif;
color: #333;
}

#TB_secondLine {
	color:#666666;
}

#TB_window a:link, #TB_window a:visited, #TB_window a:active, #TB_window a:focus{color: #666666;}
#TB_window a:hover {color: #000;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1500;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack, .TB_overlayBG {
	background-color:#d6d6d5;
	opacity: 0.85;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: none;
	z-index: 1502;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window a, #TB_window a:hover{
border-bottom:none;
background-color: transparent;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

a#TB_closeWindowButton{
background: url(images/TBimages/close-window.png) no-repeat top left;
display:block;
text-indent:5000px;
width:22px;
height:22px;
overflow:hidden;
top:0;
right:6px;
position:absolute;
}

a#TB_closeWindowButton:hover{
background: url(images/TBimages/close-window.png) no-repeat bottom left;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 14px;
	margin-bottom:1px;
	font: 18px/32px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#002375;
}

#TB_title{
position:absolute;
width:100%;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	margin:0;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:0;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:1503;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	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;
}


/*--------------------Servee Gallery customs------------------*/

span#TB_prev a, span#TB_next a, span#TB_start a{
display:block;
width:48%;
height:280px;
text-indent:-800px;
overflow:hidden;
position:absolute;
top:120px;
z-index:1504;
background:url(images/TBimages/next-previous.gif) no-repeat top left;
}

span#TB_prev a{
left:0px;
margin-left:-16px;
}

span#TB_next a{
right:30px;
}

span#TB_start a{
right:0px;
}

span#TB_prev a:hover{
background:url(images/TBimages/next-previous.gif) no-repeat 16px -280px;
}


span#TB_next a:hover{
background:url(images/TBimages/next-previous.gif) no-repeat right -560px;
}


#TB_window div#galleryWrap{
width:500px;
height:333px;
/*background-image:url(images/TBimages/gallery-bg.jpg);*/
position:relative;
text-align:center;
overflow:hidden;
}
#TB_window div#galleryWrap p#imageWrap{
position:relative;
top:50%;
margin:0;
float:none;
margin-top:-25%;
text-align:center;
width:100%;
}

