/* CSS Document */
body {
	margin: 2px 15px 8px 15px;
	background-color: #000;
	background: #000 url(images/background.jpg) repeat;
	font-family: Arial;
	font-size: 80%;
	color: #eee;
	text-align:center;
}

.bodypopup {
	margin-top:0px;
	background-color: #000;
	background: #000 url(images/background.jpg) repeat;
	font-family: Arial;
	font-size: 80%;
	color: #eee;
	text-align:left;
}

/* @group Header */
.header {
	width: 818px;
	margin: 0px auto;
	height:261px;
	/*background: url(images/header_base.png);*/
}

.headersubpage {
	width: 818px;
	margin: 0px auto;
	height:115px;
	/*background: url(images/header_base.png); */
}

.headercontent {
	width: 780px;
	height:100%;
	padding: 0px 19px 0px 19px;
	font-family:Arial;
}

.headersubcontent {
	width: 780px;
	height:115px;
	padding: 0px 19px 0px 19px;
	font-family:Arial;
}

/* @group Container */
.container {
	width: 818px;
	margin: 0px auto;
	height:100%;
	/*background: url(images/container_bg.png) repeat;*/
}

.containercontent {
	width: 780px;
	height:100%;
	padding: 0px 19px 0px 19px;
	font-family:Arial;
}

/* @group loginquickaccessbar */
.loginquickacessbar {
	background-color:#585858;
	height:28px;
	width:780px;
	font-family:Arial;
	position:relative;
}

/* @group loginbar content */
.loginbarcontent {
	padding-left:10px;
	padding-top: 7px;
	width:46px;
	float:left;
}

