/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
	padding:0!important;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    
width:auto; padding:0 0px 0 0; margin:0;}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 12px;
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding-left: 0;
    color: #fff!important;
    font-size: 14px;
	font-weight:bold;
    line-height:15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */  
	    float: left;
		padding:13px 14px;  
}
.tabs-nav .tabs-selected a:hover,.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
  background:none; color:#fff; border:none;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
   background:url(../images/green/TabTitleSeleceted.jpg) repeat-x;color:#fff!important; border-left:1px solid #fff;
}
.tabs-nav a span {
  
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {

}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
   
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
 
  

float:left;


} 
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
.tabs-container ul{padding:0px 0!important;}
#container-1{float:right;width:215px; height:205px; background:#9fbe18 url(../images/green/TabContainer.jpg) top left repeat-x;margin:0 0 5px 0;-moz-border-radius: 1%;webkit-border-radius: 1%;}
#container-2{float:left;width:480px; height:200px; /*background:url(../images/green/HelpShowBg.jpg) no-repeat*/;position:relative;}
#container-2 .tabs-container{width:100%; height:200px; float:left; }
#container-2 .tabs-nav{position:absolute; bottom:20px; right:10px;} 
#container-2 .tabs-nav li a{width:30px; height:30px; padding:0; float:left;opacity:.4;filter: alpha(opacity = 40);
 border:1px solid #cbcbcb; margin:0 2px;} 
#container-2 .tabs-nav .tabs-selected a,#container-2 .tabs-nav li a:hover{opacity:1; filter: alpha(opacity = 100);
}
#help-1{background:url(../images/HR/01.jpg) no-repeat;}
#help-2{background:url(../images/HR/02.jpg) no-repeat;}
#help-3{background:url(../images/HR/03.jpg) no-repeat;}
#help-4{background:url(../images/HR/04.jpg) no-repeat;}
#help-5{background:url(../images/HR/05.jpg) no-repeat;}
#help-6{background:url(../images/HR/06.jpg) no-repeat;}
#help-7{background:url(../images/HR/07.jpg) no-repeat;}




#container-2 h3{color:#7cb016; font-size:16px; font-weight:bold; padding:10px 0 0 15px;}
#container-2 h4{color:#2390bc; font-size:18px; font-weight:bold; padding:10px 0 0 145px;}
#container-2 h4 span{color:#cbdfa2;}
#container-2 p{padding:10px 15px 0 145px;}
#container-2 .tabs-nav li a.Thumb1{ background:url(../images/LR/01.jpg) no-repeat}
#container-2 .tabs-nav li a.Thumb2{ background:url(../images/LR/02.jpg) no-repeat}
#container-2 .tabs-nav li a.Thumb3{ background:url(../images/LR/03.jpg) no-repeat}
#container-2 .tabs-nav li a.Thumb4{ background:url(../images/LR/04.jpg) no-repeat}
#container-2 .tabs-nav li a.Thumb5{ background:url(../images/LR/05.jpg) no-repeat}
#container-2 .tabs-nav li a.Thumb6{ background:url(../images/LR/06.jpg) no-repeat}
#container-2 .tabs-nav li a.Thumb7{ background:url(../images/LR/07.jpg) no-repeat}


#container-3{float:left; width:100%;}
#container-3 .tabs-container{border-left:1px solid #cdcdcd;border-right:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd; width:697px;}
#container-3 .tabs-nav{border-bottom:1px solid #cdcdcd; width:100%;}
#container-3 .tabs-nav li a{ background:#fff; border:1px solid #cdcdcd; color:#cccccc!important; top:1px; margin:0 2px 0 0; font-size:18px;}
#container-3 .tabs-nav li.tabs-selected a{border-bottom:#fff 1px solid; color:#2597C5!important; text-decoration:none;}

#container-3 .tabs-nav li a:hover{color:#2597C5!important;text-decoration:none;}

#container-4 .tabs-nav{width:115px; float:left;}
#container-4 .tabs-nav li{width:100%; margin:0 0 2px 0;}
#container-4 .tabs-nav li a{ background:#4fc9c9; color:#fff!important; margin:0 0px 0 0; font-size:11px; padding:5px 0; width:100%;border:none!important; font-weight:normal; text-align:left; text-indent:15px; -moz-border-radius-bottomleft: 1px;-moz-border-radius-topleft: 1px;}
#container-4 .tabs-nav li.tabs-selected a{ color:#666666!important; text-decoration:none; background:#fff; border:none!important;}
#container-4 .tabs-nav li a:hover{color:#666666!important;text-decoration:none; background:#fff; border:none!important;}

#container-4 {float:left; height:205px; width:398px; padding:0 0 0 5px;}
#container-4 .tabs-container{width:356px;-moz-border-radius-bottomright:1px; -moz-border-radius-topright:1px; -moz-border-radius-bottomleft: 1px; background:#fff; padding:0 2px; }

#container-4 .tabs-container h2{ color:#9fbe18!important; padding:10px; font-size:16px;}


#container-5 { background:url(../images/green/HomeCaurosalBg.jpg) repeat-x #4b8b1a; float:left;width:688px; padding:6px;-moz-border-radius:3px; margin:0 0 5px 0 ;}


#container-5 .tabs-nav li a{ background:#96c145; color:#fff!important; margin:0 0px 0 0; font-size:13px; padding:5px 34px 5px 34px;border:none!important; font-weight:normal; text-align:center;  -moz-border-radius-topright: 1px;-moz-border-radius-topleft: 1px; float:left;}

#container-5 .tabs-nav li.tabs-selected a{ color:#666666!important; text-decoration:none; background:#fff; border:none!important;}
#container-5 .tabs-container{margin:0px 0 0 0; background:#fff;width:688px;-moz-border-radius-bottomright: 1px;-moz-border-radius-bottomleft: 1px;}

#container-5 .tabs-container ul{padding:0px 0!important; width:1500px!important;}






