body
{ margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-size: 10pt;
  background-color: #fff;
  color: #666;
}

h1, h2, h3 {
    color: #04a;
    background-color: #fff;
    padding: 5px 0px 15px 0px;
    margin: 0px;
}

h1
{ font-size: 14pt;
}

h2
{ font-size: 12pt;
}

h3
{ font-size: 10pt;
}

a {
    color: #04a;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
}

a:hover
{ color: #000;
  background-color: #fff;
}


em
{ color: #04a;
  background-color: #fff;
  font-weight: bold;
  font-style: normal;
}


img
{ border: none;
}

img.content
{ border: 1px solid #ddd;
  padding: 5px;
  margin: 10px;
}

img.top
{ margin-top: 0px;
}

img.left
{ margin-left: 0px;
  float: left;
}

img.right
{ margin-right: 0px;
  float: right;
}

img.bottom
{ margin-bottom: 0px;
}


p
{ padding: 0px;
  margin: 0px 0px 10px 0px;
  text-align: justify;
}

p.arrow, div.arrow
{ background: url('/images/arrow.gif') top left no-repeat;
  text-align: justify;
  margin-left: -10px;
  padding-left: 10px;
  font-weight: bold;
  color: #666;
  background-color: #fff;
}

p.big {
    font-weight: bold;
    font-size: 11pt;
}


div.error
{ color: #d00;
  background-color: #fff;
  margin: 10px;
}


ul
{ margin: 0px 0px 0px 20px;
  padding: 0px;
}

li
{ list-style: none;
  background: url('/images/arrow.gif') top left no-repeat;
  margin: 0px;
  padding: 0px 0px 10px 20px;
}

div.line
{ background: url(/images/line.gif) no-repeat center top;
  margin: 10px 0px 5px 0px;
}



/* some generic input and form formatting */
form
{ margin: 0px;
}

input
{ margin: 0px;
  padding: 0px;
}

input.flat, input.flatnowidth, input.flatwide
{ border: solid 1px #ccc;
  font-size: 8pt;
  width: 80px;
}

input.flat
{ width: 245px;
}

input.flatwide
{ width: 345px;
}

input.flat:hover, input.flat:focus, input.flatnowidth:hover, input.flatnowidth:focus, input.flatwide:hover, input.flatwide:focus
{ border: solid 1px #999;
}

input.button
{ border: 1px solid #ccc;
  padding: 2px 20px;
  background-color: #eee;
  color: #000;
  font-size: 8pt;
  width: 200px;
}

input.button:hover, input.button:focus
{ border: 1px solid #666;
}

input.radio
{ margin: 1px 0px -3px 0px;
}

label.radio
{ margin: 0px 10px 0px 5px;
}

textarea.flat, textarea.flatwide
{ border: 1px solid #ccc;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-size: 8pt;
  width: 245px;
  height: 150px;
}

textarea.flatwide
{ width: 345px;
  height: 100px;
}

textarea.flat:hover, textarea.flat:focus, textarea.flatwide:hover, textarea.flatwide:focus
{ border: solid 1px #999;
}

select.flat, select.flatnowidth
{ border: 1px solid #ccc;
  font-size: 8pt;
  width: 80px;
}

select.flat
{ width: 245px;
}




div.form
{ background-color: #fff;
  color: #666;
}

div.form h3.field
{ padding: 5px;
}

div.form div.field
{ padding: 5px;
  border-top: 1px solid #ddd;
}

div.form div.field span.name
{ width: 110px;
  float: left;
  font-weight: bold;
  margin-right: 10px;
}

div.form div.field div.name
{ color: #04a;
  background-color: #fff;
  width: 175px;
  float: left;
  font-weight: bold;
}

div.form div.field div.narrow
{ width: 50px;
}

div.form div.field div.input, div.form div.field div.inputwide, div.form div.field div.note
{ /*margin-left: 150px;*/
  float: left;
  width: 250px;
}

div.form div.field div.note
{ width: 240px;
  color: #d00;
}

div.form div.field div.inputwide
{ width: 450px;
}

div.form div#submit
{ padding-top: 20px;
  text-align: center;
}




/* layout specifics */

div#container
{ width: 950px;
  margin: 20px auto 0px auto;
}


div#left
{ float: left;
  width: 185px;
  margin-top: 20px;
  background-color: #fff;
  color: #666;
  font-size: 8pt;
}

div#left li
{ padding-bottom: 0px;
}


div#logo
{ text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}


ul#menu
{ list-style: none;
  margin: 0px;
  padding: 0px;
}

ul#menu li
{ border: 1px solid #ddd;
  margin: 1px 0px;
  padding: 0px;
  background: #04a;
  color: #666;
}

ul#menu li.spacer
{ margin-bottom: 10px;
}

ul#menu li a
{ display: block;
  background-color: #eee;
  color: #04a;
  padding: 5px 5px 5px 10px;
  margin-left: 2px;
  letter-spacing: 1px;
}

ul#menu li a:hover
{ background-color: #eee;
  color: #000;
}


div#left div.form
{ margin-top: 20px;
}

div#left div.form input
{ width: 138px;
}

div#left div.form select
{ width: 140px;
}


div#main
{ background: url('/images/background.gif') top left no-repeat;
  background-color: #fff;
  color: #666;
  width: 765px;
  float: right;
  text-align: justify;
}

div#main div#spacer
{ float: left;
  width: 50px;
  height: 650px;
}


div#content
{ float: right;
  width: 715px;
}

