body {
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #b2bece;
	font-size: 11px;
    text-align: justify;
}

a {
    cursor: pointer;
}

td {
    vertical-align: top;
}

h1 {
    color: #383838;
    font-size: 1.5em;
    margin: 0;
    padding: 0em 0.5em 1em 1em;
}

h2 {
    color: #383838;
    font-size: 1.25em;
    background-color: #E3E6F4;
    margin: 0;
    padding: 0.125em 1em 0.125em 1em;
}

h3 {
    color: #383838;
    font-size: 1em;
    margin: 0;
    padding: 1em 0.5em 0em 0em;
    vertical-align: top;
}

p {
    padding: 0;
    margin: 0;
}

.main-container {
    width: 811px;
    margin: 0 auto;
}

.header {
    height: 96px;
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    position: relative;
}

.login-details {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 520px;
    color: white;
}

.login-details a {
    color: white;
}

.menu-only-splash {
	height: 36px;
	position: relative;
}

.splash-container {
    height: 244px;
    position: relative;
}

.splash {
    position: absolute;
    border: 0em;
    z-index: 1;
    top: 0;
}

.png {
    behavior: url(/lib/pngfix.htc);
}

.menu-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 37px;
    bottom: 0px;
    background-image: url(/images/menu.png);
    background-repeat: no-repeat;
}

.header-flash-ad {          
    float: right;
}

.menu {
    position: absolute;
    z-index: 15;
    left: 15px;
    bottom: 0px;
    height: 37px;
    color: white;
    font-weight: bold;
	font-size: 1.2em;
    border-collapse: collapse;
}

.menu td {
    line-height: 35px;
    padding: 0 1em;
}