.logintxtbox {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	width:104px;
	height:16px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #8f7f5e;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.logintxtbox-on {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	width:104px;
	height:16px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.loginidbox {
	width:115px; 
	padding-top:0.27em;
	float:left;
}

/* login font style */
.logintxtfont {
	font-family:Arial;
	color:#FFFFFF;
	font-size: 11px;
}

/* @group passwordbar content */
.passwordbarcontent {
	padding-top: 7px;
	width:58px;
	float:left;
}

.passwordtxtbox {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	width:104px;
	height:16px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #8f7f5e;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.passwordtxtbox-on {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	width:104px;
	height:16px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.passwordbox {
	width:115px; 
	padding-top:0.27em;
	float:left;
}

/* @group Gobutton content */
.gobuttoncontent {
	padding-top:4px;
	width:34px;
	float:left;
}

.gobuttonbox {
	background:url(images/go_button.jpg) no-repeat;
	height:20px;
	width:27px;
	cursor:pointer;
}

/* @group invalid id/password content */
.invalidlogincontent {
	padding-top:5px;
	width:155px;
	float:left;
	font-family:Arial;
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
	margin-top:0px; 
	margin-left:-0px;
}

.loginidtext{
	font-family:Arial;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

/* @group Edit Profile button content */
.profilecontent {
	padding-top:4px;
	padding-left:4px;
	width:124px;
	float:left;
}

.profilebuttonbox {
	background:url(images/profile_button.jpg) no-repeat;
	height:20px;
	width:124px;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	color:#330033;
}

/* @group adminpanel button content */
.adminpanelcontent {
	padding-top:4px;
	padding-left:4px;
	width:124px;
	float:left;
}

.adminpanelbuttonbox {
	background:url(images/adminpanel_button.jpg) no-repeat;
	height:20px;
	width:124px;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	color:#330033;
}

/* @group coypanel button content */
.coypanelcontent {
	padding-top:4px;
	padding-left:4px;
	width:124px;
	float:left;
}

.coypanelbuttonbox {
	background:url(images/coypanel_button.jpg) no-repeat;
	height:20px;
	width:124px;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	color:#330033;
}

/* @group Log Out button content */
.logoutcontent {
	padding-top:4px;
	padding-left:4px;
	width:88px;
	float:left;
}

.logoutbuttonbox {
	background:url(images/logout_button.jpg) no-repeat;
	height:20px;
	width:84px;
	cursor:pointer;
}

/* @group Log Out button content */
.logincontent {
	padding-top:4px;
	padding-left:4px;
	width:149px;
	float:left;
}

.loginbuttonbox {
	background:url(images/login_button.jpg) no-repeat;
	height:20px;
	width:84px;
	cursor:pointer;
}

/* @group Log Out success content */
.logoutsuccesscontent {
	padding-left:10px;
	padding-top: 7px;
	width:325px;
	float:left;
}

/* @group Invalid ID/Password content */
.invalidcontent {
	padding-left:10px;
	padding-top: 5px;
	width:125px;
	float:left;
}

/* @group welcome user content */
.welcomeusercontent {
	padding-left:10px;
	padding-top: 7px;
	width:auto;
	float:left;
}

/* @group quickaccessbox */
.quickaccessbox {
	width:247px;
	float:right;
}
.quickaccessfield {
	width:115px; 
	padding-top:4px;
	float:right;
	padding-right:51px;
	padding-left:4px;
}

.quickaccesscontent {
	padding-left:20px;
	padding-top: 7px;
	width:57px;
	float:left;
	background-color:
}

/* @group quickaccessdropbox */
.quickaccessdropbox {
	width:159px;
	height:20px;
	font-family:Arial;
	font-size:11px;
	vertical-align:middle;
	color:#6a5b49;
	font-weight:800;
}

/* @group quickaccessdropbox */
.quickaccessdropbox-on {
	width:259px;
	height:20px;
	font-family:Arial;
	font-size:11px;
	vertical-align:middle;
	color:#6a5b49;
	font-weight:800;
}

/* @group maincontent */
.maincontent {
	background-color:#fcfdc1;
	height:100%;
	width:780px;
	font-family:Arial;
	float:left;
}
.maincontent2 {
	background-color:#fcfdc1;
	height:100%;
	width:780px;
	font-family:Arial;

}
/* @group maincontent-buildknowledge */
.maincontent-buildknowledge {
	background:url(images/buildknowledge_back.jpg) no-repeat;
	background-color:#transparent;
	height:100%;
	width:780px;
	font-family:Arial;
	float:left;
}


/* @group maincontent-buildcareers */
.maincontent-buildcareers {
	background:url(images/buildcareers_back.jpg) no-repeat;
	background-color:#transparent;
	height:100%;
	width:780px;
	font-family:Arial;
	float:left;
}

/* @group maincontent-buildjobs */
.maincontent-buildjobs {
	background:url(images/buildjobs_back.jpg) repeat;
	background-color:#c0d683;
	height:100%;
	width:780px;
	font-family:Arial;
	float:left;
}

/* @group leftmenu */
.leftmenu {
	background-color:transparent;
	width:188px;
	font-family:Arial;
	float:left;
	padding-bottom:15px;
}

/* @group contentbox */
.contentbox {
	width:582px;
	height:100%;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

/* @group writeupcontentbox */
.writeupcontentbox {
	width:550px;
	height:100%;
	padding-top:0px;
	padding-left:0px;
	padding-right:5px;
}
.writeupcontentbox2 {
	width:780px;
	height:100%;
	padding-top:0px;
	padding-left:0px;
	padding-right:5px;
}




/* @group bluetablink */
a.footertablink:link
{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

a.footertablink:visited
{
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}

a.footertablink:hover
{
	font-family:Arial;
	font-size:10x;
	color:#FFFF00;
	font-weight:normal;
	text-decoration:underline;
}

/* @group bluetablink */
a.bluetablink:link
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.bluetablink:visited
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.bluetablink:hover
{
	font-family:Arial;
	font-size:11x;
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
}

.bluetablink-on
{
	font-family:Arial;
	font-size:11px;
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
	position:static;
}

/* @group menuheadlink */
a.menuheadlink:link
{
	font-family:Arial;
	font-size:0.9em;
	color:#000066;
	text-decoration:none;
}

a.menuheadlink:visited
{
	font-family:Arial;
	font-size:0.9em;
	color:#000066;
	text-decoration:none;
}

a.menuheadlink:hover
{
	font-family:Arial;
	font-size:0.9em;
	color:#3399FF;
	text-decoration:none;
}

.menuheadlink-on
{
	font-family:Arial;
	font-size:0.9em;
	color:#835b49;
	font-weight:bold;
	text-decoration:none;
}

.menuheadlink-normal
{
	font-family:Arial;
	font-size:0.9em;
	color:#000066;
	text-decoration:none;
}

/* @group alertbox */
.alertbox {
	background:url(images/alertbox.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}


/* @group point1 */
.point1 {
	background:url(images/no1_trans.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

.point1-out {
	background:url(images/no1_out_trans.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

/* @group point2 */
.point2 {
	background:url(images/no2_trans.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

.point2-out {
	background:url(images/no2_out_trans.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

/* @group point3 */
.point3 {
	background:url(images/no3_trans.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

.point3-out {
	background:url(images/no3_out_trans.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

/* @group point4 */
.point4 {
	background:url(images/no4_trans.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

.point4-out {
	background:url(images/no4_out_trans.png) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

/* @group multitxtbox */
.multitxtbox {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	width:280px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #999999;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.multitxtbox-on {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	width:280px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

/* modification to multitxtbox to display scroll bar */
.multitxtboxscrbar {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	width:280px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #999999;
	color:#6a5b49;
	font-weight:800;
}

/* modification to multitxtbox-on to display scroll bar */
.multitxtboxscrbar-on {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	width:280px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	color:#6a5b49;
	font-weight:800;
}

/* @group normaltxtbox */
.normaltxtbox {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	height:16px;
	width:280px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #999999;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.normaltxtbox-on {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	height:16px;
	width:280px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

/* @group dropgenderbox */
.dropgenderbox {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	height:20px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #999999;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.dropgenderbox-on {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	height:20px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

/* @group dropbmthbox */
.dropbmthbox {
	padding-right:2px;
	padding-left:2px;
	margin-left:5px;
	margin-top:1px;
	font:11px Arial;
	height:20px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #999999;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.dropbmthbox-on {
	padding-right:2px;
	padding-left:2px;
	margin-left:5px;
	margin-top:1px;
	font:11px Arial;
	height:20px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

/* @group bdaybox */
.bdaybox {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	height:16px;
	width:40px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #999999;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.bdaybox-on {
	padding-right:2px;
	padding-left:2px;
	font:11px Arial;
	height:16px;
	width:40px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

/* @group byearbox */
.byearbox {
	padding-right:2px;
	padding-left:2px;
	margin-left:5px;
	font:11px Arial;
	height:16px;
	width:55px;
	line-height:1.4em;
	background:#f4fcf9;
	border: 1px solid #999999;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

.byearbox-on {
	padding-right:2px;
	padding-left:2px;
	margin-left:5px;
	font:11px Arial;
	height:16px;
	width:55px;
	line-height:1.4em;
	background:#FFFFCC;
	border: 1px solid #FFCC00;
	overflow:hidden;
	color:#6a5b49;
	font-weight:800;
}

/* @group contentheadingfont */
.contentheadingfont {
	color: #660066;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}

/* @group contentheadingfont */
.contentsubheadingfont {
	color: #c28400;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}
.contentsubheadingfont2{
	color: #c28400;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

/* @group contentsmallheadingfont */
.contentsmallheadingfont {
	color: #333333;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.contentsmallheadingredfont {
	color: #992a24;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

a.contentsmallheadingredlink:link
{
	color: #992a24;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a.contentsmallheadingredlink:visited
{
	color: #992a24;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

a.contentsmallheadingredlink:hover
{
	color: #992a24;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
}

a.contentsmallheadingredlink2:link
{
	color: #992a24;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a.contentsmallheadingredlink2:visited
{
	color: #992a24;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a.contentsmallheadingredlink2:hover
{
	color: #992a24;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

/* @group contentnormalfont */
.contentnormalfont {
	color:#333333;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
}
.contentnormalfont2 {
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}
.contentnormalfont3 {
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
}
.tgccontentwithtypoi {
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:white; 
	margin-left:20px; 
	width:370px; 
	float:left;
	margin-top:270px;
	text-align:justify;
}
.contentnormalredfont {
	color: #992a24;
	font-family:Comic Sans MS;
	font-size:11px;
	font-weight:normal;
}

.contentnormalerrorredfont {
	color:#FF0000;
	font-family:Comic Sans MS;
	font-size:11px;
	font-weight:normal;
}

/* @group jobsearchsmallheadingfont */
.jobsearchsmallheadingfont {
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.jobsearchsmalltitlefont {
	color:#0033CC;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.jobsearchsmallnormalfont {
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

/* @group centercontent */
.centercontent {
	background-color:transparent;
	height:100%;
	width:592px;
	padding-bottom:15px;
	font-family:Arial;
	float:right;
}

/* @group buildcareersbox */
.buildcareersbox {
	background-color:#fcfdc1;
	height:163px;
	width:585px;
	margin-left:2px;
	font-family:Arial;
}

/* @group search-panel */
.search_top
{/* top border */
background:url(images/search_frame_top.png) no-repeat; height:8px; width:480px; padding-left:10px; padding-bottom:0px; padding-top:0px; float: left;
}
.search_middle
{/* middle borders */
float:left; background:url(images/div_frame_mid.jpg) repeat-y; width:480px; padding-left:10px; padding-bottom:0px; padding-top:0px; padding-right: 10px;
}
.search_bottom
{/* bottom border */
background:url(images/search_frame_btm.png) no-repeat; height:7px; width:480px; padding-left:10px; padding-bottom:0px; padding-top:0px; margin-left:50px; float: left;
}

.search_bottom2
{/* bottom border */
background:url(images/search_frame_btm.png) no-repeat; height:7px; width:480px; padding-left:10px; padding-bottom:0px; padding-top:0px; margin-left:0px; float: left;
}

/* @group searchregisterbox */
.searchregisterbox {
	background:url(images/search_register.jpg) no-repeat;
	background-color:#fcfdc1;
	height:72px;
	width:592px;
	margin-top:5px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.searchregisterboxtable {
	padding-top:8px;
	padding-left:40px;
}

/* @group searchregisterfont */
.searchregisterfont {
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
}

/* @group specialfeaturebox */
.specialfeaturebox {
	background:url(images/special_feature_bg2.jpg) no-repeat;
	background-color:#fcfdc1;
	width: 187px;
	height: 460px;
	font-family: Arial;
}

.specialfeaturecontentheading {
	padding-top:16px;
	padding-left:70px;
}

/* @group specialfeaturecontentheadingfont */
.specialfeaturecontentheadingfont {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.specialfeaturecontenttitle {
	padding-top:21px;
	padding-left:20px;
}

.specialfeaturecontenttitle2 {
	padding-left:20px;
}

/* @group specialfeaturecontenttitlefont */
.specialfeaturecontenttitlefont {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

/* @group specialfeaturepicbox */
.specialfeaturepicbox {
	padding-top:5px;
	padding-left:11px;
	float:left;
	width:60px;
	height:60px;
}

/* @group specialfeaturedescbox */
.specialfeaturedescbox {
	padding-top:5px;
	padding-right:0px;
	line-height:0.85em;
	float:left;
	width:102px;
	height:110px;
	padding-bottom:3px;
}

/* @group featuredescfont */
.specialfeaturedescfont {
	line-height:11px;
	font-family:Arial;
	font-size:9px;
	font-weight:500;
	color:#333333;
}

/* @group featuredesclink */
a.featuredesclink:link
{
	font-family:Arial;
	font-size:0.8em;
	color:#003399;
	text-decoration:none;
}

a.featuredesclink:visited
{
	font-family:Arial;
	font-size:0.8em;
	color:#003399;
	text-decoration:none;
}

a.featuredesclink:hover
{
	font-family:Arial;
	font-size:0.8em;
	color:#3399FF;
	text-decoration:none;
}

a.featuredesclink2:link
{
	font-family:Arial;
	font-size:9px;
	color:#003399;
	text-decoration:none;
}

a.featuredesclink2:visited
{
	font-family:Arial;
	font-size:9px;
	color:#003399;
	text-decoration:none;
}

a.featuredesclink2:hover
{
	font-family:Arial;
	font-size:9px;
	color:#3399FF;
	text-decoration:none;
}

/* @group latestjobbox */
.latestjobbox {
	width:572px;
	height:121px;
	padding-top:13px;
	padding-left:11px;
	font-family:Arial;
	color:#012518;
}

/* @group morejobbox */
.morejobbox {
	height:20px;
	width:592px;
	font-family:Arial;
}

.morejobcontent {
	padding-right:35px;
	font-family:Arial;
}

/* @group morejoblink */
a.morejoblink:link
{
	font-family:Arial;
	font-size:11px;
	color:#003399;
	text-decoration:none;
}

a.morejoblink:visited
{
	font-family:Arial;
	font-size:11px;
	color:#003399;
	text-decoration:none;
}

a.morejoblink:hover
{
	font-family:Arial;
	font-size:11px;
	color:#3399FF;
	text-decoration:none;
}

/* @group submitbutton */
.submitbutton {
	background:url(images/submit_btn.jpg) no-repeat;
	background-color:#fcfdc1; 
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	width:100px; 
	height:25px;
	border:0;
}

.submitbutton-on {
	background:url(images/submit_btn.jpg) no-repeat;
	background-color:#fcfdc1; 
	font-family:Arial;
	font-weight:bold;
	color:#FFFF00;
	width:100px; 
	height:25px;
	border:0;
	cursor:pointer;
}

/* @group submitbutton */
.exportbutton {
	background:url(images/export.jpg) no-repeat;
	background-color:#fcfdc1; 
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	width:100px; 
	height:25px;
	border:0;
}

.exportbutton-on {
	background:url(images/export-on.jpg) no-repeat;
	background-color:#fcfdc1; 
	font-family:Arial;
	font-weight:bold;
	color:#FFFF00;
	width:100px; 
	height:25px;
	border:0;
	cursor:pointer;
}

/* @group resetbutton */
.resetbutton {
	background:url(images/reset_btn.jpg) no-repeat;
	background-color:#fcfdc1;
	font-family:Arial;
	font-weight:bold;
	color:#FFFFFF;
	width:100px; 
	height:25px;
	border:0;
}

.resetbutton-on {
	background:url(images/reset_btn.jpg) no-repeat;
	background-color:#fcfdc1; 
	font-family:Arial;
	font-weight:bold;
	color:#FFFF00;
	width:100px; 
	height:25px;
	border:0;
	cursor:pointer;
}

/* @group searchbutton */
.searchbutton {
	background:url(images/search_btn.jpg) no-repeat;
	background-color:#fcfdc1; 
	width:100px; 
	height:25px;
	border:0;
}

.searchbutton-on {
	background:url(images/search_btn_on.jpg) no-repeat;
	background-color:#fcfdc1; 
	width:100px; 
	height:25px;
	border:0;
	cursor:pointer;
}

/* @group allbutton */
.allbutton {
	background:url(images/viewalljob_btn.png) no-repeat;
	background-color:#fcfdc1; 
	width:89px; 
	height:20px;
	border:0;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.allbutton-on {
	background:url(images/viewalljob_btn.png) no-repeat;
	background-color:#fcfdc1; 
	width:89px; 
	height:20px;
	border:0;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFF00;
}

/* @group quicknewsbox */
.quicknewsbox {
	background-color:#fcfdc1; 
	width:592px; 
	height:123px;
}

.quicknewsbg {
	background:url(images/quicknews_bg.jpg) no-repeat;
	width:587px; 
	height:123px;
}

.quicknewscontent {
	padding-top:18px;
	padding-left:33px;
	width:549px;
}

/* @group quicknewstitlefont */
.quicknewstitlefont {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

/* @group quicknewsdescfont */
.quicknewsdescfont {
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}

/* @group quicknewspicbox */
.quicknewspicbox {
	float:left;
	width:82px;
	height:82px;
}

/* @group quicknewsdescbox */
.quicknewsdescbox {
	float:left;
	width:180px;
	height:82px;
	padding-left:5px;
	padding-right:5px;
}

/* @group quicknewsspacebox */
.quicknewsspacebox {
	float:right;
	width:25px;
	height:82px;
}

/* @group menutopbox */
.menutopbox {
	background:url(images/menu_top_trans.gif) no-repeat;
	background-color:#transparent; 
	height:6px; 
	width:188px;
}

/* @group menubgbox */
.menubgbox {
	background:url(images/menu_bg_trans.png) no-repeat;
	background-color:#transparent; 
	height:247px; 
	width:188px;
}

/* @group menulistbox */
.homemenubox {
	background:url(images/home_menu_bg_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.homemenubox-on {
	background:url(images/home_menu_bg_on_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildcareersmenubox {
	background:url(images/b_careers_menu_bg_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildcareersmenubox-on {
	background:url(images/b_careers_menu_bg_on_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildjobsmenubox {
	background:url(images/b_jobs_menu_bg_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildjobsmenubox-on {
	background:url(images/b_jobs_menu_bg_on_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildknowledgemenubox {
	background:url(images/b_knowledge_menu_bg_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildknowledgemenubox-on {
	background:url(images/b_knowledge_menu_bg_on_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildsearchmenubox {
	background:url(images/b_search_menu_bg_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildsearchmenubox-on {
	background:url(images/b_search_menu_bg_on_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildnewsmenubox {
	background:url(images/b_news_menu_bg_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildnewsmenubox-on {
	background:url(images/b_news_menu_bg_on_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildusefulmenubox {
	background:url(images/b_useful_menu_bg_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildusefulmenubox-on {
	background:url(images/b_useful_menu_bg_on_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildfeedbackmenubox {
	background:url(images/b_feedback_menu_bg_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

.buildfeedbackmenubox-on {
	background:url(images/b_feedback_menu_bg_on_trans.gif) no-repeat;
	background-color:#transparent; 
	height:27px; 
	width:188px;
}

/* @group minicalendar */
.minicalendartitle {
	padding-left:13px;
	padding-top:3px;
	width:50px;
	height:10px;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.minicalendardate {
	padding-left:13px;
	padding-top:10px;
	width:50px;
	height:30px;
	font-family:Arial;
	font-size:21px;
	color:#0d36c6;
	font-weight:bold;
}

.minicalendardate-purple {
	padding-left:13px;
	padding-top:10px;
	width:50px;
	height:30px;
	font-family:Arial;
	font-size:21px;
	color:#8b297c;
	font-weight:bold;
}

.minicalendardate-green {
	padding-left:13px;
	padding-top:10px;
	width:50px;
	height:30px;
	font-family:Arial;
	font-size:21px;
	color:#305c09;
	font-weight:bold;
}

.minicalendarblue {
	background:url(images/minicalendar.jpg) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

.minicalendarpurple {
	background:url(images/minicalendar_p.jpg) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

.minicalendargreen {
	background:url(images/minicalendar_g.jpg) no-repeat;
	height:50px;
	width:50px;
	float:left;
}

/* @group calendarbox */
.calendarbg {
	padding-left:1px;
	padding-top:1px;
	background:url(images/calendarbg_blue.jpg) no-repeat;
	height:151px;
	width:172px;
}

.calendarbg-purple {
	padding-left:1px;
	padding-top:1px;
	background:url(images/calendarbg_purple.jpg) no-repeat;
	height:151px;
	width:172px;
}

.calendarbg-green {
	padding-left:1px;
	padding-top:1px;
	background:url(images/calendarbg_green.jpg) no-repeat;
	height:151px;
	width:172px;
}

.calendarbox {
	background-color:#faf8f8;
	font-size: 11px;
	font-family:Arial;
	border:0 !important;
	width:170px;
}

.calendartitle {
	background:url(images/calendarhead_blue.jpg) no-repeat;
	background-color:#faf8f8 !important;
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	border:0 !important;
	height:34px; 
	padding:0px;
	width:170px;
}

.calendartitle-purple {
	background:url(images/calendarhead_purple.jpg) no-repeat;
	background-color:#faf8f8 !important;
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	border:0 !important;
	height:34px; 
	padding:0px;
	width:170px;
}

.calendartitle-green {
	background:url(images/calendarhead_green.jpg) no-repeat;
	background-color:#faf8f8 !important;
	font-size: 12px;
	font-family:Arial;
	font-weight:bold;
	border:0 !important;
	height:34px; 
	padding:0px;
	width:170px;
}

.calendarday {
	background-color:#faf8f8;
	font-size: 11px;
	font-family:Arial;
	color:#666600;
	border:0px;
	height:15px; 
	padding:0px;
	width:170px;
}

.calendarindividualday {
	background-color:#faf8f8;
	font-size: 11px;
	font-family:Arial;
	color:#666600;
	border:0px;
	height:16px; 
	padding:0px;
	width:170px;
}

#calendarindividualday a {
	color:#0033FF;
}

/* @group dropdownmenubox */
.dropdownmenubox {
	background:url(images/b_submenu_bg.jpg) no-repeat;
	background-color:#transparent; 
	height:26px; 
	width:188px;
}

/* @group dropdownmenubox-register */
.dropdownmenubox-register {
	background:url(images/b_submenu_bg.jpg) no-repeat;
	background-color:#transparent; 
	height:26px; 
	width:108px; 
	margin-top:0px; 
	margin-left:2px;
	margin-bottom: 0px;
}


.spacermenubox {
	background:url(images/bottomshadow.jpg) no-repeat;
	background-color:#606060;  
	width:188px;
}

.spacermenubox-register {
	background:url(images/bottomshadow.jpg) no-repeat;
	background-color:#606060;  
	width:106px; 
	margin-top:0px; 
	margin-left:42px; 
	height:4px;
	margin-bottom: 0px;
}

/* @group dropdownmenubox2 */
.dropdownmenubox2 {
	background:url(images/b_bc_submenu_bg_trans.gif);
	background-color:#transparent;
	width:198px; 
	margin-top:0px; 
	margin-left:40px;
	margin-bottom: 0px;
	height:30px; 
}

.spacermenubox2 {
	margin-left:42px; 
}

/* @group dropdownmenubox3 */
.dropdownmenubox3 {
	background:url(images/b_bc_submenu_bg_trans3.gif);
	background-color:#transparent;
	width:168px; 
	margin-top:0px; 
	margin-left:56px;
	margin-bottom: 0px;
	height:30px; 
}

/* @group dropdownmenubox4 */
.dropdownmenubox4 {
	background:url(images/b_bc_submenu_bg_trans4.gif);
	background-color:#transparent;
	width:148px; 
	margin-top:0px; 
	margin-left:56px;
	margin-bottom: 0px;
	height:30px; 
}

/* @group dropdownmenubox5 */
.dropdownmenubox5 {
	background:url(images/b_bc_submenu_bg_trans5.gif);
	background-color:#transparent;
	width:190px; 
	margin-top:0px; 
	margin-left:56px;
	margin-bottom: 0px;
	height:30px; 
}


/* @group dropdownmenubox6 */
.dropdownmenubox6 {
	background:url(images/b_bc_submenu_bg_trans6.gif);
	background-color:#transparent;
	width:180px; 
	margin-top:0px; 
	margin-left:56px;
	margin-bottom: 0px;
	height:30px; 
}

/* @group dropdownmenubox7 */
.dropdownmenubox7 {
	background:url(images/b_bc_submenu_bg_trans.gif);
	background-color:#transparent;
	width:198px; 
	margin-top:0px; 
	margin-left:56px;
	margin-bottom: 0px;
	height:30px; 
}


/* @group menulistbox font on */
.menuliston {
	fowidth: 11em;
	w\idth : 10em;
	display : block;
	font-family:Arial;
	font-style:italic;
	font-size:11px;
	text-decoration : none;
	background-color : none;
	border : 0px solid black;
	padding : 0 0.5em;
	color:yellow;
	padding-left:55px;
	padding-top:5px;
}

/* @group Footer */
.footer {
	width: 818px;
	margin: 0px auto;
	height:89px;
	/*background: url(images/footer_bg.png) no-repeat;*/
	
}

.footercontent {
	width: 780px;
	height:100%;
	padding: 0px 19px 0px 19px;
	font-family:Arial;
	text-align:center;
}

.footerbg {
	/*background:url(images/footer_img.jpg) no-repeat;*/
	height:69px;
	width:780px;
}

/* @group copyrights */
.copyrightcontents {
	width:780px;
	float:left; 
	padding-top:10px;
}

.copyrightfont {
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
}


/* Vertical menus css just incase */
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 188px;
		position:absolute;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
	z-index: 1000;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.65em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 11em;
	w\idth : 15em;
	display : block;
	color : white;
	font-family:Arial;
	font-style:italic;
	font-size:11px;
	text-decoration : none;
	background-color : none;
	border : 0px solid black;
	padding : 0 0.5em;
}

#nav li a:hover {
	color : yellow;
	background-color : none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* IE7 fixed for dropdownmenu stick */
#nav li:hover, #nav li.hover {
    position: static;
}

/* Horizontal menu */
#navH, #navH ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navH a {
	display: block;
	width: 10em;
}

#navH li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#navH li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navH li:hover ul, #navH li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* IE7 fixed for dropdownmenu stick */
#navH li:hover, #navH li.hover {
    position: static;
	background-color:#659cec; 
}

/* @group forms-panel */
.formPanel_top
{/* top border */
background:url(images/div_frame_top.jpg) no-repeat; height:8px; width:480px; padding-left:10px; padding-bottom:0px; padding-top:0px; float: left;
}

.formPanel_top2
{/* top border */
background:url(images/div_frame_top2.jpg) no-repeat; height:8px; width:720px; padding-left:10px; padding-bottom:0px; padding-top:0px; float: left;
}

.formPanel_middle 
{/* middle borders */
float:left; background:url(images/div_frame_mid.jpg) repeat-y; width:480px; padding-left:10px; padding-bottom:0px; padding-top:0px; padding-right: 10px;
}

.formPanel_middle2 
{/* middle borders */
float:left; background:url(images/div_frame_mid2.jpg) repeat-y; width:720px; padding-left:10px; padding-bottom:0px; padding-top:0px; padding-right: 10px; padding-left:30px;
}

.formPanel_bottom
{/* bottom border */
background:url(images/div_frame_btm.jpg) no-repeat; height:7px; width:480px; padding-left:10px; padding-bottom:0px; padding-top:0px; margin-left:50px; float: left;
}
.formPanel_bottom2
{/* bottom border */
background:url(images/div_frame_btm2.jpg) no-repeat; height:7px; width:720px; padding-left:10px; padding-bottom:0px; padding-top:0px; float: left;
}

/* @group forms-panel-long */
.formPanel_top_long
{/* top border */
background:url(images/div_frame_top_long.jpg) no-repeat; height:8px; width:520px; padding-left:10px; padding-bottom:0px; padding-top:0px; float: left;
}

.formPanel_middle_long
{/* middle borders */
float:left; background:url(images/div_frame_mid_long.jpg) repeat-y; width:520px; padding-left:10px; padding-bottom:0px; padding-top:0px; padding-right: 10px;
}
.formPanel_bottom_long
{/* bottom border */
background:url(images/div_frame_btm_long.jpg) no-repeat; height:7px; width:520px; padding-left:10px; padding-bottom:0px; padding-top:0px; margin-left:50px; float: left;
}

.newscontenttopbox
{
	float:left; 
	width:480px; 
	height:9px; 
	padding-top:0px; 
	background:url(images/newsinfo_top_trans.gif) no-repeat;
}

.simplesearchtitletop
{
	float:left; width:524px; height:17px; padding-left:10px; background:url(images/searchinfo_top_tab.png) no-repeat;
}

.simplesearchtop
{
	float:left; width:524px; height:5px; padding-top:0px; background:url(images/searchinfo_top2.png) no-repeat;
}

.simplesearchcontenttop
{
	float:left; width:524px; height:9px; padding-top:0px; background:url(images/searchinfo_top.png) no-repeat;
}

.advsearchtop
{
	float:left; width:524px; height:5px; padding-top:0px; background:url(images/searchinfo_top2.png) no-repeat;
}

.advsearchtitletop
{
	float:left; width:524px; height:17px; padding-left:10px; background:url(images/searchinfo_top_tab.png) no-repeat;
}

.managerfieldbox
{
	float:left; margin-top:4px; margin-left:150px;
}

/*quicklink access drop down items */
.quicklinkitem
{
	width:300px; 
	background-color:#88c1f7; 
}
.quicklinkitem-on
{
	width:300px; 
	background-color:#659cec; 
}

/* @group quicklinkitemlink */
a.quicklinkitemlink:link
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.quicklinkitemlink:visited
{
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.quicklinkitemlink:hover
{
	font-family:Arial;
	font-size:11x;
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
}

/* Panel png */
.admincoyprofilebg{ background:url(images/coyprofilebg.png) no-repeat; vertical-align:top; }
.coyprofilebg{ background:url(images/coyprofilebg.png) no-repeat; vertical-align:top; }
.jobseekerprofilebg{ background:url(images/profilebg.png) no-repeat; vertical-align:top; }

.contentsmallheadingfontsp {
	color: #333333;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
}

.searchapphistorytop { float:left; width:524px; height:9px; margin-left:15px; background:url(images/searchinfo_top.png) no-repeat;}

.searchapphistorytop2 { float:left; width:500px; height:12px; background:url(images/applyhistory_top.jpg) no-repeat; }


/*Build Knowledge*/
.menuColor{color:#992a24; font-size:13px; font-family:Arial;text-decoration: none;font-weight:bold; cursor:hand;}

.menuColor A:LINK{color:#992a24; font-size:13px; font-family:Arial; text-decoration:none; text-decoration: none;font-weight:bold;cursor:hand;}

.menuColor A:VISITED{color:#992a24; font-size:13px; font-family:Arial; text-decoration:none; text-decoration: none;font-weight:bold;cursor:hand; }

.menuColor A:HOVER{color:#992a24; font-size:13px; font-family:Arial; text-decoration:none; text-decoration: none;font-weight:bold;cursor:hand;}



.tokchuationgdiv {
width:240px; float:left; margin-top:3px; margin-left:50px; text-align:justify; font-family:Comic Sans MS;
}

.limkayhuaydiv {
width:370px; float:left; margin-left:0px; text-align:justify; font-family:Comic Sans MS;
}

.eugendiv {
width:370px; float:left; margin-left:0px; text-align:justify; font-family:Comic Sans MS;
}

.colintandiv {
width:271px; float:left; margin-left:9px; margin-top:0px; text-align:justify; font-family:Comic Sans MS;
}

.tohhanlindiv {
width:260px; margin-left:0px; margin-top:0px; text-align:justify;
}


.kennethdiv {
width:260px; float:left; margin-left:15px; margin-top:0px; text-align:justify; font-family:Comic Sans MS;
}

.szuehanndiv {
margin-left:-2px; float:left; text-align:justify; font-family:Comic Sans MS; line-height:16px;
}

.disclaimerstyle3
{
	height: 37px;
}

.disclaimerstyle
{
	margin-left:10px; margin-top:5px;
}

.disclaimertable
{
	background:url(images/disclaimer_bg.png) no-repeat; vertical-align:top; margin-left:25px; height:1535px;
}

/*Content Styling for Htin, NSL, TGC*/
.tgccontentwithtypoi {
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:white; 
	margin-left:20px; 
	width:350px; 
	float:left;
	margin-top:250px;
	text-align:justify;
}
.tgccontentcivil
{
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	margin-left:53px; 
	width:280px;
	margin-top:218px;
	float:left;
}
.tgccontentcurrently{
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:white;
	margin-left:27px;
	margin-top:28px; 
	width:360px;
	float:left;
	text-align:justify;
	
}
.tgccontentnooffice{
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	margin-top:30px;
	margin-left:200px;
	width:145px;
	margin-bottom:40px;
	text-align:center;
	float:left;

}
.tgccontentnoofficepara{
	width:180px; 
	color:white;
	font-size:34px; 
	font-weight:bold;
}

/*Htin*/
.htinschoolmove{
margin-top:-3px;

}
.htincontentoften{
	font-family:Arial;
	margin-left:33px; 
	width:170px; 
	float:left;
	margin-top:90px;
	text-align:justify; 
	color:white;
	font-size:19px;
	font-weight:bold;

}
.htincontentmentor{
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	text-align:justify;
	margin-left:45px; 
	width:330px; 
	margin-top:30px;
	float:left;

}

.htincontenttypot{
	margin-left:250px; 
	margin-top:222px;
	color:black;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	width:310px; 
	float:left;
	text-align:justify;
}

.htincontentarchitecture{
	margin-top:465px;
	margin-left:600px; 
	width:140px;
	font-family:Arial;
	color:white;
	font-size:19px;
	font-weight:bold;

}
.htincontentthis{
	margin-left:41px; 
	width:330px;
	margin-top:30px;
	text-align:justify;
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	float:left;
}
.htincontentaung{
	font-size:28px; 
	color:#ff7200;
	margin-left:0px;
	font-family:Arial;
	font-weight:bold;
	/*padding-left:37px;*/
}
.aung1{
	padding-left:37px;
}

/*NSL*/
.nslcontentitsnot{
	font-family:Arial;
	width:230px; 
	color:white;
	font-size:26px; 
	font-weight:bold;
	margin-left:50px;
	margin-top:70px;
	float:left;
}
.nslcontentitsnotamansworld{
	font-weight:bold;
	font-size:32px;
	color:white;
	font-family:Arial;
	text-align:center;
}
.nslhead{
	margin-top:0px;
	width:310px;
	float:left;
}

.nslcontenttypod{
	font-size:13px;
	color:Black; 
	margin-left:0px;
	text-align:justify;
	font-weight:normal;
	width:300px;
	float:left;

}

.nslcontentstumbling{
	width:500px;
	margin-left:67px; 
	margin-top:25px;
	color:white;
	font-weight:bold;
	font-size:21px;
	font-family:Arial;

}
.nslcontentsowhy{

	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:white;
	margin-left:25px; 
	width:385px; 
	float:left;
	margin-top:230px;
}
.nslcontentntu{
	color:white;
	margin-left:15px; 
	width:335px; 
	float:left;
	margin-top:230px;
	margin-right:15px;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	
	}
/*
.contentnormalfont3{
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	}*/
	
/*LKH*/
.lkhcontenttypowhen{
	font-size:12px;
	font-weight:normal;
	width:300px; 
	margin-left:5px; 

	color:Black;
	font-family:arial;
	text-align:justify;

}

.lkhcontentbubble{
	width:450px;
	margin-left:120px;
	margin-top:25px;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

.lkhcontentkahhuay{
	margin-top:30px;
	color:black;
	font-family:arial;
	width:260px;
	margin-left:10px;
	float:left;
	font-size:12px;
}

.lkhcontentadvice{
	margin-top:30px;
	color:black;
	font-family:arial;
	width:260px;
	margin-left:20px;
	float:left;
	font-size:12px;
}
/*TCT*/
.tctcontentdiv{
width:270px; 
float:left; 
margin-top:3px; 
margin-left:30px; 
text-align:justify; 
font-family:Arial;
}

.tctcontentadmirable{
	margin-left:20px; 
	width:235px; 
	float:left;  
	margin-top:350px;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	

}
.tctcontentafter{
	color:white; 
	margin-left:320px;
	margin-top:20px;
	font-size:17px; 
	width: 238px;
	font-style:italic;
	font-weight:bold;
}
.tctcontenttypoi{
	margin-left:10px; 
	margin-top:10px; 
	margin-bottom:0px; 
	padding-bottom:0px;
	color:#333333;
	font-size:11px;
	font-weight:normal;
}
.tctmaincontent{
	background-color:#fcfdc1;
	height:100%;
	width:780px;
	font-family:Arial;
	float:left;
	background:url(images/BGTCT.jpg) no-repeat; background-color:#fcfdc1;height:900px;
}

/*	color:#333333;
	font-size:11px;
	font-weight:normal;*/


/* BensonWee*/

.bwcontentwithtypot {
	color:#333333;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:white; 
	margin-left:20px; 
	width:360px; 
	float:left;
	margin-top:40px;
	text-align:justify;
}
.bwcontentbubblei
{
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	margin-left:370px; 
	width:380px;
	margin-top:125px;
	float:left;
}
.bwcontentnow{
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	color:white;
	margin-left:20px;
	margin-top:40px; 
	width:360px;
	float:left;
	text-align:justify;
	
}

.writeupcontentbox3 {
	width:770px;
	height:0%;
	padding-top:0px;
	padding-left:0px;
	padding-right:5px;
	z-index:-1;
}


/*AKH*/
.akhcontenttypoi{
	font-size:12px;
	font-weight:normal;
	width:380px; 
	float:left; 
	margin-left:5px; 
	margin-top:60px; 
	color:white;
	font-family:arial;
	text-align:justify;

}

.akhcontentbubble{
	width:260px;
	margin-left:300px;
	margin-top:250px;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

.akhcontentkaihui{
	margin-top:40px;
	color:white;
	font-family:arial;
	width:360px;
	margin-left:20px;
	float:left;
	font-size:12px;
	text-align:justify;
}

.akhcontentasked{
	margin-top:40px;
	color:white;
	font-family:arial;
	width:360px;
	margin-left:20px;
	float:left;
	font-size:12px;
	text-align:justify;
}

.akhcontentheader{
	font-size:28px; 
	color:white;
	margin-left:0px;
	font-family:Arial;
	font-weight:bold;
	/*padding-left:37px;*/}

/*	color:#333333;
	font-size:11px;
	font-weight:normal;*/


/*Daljit*/

.dalcontentwithtypof {
	color:#333333;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:black; 
	margin-left:40px; 
	width:340px; 
	float:left;
	margin-top:421px;
	text-align:justify;
	margin-bottom:40px;
}

.dalfor{
margin-left:45px;
}

.dalcontentbubble
{
	color:black;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	margin-left:20px; 
	width:300px;
	margin-top:205px;
	float:left;
}
.dalcontentdal{
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:black;
	margin-left:20px;
	margin-top:25px; 
	width:350px;
	float:left;
	text-align:justify;
	
	
}
.writeupcontentbox4 {
	width:780px;
	height:100%;
	padding-top:0px;
	padding-left:0px;
	padding-right:5px;
}

.maincontent2 {
	background-color:#fcfdc1;
	height:100%;
	width:780px;
	font-family:Arial;
	float:left;

}

.containercontent2 {
	width: 780px;
	height:100%;
	padding: 0px 19px 0px 19px;
	font-family:Arial;
	
}

/*Yeo Siew Nguang*/

.ysncontentmain{

margin-left:40px;
margin-top:150px;
width:365px;
text-align:justify;
font-family:Arial;
font-weight:bold;
}

.ysnspanbeing{

color:#bcff7a;

}

/*Tan Teo Joo*/

.ttjcontentfrom{
margin-left:13px;
margin-top:5px;
width:415px;
text-align:justify;
font-family:Arial;
color:black;
font-size:12px;


}

.ttjcontentwithtypoi{

margin-left:85px;
margin-top:140px;
width:455px;
text-align:justify;
font-family:Arial;
color:black;
font-size:13px;

}


/*Siew Heng*/


.shcontentwithtypow {
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:white; 
	margin-left:15px; 
	width:350px; 
	float:left;
	margin-top:46px;
	text-align:justify;
}
.shcontentinspire
{
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	margin-left:53px; 
	width:330px;
	margin-top:38px;
	float:left;
}
.shcontentalthough{
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	color:white;
	margin-left:27px;
	margin-top:28px; 
	width:360px;
	float:left;
	text-align:justify;
	
}
.shcontentbubble{
	color:#333333;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	margin-top:50px;
	margin-left:15px;
	width:145px;
	margin-bottom:40px;
	text-align:center;
	float:left;

}
.shbubblepara{
	width:270px; 
	color:white;
	font-size:22px; 
	font-weight:bold;
	text-align:justify;
	padding-bottom:35px;
	padding-left:17px;
}

.contentheadingfont3{
	font-family:Arial;
	font-size:28px; 
	color:#fffc00;
	margin-left:15px;
	font-weight:bold;
}

.contentsubheadingfont3{
	font-size:14px;
	color:#fffc00; 
	margin-left:15px; 
	font-weight:bold;
}

/*He Yun*/


.hycontentwithtypos {
	color:#7a7a7a;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	margin-left:20px; 
	width:360px; 
	float:left;
	margin-top:223px;
	text-align:justify;
}
.hycontentshe
{
	color:#7a7a7a;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	margin-left:20px; 
	width:360px;
	margin-top:223px;
	float:left;
	text-align:justify;
}

.hycontentapply{

	color:#3a3a3a;
	font-size:15px;

}

/* my last gmap */
.gmapdiv
{
	float:left; width:750px; padding-left:10px;
}
.gmapdiv2
{
	width:780px; float:left; padding-left:19px; text-align:left; padding-top:10px;
}