body {
	background-color: #eeeeee;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

th {
	text-align: left;
}

input,textarea,select {
	border: 1px solid #d2d2d2;
	font-family: Verdana;
	font-size: 11px;
	vertical-align: middle;
}

.display_none {
	display: none;
}

a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

button {
	border: 1px solid #035398;
	background-color: #035398;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	vertical-align:middle;
}

#ajax_loading {
	background: #eeeeee;
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	display: none;
	text-align: center;
}

#top_header {
	width: 661px;
	height: 30px;
	padding-top: 5px;
	padding-left: 4px;
	background: #035398 url(theme/default/image/main_content_corners.gif) no-repeat;
	color: #ffffff;
}

.required_field {
	color:red;
	margin-left:2px;
}

.auto_close_msg {
	color: #000000;
	font-size:12px;
	font-family: Verdana;
	padding:10px;
}

.rowHighlight_dark {
	background-color: #619CC6;
	color: #000000;
}
.rowHighlight_light {
	background-color: #ddeafa;
	color: #000000;
}