﻿.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
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;
padding: 3px 7px;
margin-right: 0px;
margin-left: 0px;
border: 1px solid #778;
color: #2d2b2b;
text-transform:capitalize;


/*background: white url(../dhtml/tab/shade.gif) top left repeat-x;*/
background:#DAE0D2 url("../images/right.gif") no-repeat left top;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;

}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(../dhtml/tab/shadeactive.gif);*/
background-image: url("../images/right_on.gif");
/*border-bottom-color: white;*/
border-bottom-color: #f4f3ed;
font-weight:bold;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 520px;
height: 280px;
margin-bottom: 1em;
padding-top: 4px;
padding-right: 4px;
padding-left: 4px;
background-color:#f4f3ed;
/*background-color:white;*/
}

.tabcontent{
display:none;
}
.testoTab{
color:Black;	
padding:5px;
text-align:justify;
}

.imgwithborder_Left {
	border: 1px solid black;
	margin: 4px 6px 0px 0px;
	
}

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


/**************************************/
#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background: url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background: url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image: url("../images/left_on.gif");
  }
#header #current a {
  background-image: url("../images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
  

