/* http://jquery.com/demo/thickbox/ */


#TB_window {
	font:12px Arial, Helvetica, sans-serif;
	color:#333333;
	}
#TB_secondLine {
	font:10px Arial, Helvetica, sans-serif;
	color:#666666;
	}

#TB_window a {
	font-size:90%;
	text-decoration:none;
	}
#TB_window a:link,
#TB_window a:active,
#TB_window a:visited,
#TB_window a:focus {color:#000}
#TB_window a:hover {color:#00CCFF;}



#TB_overlay {
	position:absolute;
	z-index:100;
	width:100%;
	height:100%;
	top:0;
	left:0;
	min-height:100%;
	background-color:#f1f1f1;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	}

#TB_window {
	position:absolute;
	z-index:102;
	color:#000;
	display:none;
	width:807px !important;
	margin-top:-55px;
	}

#TB_window img {
	display:block;
	margin:15px 0 0 15px;
	border:0px;
	behavior:url(/static/assets/Javascript/png.htc);
	}

#TB_caption{
	height:25px;
	padding:12px 30px 10px 25px;
	float:left;
	text-transform:uppercase;
	font-size:90%;
	}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	}



#TB_title{
	height:82px;
	background:transparent url(/static/images/thickbox/thickbox-head.png) no-repeat left top;
	}
	#TB_ajaxWindowTitle {
		position:absolute;
		right:43px;
		top:21px;
		width:722px;
		height:56px;
		color: #fff;
		float: right;
		font-size: 2.3em;
		text-align: right;
		padding-top: 15px;
		}
		#TB_ajaxWindowTitle span {
			padding-top:9px;
			text-align:right;
			font-size:2.4em;
			color:#fff;
			}
	#TB_closeAjaxWindow {
		background:transparent url(/static/images/thickbox/thickbox-btn-close-right.png) no-repeat 100% 0;
		position:relative;
		float:right;
		overflow:hidden;
		margin:-17px 44px 0 0;
		padding:0 6px 0 0;
		}
		a#TB_closeWindowButton,
		a#TB_closeWindowButton:hover,
		a#TB_closeWindowButton:active,
		a#TB_closeWindowButton:visited {
			background:transparent url(/static/images/thickbox/thickbox-btn-close-left.png) no-repeat 0 0;
			display:block;
			overflow:hidden;
			height:33px;			
			padding:8px 30px 0 36px;
			text-align:center;
			font-weight:normal !important;
			color:#FFFFFF !important;
			}



#TB_ajaxContent {
	clear:both;
	padding:15px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_load {
	position:absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
	}

#TB_HideSelect {
	z-index:99;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	}

#TB_iframeContent{
	border:none;
	clear:both;
	}

#TB_Image
{
	behavior:url(/static/assets/Javascript/png.htc);
}

#TB_iframeBlock,
#TB_ajaxContentBlock {
	background:url(/static/images/thickbox/thickbox-bottom-bg-default.png) no-repeat 0 100%;
	padding:0 16px 22px;
	width:775px;
	overflow:hidden;
	}
	#TB_ajaxContent {
		margin:15px;
		padding:0;
		overflow-x:hidden;
		overflow-y:auto;
		}
	div.profile-details #TB_iframeBlock {
		background:url(/static/images/thickbox/thickbox-bottom-bg-profile.png) no-repeat 0 100%;
		}
	#TB_iframeBlock iframe {
		overflow:hidden;
		float:left;
		border:0 !important;
		}

