/*

		thickbox.css
		Seattle Children's Hospital
		12/05/08

*/


/*
	===================================================================
	Begin Thickbox Styles
	===================================================================
*/

/* {
	padding: 			0;
	margin: 			0;
} */

/* Basic */
#TB_overlay {
	position: 			fixed;
	z-index:			999999;
	top: 				0px;
	left: 				0px;	
	width:				100%;
	height:				100%;
}

.TB_overlayMacFFBGHack {
	background: 		url("/img/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;
	z-index: 			1000200;
	color:				#3f4450;
	text-align:			left;
	top:				50%;
	left:				54%;
	display:			none;
}

* 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 div.moduleContainer {
	width:				330px;
	margin:				0 0 0 0;
	padding-top:		10px;
	background:			transparent url("/img/module_bg_top.png") no-repeat left top;
}
#TB_window div.module {
	position:			relative;
	width:				330px;
	margin:				0 0 0 0;
	background:			transparent url("/img/module_bg_btm.png") no-repeat left bottom;
}
#TB_window div.module div.content {
	position:			relative;
	padding:			9px 20px 20px 20px;
	background:			none;
}
#TB_window div.module p {
	font-size:			1.2em;
}
#TB_window div.module p.category {
	font-size:			1.1em;
	line-height:		1.273em; 
	padding:			6px 0 0px 0;
}
#TB_window div.module cite {
	display:			block;
	padding:			6px 0 7px 0;
	font-size:			1.1em;
	line-height:		1.273em;
	font-style:			normal;
}
#TB_window div.module h3 {
	font-size:			1.8em;
	font-weight:		bold;
	color:				#92B909;
}
#content div.module h4 {
	margin:				0 0 0 0;
	padding:			10px 0 5px 0;
	font-size:			1.1em;
	text-transform:		uppercase;
	font-weight:		bold;
	color:				#92B909;
}
#TB_window div.module img {
	position:			relative;
	float:				left;
	display:			inline;
	margin:				0 10px 10px 0;
}
#TB_window div.module form select {
	width:				190px;
	padding:			2px 0;
	font-size:			1.2em;
	color:				#1AB3D0;
	background-color:	#fff;
}
#home #TB_window div.module form select {
	width:				204px;
}
#TB_window div.module form {
	padding:			10px 0 20px 0;
}
#TB_window div.module dl {
	padding:			0 0 10px 0;
	margin-bottom:		9px;
}
#TB_window div.module dl dt {
	padding-top:		6px;
}
#TB_window div.module dl dt a {
	font-size:			1.2em;
	font-weight:		bold;
	color:				#0090B4;
}
#TB_window div.module div.foot {
	margin-top:			5px;
	padding:			17px 0 5px 0;
	/*background:			transparent url("/img/hr_pattern.gif") repeat-x left top;*/
}
/* Module Form Styles */
#TB_window div.module form div.foot {
	margin:				10px 0 0 0;
	padding:			10px 0 0 0;
}
#TB_window div.module form label {
	display:			block;
	margin:				7px 0 2px 0;
	font-size:			1.4em;
	line-height:		1.357em;
	color:				#4D4E53;
	width:				185px;
}
#TB_window div.module form label em {
	font-size:			0.786em;
}
#TB_window div.module form div div label {
	margin:				0;
	font-size:			1.1em;
	font-weight:		normal;
}
#TB_window div.module form p {
	font-size:			1.4em;
	line-height:		1.357em;
	color:				#4D4E53;
}
/* Dashboard Login */
#TB_window div.dashboard form {
	padding:			0 0 10px 0;
}
#TB_window div.dashboard form label {
	font-size:			1.2em;
	font-weight:		bold;
	line-height:		1.417em;
}
#TB_window div.dashboard form input.text {
	width:				180px;
}
#TB_window div.dashboard p {
	padding:			0 0 6px 0;
}
#TB_window div.dashboard p.message {
	font-size:			1.6em;
	line-height:		1.2em;
	padding:			0 0 6px 0;
}
#TB_window div.dashboard div.foot {
	margin:				10px 0 0 0;
}
#TB_window form input.submit {
	padding:			0;
	margin:				0;
	border:				0;
	cursor:				pointer;
	text-indent:		-9999px;	
}
#TB_window form input.login {
	float:				left;
	width:				97px;
	height:				24px;
	margin:				10px 0 0 0;
	text-indent:		-9999px;
	background:			transparent url("/img/btn_login.gif") no-repeat left top;
}
#TB_window form input.login:hover {
	background-position:0 -24px;
}

/* Conditions Added */
#TB_window a#ok {
	display:			block;
	width:				37px;
	height:				24px;
	margin:				5px 0 0 0;
	text-indent:		-9999px;
	background:			transparent url("/img/btn_ok.gif") no-repeat left top;
}

#TB_window a#ok:hover {
	background-position:0 -24px;
}

/* Conditions Removed */
#TB_window form#conditionRemoved {
	margin-top:			5px;
}
#TB_window form#conditionRemoved input.checkbox {
	float:				left;
	margin:				2px 5px 5px 0;
	font-weight:		normal;
}
#TB_window form#conditionRemoved label.check {
	margin:				3px 0 0 0;
	font-size:			1.2em;
	font-weight:		normal;
	padding:			1px 0 0 5px;
}
#TB_window a#remove {
	float:				left;
	width:				66px;
	height:				24px;
	margin:				15px 0 0 0;
	text-indent:		-9999px;
	background:			transparent url("/img/btn_remove.gif") no-repeat left top;
}
#TB_window a#remove:hover {
	background-position:0 -24px;
}
#TB_window a#cancel {
	float:				left;
	width:				60px;
	height:				24px;
	margin:				15px 0 0 10px;
	text-indent:		-9999px;
	background:			transparent url("/img/btn_cancel.gif") no-repeat left top;
}
#TB_window a#cancel:hover {
	background-position:0 -24px;
}



