﻿body{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #006699;
	text-decoration: none;
}
hr{
	background-color: #006699;
	border-width: 0;
	height: 1px;
	text-align: center;
	width: 90%;
}
h1{
	color: #006699;
	line-height: 120%;
	font-size: 24px;
	text-align: center;
}
h2{
	color: #006699;
	font-size: 18px;
	text-align: center;
}
h3{
	color: #006699;
	font-size: 16px;
	text-align: center;
}
h4{
	color: #006699;
	font-size: 13px;
	text-align: center;
}
h5{
	color: #006699;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
h6{
	color: #C0C0C0;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
.small{
	font-size: 13px;
}
table.styled{
	border: 1px solid #006699;
	border-spacing: 0px;
	*border-collapse: collapse;
	margin-bottom: 20px;
}
table.styled th{
	background-color: silver;
	border: 1px outset #006699;
	white-space: nowrap;
}
table.styled td{
	border: 1px inset #006699;
	text-align: center;
	position: relative;
}
td.num, th.num{
	text-align: right !important;
}
td.name, th.name, span.name{
	text-align: left !important;
	white-space: nowrap !important;
}
.nw{
	white-space: nowrap !important;
}
table.main{
	background-color: #FFFFFF;
	border: 0px;
}
td.main{
	padding-left: 5%;
	text-align: justify;
	vertical-align: top;
	width: 60em;
}
td.mainwide{
	text-align: justify;
	vertical-align: top;
	width: 60em;
}
td.mainplain{
	width: auto !important;
	text-align: justify;
	vertical-align: top;
}
table.status{
	background-color: #D1D7DC;
	border: 2px solid #006699;
}
table.status td{
	background-color: #D1D7DC;
}
th{
	text-align: center;
}
tr.clickable{
	cursor: pointer;
	background-color: #CCFFCC;
}
input[type=text], input[type=password], textarea{
	border: 1px solid #7F9DB9;
}
div.sortarrow{
	position: absolute;
	right: 0px;
}