﻿/* Recruitment pages only stuff */
#contentcontainer .beta-inner-noline {
    margin-top: 20px;
    overflow: hidden;
}

#contentcontainer .content-left-inner ul {
    margin-top: 0;
    padding-top: 0;
}

acronym {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
    color: #9acb00;
}

h1 {
    font-family: 'Arial Narrow' , Arial, Helvetica, Sans-Serif;
    font-weight: bold; /*font-size: 18px;*/
    font-size: 1.8em;
    margin: 0px 0px .5em -10px;
    padding: 0px 0px 0px 10px;
    background-position: left center;
    background-image: url(images/bullet01.gif);
    background-repeat: no-repeat;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    margin-bottom: .5em;
    font-size: 1.4em;
    background-position: left center;
}

h3 {
    /*font-size: 12px;*/
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px .5em 0px;
    text-transform: uppercase;
}
h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px .5em 0px;
    text-transform: uppercase;
}

p {
    padding-bottom: 1em;
}

ul {
    margin-bottom: 1em;
    margin-top: 0;
}
#nav {
	width: 149px;
}
#nav ul {
	width: 149px;
}
#nav ul li a {
    display: block;
    width: 135px;
    padding: 2px 0px 2px 14px;
    color: #a1a1a1;
    text-decoration: none;
    font-weight: bold;
}
#nav ul li a.head {
	color: #666666;
}
#nav ul li li a {
	padding: 0 0 2px 14px;
	width: 130px;
	/*font-size: 85%;*/
}
#nav ul ul {
	padding-left: 6px;
}
#subnav ul {
    margin-bottom: 1em;
    background-color: #dedede;
    padding-top: 3px;
    padding-bottom: 3px;
}

#subnav ul li {
    margin: 0px 0px 3px 0px;
}

#subnav ul li a {
    color: #666666;
    font-weight: bold;
}

#subnav img {
    display: block;
    background-image: none;
}

#contentcontainer .content-right-inner h3 {
    color: #9acb00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 12px 0px;
    text-transform: uppercase;
    padding: 0;
}

#subnav h3 {
    color: #9acb00;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 12px 0px;
    text-transform: uppercase;
    padding: 0;
}

.graytext {
    color: gray;
}

.smallgraytext {
    color: gray;
    font-size: .8em;
}

.boldtext {
    font-weight: bold;
}

.subselected {
    font-weight: bold;
    color: red;
}

.hrdashed {
    background-position: left center;
    background-image: url('images/line-horizontal.gif');
    background-repeat: repeat-x;
    height: 1px;
    margin-bottom: 1em;
}

.dashedline {
    background-position: left center;
    background-image: url('images/line-horizontal.gif');
    background-repeat: repeat-x;
}

.imageright {
    float: right;
    margin: 0 0 10px 10px;
}

.quoteopen {
    background-position: left top;
    background-image: url(images/quote-open.gif);
    background-repeat: no-repeat;
    color: #a1a1a1;
    padding-top: 15px;
}

.quoteclose {
    background-position: right bottom;
    background-image: url(images/quote-close.gif);
    background-repeat: no-repeat;
    padding-bottom: 15px;
}

.caption {
    font-size: .85em;
    line-height: 1.2em;
}

#header #search {
    background-position: left top;
    height: 79px;
    width: 192px;
    margin-top: 0;
    background-color: #FFFFFF;
    background-image: url(images/line-vertical-dashed.gif);
    background-repeat: repeat-y;
}

#nav ul li a:Hover, #nav ul li a.selected {
    background: url('images/nav-bullet.gif') no-repeat 7px center;
    color: #577215;
}
.content-right-inner {
    text-align: center;
}
#footer {
    font-size: .85em;
    padding-left: 18px;
}
.sidebar-img {
    margin: 0 0 5em 0;
}
table.gallerytable {
    width: 100%;
}
.gallerytable td {
    padding: 0 10px 10px 0;
    text-align: center;
}
.gallerytable p {
    font-size: .8em;
}
.gallerytable img {
    border: solid 1px gray;
}
#pagewrapper img {
    display: inline;
}
#contentcontainer {
    width: 773px;
}
#contentcontainer .beta {
	margin-left:2px;
}
#contentcontainer .content-wide {
    width: 618px;
    overflow: hidden;
}
#contentcontainer .content-wide-inner {
    padding: 0px 10px 0px 18px;
    background-color: #FFFFFF;
}
.newslink {
    font-size: .85em;
    line-height: 1.4em;
}
.newslink a {
    display: block;
}
.newstitle {
    text-transform: uppercase;
    font-size: 1.4em;
    color: #9acb00;
    font-weight: bold;
    padding-bottom: .4em;
}
.newsdate {
    color: #999999;
    font-size: .9em;
}
.newscontact {
    font-size: 1em;
    line-height: 1.5;
    color: #999999;
}
.newscontact a {
    color: #999999;
}
.disabledlink {
    color: #999999;
    text-decoration: none;
}
#contentcontainer .alpha .caption {
    text-align: center;
}
#contentcontainer .alpha {
    overflow: hidden;
    width: 149px;
}
.featurebox {
    background-position: left top;
    background-color: #9ACB00;
    padding: 10px;
    border: 1px solid #C0C0C0;
    margin-bottom: 20px;
    background-image: url('images/greenbox-bk.gif');
    background-repeat: repeat-x;
}
#contentcontainer .content-right-inner .featurebox h3 {
    color: #769D00;
}
#contentcontainer .content-right-inner .featurebox p {
    padding-bottom: 0;
}
table.questiongrid table {
}
table.questiongrid th, table.questiongrid td {
    vertical-align: top;
    padding: 0 10px 10px 0;
}
table.questiongrid table, table.questiongrid table th, table.questiongrid table td {
    padding: 0;
}
table.questiongrid th {
    text-align: left;
}
table.questiongrid td {
}
.stdtextbox, .stddropdown {
    width: 300px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    left: 0px;
}
input {
    width: 100px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}
input[type="radio"] {
    width: 30px;
    vertical-align: top;
}
.errortext {
    font-size: .9em;
    font-weight: bold;
    color: #FF0000;
}
.colloquiumbox {
    padding: 10px;
    background-color: #EAB0AC;
    background-image: url('images/colloquium-bk.jpg');
    background-repeat: no-repeat;
    background-position: left center;
    border: 1px solid #C0C0C0;
    margin-bottom: 20px;
}
#contentcontainer .content-right-inner .colloquiumbox p {
    color: #000000;
    padding-bottom: 0;
}
#contentcontainer .content-right-inner .colloquiumbox h3 {
    color: #000000;
}
.bigtext {
    font-size: 1.2em;
    font-weight: bold;
}
table.programme td, table.programme th {
    padding: 4px;
    font-size: .95em;
}
table.programme th {
    background-color: #9acb00;
    color: white;
    text-align: left;
}
.altrow {
    background-color: rgb(231, 244, 213);
}
.altrow2 {
    background-color: #FFFFCC;
    font-weight: bold;
}