/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tab_wrap{
background-image:url(../images/events/detail_bg.gif);
background-repeat:repeat;
border:1px solid #cccc33;
margin-left:15px;
padding:20px;
width:500px;
color: #666666;
}

#tab_wrap img{
float:left;
margin-right:15px;
margin-bottom:20px;
}

#tab_wrap ul, #tab_wrap li{
list-style:inside;
}

#step1{
height:250px;
}
#step6, #step7{
height:150px;
}

.shadetabs{
margin-left:15px;
padding: 3px 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
padding-top:5px;
font-size:11px;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #cccc33;
color: #666666;
/*background: white url(../images/greenstar/tabs/shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
padding-top:5px;
font-size:11px;
color: #666666;
}

.shadetabs li a:hover{
padding-top:5px;
font-size:11px;
text-decoration: underline;
color: #666666;
}

.shadetabs li a.selected{ /*selected main tab style */
padding-top:5px;
font-size:11px;
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(../images/greenstar/tabs/shadeactive.gif);*/
background-image:url(../images/events/detail_bg.gif);
background-repeat:repeat;
border-bottom-color: #eaedce;
font-size:11px;
padding-top:5px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
font-size:11px;
padding-top:5px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}