/* Common Styles */
/* Used by all layouts: do NOT remove this section */



/* Accordion settings */

#main{width:910px; margin:10px auto; background-color: #E8E9E9;}

#accordion  {
  margin: 20px 0 0;
  max-width: 910px;
}

.toggler  { cursor:pointer; font-weight:bold; color:#000; margin: 0; padding:5px; font-size:16px; font-family:Arial, sans-serif; } 
.toggler:hover   { background:#eee; } 
.element   { padding:0 5px; }

ul, li, h3 {border:0; padding:0; margin:0; list-style:none;}
h3{background:#CCCCCC; padding:4px; font-size:12px; color:#999999; border-bottom:solid 1px #ffffff; border-top:solid 1px #ffffff;}
 
#menusection-contents {padding: 20px 20px 20px 20px;}








.qtwrapper {
	height: 1%;
}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	font-weight:bold;
}
ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
.qtcontent {
	position: absolute;
	margin: 0;
	padding: 3px;
	width:99%;
	visibility: hidden;

}
.qtcurrent {
	position:relative;
	overflow:hidden;
	

}

#tabs-internal { padding: 15px 15px 15px 15px; }
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */

/* Basic Tabs  (class suffix: -basic) */

.qthead-basic ul.qtabs li {
	background: #59D01D !important;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	border-width: 1px 1px 0;
	border-color: #a0a0a0;
	border-style: solid;
	position: relative;
	bottom: -1px;
	color: #ffffff;
	font-weight:bold;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	padding: 5px;
	
}
.qthead-basic ul.qtabs li.open {
	background: #E8E9E9 !important;
	z-index: 2;
}
.qthead-basic ul.qtabs li.open span {
	color: #000;
}
div.current-basic {
	clear: both;
	border-width: 1px 1px 1px; 
	border-style: solid;
	border-color: #a0a0a0;
	width: 670px;
	height: 720px;
	background-color: #E8E9E9;
}

/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
	background:#eeeeee url(images/round1l.gif) no-repeat scroll 0% 0%;
	margin-left: 5px !important;
	padding: 0;
}
.qthead-round1 ul.qtabs li span {
	background: transparent url(images/round1r.gif) no-repeat scroll right top;
	display: block;
	margin: 0;
	padding: 4px;
}
.qthead-round1 ul.qtabs li.open {
	background:#666666 url(images/round1lo.gif) no-repeat scroll 0% 0%;
}
.qthead-round1 ul.qtabs li.open span {
	background:transparent url(images/round1ro.gif) no-repeat scroll right top;
	color:#fff;
}
.qthead-round1 ul.qtabs li.hover span {
	text-decoration: underline;
}
div.current-round1 {
	clear:both;
	border-width: 3px 1px 1px; 
	border-style:solid;
	border-color: #666666;
	width: 450px;
}

/* Left Aligned Blue Buttons (class suffix:lft-blue1) */
.qthead-lft-blue1 {
	float:left;
	background: #0099FF;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #999999;
	height: 300px; /* same as .current-lft-blue1 */
	
}
.qthead-lft-blue1 ul.qtabs {
	margin: 0;
	
}
.qthead-lft-blue1 ul.qtabs li {
	float: none;
	background: #0099FF;
	margin: 0;
	padding: 6px !important;
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	width: 90px;
	
}

.qthead-lft-blue1 ul.qtabs li span{
	color: #ffffff;
}
.qthead-lft-blue1 ul.qtabs li.open {
	background: #f4f4f4;
	border-right: 1px solid #f4f4f4;
	
}
.qthead-lft-blue1 ul.qtabs li.hover span {
	text-decoration: underline;
}
.qthead-lft-blue1 ul.qtabs li.open span{
	color: #666666;
	text-decoration: none;
}

div.current-lft-blue1 {
	clear: none;
	float: left;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #a0a0a0;
	background-color: #f4f4f4;
	padding: 0px;
	width: 310px;
	height: 300px; /* same as .qthead-lft-blue1 */
	color: #000000;
}