body,table,td,input,select,textarea {
	font: 12px Tahoma, Verdana;
}

body {
	margin-top: 5px;
}

.outborder {
	border: solid 1px #86b9d6;
	padding: 1px;
	clear: both;
}

.header {
	color: #154ba0;
	background: #7d9aff;
	padding-left: 10px;
	height: 20px;
}

.altbg1 {
	background: #f5fbff;
}

.altbg2 {
	background: #ffffff;
}

td.altbg1,td.altbg2 {
	border-bottom: solid 1px #a6cbe7;
}

.doublebtn {
	border: double 3px #a6cbe7;
	height: 24px;
	padding-left: 2px;
	padding-right: 2px;
	background: #a6cbe7;
	color: #004c7d;
	vertical-align: middle;
}

a {
	color: #154ba0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mask {
	z-index: 999;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=10);
	background: #000000;
}

.dialog {
	z-index: 1000;
	position: absolute;
	left: 25%;
	top: 25%;
	height: 20%;
	width: 50%;
	background: #f5fbff;
	border: solid 1px #86b9d6;
	padding: 1px;
	clear: both;
}