/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	width:610px;
	/*height: auto;*/
	overflow: hidden;
}
ul.qtabs {
/*	list-style-position: outside;*
	list-style-type: none;*/
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
ul.qtabs li {

	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}

.qtcontent {

	position: absolute;
	margin: 0;
	padding: 3px;
	width:100%;
	visibility: hidden;
}
.qtcurrent {
	position:relative;
	overflow:visible; 
}
/* 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: #eeeeee !important;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	border-width: 1px 1px 0;
	border-color: #a0a0a0;
	border-style: solid;
	position: relative;
	bottom: -1px;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	padding: 3px;
}
.qthead-basic ul.qtabs li.open {
/*	background: #fff !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: 490px;
	height: 120px;
}

/* 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;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #ffffff;
}

.qthead-lft-blue1 ul.qtabs li {
	float: none;
	/* list-style-image: url(images/bullet2.gif);*/
	list-style-type: none;
	padding:5px 10px 5px 0px !important;
	margin: 0;
	width: 130px;
	line-height: 16px;
	border-bottom: 1px solid #C9DFE3;
	text-indent: 15px;
	background-image: url(images/bullet5.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.qthead-lft-blue1 ul.qtabs li span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #8BB9DC;
	/* list-style-image: url(images/bullet2.gif);*/
	list-style-type: none;
}
.qthead-lft-blue1 ul.qtabs li.open {
	color: #005FA9;
	/*background-image:url(images/selected-bg.gif);
	background-repeat:no-repeat;
	background: #005FA9;
	border-right: 1px solid #ffffff;*/
	/* list-style-image: url(images/bullet2.gif);*/
	list-style-type: none;
	background-image: url(images/bullet6.gif);
		background-position: left top;
	background-repeat: no-repeat;
}
.qtabs ul {
	/* list-style-image: url(images/bullet2.gif);*/
	list-style-type: none;
}

.qthead-lft-blue1 ul.qtabs li.open li:hover {
	
	/*background-image:url(images/selected-bg.gif);
	background-repeat:no-repeat;
	background: #C8E0E2;
	border-right: 1px solid #ffffff;*/
	/* list-style-image: url(images/bullet2.gif);*/
	list-style-type: none;
}
.qthead-lft-blue1 ul.qtabs li.hover {
	

	/* list-style-image: url(images/bullet2.gif);*/
	list-style-type: none;
/*	background-color: #C8E0E2; */
}
.qthead-lft-blue1 ul.qtabs li.hover span {
/*	color:#000000;
	background:#FFFFFF;
	text-decoration:none;*/
	/* list-style-image: url(images/bullet2.gif);*/
	list-style-type: none;
/*	color: #005FA9;*/
text-decoration: underline;
	
}

.qthead-lft-blue1 ul.qtabs li.hover span {
	text-decoration: underline;
	
}



.qthead-lft-blue1 ul.qtabs li.open span{
	
	color: #005FA9;
	text-decoration: none;
}

div.current-lft-blue1 {
	clear: none;
	float: left;
	/*border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #d0d0d0;*/
	background-color: #fff;
	padding: 0;
	width: 600px;
	height: 640px; /* same as .qthead-lft-blue1 */
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#005FA9;
	padding:5px 0 5px 0;
}
.box {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #005FA9;
}

.left-bg-color	{
	/*background-color:#EBF2F3;*/
}

.table-related {
	/*border: 1px solid #B1E4E7;*/
}