/* Hide these elements */

#TB_caption{
	display:			none;
	float:				left;
	height:				25px;
	padding:			7px 30px 10px 25px;
}

#TB_closeAjaxWindow{
	display:			none;
	float:				right;
	text-align:			right;	
	padding:			0;
	margin-bottom:		0;

}

#TB_ajaxWindowTitle{
	display:			none;
	float:				left;
	padding:			0;
	margin-bottom:		1px;
}

#TB_title{
	display:			none;
	background-color:	#e8e8e8;
	height:				27px;
}

a#TB_closeWindowButton {
	position: 			absolute;
	z-index:			10010;
	top:				0;
	right:				10px;
	width:				17px;
	height:				17px;
	padding:			0;
	text-indent:		-9999px;
	background:			transparent url("/img/btn_modal_close.gif") no-repeat left top;
}

#TB_ajaxContent{
	text-align:			left;
	padding:			0;
	margin:				0;	
	overflow:			auto;
	clear:				both;	
}

#TB_ajaxContent.TB_modal{
	padding:			0;
}

#TB_ajaxContent p {
	padding:			0;
}

#TB_load{
	position: 			fixed;
	height:				13px;
	z-index:			10003;
	top: 				50%;
	left: 				50%;
	margin: 			-6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	display:			none;	
}

* 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:			9999;
	position:			fixed;
	top: 				0;
	left: 				0;
	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{
	border:				none;
	margin-bottom:		-1px;
	margin-top:			1px;
	_margin-bottom:		1px;
	clear:				both;	
}
/*
div.TB_overlay {
    
    background-color:#000000;
    opacity:0.75;
}
div.TB_window {
color:#3F4450;
display:none;
left:54%;
position:fixed;
text-align:left;
top:50%;
z-index:10002;
}

div.TB_window div.moduleContainer {
background:transparent url(/img/module_bg_top.png) no-repeat scroll left top;
margin:0;
padding-top:10px;
width:230px;
}

div.TB_window div.module {
background:transparent url(/img/module_bg_btm.png) no-repeat scroll left bottom;
margin:0;
position:relative;
width:230px;
}

div.TB_window div.module div.content {
background:transparent none repeat scroll 0 0;
padding:9px 20px 20px;
position:relative;
}

div.TB_window div.module h3 {
color:#92B909;
font-size:1.8em;
font-weight:bold;
}

div.TB_window div.dashboard div.form {
padding:0 0 10px;
}
*/
/* Added BY Ektron */
div.form  {
border:0 none;
}

#TB_window div.dashboard div.form label {
font-size:1.2em;
font-weight:bold;
line-height:1.417em;
}
#TB_window div.module  label {
color:#4D4E53;
display:block;
font-size:1.4em;
line-height:1.357em;
margin:7px 0 2px;
width:185px;
}

#TB_window div.dashboard  input.text {
width:180px;
}

#TB_window div.dashboard p {
padding:5px 0 6px;
}
#TB_window div.module p {
font-size:1.2em;
}
#TB_ajaxContent p {
padding:0;
}

#TB_window div.dashboard div.foot {
margin:10px 0 0;
}
#TB_window div.module div.foot {
/*background:transparent url(/img/hr_pattern.gif) repeat-x scroll left top;*/
margin-top:5px;
padding:0px 0 5px;/*17px*/
}

#TB_window div.module div.form  input.login {
background:transparent no-repeat scroll left top;
float:left;
/*height:24px;*/
margin:10px 0 0;
text-indent:-9999px;

}
#detail #content #main #pageTitle.tabs div.addToDashboarddiv {
background:transparent url( ) no-repeat scroll left top;
display:block;
height:35px;
position:absolute;
right:10px;
top:0;
padding-top: 0px;
width:125px;
z-index:99;
}


#TB_window div.conditionRemoved {
margin-top:5px;
}
p.message {
font-size:1.6em;
line-height:1.2em;
padding:0 0 6px;
}
 div.content   p {
padding:0 0 6px;
}
#TB_window input.checkbox {
float:left;
font-weight:normal;
margin:2px 5px 5px 0;
}
#TB_window label.check {
font-size:1.2em;
font-weight:normal;
margin:3px 0 0;
padding:1px 0 0 5px;
}
#TB_window input.remove {
background:transparent url(/img/btn_remove.gif) no-repeat scroll left top;
float:left;
height:24px;
margin:15px 0 0;
text-indent:-9999px;
width:66px;
}
#TB_window div.module div.footlog {
background:transparent url(/img/hr_pattern.gif) repeat-x scroll left top;
margin-top:5px;
padding:8px 0 5px;
}

#TB_window div.module div.foot li {
font-size:1.2em;
margin-left :10px;
}
#detail #content #main #TB_window  p.message {
	font-size:			1.6em;
	line-height:		1.2em;
	padding:			0 0 6px 0;
}
#detail #content #main #TB_window div.dashboard p {
padding:0 0 6px;
}
.backtoblog
{
	cursor:pointer;
}
