@charset "utf-8";
/* CSS Document */

.pagination {
	position: relative;
	padding: 5px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
.pagination div, .pagination p {
	margin: 0;
}
.pagination .prev {
	float: left;
	text-align: left;
	width: 5em;
}
.pagination .next {
	float: right;
	text-align: right;
	width: 5em;
}

.data {
	margin-bottom: 1.25em;
}
.data th {
	padding: 2px 7px;
}
.data td {
	padding: 2px 7px;
	font-family: Tahoma, Arial;
	font-size: 0.91em;					/* 11px */
}
.data th.empty, .data td.empty {
	background-color: #FFFFFF;
	border: none;
}

.data tr.mod1 {
}
.data tr.mod1 td {
}

.data tr.mod0 {
}
.data tr.mod0 td {
}

.data tr.over {
}
.data tr.over td {
}

.data .small {
	font-size: 0.81em;
}

.data th.noStyle, .data tr.mod1 td.noStyle, .data tr.mod0 td.noStyle, .data tr.over td.noStyle {
	padding: 0;
	background-color: transparent;
	border: none;
}

h1,h3 {
	color: #002e1e;
}

.data th {
	background-color: #666666;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	color: #ffffff;
}
.data tr.mod1 td {
	background-color: #eeeeee;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
}
.data tr.mod0 td {
	background-color: #fcfcfc;
	border-top: solid 1px #fcfcfc;
	border-bottom: solid 1px #fcfcfc;
}
.data tr.over td {
	background-color: #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #ffffff;
}

.data tr.over td a {
	color: white;
}
/*==================================*/

form div {
	margin-bottom: 1.25em;				/* 15px */
}
fieldset div {
	margin-bottom: 0.16em;
}


fieldset {
	border: 1px solid #CCCCCC;
	position: relative;
	padding: 0.83em;						/* 10px */
	clear: both;
}
legend {
	padding-right: 0.16em;				/* 2px */
	padding-left: 0.16em;				/* 2px */
	color: #000000;
}

fieldset.invisible {
	border: none;
	position: relative;
	padding: 0px;
}
fieldset.invisible legend {
	display: none;
}
fieldset div.col {
	float: left;
	margin-right: 0.83em;				/* 10px */
}


label.txt, label.txa, label.sel, label.fil, div.label {
	display: block;
	float: left;
	width: 9.16em;							/* 110px */
	text-align: right;
}
label.txt, label.txa, label.sel, label.fil, div.label {
	padding: 0.25em 0.25em 0.16em;	/* 3px 3px 2px */
}
div.chk, div.rad {
	padding: 0.08em 0.25em 0.16em;	/* 1px 3px 2px */
}
.lineup {
	margin-left: 9.58em;					/* 115px */
}


input.txt {
	padding: 0.08em 0.08em 0;			/* 1px 1px 0 */
	margin: 0.08em 0 0;					/* 1px 0 0 */
}
input.num {
	padding: 0.08em 0.08em 0;					/* 0 1px 0 */
	height: 1.08em;							/* 14px */
}
input.rad, input.chk {
	padding: 2px;
}
input.btn {
	padding: 0 0.16em 0.08em;			/* 0 2px 2px */
}
.data input.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.09em;					/* 12px */
}
textarea {
	padding: 0.08em 0 0.16em 0.08em;	/* 1px 0px 2px 1px */
}
option {
	padding-right: 0.5em;				/* 6px */
}
select {
	margin-bottom: 0.08em;
}