body {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

small {
	font-weight: normal;
}

input, textarea {
	border: 1px solid #7F9DB9;
	padding: 3px;
}

select {
	border: 1px solid #7F9DB9;
}

input.btn {
	background-color: #ECE9D8;
}

input.fee {
	text-align:	right;
}

#page {
	margin:	2% 8% 2% 8%;
}

h1 {
	margin-bottom: 17px;
	padding-bottom: 0;
	text-align: right;
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

#usrStatus {
	text-align:	right;
	margin-bottom: 26px;
}

#usrStatus a {
	text-decoration: underline;
}

#pgContent {
	line-height: 1.7;
}

.successMsg {
	color: #090;
	background-color: #FFE;
	padding: 6px 8px;
	line-height: 1.7;
	border-left: 1px solid #090;
	border-top:	5px solid #090;
	border-right: 1px solid #090;
	border-bottom: 1px solid #090;
}

.failureMsg {
	color: #C00;
	background-color: #FFE;
	padding: 6px 8px;
	line-height: 1.7;
	border-left: 1px solid #C00;
	border-top:	5px solid #C00;
	border-right: 1px solid #C00;
	border-bottom: 1px solid #C00;
}

.bboardMsg {
	overflow: auto;
	height: 120px;
}

.yes {
	color: #090;
}

.no {
	color: #F00;
}

.delete {
	color: #F00;
}

.rowCnt {
	line-height: 1.8;
	margin-left: 3px;
}

.rowCnt a {
	color: #FFF;
	background-color: blue;
	padding: 2px;
	text-decoration: none;
	line-height: 1.8;
}

#pgFooter {
	text-align: right;
	margin-top: 2%;
	line-height: 1.7;
}

.reportTable {
	background-color: #999;
	margin-top: 5px;
	line-height: 1.7;
}

tr.dark {
	background-color: #EEEEDD;
}

tr.pen {
	background-color: #d5d5aa;
}

tr.light {
	background-color: #FFF;
}

.reportTable thead tr th {
	background-color: #DDDDCC;
}

.formTable {
	margin-top: 5px;
	background-color: #999;
	line-height: 1.7;
}

.formTable td {
	background-color: #EEEEDD;
}

.formTable td.subHeading {
	font-weight: bold;
	background-color: #DDDDCC;
}

.formTable td.subHeading a {
	font-weight: normal;
}

.formTable td.frmLabel {
	background-color: #CCC;
}

.formSearch {
	margin-top: 5px;
	background-color: #999;
	line-height: 1.7;
}

.formSearch td {
	background-color: #EEE;
}