﻿body
{
	font-family:Times New Roman;
	font-size:16px;
}

.wiz_button
{
	font-size:16px;
	font-family:Times New Roman;
	cursor:pointer;
}

.wiz_area
		{
		}
		.progress_text
		{
			font-family: Arial;
			font-size: 16px;
		}
		
	.w2head
	{
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #2D4A6C;
	}
	
	.helptip
	{
		padding-top:5px;
		font-family: Verdana;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 10px;
		color: #2D4A6C;
	}
	.w2head0
	{
		font-family: Verdana;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #2D4A6C;
	}
	
	.w2head_desc
	{
		font-family: Arial;
		font-size: 12px;
		color: Gray;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.w2tab_inactive
	{
		background-color: white;
	}
	.w2tab_active
	{
		background-color: #c1d3fb;
	}
	.w2tab_text
	{
		background-color: #c1d3fb;
		color: #2d4a6c;
	}
	
	.w2_fin_ddl
	{
		font-family: Arial;
		font-size: 16px;
		font-weight: normal;
		color: Black;
		text-align: right;
	}
	
	.w2control
	{
		font-family: Arial;
		font-size: 16px;
		font-weight: normal;
		color: Black;
	}
	
	.cellheader
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
	}
	.undertext
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		color: Gray;
		margin: 0px 0px 0px 0px;
	}
	.wiz_cell1
	{
		height: 55px;
		vertical-align: middle;
		padding-left: 5px;
		border-bottom: solid 1px #DDE6FF;
		margin: 0px 0px 0px 0px;
	}
	.wiz_cell2
	{
		height: 60px;
		vertical-align: middle;
		padding-left: 5px;
		border-bottom: solid 1px #DDE6FF;
		margin: 0px 0px 0px 0px;
	}
	.credit_desc
	{
		display: none;
		font-family: Arial;
		font-size: 13px;
	}
	
	.form_item
	{
		border: solid 2px transparent;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		-khtml-border-radius: 10px 10px 10px 10px;
		padding: 10px 10px 10px 10px;
		width: 100%;
	}
	
	.form_item_add
	{
		padding: 0px 10px 0px 10px;
		margin: 1px 0px 1px 0px;
		width: 100%;
		border-bottom: solid 1px #c1d3fb;
	}
	
	.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.errors_popup
{
	width:400px;
	border: solid 4px White;
	background-color:White;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	cursor:default;
}

.errors_popup_header
{
	width:100%;
	cursor: default; 
	background-color: #2D4A6C;
	color: White;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;	
}

.errors_popup_header_close
{
	width:50px;
	background-color: #CC3A00;
	color: White;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;	
	text-decoration:none;
}

.ofselector
{
	width: 100%;
	background-color: #FAFDFF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #E0F0FF;
	padding: 3px;
	font:11px Arial;
	text-align:justify;
	vertical-align:middle;			
	color:#335577;
}
.ofselector_hover
{
	width: 100%;
	background-color: #EAF5FF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #E0F0FF;
	padding: 3px;
	font:11px Arial;
	text-align:justify;
	vertical-align:middle;
	cursor:pointer;
	color:#0055AA;
}


.LPL_name
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}

.LPL_phone
{
    font-family:Arial;
    font-size:16px;
    color:Black;
    font-weight:bold;
}

.LPL_desc
{
    font-family:Arial;
    font-size:13px;
    color:Black;
}

.orange_button
{
    color:Orange;
	border: solid 1px transparent;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	padding: 10px 0px;
	height:20px;
	font:Arial 18px;
	text-align:center;
	vertical-align:middle;	
}