@charset "utf-8";
/* Styles for Career FF page */

.aligncenter {
	text-align: center;
}	

/* FF Recruitment Banner Home - for online application */
div#ff_banner {
	width: 95%;
	/*min-height: 170px;
	height: auto;*/
	background-color: #910000;
	padding: 1em 1em 0 1em;
	/*overflow: auto;*/
}

div#ff_banner p { margin:8px 0; } 

div#home_greybox {
	margin-top: 0.8em;
	width: 420px;
	height: 230px;
	padding: 0.2em 0.3em 0.5em 1em;
	background: #910000 url(../volunteerandcareer/images/careerff_appln_box.gif) top left no-repeat;
}

div#greybox_text {
	margin-top: 1em;
	width: 90%;
	height: auto;
	background-color: #FFFFFF;
}

.image_right {
	float: right;
	padding-top: 2em;
}

/* Generic style for images in Career FF section pages*/				
.careerff_img {
	border: 4px solid #F5C734;
	margin: 2em;
	margin-right: 0;
}

/* Recruitment Activity Table */
table.activity, table.salary {
	width: auto;
	padding: 4px;
	text-align: left;
	border: 1px solid #002448;
	border-collapse: collapse;
	margin: 0 auto;	
}

table.salary {
	width: 50%;
}

table.activity th, table.salary th {
	padding: 4px;
	background-color: #000040;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.activity td, table.salary td {
	padding: 6px;
	border: 1px solid #002448;
}

table.activity td:first-child, td + td + td + td {
	text-align: left;
}	

table.activity tr.altRow, table.salary tr.altRow {
	background-color: #e1e1e1;
}

table.activity tr.row, table.salary tr.row {
	background-color: #C5C5C5;
}

/* Flow Chart*/
table.flow_chart {
	width: 80%;
	padding: 1em;
}

table.flow_chart td {
	height: 32px;
	padding: 0.3em;
}

.redbox {
	border: 2px solid #CC0000;
	background-color: #999999;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.blackbox {
	border: 2px solid #333333;
	font-weight: bold;
	font-size: 1.1em
}

.lightblackbox {
	border: 1px solid #333333;
}

.woman_ff_video {
	padding: 0.6em;
	border: 1px solid #333333;
	background-color: #7D0000;
	color: #FFFFFF;	
	font-weight: bold;	
}
.woman_ff_video a {
	color: #FFFF99;
	text-decoration: none;
}	
.woman_ff_video a:hover {
	text-decoration: underline;
}

/* Table style for Forms and Guides */
table.forms {
	width: auto;
	padding: 0.2em;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin: 0 auto;		
}	

table.forms caption {
	padding: 0.4em;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #666666;
	color: #FFFFFF;
}

table.forms th {
	background-color: #CCCCCC;
	padding: 0.4em;
}

table.forms td {
	border-right: 1px solid #999999;
}

.emphasize {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
}
.emphasize a {
	color: #FFFF9F;
}					
