﻿body
{
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	font-size:10pt;

}
a
{
	color:#3E7CFF;
	text-decoration:none;
}
a:hover
{
	color:#FF0000;
	text-decoration:underline;
}
img 
{
	border:none;
}

/* template */
.left_top 
{
	background-image:url('images/left_top.gif');
	width:10px;
	height:10px;
}
.left_bottom 
{
	background-image:url('images/left_bottom.gif');
	width:10px;
	height:10px;
}
.right_top 
{
	background-image:url('images/right_top.gif');
	width:10px;
	height:10px;
}
.right_bottom 
{
	background-image:url('images/right_bottom.gif');
	width:10px;
	height:10px;
}

/* main css */
.account_desc
{
	color:#333;
	background-color:#E3F1FE;
	padding:3px;
	font-weight:normal;
}
.account_header
{
	background-image:url('images/table_top.gif');
	width:500px;
	height:28px;
}
.account_table
{
	width:500px;
	border:solid 1px #88B0E4;	
}
.alloc_textbox
{
	color:#3E7CFF;
	width:50px;
	text-align:right;
	border:solid 1px #94A5B5; 
}
.amount 
{
	color:#46AA42;
	font-weight:bold;
}
.area_break 
{
	background-color: #BCE9FB;
}
.box
{
	display:table;
	width:300px;
	height:30px;
	color:#46AA42;
	font-size:10pt;
	font-weight:bold;
	background-color:#DBF5DA;
	border:dashed 1px #46AA42;
	padding-top:5px;
	text-align:center;
}
.box_textbox
{
	color:#46AA42;
	font-size:10pt;
	font-weight:bold;
	border:solid 1px #FFFFFF;
	width:50px;
}
.box_warn
{
	width:500px;
	height:50px;
	color: #D79729;
	background-color: #F5EF92;
	border: 1px solid #D79729;
	/*cellspacing:poor IE support for  this*/
	border-collapse: separate;
}
.button_sm
{
	background:url('images/button_sm.gif') no-repeat;
	width:37px;
	height:21px;
	border:none;
}
.button_mid 
{
	background:url('images/button_mid.gif') no-repeat;
	width:85px;
	height:21px;
	border:none;
}
.button_lg 
{
	background:url('images/button_lg.gif') no-repeat;
	width:108px;
	height:21px;
	border:none;
}
.button_xlg 
{
	background:url('images/button_xlg.gif') no-repeat;
	width:150px;
	height:21px;
	border:none;
}
.center_frame 
{
	background-color:#FFFFFF;
	width:720px;
	border:0px;
}
.content 
{
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:10pt;
}
.content_td
{
	background:url('images/content_bg.gif') repeat-y;
}
.dg_header
{
	background:url('images/column_header.gif') repeat-x;
	height:22px;
	color:#333;
	padding-left:3px;
	font-size:11px;
}
.dg_item td{
font:11px Arial;
color:#000000;
padding:4px;
background-color:#F4F9FF;
border-top:1px solid #ffffff;
border-bottom:1px solid #E8F3FF;
/*#E8F3FF border-right:1px solid white;
border-left:1px solid white;
border-bottom:1px solid white;*/
}
.dg_table
{
	width:480px;
	border:#a4d6ff 1px solid;
	font:11px Tahoma;
}
.fieldset_box
{
	width:480px;
}
.field_text
{
	font-size:10pt;
	color:#808080;
}
.form_desc
{
	font-size:10pt;
}
.form_fieldset 
{
	width:480px;
	border:1px solid #e3e3e3;
	color:#808080;
	padding:10px;
}
.form_fieldset_box
{
	width:250px;
	border:1px solid #46AA42;
	color:#808080;
	padding:10px;
}
.form_legend 
{
	color: #215DC6;
	letter-spacing: 0;
	vertical-align: middle; 
}
.line_break 
{
	background-color:#3366CC;
	height:1px;
}
.list_field 
{
	width: 220px;
	border:1px solid #94A5B5;
	-moz-border-radius:4px;
	padding:1px;
}
.list_field_number
{
	border:1px solid #94A5B5;
	-moz-border-radius:4px;
	padding:1px;
	text-align:right;
}
#loading 
{
	width: 180px;
	height: 80px;
	background-color: #C4DCFB;
	position: absolute;
	left: 50%;
	top: 40%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
	font-size: 11px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	color:#FFFFFF;
	margin-top:2px;
}
.msg_ok
{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#189300;
}
.msg_error
{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
}
.msg_warn
{
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#D79729;
}
.msg_table
{
	width:490px;
}
.msg_td
{
	width:18px;
}
.red_text 
{
	color:#FF0000;
}
.red_text_sm 
{
	font-size:8pt;
	color:#FF0000;
}
.title
{
	color:#E54661;
	font-size:11pt;
	font-weight:bold;
}
.title2
{
	color:#FFFFFF;
	font-size:10pt;
}
.title3
{
	color:#FFFFFF;
	font-size:10pt;
}
.usr_name
{
	color:#189300;
}

/* Entire pane */
#dhtmlgoodies_xpPane 
{
	background-color:#DBEDFD;
	float:left;
	min-height:600px;
	height:auto !important;
	height:600px;
	width:200px;
}
#dhtmlgoodies_xpPane .dhtmlgoodies_panel 
{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;	
}
#dhtmlgoodies_xpPane .panelContent 
{
	font-size:0.8em;
	background-image:url('images/bg_pane_right.gif');
	background-position:top right;
	background-repeat:repeat-y;
	border-left:1px solid #FFF;
	border-bottom:1px solid #BCDAF7;
	padding-left:2px;
	padding-right:2px;	
	overflow:hidden;
	position:relative;
	clear:both;
}
#dhtmlgoodies_xpPane .panelContent div 
{
	position:relative;
}
#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar 
{
	background-image:url('images/bg_panel_top_right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	height:25px;
	padding-right:5px;
	cursor:pointer;
	overflow:hidden;		
}
#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar span 
{
	line-height:25px;
	vertical-align:middle;
	font-family:arial;
	font-size:0.9em;
	color:#215DC6;
	font-weight:bold;
	float:left;
	padding-left:5px;
}
#dhtmlgoodies_xpPane .dhtmlgoodies_panel .topBar img 
{
	float:right;
	cursor:pointer;
}
#otherContent 
{
	/* Normal text content */
	float:left;	/* Firefox - to avoid blank white space above panel */
	padding-left:10px;	/* A little space at the left */
}
.panel_content 
{
	padding-left: 3px;
}
/* Help */
.dhtmlgoodies_question
{
	/* Styling question */
	/* Start layout CSS */
	width:480px;
	margin-bottom:5px;
	margin-top:2px;
	padding-left:2px;
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	/* End layout CSS */
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer
{
	/* Parent box of slide down content */
	/* Start layout CSS */
	width:470px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	color:Blue;

}
.dhtmlgoodies_answer_content
{
	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

