/*
[[MIGRATE:global-zone_name]]
© copyright PracticeWEB
http://www.practiceweb.co.uk
----------------------------
Skeleton Version: 6.0
*/

@import url(layout.css);
@import url(menu.css );
@import url(shared.css );
@import url(form.css );
@import url(common.css);
@import url(inktomi.css );
@import url(ppv.css);
@import url(sde.css);

html {
    font: 62.5%/20px Arial, Helvetica, sans-serif  }

body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.2em;
    color: #5B5757 }

h1, h2, h3, h4, h5, h6 {
    color: #6891A5;
    padding:0 0 10px 0;
    margin:0;
     }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 1.3em }

h2 {
    font-size: 1.2em }
    
h3, h4, h5, h6 {
    font-size: 1em }
    
p { /* padding-bottom should match global line-height */
    padding: 0 0 20px  0;
    margin: 0;
    vertical-align: baseline;}
    
img {
    border: none }
    
address { 
    font-style: normal; } 
    
acronym, abbr { 
    border-bottom: #000 1px none; 
    cursor: help; } 
    

/*
List Items
----------
*/
ul {
    list-style: none }
    
li {
    padding: 0 0 5px 0;
    margin: 0 }
    
ul, ol {
    padding: 0 0 15px 20px;
    margin: 0 }

ul li {
    background: url(../../images/li_bg_sm.gif) 0 .5em no-repeat;
    padding-left: 8px }

ol li {
    list-style-position: inside;
    text-indent:0  }
    
dl {
    margin:0 0 0 20px }

dt {
    font-weight:bold;
    background: url(../../images/li_bg.gif) 0 0 no-repeat;
    padding-left: 18px }

dd {
    margin-bottom:10px;
    margin-left: 0 }

li.err-msg {
    font-weight: bold;
    color: Red }

.redtext {
    color: Red }

/*
Links
-----
*/
a {
    color: #1A79B2;
    text-decoration: underline }
	
a:visited {}	

a:hover {
    color: #1A79B2;
    text-decoration: none }       

/* 
Miscellaneous
-------------
*/
.smalltextbold { /* used in PPV */
    font-weight:bold }

a.register { /* iEdit */
    text-decoration:none }

/* recruitment styles */
#vacancies-table {
	width: 99%;
	margin: 1.5em 0 0;
	background: #f3f6f6;
}
#vacancies-table th, #vacancies-table td { padding: .4em; }
#vacancies-table th {
	font-size: 1.0em;
	font-weight: bold;
	color: #8fb0bf;
	text-transform: lowercase;
	text-align: left;
	background: #f3f6f6;
	border-top: 1px #8fb0bf solid;	
	border-bottom: 1px #8fb0bf solid;	
}
