body {
	font-family:Verdana;
	font-size:12px;
	margin: 0px;
	background-image: url(/images/bg.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;
}
input {
	font-family:Verdana;
	font-size:12px;
}
input.text, input.password, input.file, select, textarea 
{
	width:100%
}
input.button
{
	font-weight: bold;
	width:100px;
}
input.date {
	behavior: url(_js/dateformat.htc);
	text-align:right;
	width: 100%
}
input.number {
	behavior: url(_js/numberformat.htc);
	text-align:right;
	width: 100%
}
input.mask {
	behavior: url(_js/maskformat.htc);
	width: 100%
}
div.subTitle
{
	font-size:14px;
	font-weight:bold;
	color: #1F6A83
}
div.description
{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #efefef
}
div.error
{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom: 1px solid #ffd0d0;
	border-right: 1px solid #ffd0d0;
	background: #ffdfdf;
}
td
{
	font-size:12px
}
tr.rowHeader td
{
	background:#efefef;
	color: black;
	font-weight:bold
}
tr.rowFooter td
{
	border-top: 1px dotted #cccccc;
	background:#efefef;
	color: black
}
tr.rowFooter td a
{
	color: black
}
tr.row td
{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 20px;
}
tr.row td a
{
	color: black;
}
tr.row td a:hover
{
	color: #186984;
	text-decoration:underline;
}
tr.rowAlt td
{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 20px;
}
tr.rowAlt td a
{
	color: black;
}
tr.rowAlt td a:hover
{
	color: #186984;
	text-decoration:underline;
}
td.key 
{
	width:35%;
}
a.menu
{
	display: block;
	width: 100%;
	padding-left:16px;
	margin-right:8px;
}
a.menu:hover
{
	background-color: #efefef;
}
a.menuSelected
{
	display: block;
	width: 100%;
	padding-left:16px;
	margin-right:8px;
	background-color: #dfdfdf;
}
a, a.visited 
{
	color: blue;
	text-decoration: none;
}
td.header
{
	padding: 10px;
	padding-left: 10px;
	background: #0f369b;
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px solid white
}
td.left, td.content
{
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	border-top: 5px solid #90CECB;
}
div.leftTable
{
	margin-top: 4px;
	margin-left: 10px;
	padding-top: 10px;
	height: 100%;
}
button.logout
{
	PADDING:0px;
	FONT-SIZE:11px;
	MARGIN:0px;
}