@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------
						engineers section
-------------------------------------------------*/
#engineers_section {
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.engineers_title{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	line-height: 18px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.engineers_info{
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-bottom: 20px;

}
#engineers_section ul {
	list-style-position: outside;
	list-style-image: url(../images/check_box.gif);
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
#engineers_section li {
	line-height: 18px;

}

#engineers_faq_bar {
	padding-bottom: 20px;
	font-size: 16px;
	color: #000000;
	display: block;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	width: 810px;
}
#engineers_faq_bar .question_right{
	float: right;
	line-height: 18px;
	color: #000000;
	padding-bottom: 20px;
	width: 400px;
	position: relative;
	display: block;
}
#engineers_faq_bar .question_left{
	float: left;
	line-height: 18px;
	color: #000000;
	padding-bottom: 20px;
	width: 400px;
	position: relative;
	display: block;
}
#engineers_faq_bar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#engineers_faq_bar li {
font-size: 12px;
line-height: 24px;
}

#engineers_faq_bar li a:link {
	color: #FF6600;
	text-decoration: underline;
	padding: 0px;
}
#engineers_faq_bar li a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	text-decoration: none;
	padding: 0px;
}
/*---------------------------------- engineers sign up profile*/
.profile{
	width: 450px;
	display: block;
	clear: both;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
/*-------------------------------------------------
						overview section
-------------------------------------------------*/
#overview_section_1 {
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 770px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFAEC;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	font-weight: normal;
}
#overview_section_1 ul{
	color: #000000;
	line-height: 26px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
#overview_section_1 .unchecked{
	background-image: url(../images/uncheck_box.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	line-height: 24px;
}
#overview_section_1 .checked{
	background-image: url(../images/check_box.gif);
	background-repeat: no-repeat;
	background-position: 0px -4px;
	padding-left: 20px;
	line-height: 24px;
}

#overview_section_2 {
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.technicians_table ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
}

#overview_section_2 .title{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
#profile{
	padding-bottom: 20px;
	display: block;
	position: relative;
}
#profile .info .name{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 12px;
}
#profile .info .date{
	font-size: 12px;
	color: #666666;
}
#overview_section_2 .table{
	padding-bottom: 10px;
	color: #000000;
	padding-top: 10px;
	float: left;
	clear: both;
	width: 810px;
}
#overview_section_2 .name{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#overview_section_2 .date{
	font-size: 11px;
	color: #333333;
}
#overview_section_2 .feedback{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.amount{
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
.positive{
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.negative{
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;}
/*-------------------------------------------------
						session section
-------------------------------------------------*/

#sessions_section{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#sessions_section img{
	margin: 5px;
}
.session_table{
	border-collapse:collapse;
	background-color: #FFFFFF;
	line-height: 18px;
	border: 1px solid #CCCCCC;
}
#sessions_section .feedback{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	font-style: italic;
}

.get_support_now_link {
	font-size: 24px;
	font-weight: bold;
}
/*-------------------------------------------------
						payment section
-------------------------------------------------*/

#payment_section{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.payment_table{
	border-collapse:collapse;
	background-color: #FFFFFF;
	line-height: 18px;
	margin-bottom: 20px;
}
.payment_table .year{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: center;

}
#payment_section .title{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-image: url(../images/dottedline_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin: 0px;
	padding-bottom: 20px;
	position: relative;
}
#payment_section .copy{
	font-size: 12px;
	margin: 0px;
	padding-top: 20px;
}
#payment_section .payment_title{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	display: block;
	margin: 0px;
	padding-bottom: 20px;
	position: relative;
	padding-top: 20px;
}
/*-------------------------------------------------
						mastercard section
-------------------------------------------------*/

#mastercard_section{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#mastercard_section .title{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-image: url(../images/dottedline_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin: 0px;
	padding-bottom: 20px;
	position: relative;
	clear: both;
}
#mastercard_section .copy{
	font-size: 12px;
	line-height: 18px;
	display: block;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
.mastercard{
	float: left;
	padding-right: 20px;
}
.signupnow{
	float: right;
	width: 300px;
	margin-top: 30px;
}
/*-------------------------------------------------
						myinfo section
-------------------------------------------------*/

#myinfo_section{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#myinfo_section .title{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-image: url(../images/dottedline_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin: 0px;
	padding-bottom: 20px;
	position: relative;
}
.myinfo{
	position: relative;
	display: block;
	padding-top: 10px;
	width: 600px;
	float: left;
}
.myinfo .label{
	float: left;
	width: 130px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-right: 10px;
}
.myinfo .form{
	float: right;
	width: 460px;
	text-align: left;
}
/*-------------------------------------------------
						session manual section
-------------------------------------------------*/

#sessionmanual_section{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#sessionmanual_section .copy{
	font-size: 12px;
	line-height: 18px;
}
#sessionmanual_section .version{
	color:#666666;
	font-size: 11px;
	line-height: 14px;
}
/*-------------------------------------------------
						tool section
-------------------------------------------------*/

#tool_section{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#tool_section .title{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-image: url(../images/dottedline_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin: 0px;
	padding-bottom: 20px;
	position: relative;
}
#tool_section .copy{
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
}
#tool_section .version{
	color:#666666;
	font-size: 11px;
	line-height: 14px;
}
.website_button{
	position: relative;
	display: block;
	width: 700px;
	float: left;
	padding-bottom: 20px;
}
.website_button .button{
	float: left;
	width: 160px;
	padding-right: 10px;
}
.website_button .code{
	float: right;
	width: 530px;
	text-align: left;
}
/*-------------------------------------------------
						test section
-------------------------------------------------*/

#test_section{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.test_table{
	border-collapse:collapse;
	background-color: #FFFFFF;
	line-height: 18px;
	margin-bottom: 20px;
}

#test_section .pass{
	font-weight: bold;
	color: #009900;
}
#test_section .retake{
	font-weight: bold;
	color: #CC0000;
}
#test_section .test_title{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#test_section .language{
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
#test_section .skill{
padding-left:20px;
}
.timing{
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	float: right;
	width: auto;
}
.timing span{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
#test_box{
	width:75%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
}
.test_question{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
	margin: 0px;
}
.test_answers{
	font-size: 12px;
}
.test_answers span{
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
/*-------------------------------------------------
						community section
-------------------------------------------------*/

#community_section{
	position: relative;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 810px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
#community_section .title{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	background-image: url(../images/dottedline_h.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
	margin: 0px;
	padding-bottom: 20px;
	position: relative;
}
#community_section .copy{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.community_title{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 10px;
}
