@charset "utf-8";

/* tabstyle.css */

  h6{ font: bold 12px Arial,sans-serif; color: #FFFFFF; margin: 0px; padding: 0px;}
  div.thumbnail1 {  margin: 0px 20px 0px 20px;  display: block;}
  div.thumbnail2 {  margin: 0px 20px 0px 20px;  display: block;}
  div.thumbnail3 {  margin: 0px 20px 0px 20px;  display: block;}
  div.thumbnail4 {  margin: 0px 20px 0px 20px;  display: block;}
  div.thumbnail5 {  margin: 0px 20px 0px 20px;  display: block;}
  div.thumbnail6 {  margin: 0px 20px 0px 20px;  display: block;}

.shadetabs{
padding: 3px 0;
margin-left: 20;
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;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(../img/shade_new.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image:  url(../img/shadeactive_new.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid orange;
width: 750px;
text-align: center;
margin-bottom: 1em;
background-color:#FFFFCC;
padding: 3px;
font-family: Verdana,Arial,sans-serif;
	font:small Verdana;
color: #063E3F;
font-size:12px;
}

.tabcontentstyle a:hover {
color: #063E3F;
font-family: Verdana,Arial,sans-serif;
	font:small Verdana;
font-size:12px;
text-decoration:underline;
}

.tabcontentstyle a {
color: #063E3F;
font-family: Verdana,Arial,sans-serif;
	font:small Verdana;
font-size:12px;
text-decoration:underline;
}




.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

.style2 {
	font-size: medium;
	font-weight: bold;
}
body,td,th {
	font-size: 14px;
	color: #333333;
}