/* CSS Document: aprg.css */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #EBEEF0;
	color: #000;
	text-align: center;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* -- SPLASH PAGE -- */
/* divs */

div#splashcontainer {
	background: #FFF;
	color: #000;
	margin: 0 auto 10px auto;
	padding-bottom: 15px;
	width: 772px;
	text-align: left;
	line-height: 1em;
}

div#splashheader {
	background: #017DC3;
	color: #FFF;
	margin: 0;
	padding: 0;
}

div#splashmenu {
	background: #074986 url('../images/menu_bg.gif') no-repeat;
	color: #FFF;
	margin-top: -16px;
}

div#splashcontent {
	background: #FFF url('../images/content_bg.gif') no-repeat;
	color: #000;
	margin-top: -15px;
	line-height: 1em;
}

/* menu */

ul#splashnav {
	list-style: none;
	padding: 15px 0 25px 0;
	margin-left: 248px;
}

#splashnav li {
	float: left;
	display: block;
	font: 13px Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 0 12px;
	letter-spacing: 1px;
}

#splashnav a:link {
	color: #FFF;
	text-decoration: none;
}

#splashnav a:visited {
	color: #FFF;
	text-decoration: none;
}

#splashnav a:hover {
	color: #D6EEFE;
	text-decoration: none;
}

/* main menu dropdowns */

#splashnav li ul { 
	position: absolute;
	display: block;
	background: #FFF;
	color: #074986;
	width: 150px;
	left: -999em; 
}

#splashnav li ul a:link {
	color: #074986;
}

#splashnav li ul a:visited {
	color: #074986;
}

#splashnav li:hover ul, #splashnav li.sfhover ul { 
	left: auto;
	margin-left: -10px;
	padding-top: 10px;
	border-left: 1px solid #6AB7EC;
	border-bottom: 2px solid #6AB7EC;
}

#splashnav li ul li {
	display: block;
	width: 150px;
	margin-left: -45px;
	padding: 5px 0 5px 15px;
	letter-spacing: 0;
}

/* images */

img#APRGlogo {
	float: left;
	margin: 14px 30px 14px 45px;
}

img#splashslogan {
	margin: 10px 0 100px 300px;
}

/* headers */

h1#splashhead {
	background: #FFF;
	color: #074986;
	font: bold 26px Arial, Trebuchet MS, Verdana, sans-serif;
	padding-top: 80px;
}

/* text blocks */

p#RCSAlogo {
	text-align: center;
	padding: 0;
	margin: 0;
}

/* ------------------------------------------------------------------ */

/* -- CONTENT PAGES -- */
/* divs */

div#container {
	background: #FFF url('../images/left_col_bg.gif') repeat-y;
	color: #000;
	margin: 0 auto 5px auto;
	width: 772px;
	text-align: left;
	line-height: 1em;
}
div#NoSpace {
	margin: 0 0 0 0;
	text-align: left;
}

div#leftcolumn {
	background: #017DC3 url('../images/left_col_bg.gif') repeat-y;
	color: #FFF;
	float: left;
	width: 163px;
}

div#header {
	background: #017DC3 url('../images/top_bg.gif') no-repeat;
	color: #FFF;
	padding: 38px 0 12px 0;
	margin-left: 163px;
}

div#mainnav {
	background: #074986 url('../images/main_menu_bg-2.gif') no-repeat;
	color: #FFF;
	margin-left: 163px;
	margin-top: -16px;
	margin-bottom: 0;
}

div#content {
	background: #FFF url('../images/main_content_bg.gif') no-repeat;
	background-position: top right;
	color: #000;
	margin-top: -23px;
	margin-bottom: -4px;
	padding-bottom: 25px;
	float: left;
	width: 609px;
}

div#footer {
	background: #EBEEF0;
	color: #595E64;
	width: 772px;
	margin: 0 auto;
	padding-bottom: 5px;
	font: 11px Arial, Verdana, sans-serif;
	clear: left;
}

/* main menu */

ul#mainmenu {
	list-style: none;
	padding: 10px 0 30px 0;
	margin-left: 20px;
}

#mainmenu li {
	float: left;
	display: block;
	font: 13px Arial, Trebuchet MS, Verdana, sans-serif;
	letter-spacing: 1px;
	width: 95px;
}

#mainmenu a:link {
	color: #FFF;
	text-decoration: none;
}

#mainmenu a:visited {
	color: #FFF;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #D6EEFE;
	text-decoration: none;
}

/* main menu dropdowns */

#mainmenu li ul { 
	position: absolute;
	display: block;
	background: #FFF;
	color: #074986;
	width: 150px;
	left: -999em; 
}

#mainmenu li ul a:link {
	color: #074986;
}

