
body {
	font-family: MS Sans Serif;
	font-size:14px;
	margin: 0px;
	color: #666666;
	background-color: #D1D1D2;
}


a {
	text-decoration: none;
	color: #3E81B6;
}

a:hover {
	color: red;
}

.frm_caption {
	font-weight: bold;
	padding: 5px;
	font-family: MS Sans Serif;
	font-size:16px;
	text-align: left;
}

.frm_require {
	font-weight: bold;
	color: #FF0000;
}

.frm_input {
	font-family: MS Sans Serif;
	font-size:14px;
	border: solid 1px #999999;
}

.frm_disabled {
	font-family: MS Sans Serif;
	font-size:14px;
	border: solid 1px #999999;
	background-color: #EEEEEE;
}

.frm_button {
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #999999;
}

.frm_textarea {
	font-family: MS Sans Serif;
	font-size:14px;
	border: solid 1px #999999;
}

.frm_select {
	font-family: MS Sans Serif;
	font-size:14px;
	border: solid 1px #999999;
}


.text_header {
	color: #1D6A9E;
	font-family: MS Sans Serif;
	font-size:14px;
	font-weight: bold;
}

.text_caption {
	color: #000000;
	font-family: MS Sans Serif;
	font-size:16px;
	font-weight: bold;
	margin-left: 10px;
}

.logo_caption {
	margin-right: 10px;
}

.footer {
	font-family: MS Sans Serif;
	font-size:12px;
	text-align: center;
	color: #666666;
}

.tbl_form {
	font-family: MS Sans Serif;
	font-size: 14px;
}

.tbl_grid {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*
	border: 1px solid #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
	width: 100%;
}

.tbl_grid th {
	background: #D1D1D2;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D1D1D2;
}

.tbl_grid tr {
	behavior: url(includes/css/grid.htc);
}

.tbl_grid td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EBEBEB;
}

.tbl_grid_navigator {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.GridRow {
	background-color: #FFFFFF;
}

.GridRowOver {
	background-color: #FFF8D8;
}

.tbl_paging {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

.text_base {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.paging {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
}
.paging b {
	border: solid 1px #FF0000;
	padding: 3px;
}
.paging a {
	border: solid 1px #cccccc;
	padding: 3px;
}

.body_content {
	padding: 5px;
	width: 780px;
	border: solid 1px #797BB2;
	background-color: #FFFFFF;
}

.tbl_csv {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
.tbl_csv th {
	height: 21px;
	background: #D0E5FA;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #AAC0DC;
}
.tbl_csv td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EBEBEB;
	height: 21px;
}