/* ------------------------------------------------------------------------ */
/* ---------- Common ------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
body
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
	background-color:#ffffff;
	margin: 0px;	
}

form 
{
	display:inline;
}

a:link, a:visited, a:hover, a:active
{
	color:#000000;
}

.global_panel
{
	position:relative;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	height:100%;
	width: 985px;	
}

.spacer
{
	position:relative;
	height:2px;
	width:100%;
	background-color: #ffffff;
}

.message_panel
{
	position:relative;	
	padding-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
	color: #f1701a;
	font-weight: bold;	
	text-align: center;	
	height: 50px;	
}

.error_panel, .hint_panel
{
	position:relative;		
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color:#fbbc01;	
}

.hint_panel
{
	background-color:#FFE8A6;	
}

.error_panel ul, .hint_panel ul
{
	margin-left: 7px; 
	margin-top: 5px; 
	margin-bottom: 0px; 
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
}

.error_panel span, .hint_panel span
{
	font-weight: bold;
	vertical-align: bottom;
}
#error_field
{
	background-color:#fbbc01;
}

.search_desc_field, .desc_field
{
	position:relative;	
	height:21px;
	width:155px;
	text-align:left;
	text-indent:7px;	
	line-height:21px;
	background-color: #b5b7bd;
	margin: 0;
	padding: 0;
}

.desc_field
{
	background-color: #B3C4DC;	
}

.desc_value
{
	position:relative;	
	height:21px;	
	text-align:left;
	text-indent:5px;	
	line-height:21px;
	margin: 0;
	padding: 0;
}

input, select
{
	position:relative;
	height:14px;
	/*border: 1px solid #b5b7bd;*/
	margin: 0;
	padding-top: 3px;
	font-size: 11px;
}

select
{	
	height:20px;
	padding: 0;
	font-size: 13px;
}

.checkbx
{
	position:relative;
	width:15px;
	height:15px;	
	border:1px solid #b5b7bd;
	margin: 0px;
	padding: 0px;
}

a.button:link, a.button:visited, a.button:active, a.button:hover, a.button_default:link, a.button_default:visited, a.button_default:active, a.button_default:hover
{
	position:relative;
	background-color:#757b8a;
	padding-left:7px;
	padding-right:25px;
	font-weight:bold;
	line-height:25px;
	text-decoration: none;
	border-left-style:solid;
	border-left-color:#ffffff;
	border-left-width:2px;
	float: left;
	color:#ffffff;
	text-decoration: none;
}
a.button:hover, a.button_default:hover
{
	color: #eeeeee;
}
a.button_default:link, a.button_default:visited, a.button_default:active, a.button_default:hover
{
	background-color:#f1701a;
}
/* ------------------------------------------------------------------------ */
/* ---------- Header ------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.top_link_panel
{	
	position:relative;
	background-color: #dedfe0;	
	height:22px;	
	padding-top: 5px;
	padding-right: 25px;
	text-align: right;	
}

.top_link_panel a:link, .top_link_panel a:visited, .top_link_panel a:hover, .top_link_panel a:active
{
	color: #4a4b4c;		
}

.site_panel
{	
	position:relative;
	height:70px;		
	font-size:13px;
	color:#ffffff;
	background-color: #757b8a;	
}

.logo_panel
{
	position:absolute;
	top:11px;	
	background-color: #ffffff;	
}

/* ------------------------------------------------------------------------ */
/* ---------- Menu -------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.menu_panel
{
	position:relative;	
	background-color: #757b8a;
	width:100%;
	height:22px;	
}
a.menu_tab:link, a.menu_tab:visited, a.menu_tab:hover, a.menu_tab_active:link, a.menu_tab_active:visited
{
	position:relative;	
	height:22px;	
	font-weight:bold;
	text-align:left;	
	line-height:20px;	
	text-decoration:none;
	color:#ffffff;
	padding-left:7px;
	padding-right:7px;
	float: left;
}
a.menu_tab_active:link, a.menu_tab_active:visited, a.menu_tab:hover
{
	background-color:#c6c9d1;	
	color:#000000;
}

/* ------------------------------------------------------------------------ */
/* ---------- Sub-Menu -------------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.submenu_panel
{
	position:relative;	
	background-color: #757b8a;
	width:164px;
	height:21px;	
}
a.submenu:link, a.submenu:visited, a.submenu:hover, a.submenu_active:link, a.submenu_active:visited
{
	position:relative;	
	height:21px;	
	text-align:left;	
	line-height:20px;	
	text-decoration:none;
	color:#ffffff;
	float: left;
	width:164px;
}
.submenu_label
{
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
}
a.submenu_active:link, a.submenu_active:visited, a.submenu:hover
{
	background-color:#c6c9d1;	
	color:#000000;
}

/* ------------------------------------------------------------------------ */
/* ---------- CustInfo Panel -------------------------------------------- */
/* ------------------------------------------------------------------------ */
.custinfo_panel
{
	position:relative;
	width:100%;
	background-color:#E5ECF6;		
}

