@charset "utf-8";
/* CSS Document */

* html{
	overflow-x: hidden;
} 

body {
	background:#f0efef;
	overflow-x:auto;
}

/*************** Accordion Styles *****************************/

.accordion_child {padding:5px;
	/*background:#EEE;*/
}
.accordion_child {	
	padding:0px 10px 0px 20px;
	/*background:#FFFFFF;*/
}
.accordion_child a {	color:#999;
text-decoration:underline;
	/*background:#FFFFFF;*/
}
/*.accordion_headings {padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}*/

#test-content table td, #test1-content table td, #test2-content table td, #test3-content table td, #test4-content table td, #test5-content table td, #test6-content table td , #test7-content table td, #test8-content table td, #test9-content table td, #test10-content table td, #test11-content table td, #test12-content table td, #test13-content table td, #test14-content table td, #test15-content table td, #test16-content table td, #test17-content table td, #test18-content table td, #test19-content table td, #test20-content table td, #test21-content table td   {
	padding-left:30px;
}

.accordion_headings {	padding:9px;
	background:#e1e1e1 url(../images/inactive_accordion.jpg) 5px 7px no-repeat;
	color:#666;
	padding-left:50px;
	font-size:13px;
	/*border:1px solid #FFF;*/
	cursor:pointer;
	font-weight:bold;
	margin-bottom:4px;
}
.header_highlight {background:#b8b8b8;
}
.header_highlight {	
	background:#0088cc url(../images/active_accordion.jpg) 5px 7px no-repeat;
	color: #fff;
	padding-left:50px;
	font-size:14px;
}
#basic-accordian {	/*border:5px solid #FFFFFF;*/
	padding:5px;
	position:relative;
	margin:0 auto;
	z-index:2;
	width:96%;
	*width:94%;
	margin-left:18px;
	left: -5px;
	top: 0px;
	overflow-x:auto;
}
/*#basic-accordian {	border:5px solid #EEE;
	padding:0px;
	width:484px;
	position:absolute;
	margin-left:-175px;
	z-index:2;
	margin-top:-100px;
}*/

#basic-accordian img {
	
}

/*************** Accordion Styles End *****************************/



/*************** Common Styles *****************************/


a { outline:none; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0; padding:0px;
}

.tdBg {
	background:#e1e1e1;
}

.shade {
	padding:10px;
	background:#F3F3F3;
	margin-bottom:10px;
	line-height:18px;
}

.shade0 {
	padding:10px;
	background:#F5F5F5;
	margin-bottom:10px;
	line-height:18px;
}


/*************** Common Styles End *****************************/