/** Squeeze Box effects **/
#sbox-window embed, #sbox-window object, #sbox-window select{visibility:visible;}
#sbox-overlay{position:absolute; background-color:#000;}
#sbox-window{position:absolute; background-color:#fff; text-align:left; overflow:visible; padding:10px; -moz-border-radius:3px;	-webkit-border-radius:3px;}
#sbox-btn-close{position:absolute; width:30px; height:30px; right:-15px; top:-15px; background:url('/html/images/framework/closebox.png') no-repeat center; border: none;}
.sbox-window-ie6 #sbox-btn-close{ background-image:	url('/html/images/framework/closebox.png');}
.sbox-loading #sbox-content{background-image:url(spinner.gif); background-repeat: no-repeat; background-position:center;}
#sbox-content{clear:both; overflow:auto; background-color:#fff; height: 100%; width:98%; color:	#404040; padding-left:1%; padding-right:1%;}
.sbox-content-image#sbox-content{overflow:visible;}
#sbox-content h2{font-size:1em;}
#sbox-content p{ line-height:17px;}
#sbox-image{display:block;}
.sbox-content-image img{display:block;}
.sbox-content-iframe#sbox-content{overflow:	visible;}
.body-overlayed embed, .body-overlayed object, .body-overlayed select{visibility:hidden;}
#sbox-content .custom{display:block; height:500px;}
#sbox-content .custom ol, #sbox-content .custom ul { width:700px; font-size:0.85em; line-height:17px;}
#sbox-content .custom h1,#sbox-content .custom p {width:700px;}
.custom{display:none;}
#sbox-content h1.main{display:block; font-size:1.3em;}

/** Tabs **/
.tab-wrapper{clear:	both;}
ul.tab-menu{ margin:15px 0 0 13px; padding:0; list-style:none; overflow:auto;}
ul.tab-menu li{margin:0; padding:0;float:left;line-height:2.1em; background:#F8551F; color:#fff;border-left:2px solid #fff;}
ul.tab-menu li a{padding: 0 1em; font-weight:bold; color:#fff; background:#F8551F; display:block;}
ul.tab-menu li a:hover,.tab-menu li a:focus{text-decoration:underline; background:#C63606; }
ul.tab-menu li.tab-selected a{text-decoration: none; color:inherit; background:#FF8409;}
#se-tab_block{display:block; float:left;}

/** Tips **/
.se-tool_tips	{ z-index:600; }
.tip            { width:200px; font-family:tahoma,arial; background:#fff; border-left:#666 solid 5px;border-right:#666 solid 5px;}  
.tip-top        { background:#fff; height:10px; width:200px;  border:#666 solid 5px; border-bottom:0;}  
.tip-title      { color:#000; font-weight:bold; margin:0 20px 0 20px; line-height:17px }  
.tip-text       { color:#000; padding:0 5px; font-weight:bold;}  
.tip-bottom     { background:#fff; width:200px; height:15px;  border:#666 solid 5px; border-top:0;}  