/* onlineentry.css */
/* Style sheet for the online entry portion of the USMS website. */

.checklistDescription {
	color: #333333;
	font-size: 11px;
}

.checklistItem	{
	color: #000000;
	font-size: 15px;
	font-weight:bold;
}

.checklistStatus {
	color: #999999;
	font-size:11px;
}

.entryTable 	{
	padding:5px;
}

.errorLabel	{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.errors 	{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.extraHeader	{
	text-align: center;
	background-color: #CCCCCC;
}

.extraInside	{
	padding: 2px;
	background-color: #eeeeee;
}

.feeDesc {
	padding: 2px;
	text-align: left;
	font-weight: normal;
}
.fees	{
	padding: 2px;
	text-align: right;
	font-weight: normal;
}

.form	{
	background-color: #eeeeee;
	padding: 2px;
}

.indHeader 	{
	padding: 2px;
	font-size: 11px;
	text-align:center;
	background-color:#CCCCCC;
}

.indInside	{
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-color:#eeeeee;
}

.indInsideError	{
   	color: red;
	padding: 2px;
	font-size: 11px;
	text-align: center;
	background-color:#eeeeee;
}


.instructions 	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.instructionsSmall 	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.label	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.link	{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.link:hover 	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pageHeader	{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.row	{
	border-top: 1px dashed #999999;
}

.stepLink	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.subHeader	{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.summaryBrackets	{
	font-weight:bold;
	font-size: 12px;
	text-align: left;
}

.summaryLink	{
	font-weight: bold;
	font-size:11px;
}

.summarySport	{
	font-weight:bold;
	font-size: 14px;
	text-align: left;
}

.evenRow {
     background: #DCE0DC;
}

.oddRow {
     background: #CCCCCC;
}

.rowhighlight {
     background:#D6DFF7;
}
