a, a:link, a:visited, a:active { 
	color: #0A3442;	
	text-decoration: none;
}

.ColLabel {
	width: 25%;
	text-align: right;
	padding: 5px;
	color: #0A3442;
	background-color: #E5E5E5;
}

.ColField {
	width: 75%;
	text-align: left;
}

input, textarea, select {
	font-family: arial;
	font-size: 12px;
}

.Action A:hover {
	display: block;
	background-color : #0A3442;
	vertical-align:middle;
	height: 22px;
	color:white
}  

.Action img {
	border: none;
	vertical-align:middle;
}


.ActionBar {
	width: 100%;
	height: 5%;
	margin: 0px;
	bottom: 0px;

	
}



.help {
	cursor: help;
}
