﻿* {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
body {
	color: #333333;
}
body, form, input, select, textarea, label, a, td, th, p, pre {
	font: normal 9pt 'segoe ui' , arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
/*	border-bottom: dotted 1px #cccccc;
	margin: auto auto 13px auto;
	text-align: left;*/
	color: #898989;
	white-space: nowrap;
}
h1 {
	font-size: 2.65em;
}
h2 {
	font-size: 2.25em;
}
h3 {
	font-size: 1.9em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1em;
}
h4 span, h3 span, h2 span {
	color: #000;
}
label {
	color: #444444;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
thead {
	height: 25px;
	text-align: center;
}
th {
	padding: 4px;
}
td {
	padding: 0;
}
tfoot td {
	font-weight: bold;
	text-align: center;
}
p {
	color: #444444;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul, ol {
	display: inline;
	list-style-type: none;
	width: 100%;
}
li {
	padding: 10px 0 2px 1px;
}
li label {
	display: block;
	clear: both;
}
legend {
	color: #808080;
	font: normal bold 1em 'trebuchet ms' ,tahoma;
}
fieldset {
	padding: 0 20px 20px 20px; /*border: solid 1px #ABABAB;*/
	border: 1px dotted #CCCCCC;
}
hr {
	border-bottom: dotted 1px #CCCCCC;
	width: 100%;
	margin: 10px 0 10px 0;
}
textarea {
	font: normal 10pt consolas, monaco, 'courier new';
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid;
}
/* --BEGIN CUSTOM INPUTs-- */
input[type="text"], input[type="password"], input[type="file"], textarea, select {
	border: solid 1px #CCCCCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="text"], input[type="password"], input[type="file"] {
	padding: 2.5px;
}
input[disabled="disabled"] {
	background-color: #DDDDDD;
}
input[readonly="readonly"] {
	color: #808080;
}
input[type="checkbox"] + label {
	display: inline;
	padding-left: 5px;
}
input[type="submit"], input[type="button"] {
	padding: 4px;
}
select {
	padding: 1.5px;
}
pre, p {
	white-space: pre-line;
}
optgroup {
	font-weight: bold;
	font-style: italic;
}