/*	
	FORMAT.PUBLIC.CSS
	Recruitment styles
*/

/* PAGE TITLE */
.GORStitle2 {color: #dd1a2c;}

/* COLOUR SCHEME */
#navBar a:active, #navBar a:visited, #navBar a:link, #selectedTab, 
h1,h2,h3 {
	color: #002282;
}
#navBar a:hover {
	color: #002282;
	background-color: #ddddee;
}

/* WARNING BOX */
div.warning {
	border: 1px dashed #002282;
	background-color: #ddddee;
	color: #002282;
}

/* TEXT BOX */
div.text_box {
    border: 1px dashed #ccc;
    background-color: white;
    margin: 20px 0 18px 0;
    padding: 0 20px;
}
div.text_box img {
    float: right;
    margin-left: 20px;
}

/* ANCHORS */
a,a:active,a:link,a:visited {
	color: #dd1a2c;
	text-decoration: underline;
} 
a:hover {
	color: #dd1a2c;
	background-color: #fff1f1;
	text-decoration: underline;
	border: none;
}

/* LISTS */
ul {list-style: square outside url('../images/bullet_blue.gif');}
ul ul {
	list-style: square outside url('../images/bullet_blue1.gif');
	margin-top: 5px;
}
ol {
	list-style: lower-roman;
	margin-left: 30px;
	margin-bottom: 10px;
}
dl dt {
    color: #002282;
    font-size: 120%;
}
dl dd {
    padding: 5px 0 15px 0;    
}

/* IMAGES */
div.photo_banner img {
	border: 2px solid #002282;
	margin: 20px 20px 20px 0;
}
img.photoBox {
	border: 2px solid #002282;
	margin: 35px 0 0 20px;
}

/* SIDEBAR */
ul#sidebar {
	list-style: square outside url('../images/bullet_blue1.gif');
}
ul#sidebar strong {
	font-weight: bold;
	color: #dd1a2c;
}
a.logo {
	display: block;
	margin: 20px 0 0 30px;
}
a.logo:hover {
	background-color: white;
}

/* HOME */
a#members_link {
	display: block;
	margin: 22px 0 5px 0;
	border: 1px dashed #dd1a2c;
	background-color: white;
	text-align: center;
	padding: 12px;
	font-weight: bold;
}
a#members_link:hover {
	background-color: #fff1f1;
}

/* OR */
a.external_block {
	display: block;
	margin: 4px 0;
	border: 1px dashed #045f04;
	text-align: center;
	padding: 12px;
	font-weight: bold;
	color: #045f04;
}
a.external_block:hover {
	background-color: #e4ffe4;
	border: 1px dashed #045f04;
		color: #045f04;
}
p.small {
	font-size: 8pt;
	margin-bottom: 10px;
	line-height: normal;
}

/* COMPETENCIES */
div.list_banner {
	float: left;
}
div.list_block {
	float: left;	
	width: 280px;
}

/* DEPARTMENTS */
table#departments {
	margin-top: 20px;
}
table#departments th {
	vertical-align: middle;
	padding-top: 5px;
}
table#departments th img {

}
table#departments td {
	vertical-align: top;
	padding-top: 5px;
}
img.department_logo {
	margin: 30px 0 10px 0;
}
div.figure {
	float: right;
	margin: 20px 0 10px 20px;
	width: 300px
}
div.figure img {
	display: block;
	border: 2px solid #002282;
}
div.figure p {
	font-size: 8pt;
	line-height: normal;
	padding: 0;
	margin: 0;
	color: #002282;
	padding-left: 2px;
}

/* PROFILES */
table#profile_menu {
	margin-top: 20px;
}
table#profile_menu th {
	padding-right: 20px;
}
table#profile_menu th img {
	border: 2px solid #002282;
	display: block;
	margin-bottom: 20px;
}
table#profile_menu td {
	vertical-align: top;
}
table#profile_menu td table th{
	font-weight: bold;
}
table#profile_summary {
	margin-bottom: 10px;
	border: 1px solid #002282;
}
table#profile_summary th {
	background-color: #002282;
	color: white;
	line-height: 40px;
	padding: 0 10px;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: 1px;
	border-bottom: 1px dashed white;
}
table#profile_summary td {
	background-color: #ddddee;
	padding: 0 10px;
	border-bottom: 1px dashed #002282;
}
img.profile_photo {
	float: right;
	border: 1px solid #002282;
	margin-left: 20px;
}
div.quote {
    line-height: 30px;
    color: #dd1a2c;
    font-size: 16pt;
    float: left;
    width: 300px;
    margin: 5px 20px 5px 0; 
}

/* GRADE TABLE */
table#grades {
	margin: 0 40px 15px 0;
	border-top: 2px solid #002282;
	border-bottom: 2px solid #002282;
}
table#grades th {
	color: #002282;
	vertical-align: top;
	text-align: left;
	width: 160px;
	padding: 10px 0;
}
table#grades td {
	text-align: justify;
	padding: 10px 0;
}

