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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#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;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../imgs/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: #aaa;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #D5D5D5;
	border-right-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
	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:0 10px 0 0;
	text-align:right;
	float:right;
	font-size: 11px;
	line-height: 30px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding: 0 0 0 10px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #036;
}

#TB_title{
	background: url(../imgs/gray_module_header_bg.gif) no-repeat;
	height:30px;
	border-bottom: 1px solid #7f7f7f;
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	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;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* Custom CSS for Modal Content */
/* For: spyonvegas.cvom         */
/* Date: 2008-02-15             */

.tbm_hidden {
	display: none;
}

.tbm_base {
	padding: 14px 0;
}
.tbm_base_pad {
	padding: 14px 0 14px 14px;
}

.tbm_form {
	margin: 0;
	padding: 0;
}

.tbm_form table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}
.tbm_form td {
	padding: 0 0 5px 0;
}
.tbm_form label {
	padding-right: 10px;
	white-space: nowrap;
}
.tbm_form label.normal {
	white-space: normal;
}
.tbm_form,
.tbm_form select {
	color: #333;
	font-size: 11px;
}
.tbm_form input,
.tbm_form option,
.tbm_form textarea {
	color: #333;
	font-size: 11px;
	padding: 1px 3px;
}
.tbm_form .size_xl { width: 500px; }
.tbm_form .size_lg { width: 400px; }
.tbm_form .size_md { width: 300px; }
.tbm_form .size_sm { width: 220px; }

.tbm_form #tbm_inbox {
	background: transparent url("../imgs/blue_module_blue_bar_bg.gif") no-repeat top left;
	width: 840px;
}
.tbm_form #tbm_inbox thead {
	height: 18px;
}
.tbm_form #tbm_inbox th {
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	padding: 0 0 0 25px;
}
.tbm_form #tbm_inbox tr.alt {
	background-color: #999;
}
.tbm_form #tbm_inbox td {
	padding: 5px 0 5px 25px;
}
.tbm_form #tbm_inbox #tbm_inbox_col_1 {
	width: 15px;
}
.tbm_form #tbm_inbox tfoot td {
	padding: 15px 25px;
}
.tbm_form #tbm_inbox .paginate b,
.tbm_form #tbm_inbox .paginate a {
	padding: 0 3px;
}
.tbm_form #tbm_inbox tfoot img {
	vertical-align: middle;
}

.tbm_form #tbm_account td {
	padding: 10px;
	vertical-align: top;
}
.tbm_form #tbm_account #tbm_account_top td {
	background: transparent url("../imgs/tbm_border_top.gif") repeat-x bottom left;
	padding-bottom: 20px;
	vertical-align: middle;
}
.tbm_form #tbm_account #tbm_account_right {
	background: transparent url("../imgs/tbm_border_right.gif") repeat-y top left;
	padding: 5px 10px 10px 20px;
}
.tbm_form #tbm_account #tbm_account_left {
	padding: 5px 20px 10px 10px;
}

.tbm_form #tbm_account td td {
	padding: 0 0 5px 0;
}

#my_photo_album {
	border: 1px solid #777;
	clear: both;
	height: 210px;
	overflow: auto;
	padding: 0;
	width: 410px;
}

.tbm_form #tbm_account #my_photo_album table {
	border-collapse: separate;
	border-spacing: 10px;
	width: 390px;
}

.tbm_form #tbm_account #my_photo_album table td {
	border-collapse: separate;
	border-spacing: 10px;
	background-color: #6c6c6c;
	padding: 10px !important;
	text-align: center;
	vertical-align: middle;
}

#album_title {
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
}
#album_meta {
	clear: both;
	height: 2em;
}
#album_instruction {
	display: block;
	float: left;
	width: 50%;
}
#album_upload {
	display: block;
	float: left;
	text-align: right;
	width: 49%;
}
