﻿/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px;
margin-left:15px;
margin-top: 1px;
margin-bottom: 0;
font:11px Tahoma;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
text-align:justify;
direction:ltr;
margin: 0;
padding-left:2px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
background-image: url(http://www.isfahancement.ir/dorsapax/images/2.jpg);
border-width:0px;
background-repeat:no-repeat;
background-position:center center;
width:81px;
height:22px;
text-align:center;
padding-top:2px;
color:#ffffff;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.isfahancement.ir/dorsapax/images/1.jpg);
background-repeat:no-repeat;
color:#feb54e;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration:none;
}

.tabcontent{
display:none;
}

.main{
	border:1px solid #afafaf;
	width:100%;
	margin-bottom: 1em;
	text-align:left;
	text-align:justify;
	padding:5px;
	padding-right:4px;
	padding-left:4px;
	
}
@media print {
.tabcontent {
display:block;
}
}


