

/*//////////////////////////menu stuff///////////////////*/
span#shadetabs {
	padding: 0;
	white-space: nowrap;
	display: table-cell !important;
	display: inline-block;
}

/** tab menu stuff **/
#shadetabs ul {
	float: left;
    padding: 0;
    margin:0;
    list-style: none;
    border-left: 0px solid #959A9E;
    border-right: 0px solid #ECF4FA;
}

#shadetabs  li {
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 0px solid #959A9E;
}

/*#shadetabs  li.selected{
	position: relative;
	background: url(../images/header.png) 0 0 no-repeat;
	top: 2px;
}*/

#shadetabs  li.selected {
	position: relative;
	top: 2px;
	
}
#shadetabs  li.selected a{ 
color: #6699ff;
background: url(../images/button_tab_over.png) 0 0 no-repeat;
}




#shadetabs  a:link, #shadetabs  a:visited {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-transform: uppercase;
    color: #919191;
	float:left;
    display:block;
	padding: 0px;
	height: 30px;
	width: 80px;
	line-height: 30px;
    text-decoration: none;
	background: url(../images/button_over.png) 0 0 no-repeat;
	border: 0;
}

#shadetabs  li.red_active_menu {
	border-right: 0px solid #721901;
}

#shadetabs  li.red_active_menu a:link, #shadetabs  li.red_active_menu a:visited {
	color: #6699ff;
	float:left;
	padding: 0px;
	height: 30px;
	line-height: 30px;
}


#shadetabs  a:hover {
  color: #6699ff;
  background: url(../images/button.png) 0 0 no-repeat;
}

#shadetabs  li.red_active_menu a:hover {
	
	color: #6699ff;
}
/*
.shadetabs{
padding: 0px 0;
margin-left: 0px;
margin-top: 15px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; 

}

.shadetabs li{
  display: inline;
  margin: 0px;
  float: left;
  position: relative;
  height: 18px;
  width: 89px;
  text-align: center;
  color:#919191;
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
  background: url(../images/button_over.png);
  padding: 6px;
}

.shadetabs li a{

text-decoration: none;
border: 0px;
color: #919191;

}

.shadetabs li:hover{
background: url(../images/button.png);
}

.shadetabs li a:visited{
color: #919191;
}

.shadetabs li a:hover{
text-decoration: none;
color: #6699ff;
}

.shadetabs li.selected{
position: relative;
background: url(../images/button_tab_over.png);
top: 2px;
}

.shadetabs li.selected a{ 
color: #6699ff;
}

.shadetabs li.selected a:hover{ 
text-decoration: none;
}
*/
.tabcontentstyle{ 
border: 0px;
width: 100%;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
margin-top: 0px;
}

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