#mainmenu li ul a:visited {
	color: #074986;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul { 
	left: auto;
	margin-left: -10px;
	padding-top: 10px;
	border-bottom: 2px solid #6AB7EC;
	border-left: 1px solid #6AB7EC;
}

#mainmenu li ul li {
	display: block;
	width: 150px;
	margin-left: -45px;
	padding: 5px 0 5px 15px;
	letter-spacing: 0;
}

/* sub menu */

ul#submenu {
	list-style: none;
	margin-left: -40px;
	margin-top: 0;
}

#submenu li {
	font: 13px Arial, Trebuchet MS, Verdana, sans-serif;
	border-bottom: 1px solid #89C5E9;
	padding: 12px 0 12px 8px;
}

#submenu li a:link {
	color: #FFF;
	text-decoration: none;
}

#submenu li a:visited {
	color: #FFF;
	text-decoration: none;
}

#submenu li a:hover {
	color: #D6EEFE;
	text-decoration: none;
}

/* headers */

h1 {
	font: bold 20px Arial, Trebuchet MS, Verdana, sans-serif;
	letter-spacing: 1px;
	padding-left: 20px;
	margin-bottom: 5px;
}

h2 {
	float: left;
	color: #074986;
	font: 18px Arial, Trebuchet MS, Verdana, sans-serif;
	border-right: 1px solid #D6EEFE;
	margin: 45px 10px 0 50px;
	padding-right: 10px;
}

h3 {
	color: #0063AD;
	font: 16px Arial, Trebuchet MS, Verdana, sans-serif;
	padding-top: 32px;
	margin-bottom: 13px;
}

h4 {
	color: #074986;
	font: bold 13px Arial, Verdana, sans-serif;
	margin-left: 45px;
	margin-bottom: -12px;
	padding-right: 45px;
}
/* 
Created for changes display
Ripon Barua
23/10/2007
*/
.newh4 {
	color: #074986;
	font: bold 13px Arial, Verdana, sans-serif;
	margin-bottom: -12px;
}

.Title_h4 {
	color: white;
	font: bold 13px Arial, Verdana, sans-serif;
	text-align: top;
}

h5 {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #074986;
	margin-left: 45px;
	margin-bottom: -12px;
	padding-right: 45px;
}
/* 
Created for changes display , change req. 18
Ripon Barua
12/12/2007
*/
.newh5{
	font: bold 12px Arial, Verdana, sans-serif;
	color: #074986;

}

h6 {
	color: #0063AD;
	font: 16px Arial, Trebuchet MS, Verdana, sans-serif;
	margin-left: 45px;
	margin-bottom: -12px;
	padding-right: 45px;
}

h5.noindent {
	margin-left: 0;
	margin-bottom: 0;
}
div#loc {
	font: bold 12px Arial, Verdana, sans-serif;
	color: #074986;
	margin-left: 45px;
	text-indent: 25px;

	
}
div#menu {
	font: 12px Arial, Verdana, sans-serif;
	margin-left: 45px;
	
}
/* text blocks */

p#slogan {
	text-align: right;
	padding-right: 40px;
	margin-top: 8px;
}

p {
	font: 12px Arial, Verdana, sans-serif;
	padding: 0 45px;
	line-height: 1.45em;
	text-align: left;
}

span.highlight {
	font-weight: bold;
	color: #074986;
}

span.highlight-2 {
	color: #076CAD;
}

p.centered {
	text-align: center;
}

p.value {
	margin: 0 0 8px -29px;
}

span.indent {
	margin-left: 20px;
}

p.question {
	color: #074986;
	font-weight: bold;
}
/*
New class [sbutton] created for display 4 button together in
IE and Firefox/Mozila.

Ripon Barua
24-10-07

*/
.sbutton {
	font: bold 10px Arial, Verdana, sans-serif;
}

/*
New class [Abutton] created to display white font and blue backgroun in the button

 When we want the change , make follow code take effective,
and we can see the effection from Candidate_Login.asp
Code in Candidate_Login.asp:
<input type="submit" class="Abutton" name="accept" value="I Accept">

By David Yan   19-NOV-2007

*/
.Abutton {

	  font: 12px Arial, Verdana, sans-serif;
	  color:white;   
	  background-color: #074986;   
	  height:20px;   
	  width:92px;   
	  border:1px ; 
	  cursor: hand;
}

/*

This is for Long buttons

New class AbuttonLong created to display white font and blue backgroun in the button

 When we want the change , make follow code take effective,
and we can see the effection from Candidate_Login.asp
Code in Candidate_Login.asp:
<input type="submit" class="AbuttonLong" name="accept" value="I Accept">


By David Yan   28-Dec-2007

*/
.AbuttonLong {

	  font: 12px Arial, Verdana, sans-serif;
	  color:white;   
	  background-color: #074986;   
	  height:20px;   
	  width:145px;   
	  border:1px ; 
	  cursor: hand;
}

