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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
A:link { 
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight: normal; 
	font-size: 12px; 
	color: #336A90;
	text-decoration: underline; 
	}
A:visited { 
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight: normal; 
	font-size: 12px; 
	color: #336A90; 
	text-decoration: underline; 
	}
A:active { 
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight: normal; 
	font-size: 12px; 
	color: #336A90; 
	text-decoration: underline; 
	}
A:hover { 
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight: normal; 
	font-size: 12px; 
	color: #336A90; 
	text-decoration: none; 
	}

#TB_window {
	font: 12px lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px lucida sans, lucida grande, lucida, lucida sans unicode, arial, 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_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* 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: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* 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_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_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

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

#TB_title{
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	height:20px;
	background-color:#e8e8e8;
	background-image: url(../images/bg_table_header2a.gif);
	background-repeat:repeat-x;
	font-size:12px;
	border-top: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
	color: #4B4430;
	background-position: bottom left;
	/*float:left;
	
	
	background-color: #F0F4E5;
	font-weight: bold;
	color: #4B4430;
	background-image: url(../images/bg_table_header2a.gif); 
	background-repeat: no-repeat;
	background-position: bottom left;*/ 
}

#TB_title01{
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	height:20px;
	font-size:12px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
	color: #4B4430;
	background-position: bottom left;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#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;
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-size:12px;
	color:#808080;
	line-height:17px;
	/*text-decoration:none;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;*/
}
/*#TB_ajaxWindowTitle{
float:left;
font-size:12px;

padding-top: 7px;
padding-bottom: 7px;
padding-left: 9px;
background-color: #F0F4E5;
font-weight: bold;
color: #4B4430;
background-image: url(../images/bg_table_header2a.gif); 
background-repeat: no-repeat;
background-position: bottom left; 
}*/
.form_content1 {
font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
font-size:12px;
padding-top: 7px;
padding-bottom: 14px;
padding-left: 13px;
padding-right: 13px;
}
.inner_spacer {
	height: 6px;
}
.input { 
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight:normal; 
	font-size:12px; 
	color:#777777; 
	padding: 1px;
	text-decoration:none; 
	border:1px solid #909090; 
	background-color:#F5F5F5; 
}
.input_small{
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight:normal; 
	font-size:10px; 
	color:#777777; 
	padding: 1px;
	text-decoration:none; 
	border:1px solid #909090; 
	background-color:#F5F5F5; 
}
.small_head{
	font-size:11px;
}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
.required{
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight:normal; 
	font-size:12px; 
	color:#777777; 
	padding: 1px;
	text-decoration:none; 
	border:1px solid #909090; 
	background-color:#F5F5F5; 

}
.required01{
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight:normal; 
	font-size:12px; 
	color:#FF0000; 
}
/* Custom Messages */
info, .success, .warning, .error, .validation {
font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
font-size:12px;
border: 1px solid;
margin: 10px 0px;
/*padding:15px 10px 15px 50px;*/
padding:10px 10px 10px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.errorb {
margin: 2px 0px;
padding:15px 10px 15px 30px;
background-repeat: no-repeat;
background-position: 10px center;
color: #D8000C;
background-image: url('../../images/cancel.png');
}
.errorc {
margin: 2px 0px;
padding-left:17px;
background-repeat: no-repeat;
background-position: 0px center;
color: #D8000C;
background-image: url('../../images/cancel.png');
}

.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
}
.success {
color: #4F8A10;
/*background-color: #DFF2BF;*/
background-color: #FFFFFF;
/*background-image:url('../images/success.png');*/
background-image:url('../images/msg_green.gif');
}
.warning {
color: #D8000C;
/*background-color: #FFBABA;*/
background-color: #FFFFFF;
/*background-image: url('../images/error.png');*/
background-image: url('../images/msg_red.gif');
}
.error {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('../images/validation.png');
} 
.row_border_bottom2a {
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight:normal; 
	font-size:12px;
	padding-top:5px;
	padding-left:8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #D1D1D1;
}
#popup {
	margin:20px;
	font-family: lucida sans, lucida grande, lucida, lucida sans unicode, arial, sans-serif;
	font-weight: normal; 
	font-size: 10px; 
	line-height: 18px;
	color:#777777;
	}
#popup_header {
	position:relative;
	margin:0px;
	padding-bottom:10px;
	}
#popup_main_top {
	margin:0px;
	height:5px;
	padding-top:10px;;
	background-image: url(../images/popup/bg_top.gif); 
	background-repeat: no-repeat;
	background-position: top left; 
	}
#popup_main {
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	background-color:#A5D9EC; 
	}
#popup_main_bottom {
	margin:0px;
	height:5px;
	padding-bottom:10px;
	background-image: url(../images//popup/bg_bottom.gif); 
	background-repeat: no-repeat;
	background-position: bottom left; 
	}
#popup_content_top {
	position:relative;
	margin:0px;
	background-color:#FFFFFF;
	background-image: url(../images//popup/bg_content_top.gif); 
	background-repeat: no-repeat;
	background-position: top left; 
	}
#popup_content_bottom {
	position:relative;
	margin:0px;
	background-image: url(../images/popup/bg_content_bottom.gif); 
	background-repeat: no-repeat;
	background-position: bottom left; 
	}
#popup_holder {
	position:relative;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:26px;
	padding-bottom:26px;
	}
#popup_footer { 
	padding-left: 5px;
	padding-top: 17px; 
	padding-right: 5px; 
	}
#popup_footer .rightcopy { 
	font-size:11px; 
	}
