/* ######### CSS for Shade Tabs. Remove if not using ######### */

/*set to left, center, or right to align the menu as desired*/
.shadetabs{font-family:Arial; font-size:11px; color:#000; text-align: left;border-right:0px }
.shadetabs ul{ list-style-type:none; margin:0px; padding:0px;height:120px;}
.shadetabs li{ width:110px;background:url('../images/mqbtnbg.jpg') repeat-x;}
.shadetabs li a{color: #2d2b2b;text-decoration:none; padding:3px;display:block;}
.shadetabs li a:visited{color: #000;}
.shadetabs li a:hover{text-decoration: underline;color: #cb2b27;text-decoration:none;}
.shadetabs li a.selected{ /*selected main tab style */position: relative;color: #cb2b27;background:#d6dadd; display:block;}
.shadetabs li a.selected:hover{ /*selected main tab style */text-decoration: none;color: #cb2b27;}

.tabcontent{display:none;font-family:Arial; font-size:11px; color:#000;}
.tabcontent1{background:#dbdaff; padding:5px; height:109px;font-family:Arial; font-size:10px; color:#000;}

@media print {.tabcontent {display:block !important;}
}

