/*--------------------------------------------------------------------------*/
/* Box Styles 															    */
/*--------------------------------------------------------------------------*/

.box .box_header {
	height:26px;
	position:relative;
}
.box .box_header h1 {
	color:#fff;
	height:26px;
	line-height:26px;
	margin-left:12px;
	font-size:14px;
}
.box .box_header h2 {
	color:#fff;
	height:26px;
	line-height:26px;
	margin-left:12px;
	font-size:14px;
}
.box .box_header span {
	position:absolute;
	font-weight: normal;
	color: #fff;
	top:7px;
	right:10px;
}
.box .box_header a {
	font-weight: normal;
	color: #fff;
}
.box .box_content {
	padding:8px 12px 4px 12px;
	background-color:#fff;
}
.box .box_footer {
	height:4px;
	font-size:0px;
	line-height:0px;
	background-color:#fff;
}
.box .box_tail {
	height:4px;
	line-height:0px;
	margin-left:12px;
	font-size:0px;
	background-color:#fff;
}
.b1 .box_header {
	background:url(boxes.gif) 0px -35px no-repeat;
}
.b1 .box_header h2 {
	background:url(boxes.gif) 100% -35px no-repeat;
}
.b1 .box_content {
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
}
.b1 .box_footer {
	background:#fff url(boxes.gif) 0px -66px no-repeat;
}
.b1 .box_tail {
	background:#fff url(boxes.gif) 100% -66px no-repeat;
}
.b2 .box_header {
	background:url(boxes.gif) 0px 0px no-repeat;
}
.b2 .box_header h2 {
	background:url(boxes.gif) 100% 0px no-repeat;
}
.b2 .box_content {
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
}
.b2 .box_footer {
	background:#fff url(boxes.gif) 0px -31px no-repeat;
}
.b2 .box_tail {
	background:#fff url(boxes.gif) 100% -31px no-repeat;
}
.b3 .box_header {
	background:url(boxes.gif) 0px 0px no-repeat;
}
.b3 .box_header h2 {
	background:url(boxes.gif) 100% 0px no-repeat;
}
.b3 .box_content {
	border-left:1px solid #ADC3D9;
	border-right:1px solid #ADC3D9;
}
.b3 .box_footer {
	background:#fff url(boxes.gif) 0px -31px no-repeat;
}
.b3 .box_tail {
	background:#fff url(boxes.gif) 100% -31px no-repeat;
}
.peach .box_header {
	background:url(boxes.gif) 0px 0px no-repeat;
}
.peach .box_header h2 {
	background:url(boxes.gif) 100% 0px no-repeat;
}
.peach .box_content {
	border-left:1px solid #ADC3D9;
	border-right:1px solid #ADC3D9;
}
.peach .box_footer {
	background:#fff url(boxes.gif) 0px -31px no-repeat;
}
.peach .box_tail {
	background:#fff url(boxes.gif) 100% -31px no-repeat;
}
.blue .box_header {
	background:url(boxes.gif) 0px -35px no-repeat;
}
.blue .box_header h2 {
	background:url(boxes.gif) 100% -35px no-repeat;
}
.blue .box_content {
	border-left:1px solid #D88753;
	border-right:1px solid #D88753;
}
.blue .box_footer {
	background:#fff url(boxes.gif) 0px -66px no-repeat;
}
.blue .box_tail {
	background:#fff url(boxes.gif) 100% -66px no-repeat;
}
.mini .box_header {
	height:26px;
}
.mini .box_header h2 {
	font-size:14px;
	height:26px;
	line-height:26px;
	margin-left:7px;
}
.mini .box_content {
	padding:0px 7px 3px 7px;
	background-color:#fff;
}
.orange .box_header {
	background:url(boxes.gif) 0px -70px no-repeat;
}
.orange .box_header a {
	color: #0077BB;
}
.orange .box_header span {
	color: #000;
}
.orange .box_header h2 {
	color:#000;
	background:url(boxes.gif) 100% -70px no-repeat;
}
.orange .box_content {
	background-color:#ECF5FF;
	border-left:1px solid #ADC3D9;
	border-right:1px solid #ADC3D9;
}
.orange .box_footer {
	background:#fc6 url(boxes.gif) 0px -101px no-repeat;
}
.orange .box_tail {
	background:#fc6 url(boxes.gif) 100% -101px no-repeat;
}
.gray .box_header {
	background:url(boxes.gif) 0px -105px no-repeat;
}
.gray .box_header h2 {
	background:url(boxes.gif) 100% -105px no-repeat;
}
.gray .box_content {
	background-color:#efefef;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
.gray .box_footer {
	background:#efefef url(boxes.gif) 0px -136px no-repeat;
}
.gray .box_tail {
	background:#efefef url(boxes.gif) 100% -136px no-repeat;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
.clearfix {
	height:1%;
}
.style9 {
	height: 1%;
	font-family:Arial, Helvetica, sans-serif; 
}
/* End hide from IE-mac */



/*  *******************   Quize Page CSS ************************* */

.page_title {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px;
	color:#666666;
	border-bottom:1px dotted #CCCCCC;
	padding:6px;
}
.header_quize {
	border-top:1px solid #666666;
}
.bottom_quize {
	border-bottom:1px dotted #999999;
}
.header_div_bg {
	background-color:#333333;
	color:#FFFFFF;
	font:arial 12px bold;
}
.header_div_title_bg {
	background-color:#999999;
	color:#FFFFFF;
	font:arial 12px bold;
}
.header_text {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-weight:bold;
	padding:4px 0px 4px 8px;
	line-height:22px;
}
.header_title {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px;
	color:#996600;
	text-decoration:none;
	cursor:pointer;
}
.header_title:hover {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:24px;
	color:#333333;
	text-decoration:none;
	cursor:pointer;
}
.question_counter {
	font-family:Arial, Helvetica, sans-serif; 
	color:#996600;
	font-size:14px;
	font-weight:bold;
}
.icon_title {
	font-family:Arial, Helvetica, sans-serif; 
	color:#333333;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.icon_title:hover {
	font-family:Arial, Helvetica, sans-serif; 
	color:#996600;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.normal_dark_text {
	font-family:Arial, Helvetica, sans-serif; 
	color:#333333;
	font-size:12px;
}
.button_quize {
	background-color:#333333;
	color:#FFFFFF;
	font-size:22px;
	border:1px solid #000000;
	cursor:pointer;
}
.button_quize:hover {
	background-color:#333333;
	color:#996600;
	font-size:22px;
	border:1px solid #000000;
	cursor:pointer;
}
/* // button css start over here  */	
	
		button {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	height:40px;
	line-height:38px;
	cursor:pointer;
}
button span, button em {
	display:block;
	height:40px;
	line-height:38px;
	margin:0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
button span {
	padding-left:20px;
	background:url(bg_button.gif) no-repeat 0 0;
	cursor:pointer;
}
button em {
	font-style:normal;
	padding-right:20px;
	background:url(bg_button.gif) no-repeat 100% 0;
	cursor:pointer;
}
/* End button css  */
	
	.forums_title {
	background-image:url(images/forums.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif; 
}
	.forums_title:hover {
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:underline;
}

.forums_posted {
	font-size:10px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif; 
	padding-left:20px;
}
.forums_Link {
	font-size:11px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none;
	cursor:pointer;
	padding-left:20px;
}
.forums_Link:hover {
	font-size:11px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:underline;
	cursor:pointer;
	padding-left:20px;
}
.fourms_bg {
	background-color:#ffffff;
	padding:6px;
	border-bottom:#999999 1px dotted;
}
.fourms_bg:hover {
	background-color:#f0f0f0;
	padding:6px;
	border-bottom:#999999 1px dotted;
}
	.ticket_title {
	background-image:url(ticket_icon.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif; 
}
	.ticket_title:hover {
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:underline;
}
.ticket_ans{
	font-size:12px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif; 
	padding-left:20px;

}

/* Subnav style start here */
#navcontainer ul {
	margin-top:-0px;
	padding-left: 0;
	margin-left: 0;
	background-color: #e8e8e8;
	color: White;
	float: left;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif; 
	border-bottom: 1px solid #999999;
	font-size:90%;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #e8e8e8;
	color: #666666;
	text-decoration: none;
	float: left;
	border-right: 1px solid #999999;
}
#navcontainer ul li a:hover {
	background-color: #ffffff;
	color:#333333;
}

#navcontainer ul li a.current
{
background-color: #ffffff;
color:#333333;
}

.field_title {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.remember_text {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.main_heading { font-family:Arial, Helvetica, sans-serif;  font-size:22px; font-weight:bold; border-bottom:1px solid #999999; padding:6px; }


