.textareadescr {
	width: 400px;
	height: 100px;
}
.textarealead {
	width: 400px;
	height: 80px;
}

.textareadir { 
	width: 400px;
	height: 60px;
}

/* set up classes for each types of textual data, changing size */
.s1 { width: 50px; }
.s2 { width: 120px; }
.s3 { width: 175px; }
.s4 { width: 250px; }
.s5 { width: 100%; }

form#login { 
	background-color: #ccc;
	color: #000; 
	border: 1px solid #999; 
	font-size: 10px; 
	text-align: right; 
}

#project table { 
	background-color: #f9fbfd; 
	color: #000; 
	width: 440px; 
	border: 1px solid #d7e5f2; 
	border-collapse: collapse; 
} 

#project td { 
	border: 1px solid #D7E5F2; 
	padding-left: 4px; 
}


#admincontent {
	width:100%;
	background: #ddd;
	min-height:200px;
	margin-top: 5px;
}

#adminview {
	width:100%;
	background: #ddd;
	min-height:200px;
	margin-top: 5px;
}
	
	
#rightside {
	float:right;
	background:#Of3;
	width:47%;
	margin-right:18px;
	}
	
#rightside textarea label {	
	display: block;
	font-size: 1.em;
	font-weight: bold;
	width: 100px;
	padding-right: 15px;
	float:left;
	text-align:right;

}

#leftside {
	min-width:47%;
	margin-left: 18px ;
	background: #C963;
	width:500px;
}

#recordstatus {
	width:98%;
	min-height: 25px;
	margin: 2px auto;
	background: #ddd;
	padding: 2px 0px 2px 2px;

}

#recordstatus fieldset {
	margin 0px auto;
	padding: 10px;
	margin-bottom: 0px;
	background: #e1fde3;

}
#recordstatus fieldset legend {
	font-weight: bold;
	font-size:1.1em;
	background-color: #e1fde3;
	padding: 0px 15px 0px 15px;
}

#viewstatus {
	width:98%;
	min-height: 25px;
	margin: 2px auto;
	background: #ddd;
	padding: 2px 0px 2px 0px;

}

#viewstatus fieldset {
	margin 0px auto;
	padding: 10px;
	margin-bottom: 0px;
	background: #e1fde3;

}

#viewstatus fieldset legend {
	font-weight: bold;
	font-size:1.1em;
	background-color: #e1fde3;
	padding: 0px 15px 0px 15px;
}



#admincontent fieldset {
	margin 0px auto;
	padding: 10px;
	margin-bottom: 20px;
	background: #d0d0f0;

}


#admincontent fieldset legend {
	font-weight: bold;
	font-size:1.4em;
	background-color: #d0d0f0;
	padding: 0px 15px 0px 15px;
}

#admincontent fieldset label {	
	display: block;
	font-size: 1.em;
	font-weight: bold;
	width: 100px;
	padding-right: 15px;
	float:left;
	text-align:right;
	
}

#adminview fieldset {
	margin 0px auto;
	padding: 10px;
	margin-bottom: 20px;
	background: #d0d0f0;

}


#adminview fieldset legend {
	font-weight: bold;
	font-size:1.4em;
	background-color: #d0d0f0;
	padding: 0px 15px 0px 15px;
}

#adminview fieldset label {	
	display: block;
	font-size: 1.em;
	font-weight: bold;
	width: 100px;
	padding-right: 15px;
	float:left;
	text-align:right;
	
}

#leftside textarea label {	
	display: block;
	font-size: 1.em;
	font-weight: bold;
	width: 100px;
	padding-right: 15px;
	float:left;
	text-align:right;
	
}

#leftside p {
	margin-bottom: 10px;
	font-size:1em;
}

.reqbottom {	
	color:#F00;
	clear:both;

}


.req {	
	color:#F00;

}
fieldset p {
	margin: 0px;
	padding:0px;
	margin: 2px 0px 2px 102px ;
}

.address {
	width:255px;
	maxlength:100;
}
.state {
	width:100px;
	maxlength:100;
}

fieldset div.separator {
	margin-top: 10px;
	border-top: 1px solid #aaa;
	padding-top: 10px;
}

/* fieldset color scehemes */
fieldset.edit {
	background-color: #aff;
}

fieldset.view {
	background-color: #afa;
}

fieldset.poc {
	background-color: #fc6;
}
#formhead table { 
	background-color: #9F6; 
	color: #000; 
	width: 440px; 
	border: 1px solid #d7e5f2; 
	border-collapse: collapse; 
} 

#formhead td { 
	border: 1px solid #3F9; 
	padding-left: 4px; 
    background-color:#0F3
}

.formHelp {
	color: #990066;
	font-size:1em;	
	padding-left: 10px;
	
}

.viewLabels {
	color: #990000;
	font-size:1em;
}
.viewTitle {
	font-size:1.1em;
	font-weight:bold;
}

