
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #0e70b4;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	letter-spacing: -1px;
	padding-bottom: 6px;
	background-image: url(../images/bg_title.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

h2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #008fd5;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #008fd5;
	text-decoration: none;
}

a:hover {
	color: #008fd5;
	text-decoration: underline;
}

.tableBorder {
	border: 1px solid #dbdbdb;
}

.tableHeader {
	background-color: #0e70b4;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	background-color: #0e70b4;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #ff0000;
}

.imgClass {
	padding: 0px;
	border: 1px solid #dbdbdb;
}

.button {
	text-align: center;
	width: 122px;
	height: 24px;
	padding: 0px 0px 2px 0px;
	border: 1px solid #dbdbdb;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0e70b4;
}

.button:hover {
	color: #ffd147;
}

#messages {
	padding: 5px 7px;
	margin-bottom: 10px;
	font-size: 11px;
}

.message_warning {
	color: #ff0000;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	background-image: none;
	background-color: #ffffff;
}

.message_confirm {
	color: #008fd5;
	border-top: 3px solid #008fd5;
	border-bottom: 3px solid #008fd5;
	background-image: none;
	background-color: #ffffff;
}

