body, th, td {
	font-size: 9pt;
	font-family: Verdana;
}
.header0 {
	background-color: #4682B4;
	padding: 10px;
	font-size: 11pt;
	line-height: 11pt;
}
.small {
	font-size: 8pt;
}
input {
	font-size: 8pt;
}
select {
	font-size: 8pt;
}
.borderless {
	border: 1px solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	font-family: Verdana;
	font-size: 10pt;
}
.plain {
	border: 0px;
	font-family: Verdana;
	font-size: 8pt;
	text-align: right;
	color: blue;
}
.tab1 {
	padding: 4px;
	font-size: 10pt;
	width: 120px;
	height: 33px;
	background-image: url(images/buttonback.jpg);
	border: 1px solid;
	border-top-color: #4682B4;
	border-bottom-color: #000000;
	border-left-color: white;
	border-right-color: #C0C0C0;
}
.tab2 {
	padding: 4px;
	font-size: 10pt;
	width: 160px;
	height: 33px;
	background-image: url(images/buttonback.jpg);
	border: 1px solid;
	border-top-color: #4682B4;
	border-bottom-color: #000000;
	border-left-color: white;
	border-right-color: #C0C0C0;
}
.error {
	font-weight: bold;
	color: orangered;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.headlink:hover{
	text-decoration: none;
}
a:visited {
	color: blue;
}
.header1 {
	border: 1px solid;
	border-top-color: white;
	border-bottom-color: black;
	border-left-color: grey;
	border-right-color: grey;
}
.header2 {
	text-align: center;
	font-size: 8pt;
	background-image: url(images/buttonback.jpg);
	border: 1px solid;
	border-top-color: #4682B4;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.subheading1 {
	color: #4682B4;
	border: 1px solid;
	border-top-color: white;
	border-bottom-color: #4682B4;
	border-left-color: white;
	border-right-color: white;
}
.footer1 {
	font-size: 8pt;
	border-top: 1px solid black;
	background-color: #708090;
	text-align: right;
	padding: 10px;
}
.header-new {
	background-color: #000000;
	padding: 0px 30px 0px 0px;
	font-size: 11pt;
	line-height: 11pt;
}
.menu-1 {
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
}
.menu-2 {
    font-size: 10pt;
    color: #FFFFFF;
}
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
}

.valign-middle {
	vertical-align: middle;
}

.valign-top {
	vertical-align: top;
}

.valign-bottom {
	vertical-align: bottom;
}

.content-valign-middle * {
	vertical-align: middle;
}

.border-black {
	border: 1px solid black;
}

.vmargin-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.align-center {
	text-align: center;
}

.align-center td {
	text-align: center;
}

.function-table tbody tr td {
	padding-top: 10px;
	padding-bottom: 5px;
}

input.serialError {
	border-style: solid;
	border-color: red;
}

small.errormessage {
	display: none;
	color: red;
}

small.serialError.errormessage {
	display: inline;
	color: red;
}

.hdram {
	display: inline-block;
	width: 50px;
}
