@charset "utf-8";
/* CSS Document */

.hl_tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;	
}

/* single tab */
.hl_tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.hl_tabs a { 
	background-color:#444;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#fff;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.hl_tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.hl_tabs a:hover {
	background-position: -652px -31px;	
	color:#ff0;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
.hl_tabs .current, .hl_tabs .current:hover, .hl_tabs li.current a {
	background-position: -652px -62px;	
	background-color:#9A0547;	
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.hl_tabs .w1 			{ background-position: -519px 0; width:134px; }
.hl_tabs .w1:hover 	{ background-position: -519px -31px; }
.hl_tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.hl_tabs .w2 			{ background-position: -366px -0px; width:154px; }
.hl_tabs .w2:hover 	{ background-position: -366px -31px; }
.hl_tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.hl_tabs .w3 			{ background-position: -193px -0px; width:174px; }
.hl_tabs .w3:hover 	{ background-position: -193px -31px; }
.hl_tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.hl_tabs .w4 			{ background-position: -0px -0px; width:194px; }
.hl_tabs .w4:hover 	{ background-position: -0px -31px; }
.hl_tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.hl_panes .hl_pane {
	display:none;	

}
/* root element for accordion. decorated with rounded borders and gradient background image */
#hl_accordion {
    width: 151px;
    border:1px solid #999;    
    -background:#666;
}
#hl_accordion h1 {
    margin:0;
    padding:5px;
    font-size:12px;
    border:1px solid #fff;
    border-bottom:1px solid #ddd;
    cursor:pointer;        
}
/* accordion header */
#hl_accordion h2 {
    background:#ccc url(/images/jq/h30.png);
    margin:0;
    padding:5px;
    font-size:12px;
    color:black;
    font-weight:normal;
    border:1px solid #fff;
    border-bottom:1px solid #ddd;
    cursor:pointer;        
}

/* currently active header */
#hl_accordion h2.current {
    cursor:default;
    background-color:#9A0547;
}

/* accordion pane */
#hl_accordion .pane {
    border:1px solid #fff;
    display:none;
    height:auto;
    font-size:12px;
}

/* a title inside pane */
#hl_accordion .pane h3 {
    font-weight:normal;
    margin:0 0 -5px 0;
    font-size:11px;
    color:#999;
}
.tooltip {
    display:none;
    background:transparent url(/images/jq/hljq_black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;
	z-index:20;
}
/* override the arrow image of the tooltip */
.tooltip.bottom {
    background:url(/images/jq/hljq_black_arrow_bottom.png);
    padding-top:40px;
    height:55px;
}

.tooltip.bottom {
    background:url(/images/jq/hljq_black_arrow_bottom.png);
}
.apple_overlay {
    
    /* initially overlay is hidden */
    display:none;
    /* growing background image */
    background-image:url(/images/jq/overlay_white.png);
    /* 
        width after the growing animation finishes
        height is automatically calculated
    */
    width:640px;        
    /* some padding to layout nested elements nicely  */
    padding:35px;
    /* a little styling */    
    font-size:11px;
}
/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url(/images/jq/overlay_close.png);
    position:absolute; right:5px; top:5px;
    cursor:pointer;
    height:35px;
    width:35px;
}
/* use a semi-transparent image for the overlay */
#overlay {
    background-image:url(/images/jq/overlay_transparent.png);
    color:#efefef;
    height:450px;
}


/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
    height:441px;
    overflow-y:auto;
}
#messagebox {

    /* overlay is hidden before loading */
    display:none;

    /* standard decorations */
    width:400px;
    border:10px solid #666;

    /* for modern browsers use semi-transparent color on the border. nice! */
    border:10px solid rgba(82, 82, 82, 0.698);

    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}

#messagebox div {
    padding:10px;
    border:1px solid #3B5998;
    background-color:#fff;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif
}

#messagebox h2 {
    margin:-11px;
    margin-bottom:0px;
    color:#fff;
    background-color:#6D84B4;
    padding:5px 10px;
    border:1px solid #3B5998;
    font-size:20px;
}

/*#modal_email0 {
display:none;
background-image:url(/images/jq/overlay_transparent_110pc.png);
}
#modal_email0 h1 {font-size:1em;}
#modal_email1 {
display:none;
background-image:url(/images/jq/overlay_transparent_110pc.png);
}
#modal_email1 h1 {font-size:1em;}
#modal_email2 {
display:none;
background-image:url(/images/jq/overlay_transparent_110pc.png);
}
#modal_email2 h1 {font-size:1em;}*/
