* {
	border: none;
	border-collapse: collapse;
	font-family: Verdana, Tahoma, Geneva, "Trebutchet MS", Helvetica;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	vertical-align: top;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #D0D0B3;
}


/**********
  General
**********/

.fontSize10pt, .passwordField p, .logout *, .content input, .content textarea, .content label, .content fieldset table th, .content fieldset table td {
	font-size: 10pt;
}

.fontWeightBold {
	font-weight: bold;
}

.margin0px, .content p *, .content fieldset legend, .content form {
	margin: 0px;
}

.margin8px, .content * {
	margin: 8px;
}

.textAlignCenter {
	text-align: center;
}

.verticalAlignMiddle {
	vertical-align: middle;
}

.backgroundColorRed {
	background-color: #E9BDB9;
}

.width150px {
	width: 150px;
}

.height100px {
	height: 100px;
}

/****************
  The Main Menu
****************/

.mainMenu {
	background-color: #7F7F6F;
	border: 1px solid #3F3F30;
	clear: left;
	float: left;
	margin: 20px 0px 0px 20px;
	padding-bottom: 4px;
	width: 200px;
}

.mainMenu * {
	font-size: 10pt;
	margin-left: 4px;
	margin-right: 4px;
}

.mainMenu p {
	background-color: #3F3F30;
	color: #F5F5F5;
	font-weight: bold;
	margin-top: 4px;
	padding: 4px;
	text-align: center;
}

.mainMenu a {
	background-color: #F5F5F5;
	border-top: 1px solid #FFF;
	border-right: 1px solid #D5D5D7;
	border-bottom: 1px solid #D5D5D7;
	border-left: 1px solid #FFF;
	color: #3F3F30;
	display: block;
	font-weight: bold;
	padding: 2px 4px;
	text-decoration: none;
}

.mainMenu a:hover {
	background-color: #FFF;
	padding-left: 8px;
}


/*******
  Main
*******/

.main {
	width: 1032px;
}


/**************
  The Content
**************/

.content {
	background-color: #F5F5F5;
	border: 1px solid #3F3F30;
	clear: right;
	float: right;
	margin: 20px 20px 20px 0px;
	width: 768px;
}

.content h1 {
	font-size: 16pt;
}

.content p {
	font-size: 10pt;
	text-align: justify;
}

.content table {
	margin: 0px 0px 8px 0px;
}

.content table td {
	padding: 4px 0px;
}

.content input, .content textarea, .content select {
	border: 1px solid #4D647C;
	margin: 0px;
	padding: 2px;
}

.content select, .content fieldset select {
	margin-right: 4px;
}

.content select *, .content fieldset select * {
	margin: 0px;
}

.content textarea {
	height: 128px;
	width: 512px;
}

.content textarea.small {
	height: 64px;
	width: 256px;
}

.content a {
	color: #1F6843;
}

.content input.short {
	width: 32px;
}

.content .inputButton {
	background-color: #FFF;
	cursor: pointer;
}

.content .inputButton:hover {
	background-color: #FBFBFB;
	border: 1px solid #7F7F6F;
	color: #4D647C;
}

.content fieldset table th, .content fieldset table td {
	border: 1px solid #7F7F6F;
	padding: 2px 4px;
}

.content fieldset table th {
	background-color: #3F3F30;
	color: #F5F5F5;
}

.content fieldset {
	border: 1px solid #7F7F6F;
	padding: 0px 8px 0px 8px;
}

.content fieldset *, .content fieldset textarea, .content fieldset input {
	margin: 0px 0px 8px 0px;
}

.content fieldset table {
	margin-top: 8px;
}

.content fieldset th {
	vertical-align: middle;
}

.content fieldset table th *, .content fieldset table td * {
	margin: 0px;
}

.content fieldset legend {
	color: #1F6843;
	font-size: 11pt;
}

.content p {
	margin-top: 0px;
}


/*************
  Logout Box
*************/

.logoutHeader, .logoutFooter {
	background-repeat: no-repeat;
	height: 16px;
	margin: 0px auto;
	width: 292px;
}

.logoutHeader {
	background-image: url('./../images/logout_header_bg.gif');
	margin: 64px auto 0px auto;
}

.logoutFooter {
	background-image: url('./../images/logout_footer_bg.gif');
}

.logout {
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px 8px;
	width: 276px;
}

.logout a {
	color: #1F6843;
}


/*****************
  Password Field
*****************/

.passwordFieldHeader, .passwordFieldFooter {
	background-repeat: no-repeat;
	height: 16px;
	margin: 0px auto;
	width: 256px;
}

.passwordFieldHeader {
	background-image: url('./../images/passwordfield_header_bg.gif');
	margin: 64px auto 0px auto;
}

.passwordFieldFooter {
	background-image: url('./../images/passwordfield_footer_bg.gif');
}

.passwordField {
	background-color: #FFF;
	margin: 0px auto 0px auto;
	padding: 4px 0px;
	text-align: center;
	width: 256px;
}

.passwordField input {
	border: 1px solid #4D647C;
	margin: 2px 0px;
	padding: 2px;
}

.passwordField .inputButton {
	background-color: #F5F5F5;
	cursor: pointer;
}

.passwordField .inputButton:hover {
	background-color: #FFF;
}


/***************
  Input fields
***************/

.inputText {
	background-color: #F5F5F5;
}

.inputText:hover {
	background-color: #FFF;
}