/*
CSS for ZenTabs Tabbed Menu
http://zenverse.net/zentabs-tabbed-menu/
*/

/*##################################*/
/* javascript disabled (not loaded) */
/*##################################*/

/* whole tabbed menu wrapper */
.zentabs {width:310px;}
a {text-decoration:none;}
/* wraps a set of tab (title and content) */
.onetab {
width:310px;
}
/* Personal Modification */
.develo{border:1px solid #CCCCCC; background-color:#f6f6f6;}
.developara{ color:#999999; font-family:Arial, Helvetica, sans-serif; font-size:10px;}
.stable { border-bottom:1px solid #EBEBEB; border-top:1px solid #EBEBEB}
.stitle:link, .stitle:visited { color:#006699; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;}
.stitle:hover, .stitle:active { color:#006699; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:underline;}
.subtitle { color: #666666; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}

/* wraps the tab title */
.tabtitle { }

/* wraps the tab content */
.tabcontent { height:415px;}


/*###########################################################################*/
/* 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:302px;
}

/* unordered list <ul> with tab titles */
.zentabs_ul {
margin:0px;
padding:0px;
padding:0px;
padding-left:0px;
padding-bottom:0px;
border-bottom:1px solid #BBE9FF;
margin-bottom:0px;
}

/* list item for the unordered list <ul> */
.zentabs_ul li {
margin:0px;
padding:0px;
display:inline;
margin-right:8px;
}

/* clickable tab titles */
.zentabs_ul li a,.zentabs_ul li a:link,.zentabs_ul li a:visited {
padding-top:23px;
padding-left:9px;
padding-right:9px;
background-color: #f6f6f6;
border:1px solid #EBEBEB;
border-bottom:0px;
}

/* current selected tab titles */
.zentabs_ul li a.current,.zentabs_ul li a.current:link,.zentabs_ul li a.current:visited {
background: #FFFFFF;
color:#222222;
border:1px solid #BBE9FF;
border-bottom:0px;
padding-bottom:2px;
}

/* wraps all tab content (after <ul>) */
.tabcontent_wrapper {
width:300px;
border:1px solid #BBE9FF;
border-top:0px solid #e1e1e1;
}

/* wraps a single tab content (inside .tabcontent_wrapper) */
.zentabs_live .tabcontent {
line-height:17px;
padding:5px;
background:#fff;
}