/*
*	Description: 	CSS file for all webforms
*	Date: 		 	01/11/2008
*	Author:			Mark W. Kelleher, Lauren Darby
*/

/* Common Styles */
input, select, textarea {
	font-size: 11px; 
	line-height: 14px;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	color: #000000;
	background-color: #ffffff;
	border-color: #4e5f27;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	width: 105px;
	height: 20px;
	margin: 0px 0px 0px 0px;
}

/* Large Form Styles */

.td-large-form-project-list-table /* Internet Explorer */ {
	text-align: center;
}
 
.td-large-form-project-list-table /* Mozilla Firefox alignment */ {
	text-align: -moz-center;
}
	
.largeformtable {
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 510px;
}

.largeformbuttons {
	padding: 5px;
	background-color: #ffffff;
	width: 100%;
}

.largeforminfobox {
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-size: 11px;
	color: #333333;
	font-weight: none;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	line-height: 140%;
}

.largeforminfobox a {
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-size: 11px;
	color: #1e578c;
	font-weight: bold;
	background-color: #ffffff;
	text-decoration: none;
}

.largeformerrors {
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-size: 11px;
	color: #620518;
	font-weight: bold;
	padding: 5px;
}

.largeformtext {
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-size: 11px;
	color: #000000;
	font-weight: none;
	padding: 3px;
}

.largeformtext a {
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-size: 11px;
	color: #617228;
	font-weight: none;
	text-decoration: none;
	padding: 0px;
}

.largeformfields {
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: none;
	background-color: #ffffff;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

.large-form-project-list-table{
	background-color: #e5f2c8;
}

.large-form-checkbox{
	width: 20px;
	border: 0px;
	background-color: #e5f2c8;
}

.large-form-project-list-state-row{
	font-weight: bolder;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-size: 11px;
	color: #000000;
	padding: 3px;
	background-color: #9fc739;
}

.largeformtext a:hover, .smallforminfobox a:hover, .largeforminfobox a:hover {
	text-decoration: underline;
}

fieldset{
	padding: 10px;
	border: 1px dotted #000000;
	width: 95%;
}     