/* ------------------------------------------------------------------------ */
/* ---------- Search documents -------------------------------------------- */
/* ------------------------------------------------------------------------ */
.search_panel
{
	position:relative;
	width:100%;
	background-color:#eeeeee;		
}
input.day, input.month, input.year
{	
	width:18px;	
	text-align: center;
	padding-top: 1px;	
	padding-bottom: 0px;
}
.dot
{	
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: text-bottom;
	line-height: 5px;
}
input.year
{
	width:35px;   	 
}

/* ------------------------------------------------------------------------ */
/* ---------- Table Content Panel ----------------------------------------------- */
/* ------------------------------------------------------------------------ */
.table_content_panel
{
	padding-left: 7px;
	padding-right: 7px;		
	background-color:#eeeeee;		
}
table.content
{	
	table-layout:fixed;
	color: #000000;	
	width: 100%;	
}
.tab_body, .tab_header
{
	overflow: hidden;
	height:21px;
	background-color: #ffffff;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;	
	font-size: 11px;
}
table.content th, .tab_header
{	
	font-weight:bold;
	background-color: #b5b7bd;	
}

a.browse_next
{
	text-decoration: none;	
}

.page_selected
{
	font-weight: bold;
}

/* ------------------------------------------------------------------------ */
/* ---------- Footer Panel ------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.footer_panel
{
	position:relative;
	padding-left: 7px;
	padding-top: 15px;
	background-color: #ffffff;
	height:23px;
	FONT-SIZE: 10px; 
	COLOR: #757b8a; 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif;
}

.footer_panel, .footer_panel a:link, .footer_panel a:visited, .footer_panel a:hover, .footer_panel a:active 
{
	color: #939598;	
}

/* ------------------------------------------------------------------------ */
/* ----------  Simple Pages ----------------------------------------------- */
/* ------------------------------------------------------------------------ */
.simple_panel
{
	position:relative;	
	padding-top: 11px;
	width: 100%;
	background-color:#dedfe0;
}
.simple_input
{
	position: absolute;	
	left: 157px;
	top: 0px;
}
.simple_text, .simple_caption
{
	position:relative;	
	padding-left:7px;
	padding-right:25px;
	margin:0;	
}

.simple_caption
{
	font-size:13px;	
}

.bold_text
{
	font-weight: bold;
	padding-bottom: 3px;
}

.simple_text td
{
	vertical-align: top;	
}

/* ------------------------------------------------------------------------ */
/* ----------  Help Pages ------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.help_content ul
{
	margin-top: 0px;
	margin-bottom: 0px;	
}
.help_content
{
	position:relative;	
	padding-left:7px;	
	margin:0;	
	width: 750px;
}
.help_text, .help_text_desc
{
	position:relative;		
	float:left; 
	padding:5px 5px 5px;
	width:550px;
}
.help_text
{
	width:180px;
}
.help_text_bold
{
	font-weight: bold;
	clear: both;
}
.help_content .spacer
{
	height: 1px;
	clear: both;		
}

/* ------------------------------------------------------------------------ */
/* ----------  Error Pages ------------------------------------------------- */
/* ------------------------------------------------------------------------ */
.error_link_panel
{
	position:relative;
	background-color: #eeeeee;	
	padding-left:7px;
}