﻿body {
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
}
input, select, textarea {
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
}
input.inputField:focus, input.inputField:active, select:focus, select:active, textarea:focus, textarea:active {
	background-color: #d0ebff;
	color: #000;
}
 div.hr {
 	clear: both;
 	height: 1px;
	background:url(../i/dotted_line.gif) top left repeat-x;
	margin: 10px 0;
}
div.hr hr {
	display: none;
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.6em;
	margin: 0em 0em 0.2em 0em;
}
h2 {
	font-size: 1.3em;
	margin: 1.4em 0em 0.2em 0em;
}
#iSubMenu h2, #iSubMenu h3 {
	margin-top: 0em;
}
h3 {
	font-size: 1.1em;
	margin: 1.0em 0em 0.1em 0em;
}
h4 {
	font-size: 1.0em;
	margin: 0.6em 0em 0.1em 0em;
}
h5 {
	font-size: 0.9em;
	margin: 0.4em 0em 0.1em 0em;
}
h6 {
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
}
p {
	margin: 0px 0px 0px 0px;
}

/* Text classes */
p.clRight {
	text-align: right;
}

/* Image classes */
img.clTopLeft {
	margin-right: 1em;
	margin-bottom: 1em;
	float: left;
}
img.clTopRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

/* Table class */
table.clClassicTable {
	border-collapse: collapse;
	border: solid 1px #CCCCCC;
	margin: 2px 0 10px 0;
	width: 100%;
}
table.clClassicTable caption {
	margin-top: 2px;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 4px 0;
}
table.clClassicTable th {
	border: solid 1px #CCCCCC;
	background-color: #F9F9F9;
	padding: 0.4em;
	text-align: left;
}
table.clClassicTable td {
	border: solid 1px #CCCCCC;
	padding: 0.2em 0.4em;
}
table.clClassicTable .nowrap, table.clClassicTable .nowrap {
	white-space: nowrap;
}
table.clClassicTable th.clMarkCell {
	background-color: #AAAAAA;
}
table.clClassicTable td.clMarkCell {
	background-color: #F0F0F0;
}
th.clRightCell, table.clClassicTable th.clRightCell, td.clRightCell {
	text-align: right;
}
th.clCenterCell, table.clClassicTable th.clCenterCell, td.clCenterCell {
	text-align: center;
}
td.clBlame {
	background-color: #FABABA;
}
table.clClassicTable td a:link, table.clClassicTable td a:visited, table.clClassicTable td a:hover, table.clClassicTable td a:active {
	color: #000;
	text-decoration: none;
}
table.clClassicTable td a:hover {
	color: #ff6600;
	text-decoration: underline;
}
ul#errorList {
	color: red;
}
