html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 13px "Trebuchet MS", Arial, sans-serif;
	font-weight: 900;
	color: #000;
}

#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 {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_window {
	position: absolute;
	background: transparent;
	z-index: 102;
	color:#000;
	width: 320px !important;
	padding: 0 !important;
	margin: 0 !important;
	/* display:none; */
	text-align:left;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_caption{
	height:10px;
	background-color: #9f0;
	padding:7px 30px 0 25px;
	margin-bottom: 0 !important;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:0px;
}

#TB_title{
	background: transparent url(images/Video-Title.gif) repeat-x 0 0;
	height: 25px;
	width: 320px;
	text-indent: 5px;
}

#TB_title b
{
	display: block;
	color: #000;
	font-size: 0.9em;
	padding: 4px 5px 0 9px;	
}

#TB_title b a
{
    color: #fff !important;
    text-decoration: none;
    cursor: default;
    margin-right: 5px;
    padding: 0 8px;
    outline: none;
}

#TB_title b a:hover 
{
    border: outset 1px #ccc;
    padding: 0 7px;
}

#TB_title b a:active 
{
    border-style: inset;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
