/* -- Form -- */

.FormTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -1px;
	}

.FormColumnLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f5f5f5;
	padding-left:10px;
	}

.FormColumnRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fafafa;
	padding-left:10px;
	}

.FormError {
	color: #D00000;
	font-weight: bold;
	}

.FormHelp {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
    }

/* -- Item -- */

.ItemTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: -1px;
	}

.ItemColumnLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f5f5f5;
	}

.ItemColumnRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fafafa;
	}


/* -- Box -- */

.BoxHeader {
	background-color: #6086AD;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	}

.BoxTable {
	background-color: #DCE2E8;
	}

.BoxRow {
	background-color: #F1F4F7;
	font-size: 11px;
	color: #515151;
	}

/* -- List -- */

.ListTable {
	background-color: #d1d1d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.ListHeader {
	background-color: #d1d1d1;
	background-image:url(../../images/main/list-header-bg.gif);
	}

.ListHeader a, .ListHeader td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0060a7;
	}

.ListHeader a:hover {
	color: #0060a7;
	text-decoration: none;
	}

.ListRow1 td a:hover {
	color: #666666;
	text-decoration: underline;
	}

.ListRow2 td a:hover {
	color: #666666;
	text-decoration: underline;
	}

.ListRow1, .ListRow1 td {
	font-size: 11px;
	color: #666666;
	background-color: #f5f5f5;
	}

.ListRow2, .ListRow2 td {
	font-size: 11px;
	color: #666666;
	background: #FFFFFF;
	}

.ListRowOver1, .ListRowOver1 td {
	font-size: 11px;
	color: #666666;
	background: #e5ebf0;
	}

.ListRowOver2, .ListRowOver2 td {
	font-size: 11px;
	color: #666666;
	background: #ebf2f7;
	}

.ListRowBackground {
	background-color: #EEEEEE;
}

/* -- Input -- */

.FormEdit {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-align: justify;
	padding-top: 2px;
	padding-left: 4px;
    border: 1px solid #d9d9d9;
 	background-color: #FFFFFF;
	}

.FormSelect {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	padding-top: 0px;
	padding-left: 0px;
    border: 1px solid #d9d9d9;
	background-color: #FFFFFF;
	}

.FormSelectmulti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	padding-top: 0px;
	padding-left: 0px;
	border-top: 1px #d9d9d9 solid;
	border-left: 1px #d9d9d9 solid;
	border-right: 1px #d9d9d9 solid;
	border-bottom: 1px #d9d9d9 solid;
	background-color: #FFFFFF;

	}

.FormTextarea {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	padding-top: 2px;
	padding-left: 4px;
    border: 1px solid #d9d9d9;
 	background-color: #FFFFFF;
	}

.FormButton {
	border: 1px solid #015592;
	background-color: #015592;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
}

.FormButtonOver {
	border: 1px solid #015592;
	background-color: #015592;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
}

.form_input {
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana;
	font-size: 11px;
	color: #595959; /* #a7a9ac */
	padding: 3px;
}

/* -- Path -- */

.Path {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #77b0db;
	background-image:url(../../images/main/pathbg.gif);
	height:30px;
	padding-left: 10px;
	}

.Pathstart {
	color: #b3b3b3;
	}

.Path A:link, .Path A:visited, .Path A:active {
	color: #0060a7;
	text-decoration: none;
	}

.Path A:hover {
	color: #0060a7;
	text-decoration: underline;
	}


/* -- Content -- */

.content_grey {
	color: #a7a9ac;
}

.content_blue {
	color: #004a80;
}