/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px arial;
list-style-type: none;
text-align: left; 
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #CCCCCC;
color: #2d2b2b;
background-color:#E1EBEB;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#FFFFFF;
border-bottom:#FFFFFF 1px solid;
margin-left:0px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */



.modernbricksmenu2{
padding: 0;
width: 100%;
border-bottom: 0px solid #b54141; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left:0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
background-color:#88C52C;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
 /*text-transform:uppercase;*/ 
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #b54141; /*Brown color theme*/ 
color:#FFFFFF;
border-color: #b54141; /*Brown color theme*/ 
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #b54141;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #FFFFFF; /*Brown color theme*/ 
border-bottom: 0px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #b54141; /*Brown color theme*/ 
color: white;
}
.modernbricksmenu2 a:visited{
float: left;
display: block;
font: bold 11px Arial;
color: #b54141;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #FFFFFF; /*Brown color theme*/ 
border-bottom: 0px solid white;
}
.modernbricksmenu2 a:active{
color:#FFFFFF;
}
.modernbricksmenu2 a:active.selected{
background-color: #b54141; 
/*Brown color theme*/ 
color:#FFFFFF;
}
#flowerdivcontainer{
background-color: #eeeeee;
text-align:left;
border-left:1px solid #F6DEDE;
border-right:1px solid #F6DEDE;
border-top:1px solid #F6DEDE;
border-bottom:1px solid #F6DEDE;
width:100%;
padding:2px;
clear:both;
}


