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

/* whole tabbed menu wrapper */
.tabmenu {

}

/* wraps a set of tab (title and content) */
.tab {

}

/* wraps the tab title */
.tabtitle {

}

/* wraps the tab content */
.tabcontent_top {
/*background: url(images/tabcontent_top.jpg) repeat-x;*/
margin-left: -25px;
margin-top: -5px;
margin-right: -25px;
margin-bottom: 15px;
height: 0px;
border-bottom: 0px solid #609847;
border-left: 0px;
border-right: 0px;
border-top: 0px;
box-shadow: 0px 1px 0px #91E2B3, 0px 1px 1px #91E2B3, 0px -0px 0px, -0px -0px 0px;
-moz-box-shadow: 0px 1px 0px #91E2B3, 0px 1px 1px #91E2B3, 0px -0px 0px, -0px -0px 0px;
}
.tabcontent {

}


/*###########################*/
/* javascript enabled (live) */
/*###########################*/

/* tabbed menu wrapper (.tabmenu is now changed to .tabmenu_live)*/
.tabmenu_live {

}

/* unordered list <ul> with tab titles */
.tabmenu_ul {
padding-top: 10px;
padding-bottom:6px;
margin-bottom:0px;
}

/* list item for the unordered list <ul> */
.tabmenu_ul li {
display:inline;
margin-right:35px;
}

/* clickable tab titles */
.tabmenu_ul li a,.tabmenu_ul li a:link {
/*background: url(images/tabhg.jpg);*/
background: rgba(250, 255, 250, 0.2);
padding:7px;
padding-left:9px;
padding-right:9px;
margin-left: -29px;
height: 20px;
border:0px solid ;
border-color:rgba(250, 255, 250, 0.2);
font-size:15px;
color:rgba(0, 0, 0, 0.4);

text-decoration: none;
}

.tabmenu_ul li a:hover {
background: rgba(250, 255, 250, 0.9);
padding:7px;
padding-left:9px;
padding-right:9px;
margin-left: -29px;
height: 20px;
border:0px solid ;
border-color:rgba(250, 255, 250, 0.9);
font-size:15px;
color:#000;

text-decoration: none;
}

/* current selected tab titles */
.tabmenu_ul li a.current {
background: rgba(250, 255, 250, 0.5);
color:#000;
border:0px solid ;
border-color:rgba(250, 255, 250, 0.5);

text-decoration: none;
}

/* wraps all tab content (after <ul>) */
.tabcontent_wrapper {
background: rgba(250, 255, 250, 0.5);
border:0px solid ;
border-color:rgba(250, 255, 250, 0.5);
margin-top: -20px;
margin-left: 1px;
margin-right: 1px;

}

/* wraps a single tab content (inside .tabcontent_wrapper) */
.tabmenu_live .tabcontent {
line-height:17px;
padding-left: 25px;
padding-right: 25px;
padding-top: 5px;
padding-bottom: 15px;
}

/*##################################*/
/*              other               */
/*##################################*/

h4 {
	color: rgba(250, 255, 250, 0.3);
}