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

.allatabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 16px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.allatabs li{
display: inline;
margin: 0;
text-align: center;
}

.allatabs li a{
text-decoration: none;
position: relative;
z-index: 1;
color: #fff;
background: url(images/allatab.png) top center no-repeat;
width: 70px;
height: 60px;
display:block;
float: left;
line-height: 58px;
}

.allatabs li a:visited{
color: #fff;
}

.allatabs li a:hover{
color: #fff;
}

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

.allatabs li a.selected{ /*selected main tab style */
background-image: url(images/allatab2.png);
}

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

.tabcontent{
display:none;
}

.allawrap {
	border: 1px solid #666;
	padding: 10px;
	width: 460px;
	margin-bottom: 1em;
	margin-top: 57px;
	z-index: 10;
}

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