* {
	font-family : Arial, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	padding: 10px;
	font-family : Arial, sans-serif;
	font-size: 11px;

	background-color: #fff;
}

table, td {
	border-collapse: collapse;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #609;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

a.selected {
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-family : Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #401050;
	margin: 0; padding: 0;
	padding-bottom: 5px;
}

h3, h3 a {
	font-family : Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8054a7;
	margin: 0; padding: 0;
	padding-top: 5px;
}

h3 a {
	text-decoration: underline;
}

h3 a:hover {
	text-decoration: none;
}

h4 {
	font-family : Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8054a7;
	margin: 0; padding: 0;
	padding-bottom: 5px;
}

img {
	border: 0;
	vertical-align: middle;
}

p {
	margin: 0;
	margin-bottom: 0.5em;
}

/* ------------------------------------------------------ */
/* Menu */

ul#menu {
	margin: 0; padding: 0;
}

ul#menu li {
 	display: inline;
 	padding-left: 6px;
 	padding-right: 6px;
 	border-right: 1px solid #666;
 }

ul#menu li.last {
 	display: inline;
 	padding-left: 6px;
 	padding-right: 6px;
 	border-right: 0px;
 }
 
ul#menu a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

ul#menu a:hover{
	color: #000;
	border-bottom: 3px solid #399;
}

ul#menu a.selected {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #399;
}

/* ------------------------------------------------------ */

ul#subMenu {
	margin: 0; padding: 0;
	margin-bottom: 0.5em;
}

ul#subMenu li {
 	display: inline;
 	padding-left: 6px;
 	padding-right: 6px;
 	border-right: 1px solid #666;
 }

ul#subMenu li.last {
 	display: inline;
 	padding-left: 6px;
 	padding-right: 6px;
 	border-right: 0px;
 }
 
ul#subMenu a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

ul#subMenu a:hover{
	color: #000;
	border-bottom: 3px solid #399;
}

ul#subMenu a.selected {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #399;
}

/* ------------------------------------------------------ */
/* Formated tables */

table.t {
	background-color: #ffffff;
	border: 1px #333 solid;
}

table.t td, table.t th {
	border: 1px #333 solid;
	padding: 3px;
}

table.t th {
	text-align: center;
	font-weight: bold;
	background-color: #89CBD0;
}

tr.sum td {
	font-weight: bold;
	background-color: #e0e0e0;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

table.t tr.r td {
	background-color: #f9f9f9;
}

table.t tr.r2 td {
	background-color: #d0f0f0;
}

table.t tr.h td {
	background-color: #f0f0f0;
	font-weight: bold;
}

table.t tr.s td {
	background-color: #9FE8EA;
}

table.t tr.er td {
	background-color: #f0e0e0;
}

table.t tr.e td {
	background-color: #fff0f0;
}

/* ------------------------------------------------------ */

div.spacer {
 	clear: both;
 }

#mainView {
	float: left;
	position: fixed;
	height: 60px;
	padding: 5px;

	background-color: #fff;
	background-image: url('img/logoGCF.gif');
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	top: 0px;
	left: 0px;
}

#title {
	float: left;
	padding-left: 160px;
}

#spacer {
 	clear: both;
 	display: block;
 	height: 60px;
 }

/* ------------------------------------------------------ */
/* Form */

form.form {
	background-color: #E1D8FF;
	border: 1px #666 dashed;
	padding: 0.5em;
}

.form {
	background-color: #D5EBED;
	border: 1px #666 dashed;
	padding: 0.5em;
}

.form_s {
	background-color: #9FE8EA;
	border: 1px #666 solid;
	padding: 0.5em;
}

.formrow {
	clear: both;
	padding: .25em;
	min-height: 20px;
}

.separator {
	clear: both;
	border : 0;
	border-bottom: 1px #999 dashed;	
	margin: 1em;
}

.verticalSeparator {
	width: 2em;
	padding: 0;
	float: left;
}

.horizontalSeparator {
	padding: 0;
	float: left;
	height: 5px;
}

.formrow .label {
	width: 15em;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 1em;
}

.formrow .hLabel {
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 1em;
}

.formrow .simpleLabel {
	float: left;
	vertical-align: middle;
	/*line-height: 2em;*/
}

form.titleform {
	background-color: #C1B8DF;
	border: 1px #666 dashed;
	padding: 1em;
}

form.titleform .title {
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.formrow .subtitle {
	float: left;
	font-weight: bold;
	font-size: 12px;
	margin-left: 1em;
}

.formrow .widget {
	float: left;
	vertical-align: middle;
	/*line-height: 2em; */
	width: 20em;
}

.formrow .hWidget {
	float: left;
	vertical-align: middle;
}

.error {
	color: #900;
	margin-left: 1em;
	padding-left: 20px;
	height: 18px;
	float: left;
	background-image: url('img/error.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

.resultError, .resultOk {
	text-align: center;
	padding: 10px;
	margin: 1em 0;
}

.resultError {
	background-color: #fff0f0;
	border: 1px #933 dashed;
	color: #933;
}

.resultOk {
	background-color: #f0fff0;
	border: 1px #393 dashed;
	color: #393;
}

.statusLabel {
	float: left;
	vertical-align: middle;
	padding: 2px;
	line-height: 2em;
	width: 22em;
	border: 1px #666 solid; 
}


input, textarea, option, select {
	background : #fff;
	color : #000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em;
	padding: 1px;
}
input, textarea {
	border-width : 1px;
}

*>input, *>textarea {
	border-color : #333;
}

label, span.label {
	display : inline;
}

input.submit {
	border-style : outset;
	background : #eee 0 100%;
	font-weight : bold;
}

input.submit:hover, input.submit:focus {
	background : #fc3 0 100%;
}

input.submit:active {
	border-style : inset;
}

input.readonly, input.disabled {
	background-color: #f0f0f0;
}

/* ------------------------------------------------------ */

#loginTitle {
	position: relative;
	border: 1px #000 solid;
	background-color: #fff;
	background-image: url('img/privacy.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
}

#message {
	display: none;
	position: absolute;
	background-color: #ffffe1;
	border: 1px #666 solid;
	padding: 5px;
	width: 250px;

	font-family : Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	z-index: 5;
}

/* ------------------------------------------------------ */

#message ol {
	margin: 0; padding: 0;
	padding-left: 15px;
}