/* Box for 'Apply now' link */
a.blockLink {
	display: block;
	float: left;
	border: 1px dashed #dd1a2c;
	font-weight: bold;
	line-height: 38px;
	padding: 0 10px;
	margin: 10px 0;
}
/* Box for 'Apply now' link */
span.blockLink {
    border: 1px dashed #aaa;
    font-weight: bold;
    line-height: 38px;
    padding: 0 10px;
    color: #aaa;
    background-color: #eee;
}

/* IMAGES */
/* Photos on front page */
img.contentPhoto {
	margin: 20px 40px 6px 0;
	border: 2px solid #002282;
	display: block;
	float: left;
}
/* Photos in the right-hand box */
img.rightPhoto {
	margin: 20px 40px 6px 0;
	border: 2px solid #002282;
}
/* Departmental logo in sidebar - makes sure logos take up same amoutn of vertical space */
div.logoHolder {
	height: 80px;	
	margin-top: 20px;
}
div.logoHolder img {
	display: block;
	float: left;
	margin: 0 auto 0 auto;
	border: 1px dashed #aaa;
	padding: 5px;
}

/* DEPARTMENTS */
table#departments {
	margin-bottom: 10px;	
}
table#departments th {
	height: 60px;
	padding-right: 20px;
}
table#departments img {
	display: block;
}
table#departments td {
	vertical-align: top;
}
.depPhotoLeft {
	float: left;
	margin: 20px 20px 20px 0px;
	text-align: center;
}
.depPhotoRight {
	float: right;
	margin: 20px 0px 20px 20px;
	text-align: center;
}
.depPhotoLeft img,
.depPhotoRight img {
	border: 2px solid #002282;
}
.depCaption {
	color: #002282;
	font-size: 8pt;
	text-align: center;
	width: 240px;
	margin: 0px 20px 20px 20px;
}

/* GRADE TABLE */
table#gradeTable {
	margin: 0 40px 5px 0;
	border-top: 2px solid #002282;
	border-bottom: 2px solid #002282;
}
table#gradeTable th {
	color: #002282;
	vertical-align: top;
	text-align: left;
	width: 160px;
	padding: 10px 0;
}
table#gradeTable td {
	text-align: justify;
	padding: 10px 0;
}
 
/*	FAQs */
ul#FAQlist {
	list-style: square outside url('../images/bullet_blue1.gif');
}
ul#FAQlist li {
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
div.FAQquestion {
	font-weight: bold;
	color: #002282;
	line-height: 20px;
	margin-top: 20px;
}
div.FAQanswer {
	padding-left: 20px;
}

#video {
    margin-top: 10px;
}
.video-help {
    font-size: 8pt;
    background-color: #eee;
    border: 1px solid #aaa;
    color: #666;
    padding: 5px;
    margin-top: 15px;
}

#rightBox h4 {
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 10px;
}
#rightBox div.ad {
    background-color: #eee;
    border: 1px solid #aaa;
    padding: 4px;
}

label.error {
    float: none;
    display: block;
    margin-left: 5px;
    color: red; 
    width: auto;
    text-align: left;
}
.document_download {
    border-top: 1px solid #aaa;
    margin-top: 20px;
    padding-top: 20px;
    overflow: auto;
    zoom: 1;    
}
.document_download div {
    float: left;    
} 
.document_download div.file_data {
    margin-left: 10px;  
    width: 500px;
}
.document_download div.file_data th {
    padding-right: 5px;
    vertical-align: top;
} 

#civilservice_docs {
    list-style: none;
    padding: 0px;
}
#civilservice_docs li {
    overflow: hidden;
    zoom: 1;
}
#civilservice_docs li img {
    float: left;
    padding: 12px 12px 12px 8px;
    border: 1px solid #ccc;
    margin: 0 10px 20px 0;
}

table.display {
    border: 1px solid #002282;
    margin-bottom: 20px;
    margin-top: 3px;
}
table.display caption {
    color: #dd1a2c;
}
table.display tr.result1 {background-color: #ddddee;}
table.display tr.result2 {background-color: #ffffff;}
table.display th {
    font-weight: bold;
    vertical-align: top;
    background-color: #002282;
    color: white;
    padding: 0 10px 0 4px;
    letter-spacing: 1px;    
    text-transform: uppercase;
    font-size: 8pt;
    line-height: 18pt;
}
table.display tr.subheadings th {
    font-size: 8pt;    
    padding: 0 0 8px 4px;
    text-transform: none;
    line-height: normal;
}
table.display td {
    padding: 4px 10px 4px 4px;
    border-bottom: 1px dashed #002282;
    line-height: normal;
    vertical-align: top;
    text-align: left;
}
table.display td p {
    text-align: left;
}
table.display tr.totals {background-color: #ffffff;}
table.display td.total_label {
    font-weight: bold;
}
table.display tr.totals td {
    border-top: 1px solid #dd1a2c;
}