/* CSS Document */

body {

	padding-top:10px;
	text-align : center;
/*	background-color: #ffffff;*/
	background-image:url(./images/img01.jpg);
	background-image:url(../images/img01.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}

body,td,th {

	font-family: Arial, Helvetica, sans-serif;
/*	color: #6699ff;
	color: #000033;
	color: #003333;
	color: #000066; */
	color: #000045;
}

#mainContainer {

background-color : #dadefe;
background-color : #D3c1c1;
text-align : center;
}

.shadetabs{

padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

a:link {

color : #6699ff;
text-decoration : none;
}

a:visited {

text-decoration : none;
color : #6699ff;
}

a:hover {

text-decoration : underline;
color : #000066;
}

a:active {

text-decoration : none;
color : #6699ff;
}

/* -------------------------- */

.shadetabs li{

display: inline;
margin: 0;
}

.shadetabs li a{

text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #e001a3;
color: #ffffff;
background: #e001a3;
}

.shadetabs li a:visited{

color: #ffffff;
}

.shadetabs li a:hover{

text-decoration: underline;
color: #6699ff;
}

.shadetabs li.selected{

position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */

border-bottom-color: #e001a3;
}

.shadetabs li.selected a:hover{ /*selected main tab style */

text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/

border: 1px solid #e001a3;
width: 450px;
margin-bottom: 1em;
padding: 10px;
height:auto;
}

.tabcontent{

	display:none;
	font-size:13px;
}

@media print {

	.tabcontent {
	
		display:block!important;
	}
}