@import url('form.css.php');
@import url('list.css');

body {
	margin: 0px;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	color: #303030;
}

p {
	margin: 11px 0px;
}

h2 {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #303030;
	margin: 10px 0px;
}

h2 span {
	color: #BE2424;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	color: red;
	font-size: 15px;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
}

h4 {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	color: #006400;
	border-bottom: solid 1px #c0c0c0;
	margin: 5px 0px;
}

a {
	color: #00387A;
}

a:hover {
	color: #0676FF;
}

em {
	color: red;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	white-space: nowrap;
}

ul, ol {
	padding: 0px;
	margin: 0px 0px 0px 3em;
}

.hlist label {
	display: inline;
	background-color: #03476F;
	color: white;
	padding: 1px 3px;
	font-size: 80%;
}

.hlist table.select {
	border: solid 1px #03476F;
}

.hlist table.select td {
	padding: 3px 0px;
}

.hlist table.select td em {
	padding: 3px 6px;
}

.hlist table.select td a {
	padding: 3px 6px;
}

.hlist table.select td a:hover {
	background-color: #03476F;
	color: white;
}

.credit {
	background-color: #FFC822;
	padding: 4px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	top: -5px;
	float: right;
}

.credit span {
	color: #846300;
}

.total {
	overflow: auto;
	width: 100%;
}

.total dl {
	background-color: #FFC822;
	margin: 3px 0px;
	padding: 4px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	float: right;
}

.total dt {
	color: #846300;
	display: inline;
	margin: 0px 2px 0px 5px;
}

.total dd {
	display: inline;
	margin: 0px 5px 0px 2px;
}

.left  { float: left;  }
.right { float: right; }
.clear { clear: both;  }
.clearfix { overflow: auto; width: 100%; }

.csv, .pdf {
	padding-left: 20px;
	margin-left: 15px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
}

.csv {
	background-image: url('../img/icon_excel.gif');
}

.pdf {
	background-image: url('../img/icon_pdf.gif');
}

big,   .big,   .big   td { font-size: 115%; }
small, .small, .small td { font-size:  90%; }

.test {
	border: dotted 2px red;
	padding: 10px;
	text-align: center;
}
