body {
	background-color: #F3F3FF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
}
button.transparent {
	background: none;
	border: none;
	margin: 0;
	padding: 1px;
}
button.transparent.enabled:hover {
	background-color: rgba(255,255,255,.5);
	outline: solid 1px #CCCCCC;
}
div.message {
	margin: 0 auto;
	width: 98%;
}
div.message div {
	border: solid 1px;
	border-radius: 5px;
	padding: 3px 10px;
}
div.message div img {
	display: block;
	float: left;
	padding-right: 10px;
}
div.message span {
	line-height: 16px;
}
div.message div.error {
	background-color: #FFCCCC;
	border-color: #993333;
}
div.message div.success {
	background-color: #CCFFCC;
	border-color: #669966;
}
div.notice {
	border: solid 1px;
	border-radius: 5px;
	margin: 10px auto;
	padding: 0;
	width: 98%;
}
div.notice div {
	padding: 5px 10px;
}
div.notice img {
	padding: 5px;
}
div.notice-red {
	background-color: #FFCCCC;
	border-color: #FF9999;
}
div.notice-yellow {
	background-color: #FFFF99;
	border-color: #FFCC33;
}
.error {
	color: #990000;
	font-weight: bold;
}
.success {
	color: #003300;
	font-weight: bold;
}
input, select, textarea {
	border: solid 1px;
	border-color: #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 2px 1px;
}
input[type='image'], input[type='file'] {
	border: none;
	cursor: pointer;
}
input.autocomplete {
	border-color: #C5DBEC;
}
a {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
select {
	padding: 1px;
}
textarea {
	width: 99%
}
.readonly {
	background-color: #EEEEEE;
	border: solid 1px;
	border-color: #999999;
	color: #666666;
}
.centerBlock {
	display: block;
	margin: 0 auto;
}
.rightAlign {
	text-align: right;
}
.centerAlign {
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
.textDate, .textTime {
	text-align: center;
}
.loadingoverlay {
	background-image: url(images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
.black-white {
	background-color: #000000 !important;
	color: #FFFFFF !important;
}
div.table {
	display: table;
}
div.table-row {
	display: table-row;
}
div.table-cell {
	display: table-cell;
}
table.standard {
	border-collapse: collapse;
	border-spacing: 0;
}
table.standard th {
	background-color: #C6D8DC;
	color: #234567;
}
table.standard td, table.standard th {
	border: solid 1px #FFFFFF;
	padding: 1px 10px;
}
table.standard tr:nth-child(even) {
	background-color: #E3E3E3;
}
table.standard tr:nth-child(odd) {
	background-color: #F0F0F0
}
.positive-number {
	color: #00AA00;
	white-space: nowrap;
}
.negative-number {
	color: #DD0000;
	white-space: nowrap;
}
.infoIcon {
	background-image: url(images/info.png);
	background-position: right 2px top 2px;
	background-repeat: no-repeat;
}
