	/*
    Created by Muhammad Shahidul Islam
	E-Mail: msi.dhaka@gmail.com
	*/
	
@import url("reset.css");
@import url("global.css");
/* ------------------------------
PAGE STRUCTURE
------------------------------ */
#wrapper {
	width:980px;
	margin:0 auto;
	background-color:#FFF;
} /* #wrapper has an absolute width (980 pixel) */
#header {
	width:980px;
	height:125px;
	margin-bottom:5px;
}
#leftcolumn {
	float:left;
	margin-right:5px;
	height:auto;
	width:185px;
}
#content {
	float:left;
	height:auto;
	width:623px;
}
#content_big {
	float:right;
	height:auto;
	width:788px;
	margin-bottom: 5px;
}
#content_big_left {
	float:left;
	height:auto;
	width:800px;
	margin-bottom: 5px;
}
#rightcolumn {
	float:right;
	margin-left:5px;
	height:auto;
	width:162px;
}
#footer {
	width:980px;
	margin-top:5px;
	clear:both;
}
/* ------------------------------
Top Navigation Menu Section
------------------------------*/
#navigation {
	width: 980px;
	margin: 0 auto;
	position: relative;
	z-index:105;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 940px;
	background: #222;
	font-size: 12px;
	font-weight:bold;
	background: url(../image/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a {
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../image/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../image/subnav_btn.gif) no-repeat center top;
}

ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}

ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../image/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(image/dropdown_linkbg.gif) no-repeat 10px center; text-decoration:none;
}
#header img {
	margin: 20px 0 10px;
}
/* ------------------------------
Jobs Categories in the leftbar
------------------------------ */
#jobcat {
	margin-left:5px;
	margin-bottom:10px;
}
#jobcat ul li {
	padding-left: 5px;
	background:url(../image/bullet-green.gif) no-repeat center left;
	padding:3px 0px 3px 6px;
	text-decoration:none;
	border-bottom:1px dotted #787878;
	}
#jobcat ul li a {
	display:block;
	line-height:15px;
	color:#000000;
}
#jobcat ul li a:hover {
	color:#990000;
	background-color:#F3F3F3;
}
/*#jobcat ul li a:visited {
	color:#FF6701;
}*/
/* ------------------------------
Upcoming Trainings
------------------------------ */
#comments {
	position:relative;
	float:right;
	width:436px;
	height:68px;
	overflow: hidden;
}
#comments img {
	margin-left:5px;
	float:left;
	margin:0 5px 0 5px;
}
#comments .headline {
	position:absolute;
	top:194px;
	width:436px;
	height:59px;
	margin-left:5px;
}
/* ------------------------------
Training Schedule in the leftbar
------------------------------ */
#TrainingSchedule {
	padding:5px;
	border:1px solid #CCCCCC;
	border-top:none;
	margin-top:-3px;
}
#TrainingSchedule p, a {
	color:#1D416F;
}
#TrainingSchedule h3 a {
	font-size:12px;
	color:#FF6600;
}
#TrainingSchedule h4 {
	font-size:11px;
	color:#1D416F;
}
#TrainingSchedule a, a:link {
	text-decoration:none;
}
#TrainingSchedule a:hover {
	text-decoration:underline;
}
#TrainingSchedule img {
	padding:2px;
	border:1px solid #CCCCCC;
}
/* ------------------------------
Featured Employer Section
------------------------------ */
#featured_emp {
	width:621px;
	border:1px solid #CCCCCC; float:left;
}
#featured_emp_ads div{
	width:121px;
	height:47px;
	float:left;
	border:1px solid #CCCCCC;
	text-align:center;
}

/* ------------------------------
 Tabs bar in the content
------------------------------ */
#jqtab {
	width: 438px;
	height:125px;
	overflow:hidden;
	margin-top:5px;
	z-index:104;
}
#jqtab ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
#jqtab ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	font-weight:bold;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
#jqtab ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
#jqtab ul.tabs li a:hover {
	background: #ccc;
}
#jqtab ul.tabs li.active, ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
#jqtab .tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	width: 436px;
	height:98px;
	background: #fff;
}
#jqtab .tab_content {
	padding:3px;
	font-size: 1.2em;
}
#jqtab .tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
#jqtab .tab_content h3 a {
	color: #254588;
}
#jqtab .tab_content ul li a {
	color: #254588;
	background:url(../image/bullet-orange.gif) no-repeat center left;
	padding:3px 0px 3px 6px;
	font-size:11px; text-decoration:none;
}
#jqtab .tab_content ul li a:hover {
	color: #254588; text-decoration:underline;
}

/* ------------------------------
Spotlight Jobs Section
------------------------------ */
#SpotlightJobs {
	width:622px;
	border-left:1px solid #CCCCCC;
}
#SpotlightJobs ul li a {
	background:url(../image/bullet-green.gif) no-repeat center left;
	display: block;
	padding:2px 0px 2px 6px;
	text-decoration:none;
	color: #787878;
}
#SpotlightJobs ul li a:hover {
	color:#78B400;
	background-color:#F3F3F3;
}
#SpotlightJobs ul li a:visited {
	color:#FF6701;
}
#SpotlightJobs .each_spotlight_job {
	width: 310px;
	height: 95px;
	border-bottom:1px solid #C9C8C7;
	border-right:1px solid #C9C8C7;
	float:left;
	}
/* spotlight_job sections*/
#SpotlightJobs .spotlight_job_heading {
	height:20px;
	text-align:left;
}
#SpotlightJobs .spotlight_job_logo {
	width:59px;
	height:49px;
	border:1px solid #E1DDCE;
	margin:5px;
	background-color:#FFFFFF;
	float:left;
}
#SpotlightJobs .spotlight_job_details {
	width:233px;
	height:70px;
	float:right;
}
/* spotlight jobs details section */
#SpotlightJobs .spotlight_job_details_list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#SpotlightJobs .spotlight_job_details_list li a:link {
	color:#000000;
}