﻿/* CSS layout */
body {
}

html {
overflow-y:scroll;
}

#container {
	margin: 0px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
	min-width: 580px;
	right: auto;
	left: auto;
}

#logo {
	float: left;
	width: 200px;
}

#header {
	background: url('Lib/Graphics/OSCAM Header background.jpg');
	margin-left: 200px;
	height: 56px;
}

#left_col {
	float: left;
	width: 130px;
}

#page_content {
	margin-left: 130px;
	padding-left: 8px;
	padding-bottom: 8px;
	height: auto;
}

#footer {
	background: url('Lib/Graphics/OSCAM Header background.jpg');
	clear: both;
}
#training_col {
	float: right;
	width: 160px;
	padding-top: 16px;
}
#icon_col {
	float: right;
	width: 240px;
	padding-left: 8px;
	padding-top: 8px;
}
#jsf_icon_col {
	float: right;
	width: 200px;
	padding-left: 16px;
}

.TitleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.CopyRightText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menu_div ul
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style: none;
	text-indent: 8px;
	font-weight: bold;
}
.menu_div ul li
{
	background: #FFFFFF;
	line-height: 24px;
	border-bottom: 1px solid #333;
	color: #000000;
	border-color: #000000;
}
.menu_div ul li a
{
	text-decoration: none;
	color: #000000;
	display: block;
}
.menu_div ul li a:hover
{
	background: #000000;
	color: #FFFFFF;
}
.menu_div ul li#active
{
	background: #000000;
	color: #FFFFFF;
}
p {
	margin-top: 1em;
	margin-bottom: 0em;
}
.SectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.UpdateHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0em;
}	
.SectionSubSubHeader {
	list-style: url('Lib/Graphics/bullet.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-weight: bold;
}
.SectionText {
	list-style: url('Lib/Graphics/bullet.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.SectionTextBold {
	list-style: url('Lib/Graphics/bullet.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 1em;
	margin-top: 0.5em;
	font-weight: bold;
}

.BorderedSection {
	border-color: #000000;
	border-width: thin;
	border-style: solid;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 8px;
}
.RedEmphasisText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	color: #FF0000;
	font-weight: bold;
}
.FormText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-top: 0.5em;
	margin-right: 1em;
}
.TopBottomHyperLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.HelpPictureCaption {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 0em;
	margin-top: 0.5em;
}
.centeredImage
{
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0px;
}
.RightAlignImage
{
    text-align:right;
    margin-top:0px;
    margin-bottom:8px;
    margin-left:8px;
    padding:0px;
}
.Surname {
 visibility: hidden;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
}
fieldset {
	float: left;
	clear: both;
	width: 75%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #F2EFE9;
	background-image: url(lib/graphics/fieldset_gradient.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	padding-left: 1em;
}    
fieldset ol {
	padding: 0em 0em 0 0em;
	list-style: none;
}  
fieldset li {  
	padding-bottom: 1em;  
}  
fieldset input.submit {
	width: auto;
	padding: 8px 15px;
	background: #617798;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}
fieldset input.submit:disabled {
	width: auto;
	padding: 8px 15px;
	background: #BFBAB0;
	font-size: 14px;
	color: #808080;
	cursor: pointer;
}

input.button {
	float: none;
	display: block;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
}