div#content div.wrapper
{ padding: 10px;
  padding-top: 40px;
}


div#extra
{ clear: both;
  border: 1px solid #eee;
  background: pink;
  padding: 10px;
  background: url('/images/extra.gif') top right repeat-y;
}

div#extra p.arrow
{ margin-left: 0px;
}


div#leftbox
{ float: left;
  width: 420px;
}

div#leftbox h2, div#leftbox p, div#leftbox a
{ background-color: transparent;
}


div#rightbox
{ float: right;
  width: 230px;
}

div#rightbox input
{ width: 138px;
}

div#rightbox select
{ width: 140px;
}



table#new_vacancies {
    margin: 10px 0px;
    border-collapse: collapse;
}

table#new_vacancies th a {
    display: block;
    border: 1px solid #eee;
    background: url('/images/new_vacancies_bg.gif') top left repeat-x;
    border-bottom: 1px solid #eee;
    color: white;
    text-align: center;
    font-size: 20pt;
    height: 50px;
    line-height: 50px;
}

table#new_vacancies td {
    border: 1px solid #eee;
    padding: 10px;
    vertical-align: top;
}

table#new_vacancies input, table#new_vacancies select {
    width: 130px;
}


table#search_form {
    margin-bottom: 10px;
}

table#search_form th, table#search_form td {
    text-align: center;
    padding: 5px;
    border: none;
}


div#left h3
{ text-align: center;
}


div#header, div#footer {
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eee;
    color: #666;
    padding: 10px 0px;
    margin-top: 10px;
}

div#header a, div#footer a {
    background-color: #eee;
}

div#header p, div#footer p {
    margin: 15px 0px;
    text-align: center;
}

div#header p.slogan, div#footer p.slogan {
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
}


div#logos { 
    text-align: center;
    background: #fff;
    color: #666;
    padding: 25px 0px;
}

div#logos img { 
    margin: 0px 10px;
}


a.thumbnail img
{ border: 1px solid #ccc;
}

a.thumbnail:hover img
{ border: 1px solid #04a;
}



div.hidden
{ display: none;
}


blockquote
{ margin: 0px 20px;
  border: 1px solid #eee;
}

blockquote div
{ padding: 5px;
}

blockquote div.author
{ border-bottom: 1px solid #eee;
  background: #eee;
  color: #666;
}


ul#sitemap
{ margin: 0px;
  padding-top: 10px;
}

ul#sitemap li.level
{ font-size: 150%;
  margin-left: 0px;
}

ul#sitemap li.level1
{ font-size: 140%;
  margin-left: 20px;
}

ul#sitemap li.level2
{ font-size: 130%;
  margin-left: 40px;
}

ul#sitemap li.level3
{ font-size: 120%;
  margin-left: 60px;
}

ul#sitemap li.level4
{ font-size: 110%;
  margin-left: 80px;
}

ul#sitemap li.level5
{ margin-left: 100px;
}


span.required
{ font-family: Courier, Arial, Verdana, Geneva, Helvetica, sans-serif; 
  font-weight: normal;
  color: #666;
  background: #fff;
}


div#links
{ border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

div#links ul
{ margin: 0px;
	padding: 10px 0px;
	font-size: 10pt;
}

div#links ul li
{ display: block;
  float: left;
  width: 225px;
  height: 35px;
	margin: 0px 5px 5px 0px;
  padding: 0px;
  white-space: nowrap;
  background: none;
}

div#links ul li	a	img
{ margin: 0px 5px -8px 5px;
}

div#links ul li	a
{ display: block;
  line-height: 35px;
  padding-right: 5px;
}


div.button
{ background: #fff url('/images/button.gif') center center no-repeat;
  line-height: 40px;
}

div.button a, div.button a:hover
{ background-color: #eee;
}


table.graph
{ border: 1px solid #ccc;
}

table.graph th
{ font-size: 16px;
  padding: 5px;
  margin-bottom: 5px;
  background: #eee;
  border-bottom: 1px solid #ccc;
}

table.graph td
{ padding: 5px;
}

table.graph td.label
{ padding: 5px;
  text-align: right;
  border-right: 1px solid #ccc;
}

table.graph td div
{ float: left;
    background-color: #04a;
  padding: 1px 0px;
  text-align: right;
}

table.graph td div.zero
{ background: #f00;
}

table.graph td div span
{ margin: 0px 5px;
  font-weight: bold;
  color: #fff;
}

table.graph td div span.inverse
{ color: #333;
}


div.search_form_flat
{ margin: 10px 0px;
  padding: 0px;
  border: 1px solid #ddd;
  background-color: #666;
  background-color: #04a;
}

div.search_form_flat div
{ padding: 0px;
  margin: 0px;
  margin-left: 2px;
  background-color: #eee;
}

div.search_form_flat table
{ padding: 5px 0px;
}

div.search_form_flat table td
{ text-align: center;
  padding: 5px;
}


table.forumnav
{ padding: 0px;
  margin: 0px;
}

table.forumnav td, table.forumnav th
{ padding: 0px 2px;
}

table.forumnav th
{ border: 1px solid #ccc;
}


div.message
{ margin: 10px 20px 20px 20px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #eee;
}

div.message h2
{ background-color: #eee;
}


table#admin {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

table#admin th, table#admin td {
    border: 1px solid #ccc;
    padding: 5px;
}

table#admin th {
    background: #eee;
    font-weight: bold;
}


p.highlight {
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    color: #04a;
}
