/* JQuery tooltips control */


.toolTipWrapper {
        width: 305px;
        position: absolute;
        z-index:100;
        top: 20px;
        display: none;
        color: #FFF;
        font-weight: bold;
        font-size: 9pt;
}
.toolTipTop {
        width: 305px;
        height: 45px;
        background: url(/_Resources/images/themes/airlock/ui/tooltip_top.gif) no-repeat;
}
.toolTipMid {
        padding: 8px 15px;
        background: #732f70;
        width:257px;
        margin-left:10px;
}
.toolTipBtm {
        height: 31px;
        background: url(/_Resources/images/themes/airlock/ui/tooltip_bottom.gif) no-repeat;
}


/* TopTips */

.toptipsheaderOpen 
{
	background-image:url(/_Resources/images/general/top_Tips_Header_open.gif) !important; 
	background-repeat:no-repeat;
	float:right;
	height:28px;
	margin-right:13px;
	margin-top:15px;
	padding-left:20px;
	padding-top:5px;
	width:304px;
	margin-bottom:0px;
}
.toptipsheader 
{
	background-image:url(/_Resources/images/general/top_Tips_Header_closed.gif); 
	background-repeat:no-repeat;
	float:right;
	height:38px;
	margin-right:13px;
	margin-top:15px;
	padding-left:20px;
	padding-top:5px;
	width:304px;
	margin-bottom:0px;
	position:relative;
}
.toptipscontent 
{
	width:969px; 
	height:171px;
	background-image:url(/_Resources/images/general/top_Tips_Content.gif); 
	background-repeat:no-repeat;
	float:right;
	margin-right:13px;
	display:none;
	margin-top:0px;
	position:relative;
	margin-bottom: 10px;
	}
.toptipsheader .Opentipslink
{
	background:url(/_resources/images/themes/airlock/ui/info.help.icon.png) no-repeat right;
	display:block;
	/*float:right;*/
	width:304px;
	height:20px;
	margin:3px 10px 0 0;
	top:3px;
	cursor:pointer;
	position:absolute;
	right:0;
	}
.toptipsheader .Closetipslink 
{
	background:url(/_resources/images/themes/airlock/ui/info.help.icon.close.png) no-repeat right; 
	display:none;
	/*float:right;*/
	width:304px;
	top:3px;
	height:20px;
	margin:3px 10px 0 0;
	cursor:pointer;
	position:absolute;
	right:0;
	}
.toptipsheader h3 {float:left;}
.toptipscontent h2 {font-size:1.85em; margin-left:13px; margin-top:10px;}

/* Tips Content */
.toptipscontent a {color:#632f61; font-weight:bold;}
.toptipscontent ul {margin-left:15px; margin-top:15px; position:absolute;}
.toptipscontent li  
{
	width:185px; 
	font-size:1.2em; 
	background-image:url(/_Resources/images/general/toptips_unordered_bullet.png);
	background-repeat:no-repeat;
	float:left;
	padding-left:50px;
	height:100px;
	color:#1B3F3D;
	}
.boardstip { height:270px; background:#BFD8D7; float:left; clear:both;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius: 4px;width:969px; }

.toptipscontent p  
{
	padding:10px 20px 10px 10px;
	color:#1B3F3D;
	}

/* Top Tips IE6 */

/* Hides from IE5-mac \*/
* html .toptipsheaderOpen, * html .toptipsheader, * html .toptipscontent
{
    margin-right:7px;
	}
* html .toptipsheader .Opentipslink 
{
	/*background:none;   to put some gifs later
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_resources/images/themes/airlock/ui/info.help.icon.png');*/
	}
* html .toptipsheader .Closetipslink 
{
	/*background:none;   to put some gifs later
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_resources/images/themes/airlock/ui/info.help.icon.close.png');*/
	}
* html .toptipscontent li 
{
	background-image:url(/_Resources/images/general/toptips_unordered_bullet.gif);
	}
/* End hide from IE5-mac */