h1
{
    font-size: 15px;
    font-weight: bold;
    padding:0px 0px 7px 0px;
    margin:0;
	color: #FF6B09;
}

h3
{
    font-size: 15px;
    font-weight: normal;
    color: #0065A4;
}
h4
{
    font-size: 17px;
    font-weight: normal;
    color: #0065A4;
}


a, img
{
    border: none;
}
.small
{
    font-size: 12px;
}
.login_popup
{
	background-image: url('../images/login_title_bg.gif');
	background-color: #E8EDF1;
    padding: 5px 0px 13px 5px;
    font-size: 16px;
    width: 305px;
	background-repeat: no-repeat;
}
.login_text
{
	background-color: #E8EDF1;
	font-size: 9px;
	color: #013E6F;
}
.login_form_top
{
    border: solid 2px #4C4C4A;
    background-color:#E8EDF1;
}
.popup
{
	background-color: #E8EDF1;
    position: absolute;
    z-index: 1000;
}
.hidden
{
    display: none;
}
.pasportedit
{
    width: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: #4C4C4A;
    padding-left: 3px;
    
}
.TB_overlay
{
    z-index: 100;
    filter: alpha(opacity=50);
    position: absolute;
    background-color: #000000;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.TB_window
{
    z-index: 100;
    position: absolute;
    -moz-opacity: 1;
    opacity: 1;
}



.button
{
	font-size:15px;
	color:#0065a4;
}
button:hover
{
	color:#4B4443;
}





/*---------------------- CSS BUTTON ----------------------*/

#button_s {
FLOAT: left; margin-right:5px; text-align:center;
}
#button_s A {
PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: url('../images/but_s_left.gif')  no-repeat left bottom; COLOR: #013E6F; TEXT-DECORATION: none;
LINE-HEIGHT: 48px; DISPLAY: block;
FLOAT: left;
}
#button_s A SPAN {
PADDING-RIGHT: 10px; BACKGROUND: url('../images/but_s_right.gif') no-repeat right bottom; CURSOR: pointer;
FLOAT: left;
}
#button_s A SPAN b{
BACKGROUND: url('../images/but_s_center.gif') repeat-x right bottom; CURSOR: pointer; text-align:center; padding-left:1em; padding-right:1em;
DISPLAY: block; white-space:nowrap;
}
#button_s A:hover {
PADDING-LEFT: 10px; BACKGROUND: url('../images/but_s_left.gif') no-repeat left top; COLOR: #013E6F; TEXT-DECORATION: none;
}
#button_s A:hover SPAN {
PADDING-RIGHT: 10px;
BACKGROUND: url('../images/but_s_right.gif') no-repeat right top;
}
#button_s A:hover SPAN b{
DISPLAY: block;
LINE-HEIGHT: 48px;
BACKGROUND: url('../images/but_s_center.gif') repeat-x left top;
}

/*---------------------- Styles ----------------------*/

/* Style applied to the fields text caption, they usually are placed before edit box controls */ 
.FieldLabel {
	color: #333366;
	font-size: 10px;
	font-weight: bold;
}

/* Style applied to the field value */ 
.FieldValue {
	color: #333366;
	font-size: 10px;
	font-weight: bold;
	border:thin #06C solid;
	background-color:#d6e5ef;
}

/* Style applied to the field value */ 
.FieldValueAccountStatus {
	color: #F90;
	font-size: 12px;
	font-weight: bold;
}


.EditBoxText {
	color: #0C3B5E;
	font-size: 8pt;
}

.SectionCaptionText {
	color: #4684C8;
	font-size: 14px;
	font-weight: bold;
}
.EditBox {
 	width:250px;
	height:15px;
	font-size: 9pt;
}

.SelectBoxSized {
 	width:254px;
	font-size: 9pt;
}

.SelectBox {
	font-size: 8pt;
}

.Button {
 height:20px
}

.Input {
	height:auto;
	width:auto;
}

.steps {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #4F8AAE;
	width:50px;
}

.steps-no {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	width:50px;
}

.tdbody {
 background-color: #f5f5f7; 
 text-align: center; 
 vertical-align: top; 
}

.tdbody p {	text-align: justify;}

.error{
		font-size: 8pt;
		color: red;
		display:none;
		margin-left:5px; 
	}


.LH_Menu_Caption
{
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #FF6B09;
	font-weight:bold;
	padding-bottom:10px;
	margin:0px;	
}


.LH_Menu_H1
{
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:15px;
}

.LH_Menu_H2 
{
	padding:0px;
	margin:0px;
	line-height:15px;
}


.Pricing_Caption 
{
	padding:0px;
	margin:0px;
	font-weight:bold;
}


/* Style applied to the note for page caption text*/ 
.NoteText {
	color: #888;
	font-size: 10px;
	font-weight: bold;
	border:thin #999 solid;
	background-color:#DDD;
	margin-bottom:10px;
	margin-left:10px;
	padding: 2px;
	position:relative;
	line-height:12px;
	width:365px;
}


#ValidationErrorCaption {
	color		: #B00;
	font-size	: 12px;
}

.validation-error-text {
	color		: #B00;
	font-size	: 12px;
	line-height : 10px;
	text-align : center;
}

p.Account-Spec {
	font-size:8pt;
	padding:0px;
	margin:0px;
}

p.SmallFont {
	font-size:8pt;
}
