/* CSS STYLESHEET 
Eastern Iowa Community Colleges
Web Form Style Sheet - Stylesheet common to all EICCD web forms
nharrison | nharrison@eicc.edu | handcoded | 03.30.11 */

/* LAYOUT */
#content 	{position:relative; 
			margin:auto 0; 
			width:100%;}/* Page Wrapper */
			
#header 	{position:relative; 
			top:0px; 
			left:0px; 
			width:728px; 
			height:124px; }
			
#form 		{position:relative; 
			padding-left:25px;}
			
#blue 		{height:10px; 
			background-color:#201679; 
			padding:0px;}/* Horizontal Blue divider between form and footer */
			
#footer 	{position:fixed; 
			text-align:center; 
			left:0px; 
			bottom:0px;}
			
#thankyou	{position:relative; 
			padding-left:20px;
			width:750px;}			

#hidden 	{display:none;}

/* STYLE */
#mccsoftball {background-image:none; background-color:#fff;}

#footer p 	{text-align:center;}
#footer a	{font-weight:bold;}

.boldtime {font-weight:bold; font-size:20px; }

.softballheader {font-size:16px; font-weight:bold; color:#8c0c04;}
			
.required 	{font-size:12px; 
			color:#FF0000;}

.note 		{font-size:12px; 
			font-style:italic; 
			text-align:left;}
			
.indentnote 	{font-size:12px;
			padding-left:20px; 
			font-style:italic; 
			text-align:left;}		
.eiccprotect {display:hidden;}			

#submit 	{height:50px; 
			width:100px;
			display:inline;
			text-align:center;}


label 		{font-weight:bold;}

table td 	{text-align:right;}

.left		{text-align:left;}
.leftbold		{text-align:left; font-weight:bold;}
.right		{text-align:right;}
			
textarea	{width:100%;}

.boldresults{text-align:left;
			font-size:18px;
			font-weight:bold;}
			
.bold 	{font-weight:bold;}
			
.field		{font-weight:bold;
			color:#900;}	
			
.header		{font-weight:bold;
			font-size:16px;}
.headeru	{font-weight:bold;
			font-size:16px;
			text-decoration:underline;}			

#leftalign td {text-align:left;}

input		{background-color:#FFFFFF;}

.pleasenote {text-decoration:underline;
			font-weight:bold;
			color:#F00;}
.error		 {font-weight:bold;
			color:#F00;}			
.pleasenote2 {font-size:14px; 
			font-style:italic; 
			text-align:left;
			color:#F00;
			font-weight:bold;}	
			
.fineprint	{font-size:8pt;}			