/* CSS for 4fg-jobs-uk */

/* document body */
body{font-family: arial, helvetica, sans-serif;
     font-size: 12px; 
	 color: rgb(0,0,0);
     background-color: rgb(255,255,255);
     font-style: normal; 
     font-weight: normal;
    }
/* section headings */
h1
 {font-family: arial, helvetica, sans-serif;
  color:      gray;
  font-size: large; 
  font-style: normal; 
  font-weight: bolder;
 }
h2, h3, h4, h5, h6
 {font-family: arial, helvetica, sans-serif;
  color:       gray;
  font-size:   medium; 
  font-style:  normal; 
  font-weight: bold;
 }
/* anchors */
a:link    { color: blue}
a:active  { color: red}
a:visited { color: magenta }
/* paragraph text area */
p{font-family: arial, helvetica, sans-serif;
  color:black;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
 }
p.noindent { text-indent: 0% }
/* bold type face */
b{font-weight: bold}
/* table row cell */
td{font-family: arial, helvetica, sans-serif;
  color:black;
  font-size: 12px; 
  font-style: normal; 
  font-weight: normal;
 }
/* table header */
th
{
font-family: arial, helvetica, sans-serif;
background-color: color:grey;
color:black;
font-size: 12px; 
font-style: normal; 
font-weight: bold;
}

/* standard background colours */
.yellow_background     { background-color: #ffcc00 }
.yellowTint_background { background-color: #fff5cc }
.blue_background       { background-color: #000033 }
.white_background      { background-color: #ffffff }
.silver_background     { background-color: rgb(192,192,192) }
.olive_background      { background-color: #808000 }
.teal_background       { background-color: #008080 }
.purple_background     { background-color: #800080 }
.pale_purple_background{ background-color: rgb(189,156,170) }
.pale_violet_background{ background-color: rgb(204,153,255) }
.red_background        { background-color: rgb(255,0,0) }
/* website address*/
.webaddress{color:rgb(119,109,146)}

/* info bar */
.infoBar  { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000033; font-style: normal; font-weight: normal; vertical-align: middle }
.infoBarSm  { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000033; font-style: normal; font-weight: normal; vertical-align: middle }
a.infoBar { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000033; font-style: normal; font-weight: normal; vertical-align: 50%; text-decoration: none }
a.infoBar:hover{ font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000033; font-style: normal; font-weight: normal; vertical-align: 50%; text-decoration: underline }

td.separator 
{
font-family: arial, helvetica, sans-serif;
background-color: rgb(255,255,255);
color:black;
font-size: 12px; 
font-style: normal; 
font-weight: normal;
}
td.table_header 
{
font-family:      arial, helvetica, sans-serif;
background-color: white;
color:            black;
font-size:        12px; 
font-style:       normal; 
font-weight:      bold;
}
