/*
CSS for ZenTabs Tabbed Menu
http://zenverse.net/zentabs-tabbed-menu/
*/

/*##################################*/
/* javascript disabled (not loaded) */
/*##################################*/

#tab-content {
padding:0px;
height:auto;
min-height:250px;
width:auto;
padding-top:35px;
border-top: 1px solid #333333;
}

a {text-decoration:none;}




.a {
font-weight:bold;
font-family:tahoma;
font-size:11px;
color:#5EA02B;
text-decoration:underline;
}

.num {
font-family:georgia;
font-size:21px;
color:#555555
}

h3 {
font-size:15px;
font-family:times;
font-weight:normal;
color:#2A669E;
}

.choose {
font-size:15px;
font-family:calibri,verdana;
border:1px solid #dddddd;
background:#fff;
padding:4px;
}

.choosen {
color:#DD2758;
text-transform:uppercase
}

.choose a,.choose a:link,.choose a:visited {
cursor:pointer;
cursor:hand;
}

.slash {
color:#aaaaaa;
margin-left:5px;
margin-right:5px;
}
/* whole tabbed menu wrapper */
.zentabs {
width:100%;

}

/* wraps a set of tab (title and content) */
.onetab {
width:100%;
}

/* wraps the tab title */
.tabtitle {

}

/* wraps the tab content */
.tabcontent {
width:100%;

}


/*###########################################################################*/
/* script loaded (live)                                                      */
/* see how the structure changes at http://zenverse.net/zentabs-tabbed-menu/ */
/*###########################################################################*/

/* tabbed menu wrapper (.zentabs is now changed to .zentabs_live)*/
.zentabs_live {
width:100%;
}

/* unordered list <ul> with tab titles */
.zentabs_ul {
margin:0px;
padding:0px;
padding:10px;
padding-bottom:5px;
border-bottom:1px solid #e1e1e1;
margin-bottom:0px;

}

/* list item for the unordered list <ul> */
.zentabs_ul li {
margin:0px;
padding:0px;
display:inline;
margin-right:2px;
}

/* clickable tab titles */
.zentabs_ul li a,.zentabs_ul li a:link,.zentabs_ul li a:visited, .zentabs_ul li a:hover {
padding:7px;
padding-left:9px;
padding-right:9px;
background-color:#29809B;
border-bottom:0px;
font-family:tahoma;
font-size:11px;
font-weight:normal;
color:#fff;
}


/* current selected tab titles */
.zentabs_ul li a.current,.zentabs_ul li a.current:link,.zentabs_ul li a.current:visited, .zentabs_ul li a.current:hover {
background-color:#F4F0EB;
color:#222222;
border:1px solid #e1e1e1;
border-bottom:0px;
font-weight:bold;
}

/* wraps all tab content (after <ul>) */
.tabcontent_wrapper {
width:100%;
border-top:0px solid #e1e1e1;
}

/* wraps a single tab content (inside .tabcontent_wrapper) */
.zentabs_live .tabcontent {
line-height:17px;
width:100%;
}