#TB_window
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#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;
}
#TB_overlay
{
	z-index: 100;
	left: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	height: 100%;
}
.TB_overlayMacFFBGHack
{
	background: url(../images/macFFBgHack.png);
}
.TB_overlayBG
{
	FILTER: alpha(opacity=50);
	background-color: #000;
	-moz-opacity: 0.50;
	opacity: 0.50;
}
* HTML #TB_overlay
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +  'px' );
}
#TB_window
{
	border-right: #525252 2px solid;
	border-top: #525252 2px solid;
	display: none;
	z-index: 102;
	background: #ffffff;
	left: 50%;
	border-left: #525252 2px solid;
	color: #000000;
	border-bottom: #525252 2px solid;
	position: fixed;
	top: 50%;
	text-align: left;
}
* HTML #TB_window
{
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) +  'px' );
	position: absolute;
}
#TB_window IMG#TB_Image
{
	border-right: #ccc 1px solid;
	border-top: #666 1px solid;
	display: block;
	margin: 15px 0px 0px 15px;
	border-left: #666 1px solid;
	border-bottom: #ccc 1px solid;
}
#TB_caption
{
	padding-right: 30px;
	padding-left: 25px;
	float: left;
	padding-bottom: 10px;
	padding-top: 7px;
	height: 25px;
}
#TB_closeWindow
{
	padding-right: 25px;
	padding-left: 0px;
	float: right;
	padding-bottom: 10px;
	padding-top: 11px;
	height: 25px;
}
#TB_closeAjaxWindow
{
	padding-right: 10px;
	padding-left: 0px;
	float: right;
	margin-bottom: 1px;
	padding-bottom: 5px;
	padding-top: 7px;
	text-align: right;
}
#TB_ajaxWindowTitle
{
	padding-right: 0px;
	padding-left: 10px;
	float: left;
	margin-bottom: 1px;
	padding-bottom: 5px;
	padding-top: 7px;
}
#TB_title
{
	height: 27px;
	background-color: #e8e8e8;
}
#TB_ajaxContent
{
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	overflow: auto;
	line-height: 1.4em;
	padding-top: 2px;
	text-align: left;
}
.TB_modal#TB_ajaxContent
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	overflow:hidden;
	
}
#TB_ajaxContent P
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	
}
#TB_load
{
	display: none;
	z-index: 103;
	left: 50%;
	margin: -6px 0px 0px -104px;
	width: 208px;
	position: fixed;
	top: 50%;
	height: 13px;
}
* HTML #TB_load
{
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) +  'px' );
	position: absolute;
}
#TB_HideSelect
{
	border-right: medium none;
	border-top: medium none;
	z-index: 99;
	FILTER: alpha(opacity=0);
	left: 0px;
	border-left: medium none;
	width: 100%;
	border-bottom: medium none;
	position: fixed;
	top: 0px;
	height: 100%;
	background-color: #fff;
	-moz-opacity: 0;
	opacity: 0;
}
* HTML #TB_HideSelect
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight +  'px' );
}
#TB_iframeContent
{
	clear: both;
	border-right: medium none;
	border-top: medium none;
	margin-top: 1px;
	margin-bottom: 1px;
	border-left: medium none;
	border-bottom: medium none;
}

.confirm
{

	width: 100%;
	padding-right: 0px;
	margin-right: 0px;
	margin-top:10px;
	margin-bottom:10px;
	height:65%;
	border: solid 0px #333333;
	
}



.confirmContainer
{
	width: 100%;
	line-height: normal;
	vertical-align: middle;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: Green;
}

.messagetxt
{
	text-align: center;
	width: 100%;
	color: Black;
	line-height: normal;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 0px;
}

.commands
{
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	color: Black;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	
}

.titleMsgBox
{
	padding-right: 0px;
	padding-left: 2px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	color: white;
	padding-top: 0px;
	height: 20px;
	background-color: #6699cc;
	text-align: left;
}

.btnOk
{
 


}
