/*
	VNCNUS CareerHub - Job Seekers' Portal
	Designed by: Dang Vu Quang Thai
	Last modification: 22 August 2007
*/

/* START OF THE FILE */

/* General */

body {
	margin: 0 0 0 0;
	background-color: #999999;
}

pre {
	white-space: pre-wrap;	/* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	overflow: auto;
	margin: 0 0 0 0;
	font: 100% Tahoma, Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
}

table {
	border-collapse: collapse;
}

#container {
	width: 900px;
	margin: 0 auto;
	font: 100% Tahoma, Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
}

/* End of: General */

/* Header area */

#header {
	float: left;
	background-color: #000000;
	color: #ffffff;
}

#header a {
	color: #d9d65a;
	text-decoration: none;
}

#header a:hover {
	color: #d9d65a;
	text-decoration: underline;
}

#header_left {
	float: left;
	width: 510px;
	font-size: 12px;
	text-align: left;
	padding: 7px 6px 6px 6px;
}

#header_right {
	float: right;
	width: 368px;
	font-size: 11px;
	text-align: right;
	padding: 5px 5px 5px 5px;
}

/* End of: Header area */

/* Banner area */

#banner {
	float: left;
	width: 900px;
	height: 210px;
	background: url("../images/website/careerhub_banner2.jpg") no-repeat;
}

/* End of: Banner area */

/* Title bar area */

#titlebar {
	float: left;
	width: 884px;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #ffffff;
	background-color: #0047ab;
	padding: 8px 8px 8px 8px;
}

/* End of: Title bar area */

/* Navigation bar 1 area */

#navbar {
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

#navbar_left {
	float: left;
	width: 712px; 	/* previously 726px */
	text-align: left;
	padding: 8px 4px 0px 8px;
}

#navbar_right {
	float: right;
	width: 156px; 	/* previously 136px */
	text-align: right;
	padding: 8px 6px 0px 4px;
}

/* End of: Navigation bar 1 area */

/* Navigation bar 2 area */

#navbar2 {
	float: left;
	width: 870px;
	font-size: 12px;
	color: #ffffff;
	background-color: #0047ab;
	padding: 7px 15px 7px 15px;
}

#navbar2 a {
	color: #ffffff;
	text-decoration: none;
}

#navbar2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* End of: Navigation bar 2 area */

/* Body area - General */

#bodyarea_container {
	float: left;
	background-color: #ffffff;
}

/* End of: Body area - General */

/* Content Area */

#contentarea {
	float: left;
	width: 698px;
	font-size: 12px;
	text-align: left;
	padding: 16px 5px 10px 10px;
	color: #000000;
}

/* End of: Content Area */

/* Right area */

#rightarea {			
	float: right;
	width: 174px;
	font-size: 12px;
	text-align: center;
	color: #000000;
	padding: 16px 6px 10px 6px;
}

#rightarea a {
	color: #003366;
	text-decoration: none;
}

#rightarea a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* End of: Right area */

/* Footer area */

#footer {
	float: left;
	color: #ffffff;
	background-color: #000000;
}

#footer a {
	color: #d9d65a;
	text-decoration: none;
}

#footer a:hover {
	color: #d9d65a;
	text-decoration: underline;
}

#footer_left {
	float: left;
	width: 208px;
	padding: 6px 6px 6px 6px;
	font-size: 10px;
	text-align: left;
}

#footer_center {
	float: left;
	width: 448px;
	font-size: 12px;
	text-align: center;
	padding: 6px 6px 6px 6px;
}

#footer_right {
	float: left;
	width: 208px;
	font-size: 10px;
	text-align: right;
	padding: 24px 6px 6px 6px;
}

#footer_right_index {
	float: left;
	width: 208px;
	font-size: 10px;
	text-align: right;
	padding: 36px 6px 6px 6px;
}

/* End of: Footer area */

/* Navigation bar 1 menu - Main */

.ddcolortabs ul {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style:none;
}

.ddcolortabs li {
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0;
}

.ddcolortabs a {
	float: left;
	margin: 4px 6px 0px 6px;
	padding: 0px 0px 1px 3px;
	text-decoration: none;
}

.ddcolortabs a span{
	float: left;
	display: block;
	background: transparent url(../images/website/navbar/color_tabs_right.gif) no-repeat right top;
	padding: 6px 9px 6px 8px;
}

.ddcolortabs a:hover{
	color: #ffffff;
	background-color: #0047ab;
	text-decoration: none;
}

.ddcolortabs a span{
	float: none;
}

.ddcolortabs_1 {
	color: #000000;
	background: #ace878 url(../images/website/navbar/color_tabs_left.gif) no-repeat left top;
}

.ddcolortabs_2 {
	color: #ffffff;
	background: #0047ab url(../images/website/navbar/color_tabs_left.gif) no-repeat left top;
}

/* End of: Navigation bar 1 menu - Main*/

/* Navigation bar 1 menu - Right */

.ddcolortabs9 ul {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style:none;
}

.ddcolortabs9 li {
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0;
}

.ddcolortabs9 a {
	float: left;
	margin: 4px 4px 0px 4px;
	padding: 0px 0px 1px 3px;
	color: #000000;
	background: #ace878 url(../images/website/navbar/color_tabs_left.gif) no-repeat left top;
	text-decoration: none;
}


.ddcolortabs9 a span{
	float: left;
	display: block;
	background: transparent url(../images/website/navbar/color_tabs_right.gif) no-repeat right top;
	padding: 6px 7px 6px 6px;
}

.ddcolortabs9 a:hover{
	color: #ffffff;
	background-color: #0047ab;
	text-decoration: none;
}

.ddcolortabs9 a span{
	float: none;
}

/* End of: Navigation bar 1 menu - Right */

/* Text styles */

.text_title {
	font-weight: bold;
	font-size: 20px;
	color: #006600;
}


.textlink_content {
	color: #000000;
}

.textlink_content a {
	color: #003366;
	text-decoration: underline;
}

.textlink_content a:hover {
	color: #801717;
	text-decoration: underline;
}

.textlink_greenbox {
	color: #ffffff;
}

.textlink_greenbox a {
	color: #ffffff;
	text-decoration: none;
}

.textlink_greenbox a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* End of: Text styles */

/* Temporary text styles */

.titletext {
	font-weight: bold;
	font-size: 20px;
	color: #006600;
}

/* End of: Temporary text styles */

/* END OF THE FILE*/