body{
	color: #252626;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
}
form{
	margin: 0px;
	padding: 0px;
}
td{
	vertical-align: top;
}
p{
	color:#252626;
	font-size:13px;
	line-height:18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
a{
	color: #006b6b;
	text-decoration: none;
}
a:hover{
	color: #006b6b;
	text-decoration: underline;
}
.tableBorder{
	background-color:#ececec;
	border: none;
}
.tableHeader{
	background: #189f8e url(/images/header.gif) 0 0 repeat-x;
	color: #feffff;
	font-size:14px;
	font-weight: bold;
	padding: 5px;
}
.tableHeader a{
	color:#feffff;
}
.evenrow{
	background-color:#ececec;
	font-weight: normal;
}
.oddrow{
	background-color:#cccccc;
	font-weight: normal;
}
.formSection{
	background: #189f8e url(/images/header.gif) 0 0 repeat-x;
	color: #feffff;
	font-size:14px;
	font-weight: bold;
	padding: 5px;
}
.fieldLbl{
	color:#363535;
	font-size:12px;
	padding: 3px 7px 3px 0;
	text-align: left;
}
.fieldVal{
	padding: 2px 0;
	text-align: left;
}
.redText{
	color: #b90101;
}
.imgClass{
	border: none;
	padding: 1px;
}
.button{
	background:url(/images/button.jpg) 0 0 repeat-x;
	border:none;
	color: #feffff;
	cursor: pointer;
	font-size: 12px;
	font-weight:bold;
	height:23px;
	padding: 0px 0px 2px 0px;
	text-align: center;
	width:126px;
}
.button:hover{
	background: none;
	background-color: #f4792a;
	border: none;
	color: #feffff;
}
#messages{
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;
}
.message_warning{
	border: 3px solid #a5162e;
	background-image: none;
	color: #a5162e;
}
.message_confirm{
	border: 3px solid #16a596;
	background-image: none;
	color: #16a596;
}