/*

This is for Longest buttons

New class AbuttonLong created to display white font and blue backgroun in the button

 When we want the change , make follow code take effective,
and we can see the effection from Candidate_Login.asp
Code in Candidate_Login.asp:
<input type="submit" class="AbuttonLong" name="accept" value="I Accept">


By David Yan   28-Dec-2007

*/
.AbuttonLongest {

	  font: 12px Arial, Verdana, sans-serif;
	  color:white;   
	  background-color: #074986;   
	  height:20px;   
	  width:185px;   
	  border:1px ; 
	  cursor: hand;
}


blockquote {
	color: #074986;
	font: bold 12px Arial, Verdana, sans-serif;
	margin: 0 75px;
	text-align: justify;
}

/* lists */

ul.bullets {
	font: 12px Arial, Verdana, sans-serif;
	list-style: square inside;
	line-height: 1.75em;
	padding: 0 45px;
}

ul.ticks {
	font: 12px Arial, Verdana, sans-serif;
	list-style-image: url('../images/tick_box.gif');
	list-style-position: inside;	
	line-height: 1.75em;
	padding: 0 45px;
}

li.current {
	background: #074986;
}

/* images */

img#minilogo {
	vertical-align: middle;
	padding-right: 30px;
}

img#s101logo {
	vertical-align: middle;
	padding-left: 30px;
}

img#submenu_img {
	margin-top: 0;
}

img.floater {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
}

img#recruitment_process {
	margin-left: 15px;
}

img.lightbar {
	margin-left: 163px;
}

img.arrow {
	margin-left: 45px;
	float: left;
}

/* links */

#footer a:link {
	color: #595E64;
	text-decoration: underline;		
}

#footer a:visited {
	color: #595E64;
	text-decoration: underline;		
}

#footer a:hover {
	color: #000;
	text-decoration: underline;		
}

a:link {
	text-decoration: underline;
	color: #00F;
}

a:visited {
	text-decoration: none;
	color: #017DC3;
}

a:hover {
	color: #074986;
}

/* incidentals */

hr {
	width: 85%;
	text-align: center;
	size: 1px;
	noshade: false;
	color: #D6EEFE;
}


table {
	margin-left: 45px;
	width: 511px;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}


table#detail {
	margin-left: 45px;
	/*width: 420px;*/
	cellpadding: 0;
	cellspacing: 0;
	font: 12px arial, verdana, sans-serif;
}

img#MYClogo {
	float: right;
	margin: 0 20px;
}

img#pb-seek {
	float: right;
	margin: 0 30px 0 0;
	padding: 0;
}

.req{color:red}

.tableclass {font: 12px arial, verdana, sans-serif;}
.tabletop {
	
	
	
}

.meta {
	font: 12px Arial, Verdana, sans-serif;
	float:right;
	padding-right: 45px;
	font-weight:bold
}

/* Fix left aligned  By David 29 Oct. 2007 \*/
.metaLeft {
	font: 12px Arial, Verdana, sans-serif;
	float:left;
	padding-right: 45px;
	font-weight:bold
}

.jobtitle {
	color: #0063AD;
	font: 16px Arial Verdana, sans-serif;
	font-weight: bold;
	text-indent: 25px;
}

.bullets2 {
	font: 12px Arial, Verdana, sans-serif;
	list-style: square inside;
	line-height: 1.75em;
	padding-top: 5px;
	text-align: left;
}

.desc {
	padding: 20 45 5;
}

.tn li,.n li{font: 12px arial, verdana, sans-serif; list-style:none;display:inline;padding:5px;background: #017DC3}


/* -- FIXES FOR DISPLAY IN IE -- */
/* Fix IE. Hide from IE Mac \*/
* html div#splashmenu {
	margin-top: -23px;
}

* html #splashnav li ul li {
	margin-left: -5px;
	width: 165px;
}

* html #splashnav li:hover ul, #splashnav li.sfhover ul { 
	margin-left: -89px;
	margin-top: 1.2em;
}

* html div#mainnav {
	margin-top: -24px;
}

* html div#content {
	margin-top: -26px;
}

* html #mainmenu li ul li {
	margin-left: -5px;
	width: 165px;
}

* html #mainmenu li:hover ul, #mainmenu li.sfhover ul { 
	margin-left: -89px;
	margin-top: 1.2em;
}

* html h2 {
	margin-left: 25px;
}

* html h3 {
	margin-bottom: 6px;
	padding-top: 48px;
}

* html ul.bullets {
	padding-left: 10px;
}

* html ul.ticks {
	padding-left: 10px;
}

* html img#submenu_img {
	margin-top: -4px;
}

* html img.bar {
	margin-left: -3px;
}

* html ul#submenu {
	margin-left: 0px;
	margin-top: -4px;
}

* html img.lightbar {
	margin-bottom: -4px;
}




/* End */