/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%;
color:#17248A;
}

#TB_secondLine {	
	font-size:14px;
	color: #038228;
	text-align:right;
}

#TB_window a:link {color: #77756a; text-decoration:none; }
#TB_window a:visited {color: #77756a; text-decoration:none; }
#TB_window a:hover {color: #77756a; text-decoration: underline; }
#TB_window a:active {color: #333; text-decoration:none; }
#TB_window a:focus{color: #333; text-decoration:none; }


#TB_closeAjaxWindow{
position:absolute;
top: 21px;
right: 0px;
width:60px;
height:13px;
}

#TB_closeWindowButton{
background:url(../images/close-bt.gif) no-repeat;
width:60px;
height:13px;
text-indent:-9999999px;
display:block; 

}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#696969;
	padding: 0 25px 30px 25px;
	text-align:left;
	font-size:14px;
	color: #696969;
	border:6px solid #dfd9d9;
	
	
}

#TB_window img {
	display:block;
    border:none;
    margin-bottom:0px;
}

#TB_caption{
			
    font-size:16px;}

#TB_prev{background: url(../images/icon/pre.gif) no-repeat left; padding-left:15px;
}
#TB_next{background: url(../images/icon/next.gif) no-repeat right;padding-right:15px;
}
#TB_closeWindow{
	height:30px;
	padding:0;
	width:100%;
}


#TB_closeAjaxWindow a{
    text-indent:-9999px; 
    overflow:hidden;
    z-index:99;
}

#TB_ajaxWindowTitle{
	padding:18px 0 5px 159px;
	margin-bottom:1px;
    background: url(../images/sparks-logo.gif) no-repeat 0 50%;
    height:47px;
    width:315px;
    position:absolute;
    top:0;
    left:0;
    font-size:22px;
    color:#17248A;
}

#TB_title{
 height:93px;
 position:relative;
}

#TB_ajaxContent{
	clear:both;	
	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;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
    
    overflow-y:scroll;
    overflow-x:hidden;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
