
/*	
	======================================================================

	stylesheets/general.css

	======================================================================
	Copyright 2006, FLI
	======================================================================
*/


/* ----------------------------------------------------
   FORM ELEMENTS
   ---------------------------------------------------- */

input, select, textarea, file {
/*
	font-size: 10px;
	color: #000;
	background-color: #EEE;
	border: 1px solid #405A7B;
	*/
	padding: 7px;
    font-size: 14px;
}


/* ----------------------------------------------------
   FORM BUTTONS
   ---------------------------------------------------- */

.submitButton, .linkButton, .resetButton {
/*
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	background-color: #F69655;
	border: 1px solid #F69655;
	padding: 2px;
    */
    height: 43px;
    margin: 0 0 0 7px !important;
    border-radius: 5px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    background: #161c30;
    color: #FFF;
    border: none !important;
    cursor: hand;
    cursor: pointer;
}

.cancelButton {

    height: 43px;
    margin: 0 0 0 7px !important;
    border-radius: 5px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
	color: #F93;
	background-color: #FFF;
	border: 1px solid #F69655;
    cursor: hand;
    cursor: pointer;
}

.scaryButton {
/*
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	background-color: #800;
	border: 1px solid #800;
	padding: 2px;
    */
    height: 43px;
    margin: 0 0 0 7px !important;
    border-radius: 5px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
    background: #800;
    color: #FFF;
    border: 1px solid #800;
    cursor: hand;
    cursor: pointer;
}



/* ----------------------------------------------------
   data tables
   ---------------------------------------------------- */

.dataTable_headerRow {

	background-color: #171C33;
}

.dataTable_headerCell {
/*
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
    */
	color: #FFF;
    padding-left: 15px;
	/*
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border: 1px solid #FFF;
	*/
}

.dataTable_subheaderCell {
/*
	font-size: 10px;
	line-height: 12px;
    */
	font-weight: bold;
    padding-top: 22px;
	/*color: #405A7B;*/
}

.dataTable_label {

	/*color: #405A7B;
	font-size: 10px;
	line-height: 12px;
	padding: 4px;
	text-align: right;*/
    width: 125px;
}

table.dataTable_community tr td.dataTable_label_community {
    font-size: 16px;
    color: #000;
}

.dataTable_cell {
/*
	font-size: 10px;
	line-height: 12px;
	padding: 4px;
	*/
}

.dataTable_oddRow {

	background-color: #EEE;
}

.dataTable_evenRow {

	background-color: #FFF;
}

.dataTable_comment {
    padding-top: 12px;
}

.dataTable_public {
    color: #444;
}



/* ----------------------------------------------------
   MESSAGES
   ---------------------------------------------------- */

#messageContainer {

	display: block;
	z-index: 2000;
}

#messageHeader {

	width: 510px;
	text-align: left;
	color: #161c30;
	border: 1px solid #CCC;
	margin: 0;
	padding: 4px;
	font-size: 14px;
	line-height: 18px;
	background-color: #E2920C;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#messages {

	text-align: center;
    border: 1px solid #CCC;
    /*
	width: auto;
    border-radius: 10px;
	border-top: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: Helvetica, Arial, Sans-serif;
    */
	margin: 0;
	padding: 0;
    line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	color: #C63508;
}

.goodMessage, .Good_Message {
    color: green;
}

.badMessage {
    color: #C63508;

}

#messages a:link, #messages a:visited {

	color: blue;
	text-decoration: underline;
}

#messages a:hover {

	color: #F93;
	text-decoration: underline;
}

#messages a:active {

	color: #F93;
	text-decoration: none;
}


/* ----------------------------------------------------
   GENERAL FORMATTING
   ---------------------------------------------------- */

.hidden {

	display: none;
}

.clearDiv {

	clear: both;
}

.indented2em {

	padding-left: 2em;
}

.blankLineAfter {

	margin-bottom: 1em;
}

.form-errors {
    color: red;
    font-weight: bold;
    border: 1px solid red;
    padding: 10px;
    margin: 7px 0;
}