/* CSS for features table */

.headerleft{
height:20px;
background-image:url(images/packagetable_01.gif);
background-position:left;
background-repeat:no-repeat;
text-align:center;
font-size:12px;
color:#000000;
font-weight:bold;
}
.headermiddle{
background-color:#FFFFFF;
text-align:center;
font-size:12px;
color:#000000;
font-weight:bold;
padding-left:6px;
padding-right:6px;
}
.headerright{
background-image:url(images/packagetable_03.gif);
background-position:right;
background-repeat:no-repeat;
text-align:center;
font-size:12px;
color:#000000;
font-weight:bold;
padding-left:6px;
padding-right:6px;
}
.featurerow{
height:23px;
text-align:left;
padding-left:5px;
font-size:12px;
background-color:#FFFFFF;
color:#000000;
border:1px solid black;
}
.footerleft{
height:20px;
background-image:url(images/packagetable_06.gif);
background-position:left;
background-repeat:no-repeat;
text-align:center;
font-size:12px;
font-weight:bold;
}
.footermiddle{
background-color:#FFFFFF;
text-align:center;
font-size:12px;
font-weight:bold;
padding-left:3px;
padding-right:3px;
}
.footerright{
background-image:url(images/packagetable_08.gif);
background-position:right;
background-repeat:no-repeat;
text-align:center;
font-size:12px;
font-weight:bold;
padding-left:3px;
padding-right:3px;
}
.packagecontent{
background-color:#FFFFFF;
color:#000000;
padding-left:3px;
padding-right:3px;
}



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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*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: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
background: white url(images/indentbg.gif) top left repeat-x;
}

.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: 1px;
color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/indentbg2.gif);
}

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

.tabcontent{
display:none;
color:#ffffff;
}

@media print {
.tabcontent {
display:block !important;
}
}


