/* thickbox_top1 */
*
{
	margin:0;
	padding:0;
}

/* thickbox specific link and font settings */
#TB_window
{
	position:fixed;
	z-index:102;
	color:#000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	
}

#TB_secondLine
{
	font:10px mplus-sans, helvetica, arial, sans-serif;
	color:#666;
}

#TB_window a:hover
{
	color:#000;
}

/* thickbox settings */
#TB_overlay
{
	position:fixed;
	background-image:url('../_images/bg_checkered.gif');
	z-index:100;
	top:0;
	left:0;
	height:100%;
	width:100%;
	cursor: pointer;

	
}

#TB_caption
{

    padding: 3px;
	top: 0px;
	left: 0px;
	float:left;	
	width: auto;
	font-size: 18px;
	background: #8EE5EE;
	overflow: hidden;
	position: absolute;

}

#TB_ajaxWindowTitle
{
	float:left;
	margin-bottom:1px;
	padding:7px 0 5px 10px;

}

#TB_title
{
	background-color:#e8e8e8;
	height:27px;
	
}

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

/* thickbox settings */
#TBtop_overlay
{
	position:fixed;
	background-image:url('../_images/bg_checkered.gif');
	z-index:100;
	top:0;
	left:0;
	height:100%;
	width:100%;
	cursor: pointer;
}

#TBtop_window
{
	position:fixed;
	background:#8EE5EE;
	z-index:102;
	display:none;
	text-align:left;
	bottom:0%;
	left:50%;
}

#TBtop_caption
{
	height:0;
}

#TBtop_ajaxWindowTitle
{
	float:left;
	padding: 30px;

}

#TBtop_title
{
	color: #fff;
	position:relative;
	font-family: gothic, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size:20px;
	text-transform: uppercase;
}

/* CONTENT TYPOGRAPHIC SETTINGS*/

#TBtop_ajaxContent {
	clear:both;
	overflow:auto;
	margin-left: 30px;
	text-align:left;
	font-family:mplus-sans, helvetica, arial, sans-serif;
	font-size:22px;
	line-height:32px;
	color: #45353c;
}


#TBtop_ajaxContent blockquote {
	border-left: solid 13px #fff;
	margin-right: 30px;
	padding-left: 17px;
	font-size:22px;
	line-height:32px;
	}
	
#TBtop_ajaxContent blockquote a:link, #TBtop_ajaxContent blockquote a:visited, #TBtop_ajaxContent blockquote a:active{
color:#45353c;
	text-decoration:none;
	background-color:#8EE5EE;
	background-image:url('../_images/bg_checkered.gif');
	font-size:22px;
	line-height:32px;
	}
	
#TBtop_ajaxContent blockquote a:hover {	
	color:#fff;
	text-decoration:none;
	background-color:#ea2767;
	background-image:url('../_images/bg_checkered.gif');
	font-size:22px;
	line-height:32px;
	}	

#TBtop_ajaxContent p {
	font-size: 11px;
	line-height: 17px;
	margin-top: 17px;
	color: #45353c;

}

#TBtop_ajaxContent em {
	color: #ccfffb;
	font-style: normal;
}

#TBtop_ajaxContent strong {
	color: #ea2767;
	font-weight: normal;
}

#TBtop_ajaxContent u {
	color: #fff;
	text-decoration :none;
	font-style: normal;
	padding-right: 30px;

}

#TBtop_ajaxContent p a:link, #TBtop_ajaxContent p a:visited, #TBtop_ajaxContent p a:active {
	color:#45353c;
	text-decoration:none;
	background-color:#8EE5EE;
	background-image:url('../_images/bg_checkered.gif');
	font-size: 11px;
	line-height: 17px;
	}
	
#TBtop_ajaxContent p a:hover {	
	color:#fff;
	text-decoration:none;
	background-color:#ea2767;
	background-image:url('../_images/bg_checkered.gif');
	}

#TB_window a:link, #TB_window a:visited, #TB_window a:active, #TB_window a:focus
{
	color:#666;
}

* html #TB_overlay,* html #TB_HideSelect,* html #TBtop_overlay,* html #TBtop_HideSelect
{
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

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

#TB_window img#TB_Image,#TBtop_window img#TBtop_Image
{
	display:block;
	border:0 solid;
	margin:15px 0 0 15px;
}

#TB_closeWindow,#TBtop_closeWindow
{
	height:25px;
	float:right;
	padding:11px 25px 10px 0;
}

#TB_closeAjaxWindow,#TBtop_closeAjaxWindow
{
	margin-bottom:1px;
	text-align:right;
	float:right;
	padding:7px 10px 5px 0;
}

#TB_ajaxContent.TB_modal,#TBtop_ajaxContent.TBtop_modal
{
	padding:15px;
}

#TB_ajaxContent p,#TBtop_ajaxContent p
{
	padding:5px 0;
}

#TB_load,#TBtop_load
{
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-6px 0 0 -104px;
}

#TB_HideSelect,#TBtop_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,#TBtop_iframeContent
{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
