/* Thickbox specific link and font settings */

#TB_window {
	font-size: 12px;
}

#TB_secondLine {
	font-size: 10px;
}

#TB_window a:link, a:visited, a:hover, a:active, a:focus {
	color: #8a2537;
}


/* Thickbox settings */

#TB_overlay {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000001;
}

.TB_overlayMacFFBGHack {
	background: url('/images/ratings/black-70.png') repeat;
}

.TB_overlayBG {
	background-color:#000;
	/*filter:alpha(opacity=75);*/
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	position: absolute;
}

#TB_window {
	background: #ffffff;
	border: 1px solid #47505A;
	color: #47505A;
	display: none;
	left: 50%;
	position: fixed;
	text-align: left;
	top: 50%;
	z-index: 1000005;
}

#TB_window h3 {
	border-bottom: solid 1px #e8e8e9;
	padding-bottom: 3px;
}

* html #TB_window { /* ie6 hack */
	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-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-top: 1px solid #666;
	display: block;
	margin: 15px 0 0 15px;	
}

#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: 4px 10px 0 0;
	text-align:right;
}

#TB_closeWindowButton {
	background: url('/images/ratings/tb_close.gif') no-repeat top left;
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 24px;
	
}

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

#TB_title {
	background: url('/images/ratings/tb_title.gif') no-repeat top left #fff;
	height: 29px;
	margin: 15px 0 5px 15px;
	width: 300px;
}

#TB_ajaxContent {
	clear: both;
	line-height: 16px;
	overflow: auto;
	padding: 2px 15px 15px 15px;
	text-align: left;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent h4 {
	float: left;
}

#TB_ajaxContent p {
	margin: 2px 0;
}

#TB_ajaxContent .show_divider {
	border-bottom: solid 1px #e8e8e9;
	margin: 2px 0;
}

#TB_ajaxContent td {
	padding: 4px 0;
}

#TB_ajaxContent td label {
	color: #ff0000;
	display: block;
	font-size: 10px;
	width: 275px;
}

#TB_ajaxContent input {
	font-size: 12px;
	width: 200px;
}
/* If you change any of these image urls, you must also change them in sanus25/plugins/sfRatingsPlugin/modules/rating/templates/writeSuccess.php */
#TB_ajaxContent input.display_name {
	background: url('/images/ratings/tb_display_name.gif') no-repeat top left;
}

#TB_ajaxContent input.email {
	background: url('/images/ratings/tb_email_address.gif') no-repeat top left;
}

#TB_ajaxContent input.submit {
	font-size: 12px;
	width: 75px;
}

#TB_ajaxContent select {
	color: #47505a;
	border: solid 1px #c3c3c3;
	font-family: Arial, Helevetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 4px;
	width: 100px;
}

#TB_ajaxContent textarea {
	color: #47505a;
	border: solid 1px #c3c3c3;
	font-family: Arial, Helevetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 4px;
	width: 275px;
}

#TB_ajaxContent textarea.pros {
	background: url('/images/ratings/tb_pros.gif') no-repeat top left;
}

#TB_ajaxContent textarea.cons {
	background: url('/images/ratings/tb_cons.gif') no-repeat top left;
}

#TB_ajaxContent textarea.comments {
	background: url('/images/ratings/tb_comments.gif') no-repeat top left;
}

#TB_load {
	display: none;
	height: 13px;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	position: fixed;
	top: 50%;
	width: 208px;
	z-index: 103;
}

* html #TB_load { /* ie6 hack */
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	position: absolute;
}

#TB_HideSelect {
	background-color:#fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

* html #TB_HideSelect { /* ie6 hack */
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
     position: absolute;
}

#TB_iframeContent{
	border: none;
	clear: both;
	margin-bottom: -1px;
	_margin-bottom:1px;
	margin-top: 1px;
}
