.normalText {
	font-family: Verdana; 
	font-size: small; 	
}

.actionText{
	font-family: Verdana; 
	font-size: smaller; 
}

input, textarea, select {	
	font-family: Verdana; 
	font-size: small; 
} 

form{
	text-align:center;
}

.tableStyle {
	font-family: Verdana; 
	font-size: small; 
	border-collapse: collapse;
	border: none;
	empty-cells:show;
	margin:30px 20px;
	text-align:left;
}

.tableStyle td {
	padding:5px;	
	border: 1px solid; 
	border-color: #CCCCCC;  
	font-family: Verdana; 
	font-size:small; 
}

.tableHeader {
	padding: 2px; 
	background-color: #E6F0D1; 
	color: #014327;
	font-weight:bold;
	vertical-align:middle;	
	font-size:smaller; 
}

.tableHeaderSub{
	padding: 1px;
}

.tableHeader a {
	color: black; 	
}

.tableHeader a:visited {
	color: black; 	
}

.evenRowStyle {
	background-color: #F7F9F1; 
}

.oddRowStyle {
	background-color: white; 	
}

.tableStyle td.errHidden{
	border-right:none;
	border-bottom:none;
	border-top:none;
	color:white;
}

.tableStyle td.errDisplay{
	color:#FF0000;
	font-weight:bold;

	border-right:none;
	border-bottom:none;
	border-top:none;
}

#update{
	padding:10px;
	margin:10px;
}

#submitFailure{
	margin:15px;
	padding:15px;
	background-color:#FFCCCC;
	border:1px red solid;
}

#submitFailure p{
	color:red;	
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#submitSuccess{
	margin:15px;
	padding:15px;
	background-color:#CCFFCC;
	border:1px green solid;
}

#submitSuccess p{
	color:green;	
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#formPresentation{
}

.hidden{
	display:none;
}

.visible{
	display:block;
}
