.field_title
{
	background-color: #F3F3F3;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	font-weight: bold;
	font-size: 12px;
	color: #9E9E9E;
}

.button_label
{
	color: 677896;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.field_input
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.field_input input
{
	border: 1px solid #DADADA;
	width: 250px;
	padding-left: 2px;
}

.popup_field_input 
{
	padding-left: 10px;
	padding-top: 5px;
}

.popup_field_input select
{
	width: 220px;
}

.popup_field_input input
{
	border: 1px solid #DADADA;
	width: 200px;
	padding-left: 2px;
}

.title
{
	font-size: 16px;
	font-weight: bold;
	color: #7E7E7E;
	padding-left: 10px;
	padding-top: 20px;
}

.popup_title
{
	font-size: 18px;
	font-weight: bold;
	color: #7E7E7E;
	padding-left: 10px;
	padding-top: 10px;
}

.option_links
{
	color: #687899;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.table_list th
{
	background-color: #C4CAD8;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #B7B7B7;
	color: #7E7E7E;
}

.table_list td
{
	border: 1px solid #DADADA;
	color: #7E7E7E;
	padding-left: 10px;
	font-size: 12px;
}

.active_nav
{
	color: #10284C;
	background-image: url(images/tab_open_bg.jpg); 
	background-repeat: repeat-x;
	width: 95px;
}

.active_nav a
{
	text-decoration: none;
	color: #10284C;
}

.inactive_nav
{
	color: white;
	background-image: url(images/tab_close_bg.jpg); 
	background-repeat: repeat-x;
	width: 95px;
}

.inactive_nav a
{
	text-decoration: none;
	color: white;
}

.button
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #70849D;
	border: 1px solid #B3B1B2;
	font-size: 10px;
	font-weight: bold;
	width: 70px;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}

.message th
{
	background-color: white; 
	padding: 10px 5px 0px 5px; 
	border-top: 1px dotted #989898;
}

.message th#comment_title
{
	padding-bottom: 10px;
	border-bottom: 1px dotted #989898;
	border-top: 0px;
}

.message td
{
	padding: 0px 5px 0px 5px; 
}

.message a
{
	text-decoration: none;
}

.message td#comment_header
{
	font-weight: bold;
	padding: 10px 5px 10px 5px; 
}

.message td#end
{
	padding: 10px 5px 10px 5px; 
	border-bottom:  1px dotted #989898;
	white-space: normal;
}

