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

	stylesheets/general.css

	======================================================================
	Copyright 2006, FQXi
	======================================================================
*/


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

input, select, textarea, file {

	font-size: 10px;
	color: #000;
	background-color: #EEE;
	border: 1px solid #405A7B;
	padding: 2px;
}


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

.submitButton, .linkButton, .resetButton {

	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	background-color: #F93;
	border: 1px solid #F93;
	padding: 2px;
}

.cancelButton {

	font-size: 10px;
	line-height: 10px;
	color: #F93;
	background-color: #FFF;
	border: 1px solid #F93;
	padding: 2px;
}

.scaryButton {

	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	background-color: #800;
	border: 1px solid #800;
	padding: 2px;
}



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

.dataTable_headerRow {

	background-color: #405A7B;
}

.dataTable_headerCell {

	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
	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;
	color: #405A7B;
}

.dataTable_label {

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

.dataTable_cell {

	font-size: 10px;
	line-height: 12px;
	padding: 4px;
}

.dataTable_oddRow {

	background-color: #EEE;
}

.dataTable_evenRow {

	background-color: #FFF;
}


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

#messageContainer {

	display: block;
	z-index: 2000;
}

#messageHeader {

	width: 516px;
	text-align: left;
	color: #000;
	border: 1px solid #CCC;
	margin: 0;
	padding: 2px;
	font-size: 13px;
	line-height: 13px;
	background-color: #F93;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
}

#messages {

	width: 510px;
	text-align: center;
	border-top: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
	padding: 5px;
	font-family: Verdana, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #C63508;
	color: #FFF;
}

.goodMessage {

}

.badMessage {

}

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

	color: #FFF;
	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;
}


