/* 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;
	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 : #000045;
	text-decoration : none;
}

a:visited {
	text-decoration : none;
	color : #000045;
}

a:hover {
	text-decoration : underline;
	color : #6699ff;
}

a:active {
	text-decoration : none;
	color : #000045;
}

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

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #b5d510;
	color: #ffffff;
	background: #b5d510;
}

.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: #b5d510;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #b5d510;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
	height:auto;
}

.tabcontent{
	display:none;
	font-size:13px;
}

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

