table
{
	font-size: 12px;
	font-family: arial;
}
div
{
	font-size: 12px;
	font-family: arial;
}
input
{
	border: #696969 1px solid;
	font-size: 12px;
	font-family: arial;
	padding-left: 4px;
	padding-right: 4px;
}
select
{
	border: #696969 1px solid;
	font-size: 12px;
	font-family: arial;
}
a
{
	color: #163964;
	text-decoration: none;
}
a:hover
{
	color: #d46a00;
}
.empty
{
}
.input_disabled
{
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	font-size: 12px;
	border-left: #696969 1px solid;
	color: #696969;
	border-bottom: #696969 1px solid;
	font-family: arial;
	background-color: #ebebeb;
}
.gradient_button
{
	border: #696969 1px solid;
	background-image: url(../images/button_bg1.png);
	padding-bottom: 2px;
	padding-top: 2px;
	background-repeat: repeat-x;
	text-align: center;
}
.section_title
{
	color: #ffffff;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/title_bg11.png);
	padding-top: 2px;
	padding-bottom: 3px;
	background-repeat: repeat-x;
}
.section_body
{
	border-left: #888E93 2px solid;
}
.section_body_padded
{
	border-left: #888E93 2px solid;
	padding: 5px;
}
.section_body_name
{
	text-align: right;
	border-left: #888E93 2px solid;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.section_body_value
{	
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.section_button
{
	text-align:right;
	border-left: #888E93 2px solid;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.list_header
{
	font-weight: bold; 
	font-size: 12px; 
	border-bottom: #696969 1px solid;
	text-align: left;
	
}
.important_message
{
	font-weight: bold; 
	color: #b22222;
}
.page_title
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 9pt;
	color: #ffffff;
}
.page_footer
{
	height: 80px;
	font-size: 8pt;
	color: #ffffff;
	background-color: #000000;
}
tr.rd td 
{
	/* row dark */
	background-color: #EBEBEB;
}
tr.rl td 
{
	/* row light */
	background-color: #ffffff;
}
.yes
{
	width: 15%;
	background-image: url(../images/yes.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
.no
{
	width: 15%;
}
