/*:focus { outline: 0;} :focus { outline: none; } *::-moz-focus-inner { border: none;}*/

/* style.css */
.TabsContainer .wrap {
    width:690px;
	position: relative;
}

.TabsContainer .wrap .pane, .TabsContainer .wrap .pane2 {
    display:none;	
    padding:20px;
    border:1px solid #adf4aa;
    border-top:0;
	margin-bottom: 20px;
}

.TabsContainer .wrap .DisplayBlock, .TabsContainer .wrap .DisplayBlock {
	display: block;	
}


.TabsContainer .wrap .pane p, .TabsContainer .wrap .pane2 p {
    
}

/* root element for tabs  */
.TabsContainer ul.tabs, ul.tabs2 { 
    /*list-style:none; 
    margin:0 !important; 
    padding:0;
    height:30px;
    border-bottom:1px solid #666;*/
	border-right: 1px solid #adf4aa;
	border-left: 1px solid #adf4aa;
	border-top: 3px solid #45c343;
	border-bottom: 0px;
	min-height: 35px;
	background: #e2ffe1;
}

/* single tab */
.TabsContainer ul.tabs li, ul.tabs2 li { 
    float:left;      
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.TabsContainer ul.tabs a, ul.tabs2 a { 
    /*background: url(http://www.achieversintlinc.com/images/tabs.png) no-repeat -652px 0;*/
	background: #e2ffe1;
    font-weight: 700;
	font-size: 15px;
    display:block;
    height: 35px;  
    line-height:35px;
    /*width: 111px;*/
    text-align:center;
    text-decoration:none;
    color:#45c343;
    padding:0px 15px;
    margin:0px;
    position:relative;
    top:1px;
	border-right: 1px solid #ffffff;
}

/*.TabsContainer ul.tabs a:active, ul.tabs2 a:active {
    outline:none;
}*/

/* when mouse enters the tab move the background image */
.TabsContainer ul.tabs a:hover, ul.tabs2 a:hover {
    /*background-position: -652px -31px;*/
	background: #e2ffe1;
    color:#038c00;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.TabsContainer ul.tabs a.current, .TabsContainer ul.tabs a.current:hover, .TabsContainer ul.tabs li.current a, .TabsContainer ul.tabs2 a.current, .TabsContainer ul.tabs2 a.current:hover, .TabsContainer ul.tabs2 li.current a {
    /*background-position: -652px -62px;*/
	background: #ffffff;
    cursor:default !important; 
    color:#038c00 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
.TabsContainer ul.tabs a.w1,.TabsContainer ul.tabs2 a.w1            { background-position: -519px 0; width:134px; }
.TabsContainer ul.tabs a.w1:hover,.TabsContainer ul.tabs2 a.w1:hover      { background-position: -519px -31px; }
.TabsContainer ul.tabs a.w1.current,.TabsContainer ul.tabs2 a.w1.current { background-position: -519px -62px; }

/* width 2 */
.TabsContainer ul.tabs a.w2,.TabsContainer ul.tabs2 a.w2            { background-position: -366px -0px; width:154px; }
.TabsContainer ul.tabs a.w2:hover,.TabsContainer ul.tabs2 a.w2:hover      { background-position: -366px -31px; }
.TabsContainer ul.tabs a.w2.current,.TabsContainer ul.tabs2 a.w2.current { background-position: -366px -62px; }


/* width 3 */
.TabsContainer ul.tabs a.w3,.TabsContainer ul.tabs2 a.w3            { background-position: -193px -0px; width:174px; }
.TabsContainer ul.tabs a.w3:hover,.TabsContainer ul.tabs2 a.w3:hover      { background-position: -193px -31px; }
.TabsContainer ul.tabs a.w3.current,.TabsContainer ul.tabs2 a.w3.current { background-position: -193px -62px; }

/* width 4 */
.TabsContainer ul.tabs a.w4,.TabsContainer ul.tabs2 a.w4            { background-position: -0px -0px; width:194px; }
.TabsContainer ul.tabs a.w4:hover,.TabsContainer ul.tabs2 a.w4:hover      { background-position: -0px -31px; }
.TabsContainer ul.tabs a.w4.current,.TabsContainer ul.tabs2 a.w4.current { background-position: -0px -62px; }


/***********************************************************style 2*******************************************************************/


/* style.css */
.TabsContainer_style2 {
	
}
.TabsContainer_style2 .wrap {    
	position: relative;
	z-index: 999;
}

.TabsContainer_style2 .Width400p {
	width: 400px;
}

.TabsContainer_style2 .wrap .pane {
    display:none;	
    padding: 13px 0px;
    /*border:1px solid #adf4aa;*/
    border-top: 1px solid #d0ccc9;
	margin-bottom: 20px;
}

.TabsContainer_style2 .wrap .DisplayBlock {
	display: block;	
}


.TabsContainer_style2 .wrap .pane p {
    
}

/* root element for tabs  */
.TabsContainer_style2 ul.tabs { 
    /*list-style:none; 
    margin:0 !important; 
    padding:0;
    height:30px;
    border-bottom:1px solid #666;*/
	/*border-right: 1px solid #adf4aa;
	border-left: 1px solid #adf4aa;
	border-top: 3px solid #45c343;*/
	border-bottom: 0px;
	min-height: 30px;
	/*background: #e2ffe1;*/
}

/* single tab */
.TabsContainer_style2 ul.tabs li { 
    float:left;      
    text-indent:0;
    padding:0;    
    list-style-image:none !important;
	border: 1px solid #d0ccc9;
	border-bottom: 0px;
	margin-right: 5px;	
}

/* link inside the tab. uses a background image */
.TabsContainer_style2 ul.tabs a { 
    /*background: url(http://www.achieversintlinc.com/images/tabs.png) no-repeat -652px 0;*/
	background: #efefef;
    font-weight: 700;
	font-size: 14px;
    display:block;
    height: 30px;  
    line-height:30px;
    /*width: 111px;*/
    text-align:center;
    text-decoration:none;
    color: #898989;
    padding:0px 15px;
    margin:0px;
    position:relative;
    top:1px;
	border-right: 1px solid #ffffff;
}

.TabsContainer_style2 ul.tabs a:active {
    outline:none;
}

/* when mouse enters the tab move the background image */
.TabsContainer_style2 ul.tabs a:hover {
    /*background-position: -652px -31px;*/
	background: #f8f8f8;
    color:#038c00;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.TabsContainer_style2 ul.tabs a.current, .TabsContainer_style2 ul.tabs a.current:hover, .TabsContainer_style2 ul.tabs li.current a {
    /*background-position: -652px -62px;*/
	background: #ffffff;
    cursor:default !important; 
    color:#038c00 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
.TabsContainer_style2 ul.tabs a.w1   { background-position: -519px 0; width:134px; }
.TabsContainer_style2 ul.tabs a.w1:hover { background-position: -519px -31px; }
.TabsContainer_style2 ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
.TabsContainer_style2 ul.tabs a.w2   { background-position: -366px -0px; width:154px; }
.TabsContainer_style2 ul.tabs a.w2:hover { background-position: -366px -31px; }
.TabsContainer_style2 ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
.TabsContainer_style2 ul.tabs a.w3    { background-position: -193px -0px; width:174px; }
.TabsContainer_style2 ul.tabs a.w3:hover   { background-position: -193px -31px; }
.TabsContainer_style2 ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
.TabsContainer_style2 ul.tabs a.w4     { background-position: -0px -0px; width:194px; }
.TabsContainer_style2 ul.tabs a.w4:hover     { background-position: -0px -31px; }
.TabsContainer_style2 ul.tabs a.w4.current{ background-position: -0px -62px; }