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

	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;
}

table#essay_topic_edit td .submitButton {
    font-size: 16px;
    line-height: normal;
}

.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: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFF;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 4px;
	border: 1px solid #FFF;
    margin-bottom: 6px;
}

.dataTable_subheaderCell {

	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #405A7B;
}

.dataTable_label {

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

.dataTable_label_public {
    width: 100px;
}

.dataTable_cell {

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

.dataTable_oddRow {

	background-color: #EEE;
}

.dataTable_evenRow {

	background-color: #FFF;
}


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

#messageContainer {
    left: 300px;
    position: absolute;
    top: 180px;
	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;
}

.blankLineAfter {

	margin-bottom: 1em;
}

table#existingApplications {
    width: 100%;
    margin: 10px 0;
}

table#existingApplications th {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}
