.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; 
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 8px;
color: #ffffff;
background: #03639F;
}

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

.shadetabs li a:hover{
background: #00A5E7;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #00A5E7;
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

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

.main-container{
	position:relative;
	border:1px dotted #cccccc; 
	width:607px;
	height:425px; 
	margin-top:4px; 
	padding: 20px;
	background:#E3F1FC;
	}

.button   {
          color           : #FFFFFF;
          background      : #005698;
          border          : 1px solid #005698;
		  padding         : 5px 20px 5px 20px;
		  }
.btn{position:absolute;bottom:20px;left:20px;z-index:1;}
.btn-over{position:absolute;bottom:20px;left:20px;z-index:2;}
.tab-header{border-bottom:1px solid #000;}			  	
		

