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

a:visited {

text-decoration : none;
color : #ffffff;
}

a:hover {

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

a:active {

text-decoration : none;
color : #ffffff;
}

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

.shadetabs li{

display: inline;
margin: 0;
}

.shadetabs li a{

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

.shadetabs li a:visited{

color: #ffffff;
}

.shadetabs li a:hover{

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

.shadetabs li.selected{

position: relative;
top: 1px;
}

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

border-bottom-color: #17a8ec;
}

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

text-decoration: none;
}

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

border: 1px solid #17a8ec;
width: 450px;
margin-bottom: 1em;
padding: 10px;
height:auto;
text-align:center;
text-align:center;
}

.tabcontent{

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

@media print {

	.tabcontent {
	
		display:block!important;
	}
}

.dhtmlgoodies_question{	/* Styling question */

	/* Start layout CSS */
	color:#ffffff;
	font-size:0.9em;
	background-color:#17a8ec;
	width:370px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	background-image:url(/images/bg_answer.gif);
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */

	/* Start layout CSS */
	background-color:#dadefe;
	width:400px;
	/* End layout CSS */
	visibility:hidden;
	overflow:hidden;
	position:relative;
}

.dhtmlgoodies_answer_content{	/* Content that is slided down */

	padding:1px;
	font-size:0.9em;	
	position:relative;
}