body {
	margin:					0px;
	background-color: 		white;
	font-family:			Arial, Helvetica, sans-serif;
}

/* form */
form {
	margin:					0px;
}

form fieldset {
	margin:					0px;
	margin-top:				0px;
	border:					none;
	clear:					both;
}

form fieldset legend {
	color:					#548DB8;
	font-size:				12px;
	font-weight:			bold;

	padding-left:			15px;
	
	background-image:		url('/images/common-arrow_c.gif');
	background-repeat:		no-repeat;
	background-position:	0px 2px;
}

form label {
	float:					left;

	padding-top:			4px;
	padding-right:			10px;
	
	text-align:				right;
	
	color:					#616161;
	font-size:				11px;
	font-weight:			bold;	
}

form .required {
	padding-right:			5px;
	
	color:					#FF0000;
	font-size:				10px;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
}

form input.textbox {
	height:					10px;
}

form textarea,
form input.textbox {
	margin:					1px;
	margin-bottom:			3px;
	padding-left:			2px;
	padding-right:			2px;
}

form select,
form textarea,
form input.textbox  {
	height:					20px;

	color:					#000000;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;

	border:					1px solid #7F9DB9;
}


form textarea {
	height:					60px;
}


form .selectbox {
	float:					left;
	height:					30px;
	padding:				1px;
	margin:					0px;
	margin-bottom:			2px;
	clear:					right;
}

form div.error {
	padding:				0px;
}

form input.error,
form .error {
	margin:					0px;
	margin-bottom:			2px;
	border:					2px solid #9C0B24;	
}

/* error_list */
.errors_list {
	margin-top:				5px;
	margin-bottom:			10px;
}

.errors_list ul {
	list-style:				none;

	margin: 				0px;
	padding: 				0px;

	margin-left:			10px;
	clear:					both;
}

.errors_list ul li {
	margin: 				0px;
	padding: 				0px;
	padding-left: 			15px;
	
	background-image: 		url('/images/common-red_arrow.gif');
	background-repeat: 		no-repeat;
	background-position: 	5px 2px;
	
	color:					#9C0B24;
	font-size:				12px;
	line-height:			12px;
}

/* default classes */
.section_title {
	clear:					both;

	height:					45px;
	
	background-image:		url('/images/section_title-background.gif');
	background-repeat:		no-repeat;
	background-color:		#ECECEC;

	white-space:			nowrap;

	overflow:				hidden;
	text-overflow:			ellipsis;	
	padding-top:			5px;
	padding-left:			9px;
	
	color:					#548DB8;
	font-size:				18px;
/*	text-transform:			capitalize; */
	letter-spacing:			1px;
}

.content_subtitle {
	height:					15px;

	background-image:		url('/images/common-arrow_c.gif');
	background-repeat:		no-repeat;
	background-position:	0px 2px;

	white-space:			nowrap;

	overflow:				hidden;
	text-overflow:			ellipsis;	

	margin-top:				10px;

	padding-left:			15px;

	color:					#616161;
	font-size:				12px;
	font-weight:			bold;
	text-transform:			capitalize;
}

.title  {
	color:					#548DB8;
	font-size:				13px;
	font-weight:			bold;
}

.text {
	color:					#757575;
	font-size:				12px;
}

dl.arrow_link {
	float:					right;

	list-style:				none;
	padding:				0px;
	margin:					0px;

	padding-top:			5px;
	padding-bottom:			10px;
}

dl.arrow_link dt {
	float:					left;
	
	padding-left:			15px;
	padding-right:			10px;

	background-image:		url('/images/common-arrow_b.gif');
	background-repeat:		no-repeat;
	background-position:	0px 2px;
	
	border-bottom:			none;
	
	white-space:			nowrap;
	font-family:			Tahoma, Arial, Helvetica, sans-serif;
	font-size:				10px;
}


/* page_browser */
.page_browser {
	height:					20px;
	padding-top:			5px;
}

.page_browser .text {
	float:					left;
	padding:				0px;
	margin:					0px;
	height:					20px;
	clear:					none;
}

