/* global settings needed for thickbox */

*{padding: 0; margin: 0;}

/*
html{
min-height: 100%;
height: auto;
margin-bottom:1px;
}

html, body {
_height: 100%;
}
*/
html{
	height:100%;
}
body{
	height:100%;
	min-height: 100%;
}
* html{
	height:100%;
}
html > body {
	height: auto;
}

/* thickbox specific link and font settings */
#TB_window {
	color: #333333;
}
#TB_secondLine {
	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: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#TB_window {
	display:none;
	position: absolute;
	background: #EBEBEB;
	z-index: 102;
	border: 4px solid #525252;
	color:#000000;
	text-align:left;
}
#TB_window img {
	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{
	float: left;
	height: 25px;
	padding: 7px 30px 10px 25px;
}
#TB_closeWindow{
	float: right;
	height: 25px;
	padding: 11px 25px 10px 0;
}
#TB_closeAjaxWindow{
	float: right;
	margin-bottom: 1px;
	padding: 5px 10px 7px 0;
	text-align: right;
}
#TB_ajaxWindowTitle{
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}
#TB_title{
	background-color: #D8D8D8;
	height: 27px;
}
#TB_ajaxContent{
	clear: both;
	padding: 2px 15px 15px 15px;
	line-height: 1.4em;
	text-align: left;
	overflow: auto;
}
#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
}
#TB_load{
	display: none;
	position: absolute;
	z-index: 101;
	width: 100px;
	height: 100px;
}
#TB_HideSelect{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	border: none;
	background-color: #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#TB_iframeContent{
	clear:both;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;/*IE*/
	border:none;
}