.menu div {
    float: left;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.menu-hover {
	/*behavior: url(/lib/pngfix.htc);
	background-image: url(/images/menu_glow.png);
	background-repeat: no-repeat;
    background-position: bottom center;*/
    color: #000000;
}

.menu a {
    color: white;
    text-decoration: none;
    vertical-align: middle;
}

.menu a:hover{
    color: #000077;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
}

.content {
    background-image: url(/images/content_bg.jpg);
    background-repeat: repeat-y;
	padding: 2em 2.3em;
}

.content-end {
    background-image: url(/images/content_end.jpg);
    background-repeat: no-repeat;
    height: 4px;
}

.footer {
    padding-top: 5px;
    text-align: center;
    font-size: 0.9em;
	font-weight: bold;
}

.footer img {
    margin: 1em 0.5em 0 0.5em;
}

.login-box {
	margin: 0 auto;
	padding: 1em;
	width: 300px;
	background-color: #E3E6EA;
	border: 1px solid #242959;
	color: #242959;
	font-size: 0.9em;
}

.login-box td {
	font-size: 1em;
	font-weight: bold;
}

.login-box form {
	padding: 0;
	margin: 0;
}

.error-text {
	color: red;
}

.required {
	font-size: 1.3em;
	vertical-align: top;
	font-weight: bold;
	color: red;
}

.form-table {
	border-collapse: collapse;
	border: 1px solid #003366;
	font-size: 1em;
    background-image: url(/images/form_background_fade.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.form-table .label {
	padding-left: 1.5em;
	padding-right: 0.3em;
	font-weight: bold;
}

.form-table .action-buttons {
	padding-top: 1em;
	padding-bottom: 1.5em;
	text-align: center;
}

.form-table td {
	padding: 0.3em 0.5em;
	padding-right: 1.5em;
    background-image: none;
}

.form-table th {
	text-align: left;
	font-weight: bold;
	color: #003366;
	padding: 1em;
	padding-left: 1.2em;
	font-size: 1.3em;
    background-image: none;
}

.light {
	background-color: #f9f9f9;
}

.dark {
	background-color: #e7eef6;
}

.light-bold {
    background-color: #f9f9f9;
    font-weight: bold;
}

.dark-bold {
    background-color: #e7eef6;
    font-weight: bold;
}

.password-strength-table {
	border-collapse: collapse;
	width: 100px;
}

.password-strength-table td {
	font-size: 0.7em;
}

.password-strength-table .bar {
	background-color: #CCCCCC;
	height: 3px;
}

.side-menu {
    float: left;
    border-right: 1px solid #ccc;
    margin-right: 2em;
    padding: 1em 0;
}

.side-menu-header {
    font-weight: bold;
    font-size: 1.1em;
    color: #003366;
}

.side-menu a {
    margin-left: 1em;
}

.very-small-font {
    font-size: 0.1em;
}

.success-message {
    border: 1px solid #77CC77;
    margin: 0 auto 1em auto;
    padding: 1em 0.75em;
    width: 30em;
    background-color: #CCEECC;
    text-align: center;
    font-weight: bold;
}

.instruction-message {
    border: 1px solid #9999EE;
    margin: 0 auto 1em auto;
    padding: 1em 0.75em;
    width: 30em;
    background-color: #EEEEFF;
    text-align: center;
    font-weight: bold;
}

.progress-bar-table {
    border-collapse: collapse;
    margin-bottom: 1.5em;
}

.progress-bar-labels td {
    color: #777;
    padding: 0 2em 0.5em 2em;
}

.progress-bar-labels .selected {
    color: black;
    font-weight: bold;
}

.progress-bar-row {
    height: 19px;
}

.progress-bar-row .start {
    border-left: 1px solid #939393;
}

.progress-bar-row .start, .progress-bar-row .middle, .progress-bar-row .end {
    border-top: 1px solid #939393;
    border-bottom: 1px solid #939393;
}

.progress-bar-row .end {
    border-right: 1px solid #939393;
}

.progress-bar-row .selected {
    background-image: url(/images/progress.gif);
    background-repeat: repeat-x;
}

.region-option {
    font-weight: bold;
}

.subregion-option {
    padding-left: 2em;
}

.main-left-column {
    float: left;
    width: 250px;
    text-align: center;
}

.main-left-column img {
    margin-bottom: 1em;
}

.main-right-column {
    float: right;
    width: 480px;
}

.intro {
    background-image: url(/images/intro_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.vacancy-list {
    border-collapse: collapse;
    border: 1px solid #999999;
    font-size: 12px;
}

.vacancy-list td {
    padding: 0.3em 0.5em;
}

.vacancy-list th {
    text-align: left;
    font-weight: bold;
    color: white;
    padding: 3px 5px;
    text-align: center;
    background-image: url(/images/table_header_bg.gif);
    background-repeat: repeat-x;
}

.vacancy-list th a {
    color: white;
}

.vacancy-list span {
    font-size: 0.9em;
}

.terms-box {
    height: 150px;
    overflow-y: scroll;
    background-color: #eee;
    border: 1px solid black;
    padding: 1em;
}

fieldset {
    border: 1px solid #38467c;
    padding: 1em;
}

legend {
    color: #0e2785;
    font-weight: bold;
}

.calendar {
    border-collapse: collapse;
    background-color: white;
    border: 1px solid #4489ca;
    margin: 0.5em;
}

.calendar .heading {
    background-color: #4489ca;
    color: white;
    padding: 4px 8px;
}

.calendar .day {
    color: black;
    text-align: center;
    width: 10em;
    height: 7em;
    border: 1px solid #ccc;
}

.calendar .out-of-range {
    color: #b0b0b0;
    background-color: #f5f5f5;
}

.calendar a {
    text-decoration: none;
}

.calendar #month_year_heading {
    padding-top: 1em;
    padding-bottom: 1em;
}

.calendar-overlay {
    top: 10em;
    left: 100px;
    width: 550px;
    height: 25em;
    background-color: white;
    position: absolute;
}

.calendar-overlay .title-bar {
    background-color: #4489ca;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 0.5em 0;
    border: 1px solid #4489ca;
}

.calendar-overlay .overlay-content {
    height: 23em;
    border: 1px solid #4489ca;
    overlay-y: scroll;
    background-color: white;
    padding: 0.5em 1em;
}

.calendar-overlay .title-bar a {
    color: white;
}