.page_browser ul {
	float: 					right;

	list-style:				none;
	
	padding:				0px;
	margin:					0px;
	
	height:					20px;
}

.page_browser ul li {
	float:					left;
	
	display:				block;
	
	height:					20px;

	padding:				0px;
	margin:					0px;

	text-align:				center;
	vertical-align:			middle;
}

.page_browser ul li .separator {
	float:					left;
	padding-left:			2px;
	padding-right:			2px;	

	font-size:				11px;
	color:					#8F8F8F;	
}

.page_browser ul li img{
	width:					18px;
	height:					18px;
	margin-left:			3px;
	margin-right:			3px;
	border:					none;
}

/* layout */
#main_holder {
	width:					850px;
	margin:					auto;
}

/* content_holder */
#content_holder {
	display:				table-cell;

	width:					700px;
	padding-left:			30px;

	background-image:		url('/images/content-background.gif');
	background-repeat:		repeat-y;
}


/* left_pane */
#left_pane {
	float:					left;
	width:					205px;
	background-image:		url('/images/left_pane-frame_bottom.gif');	
	background-repeat:		no-repeat;
	background-position:	bottom right;
}

#left_pane .content {
	float: 					left;
	width:					175px;

	padding-top:			10px;
	padding-left:			10px;
	padding-right:			10px;	

	margin-bottom:			-15px;
	position:				relative;	
}

#left_pane .frame {
	float: 					left;
	width:					10px;
	height:					323px;
	
	background-image:		url('/images/left_pane-frame_top.gif');
	background-repeat:		no-repeat;
	background-position:	top right;
}

#left_pane .section_title {
	clear:					both;
	width:					165px;
}


/* account_login */
#left_pane .search_form,
#left_pane .account_login {
	padding-top:			5px;
	padding-bottom:			15px;
}

#left_pane .search_form label,
#left_pane .account_login label {
	float:					left;

	width:					70px;

	padding-top:			2px;
	padding-left:			5px;
	padding-right:			5px;	

	color:					#616161;
	font-size:				11px;
	font-weight:			bold;	
}

#left_pane .search_form input,
#left_pane .account_login input {
	width:					80px;
	height:					12px;

	font-size:				11px;
	font-weight:			bold;	
}


/* rates_overview */
#left_pane .rates_overview {
	display:				table-cell;
	padding-top:			5px;
	padding-bottom:			15px;
}

#left_pane .rates_overview ul {
	list-style:				none;
	margin:					0px;
	padding:				0px;	
	margin-right:			2px;
}

#left_pane .rates_overview li {
	width:					170px;

	margin:					0px;
	padding:				0px;	

	color:					#616161;
	border-bottom:			1px solid #ECECEC;
	clear:					both	
}

#left_pane .rates_overview li img {
	float:					left;
	width:					14px;
	height:					12px;
}

#left_pane .rates_overview .text {
	padding-left:			5px;
	float:					left;
	font-size:				11px;
	font-weight:			bold;
}

#left_pane .rates_overview .rate {
	font-size:				10px;
	font-weight:			bold;
	
	float:					right;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:			-1px;
}

/* full_content */
#full_content {
	display:				table-cell;
	
	width:					850px;
	
	padding:				10px;
}

/* right_content */
#right_content {
	display:				table-cell;
	
	width:					440px;
	
	padding:				10px;
}

#right_content p {
	margin:					0px;
	padding:				10px;

	font-size:				12px;
	color:					#8F8F8F;
	
	border-bottom:			2px solid #ECECEC;		
}


#navigation_preferences {
	width:					670px;
	padding-left:			30px;
	padding-right:			30px;
	background-image:		url('/images/content-background.gif');
	background-repeat:		repeat-y;
}

#navigation_preferences form {
	float:					right;
	padding-right:			20px;
}

#navigation_preferences label {
	float:					left;
	padding-left:			20px;
	padding-bottom:			5px;
	font-size:				9px;
}

#navigation_preferences select {
	float:					left;
	height:					18px;
	width:					150px;
	font-size:				9px;
}


