/*----------------------------------------------------
Moop Thickbox CSS Document 
Created: Fri 16.05.08 @ 12:58 p.m.
Updated: --- --.--.-- @ --:-- -.-.
Author: Kean Richmond
----------------------------------------------------*/


/*--- 01. Main Layout Elements ---------------------------------------------------------------------------*/

#TB_overlay					{height:100%; left:0; position:fixed; top:0; width:100%; z-index:100;}
.TB_overlayBG				{background:#000000; filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50;}

#TB_window 					{background:#FFFFFF; border:4px solid #525252; color:#333333; display:none; font-family:Arial, Helvetica, sans-serif; left:50%; position:fixed; top:50%; z-index:102;}

#TB_ajaxContent				{clear:both; padding:1px; overflow:auto; width:628px!important;}


/*--- 02. Header Elements ---------------------------------------------------------------------------*/

#TB_title					{display:none;}
#title						{background:#7AD2E8; height:32px; position:relative; padding:4px 7px;}
#title p					{font-size:1.8em;}
#close						{background:url(/images/moop_close.gif) no-repeat; display:block!important; float:right; height:13px; overflow:none; position:absolute; right:3px; text-indent:-9999px; top:3px; width:13px;}


/*--- 03. Content Elements ---------------------------------------------------------------------------*/

#signupform					{font-size:1.2em; padding:8px 0;}
#signupform h2				{font-size:1.4em; padding:15px 8px 5px 8px;}
#signupform p				{margin:0 8px;}

.input_block				{display:inline; float:left; margin:16px 10px 8px 8px; width:295px;}
.input_block p				{margin:0!important;}
.input_block label			{font-size:1.2em; font-weight:bold;}
.input_block .hint			{display:block; font-size:0.9em; padding:1px 10px 0 0;}
.input_block input			{border:1px solid #7AD2E8; color:#666666; padding:6px 3px; width:279px;}
.input_block input:focus	{border:1px solid #333333;}

.link_150					{background:url(/images/moop_btn_150.gif) no-repeat; border:0; color:#333333!important; cursor:pointer; display:block; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; height:15px; margin:18px 0 0 10px; padding:10px 0; text-align:center; width:150px;}
.link_150:hover				{color:#FFFFFF!important;}

#approval_note				{float:right; font-size:0.9em; margin:16px 10px 0 0!important; width:350px;}


/*--- 04. Repsonse Elements ---------------------------------------------------------------------------*/

.hint_error					{color:#CE6262;}
.input_error				{background:#FFFBCC!important; border:1px solid #E6DB55!important; color:#333333!important;}


/*--- 100. Fixes/Hacks ---------------------------------------------------------------------------*/

* html #TB_overlay 			{height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); position:absolute;}
* html #TB_window 			{margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); position:absolute;}

.TB_overlayMacFFBGHack 		{background:url(macFFBgHack.png) repeat;}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#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_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_ajaxContent.TB_modal{
	/*padding:15px;*/
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	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%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
