@charset "utf-8";
/* CSS Document */

#tabdivcontainer {
border: 1px solid #ccc;
width:328px;
height:295px;
margin: 0px;
padding: 5px 0px 0px 5px; 
}

.tabcontentiframe {
width:100%; 
height:295px;
min-height: 100px;
}

.shadetabs{
padding: 5px 0;
margin: 0px 0px -5px 0px;
font: bold 10pt Arial;
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{
text-decoration: none;
position: relative;
z-index: 1;
padding: 15px 10px 0px 10px;
margin-right: 3px;
border: 1px solid #ccc;
color: #2d2b2b;
background: white url(../img/shade.gif) top left repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}