html, body
{
	margin: 0 0 0 0;
	color: #404040;
	height: 100%;
	background: #ECF4E1;
}

ul
{
	/*list-style-image: url('../images/bullet.jpg');*/
}

input , textarea
{
	font-family: Arial;
	font-size: 12px;
}

textarea{
height: 130px;
}

p{
	text-align: justify;
}

#header_main
{
	width: 100%;
	height: 85px;
	background: #FFFFFF;
	border-bottom: 2px solid #A8A8A8;
}
#table_line
{
	width: 100%;
	height: 0px;
	background: #FFFFFF;
	border-bottom: 2px solid #A8A8A8;
}
#package_includes
{
	width: 100%;
	background: #ECF4E1;
	font: bold;
}
#package_image
{
	padding-left: 20px;
}
#package_text
{
	padding-right: 20px;
	text-align: left;
	font: bold 10pt Arial;
	color:#9ACD32;
	color:#414141;
}
#package_text2
{
	padding-right: 20px;
	text-align: left;
	font: 8pt Arial;
	color:#0080C0;
}
#right_main
{
	position: absolute;
	top: 88px !important;
	top: 90px;
	right: 0px;
	background: #ECF4E1;
	width: 180px;
	height: auto;
	padding-left: 20px;
}
#body_main
{
	padding-left: 10px;
	padding-right: 10px;	
	margin-right: 0px;
	background: #ffffff;
	width: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 11pt Arial;
}

#process_main
{
	padding-left: 10px;
	padding-right: 10px;	
	/*margin-right: 200px;*/
	background: #ECF4E1;
	width: auto;
	/*min-height: 100%;*/
	/*height: auto !important;*/
	/*height: 100%;*/
	font: 11pt Arial;
}

#footer
{
	bottom: 0px;
	float: center;
	background: #ffffff;
}
#mainhead
{
	font: bold 20pt Arial;
	color: #9ACD32;		
	padding-top: 10pt;
	text-align: center;
}

#toolbar
{
	background: #D9EAAF; /*url(../images/titlebar_bg.gif) repeat-x top center;*/
	height:30px;
	margin-left: -10px;
	margin-right: -10px;
}

.question
{
	padding-top: 10pt;
	font: bold 11pt Arial;
}

.answer
{
	font: 11pt Arial;	
}

.answer.bullet
{
	list-style: disc outside
}

.smallprint
{
	font: 10pt Arial;	
}

.formq
{
	font: bold 10pt Arial;
	color:#9ACD32;
	padding-top: 20px;	
}

.important
{
	font: bold 10pt Arial;
	padding-top: 20px;	
}

.nb
{
	font: 10pt Arial;
	padding-top: 5px;	
}

.splitLeft
{
	display:inline;
	float:left;
	width: 50%;
}

.splitRight
{
	display:inline;
	float:right;
	background: #ECF4E1;
	vertical-align:right;
	width: 50%;
}

#loadingBar
{
	position: absolute;
	display: block;
	background: #CC0000;
	color: #FFFFFF;
	width:auto;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	right: 0px;
	top:0;
}


/** Accordition CSS*/

.accordionTabTitleBar
{
	height: 22px;
	font: 14px arial;
	text-align: bottom;
	background: #D9EAAF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	color: #000000; padding-left:5px; padding-right:0; padding-top:5px; padding-bottom:0
}

.accordionTabTitleBar_over
{
	height: 22px;
	font: 14px arial;
	text-align: bottom;
	background: #9AD0C6;
	color: #FFFFFF;
	font-weight: bold;
	padding-left:5px; 
	padding-right:0; 
	padding-top:5px; 
	padding-bottom:0
}

.accordionTabContentBox
{
	padding-left: 10px;
	padding-right: 10px;
	font: 11pt arial;	
}

#accordionPanel
{
	width: 100%;
	background: #80B6BA;
	background: #FFFFFF;
	color: #404040;
	text-align: left;
	font: 12px arial;
}
.accordionTabContentBox a
{
	/*color: #DAD0C6;	*/
	font-weight: normal;
	text-decoration: none;
	/*background: #DAD0C6;*/
}

.accordionTabContentBox a:hover
{
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}

/** Accordition CSS*/

/*** Development **/
.error
{
	color: #FF0000;
}

.msg_table
{
	border:1px solid #619D3D;
}

.msg_head
{
	background-color: #9AD0C6;
	color: #FFFFFF;
	font-weight: bold;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid #5F9D40;
	height: 25px;
	padding-left: 5px;
}

.note
{
	color:#FF3300;
}
.button
{
	border:0px solid #EEEEEE;
	background-color:#619D3D;
	color:#FFFFFF;
	cursor: pointer !important;
	cursor: hand;
}

#div_sign
{
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	font: normal 10pt Arial;
}

.popuptxt
{
	width:188px;
}

.msgblack
{
	color: black;
	font-size:11px;
}


.menu_bar
{
	width: 60px;
	text-align: center;
	font-size: 11px;
	cursor: pointer !important;
	cursor: hand;
	background: #D9EAAF;
	border-right: 1px solid white;
	color: black;
}

.menu_bar_over
{
	width: 60px;
	text-align: center;
	font-size: 11px;
	cursor: pointer !important;
	cursor: hand;
	background: #9AD0C6;
	border-right: 1px solid white;
	color: white;
}

.help_div
{
	display:inline;
	text-align: right;
	float:right;
}

.help_div a
{
	background: transparent;
	color: #0080C0;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.td_head1
{
	background: #E2E2DC;
	color: black;
	font-size: 11px;
	height:20px;
	border-bottom: 1px solid #808080;
}

.td_body1
{
	background: white;
	color: black;
	font-size: 11px;
	cursor: pointer;
	height:20px;
}

/*******advertisements********/

.advertisements
{
	font-family: verdana;
	font-size: 10px;
	color: #414141;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 15px;
	text-align: left;
}

.ad_head
{
	font-size: 12px;
	font-weight: bold;
	color: #DC6A1F;
	text-decoration: none;
}
.ad_head:hover
{
	text-decoration: underline;
}

.ad_head1
{
	font-weight:bold;
}

.ad_link
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FF6600;
}

.ad_link:hover
{
	text-decoration: underline;
	color: #FF0000;
}

.sponsors
{
	font-family: verdana;
	font-size: 10px;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 15px;
	font-weight: bold;
}

.sponsors select
{
	font-family: verdana;
	font-size: 10px;
	color: #414141;
	width: 100px;
}

.tooltip{
	text-decoration: none;
	font-style: italic;
	color: #000000;
	cursor: help;
	border-bottom: 1px dotted black;
}
/*** Development **/


table.table
{
	border-collapse: collapse;
	padding: 3px;
}
.table th
{
	border-bottom: 1px solid #000000;
	padding: 3px;
}
.dottedRow{
	height: 24px;
	border-bottom: 1px dotted #444444;
	padding: 3px;
}
.no-border{
	border: 0px solid;
}

.app_assist_tabel{
	border-collapse: collapse;
	border:1px solid #bdbdbd;
}

.app_assist_tabel tr td{
	border-collapse: collapse;
	border:1px solid #bdbdbd;
	padding: 5px;
}

.link{
	background: transparent;
	color: #3366CC;
}
