﻿table.tbl_form, .tbl_form
{
	font-family: arial;
	font-size: small;
	color: #666666;
	border: 1px solid #CCCCCC;
	
}


.tbl_form td, th, .tbl_form .form_td, .tbl_form .form_td_tl
{
	border-width: 0px 1px 1px 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.tbl_form td
{
}

.tbl_form th
{
	background-color: #DFE9FF;
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
	color: #0033BC;
}
.tbl_form .tbl_link
{
	padding: 4px 4px 4px 8px;
	background-color: #ECF1FF;
	font-weight: bold;
	color: #0033BC;
}

.tbl_form .form_header
{
	padding: 6px 4px 6px 10px;
	font-size: 15px;
	font-weight: bold;
	background-color: #175CFF;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #001851;
}

.tbl_form .form_fotter
{
	border-width: 2px 0px 0px 0px;
	padding: 4px;
	background-color: #F4F4F4;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.tbl_form .form_td
{

}

.tbl_form .form_td_tl
{
	background-color: #FBFBFB;
	padding-right: 4px;
}
