html, body
{
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
/*start color style*/
.orange, .orange_hl
{color: #FF9200;}

.red, .red_hl, .red_hl a, .red_hl a:hover, .message_red, .app_search_sh, .markets_result_link, .markets_result_link a:hover, .markets_result_link a, .infoHLRight
{color: #cc0000;}

.blue, a, a:hover, a img:hover, .link, .link a
{color: #0b35e2;}

.grey, .grey_out, .markets_result_contact, .maEdit_left_location
{color: #888888;/*#a2a2a2;/*#B6B6B6;*/}

/*end color style*/
/*start font style global values set in html,body tag*/
.text, .infoDesignText, .markets_result_contact, .markets_result_descr
{
	font-size: 11px;
}

.HL, .markets_right_HL
{
	font-weight: 700;
	font-size: 16px;
}

.SH, .app_search_sh, .app_result_sh, .markets_result_sh
{
	font-weight: 700;
	font-size: 12px;
}

.introText
{
}

/*end font style*/
.container
{
	float: left;
	min-height: 100%;
	width: 100%;
	min-width: 100%;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	display: block;
	float: left;
	margin-right: 0px;
}
a, .link_black, .link_black a, .link, .link a, .red_link, .markets_result_link, .markets_result_link a
{text-decoration: none; cursor: pointer;}

a:hover, a img:hover, .link:hover, .link_black:hover, a:hover .link, a:hover .link_black, .link_black:hover a, .markets_result_link:hover, .markets_result_link a:hover
{text-decoration: underline; cursor: pointer;}

.link_black a{color: #000000;}

ul, li
{
	padding: 0;
	margin: 0;
	list-style-type: disc;
}
ul
{
	padding: 10px 17px;
	padding-right: 0;
}
li
{
	padding-left: 0px;
}
input, select
{
	font-size: 12px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	border-collapse: collapse;
}
select{height: 21px;}
table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}
td{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}
tr{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}
p
{
	margin: 0;
	padding: 0;
	padding-top:3px;
	padding-bottom:4px;
}
.odd, .even
{
	float: left; 
	padding: 5px 10px;
}
.odd
{
	background: #F7F6F1;
}
.spacer
{
	float: left;
	width: 100%;
	height: 10px;
	overflow: hidden;
}
.orange_hl
{
	font-size: 16px;
	font-weight: 700;
}
.red_hl, .red_hl a, .red_hl a:hover
{
	font-size: 12px;
	font-weight: 700;
	margin-top: 5px;
	padding-right: 3px;
	clear: both;
}
.black_hl, .black_hl a, .black_hl a:hover{
	font-size: 12px;
	font-weight: 700;
	color: #000;
}
.arrw
{
	width: 8px;
	height: 11px;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 15px;
}
.menu img{color: #fff; text-align: center;}
.menu img:hover{text-decoration: underline;}
.submit
{
	float: right;
	padding-top: 40px;
	padding-right: 35px;
	text-align: right;
}
.submit img:hover{text-decoration: underline;}
.banner_top{
	height: 17px;
	float: left;
	width: 1000px;
	background-image:url(../images/top_bar_bkd.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #000;
}
.banner_bottom{
	height: 87px;
	float: left;
	width: 1000px;
	border-right: 1px solid #000;
}
.bannerLeft{
	background: #fff;
	float: right;
	height: 15px;
	padding-top: 2px;
}
.bannerRight{
	background: #fff;
	float: right;
	height: 15px;
	padding-top: 2px;
	padding-left: 15px;
}
.bannerLogin{
	float: right;
	height: 17px;
	padding-top: 65px;
}

/*Start Login style*/
.login_hl
{
	padding: 25px 15px 0px 35px;
}
.bottom_center
{
	float: left;
	text-align: center;
	width: 770px;
	padding: 10px;
}
.label
{
	padding-left: 180px;
	width: 150px;
	text-align: right;
	padding-right: 3px;
	float: left;
	clear: left;
}
.loginbox
{
	float: left;
	width: 150px;
	padding: 0;
	margin: 0;
}
.wrapper
{
	width: 600px;
	float: left;
	padding: 0;
	margin: 0;
}
.message, .message_red, .message_black{
	text-align: center;
	width: 100%;
	padding-top: 15px;
	float: left;
}
.message_red, .message_black
{
	font-weight: 700;
}
/*end Login style*/
/*start common position classes*/
.greyOutRegion
{
	background-image: url(/images/semi-transparent.gif);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.arrw_left
{
	padding: 2px 3px 10px 0px;
	float: left;
}
.app_detail_block
{
	clear: left;
	float: left;
	width: 100%;
}
.searchagain
{
	float: left;
	padding: 0 0 5px 140px;
	height: 44px;
}
/*end common position classes*/
#alert_screen
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#alert_pane
{
	width: 310px;
	margin: auto;
}
#alert_wrap
{
	float: left;
	border: 5px outset #FF9200;
}
#alert_title
{
	float: left;
	height: 20px;
	width: 290px;
	padding: 5px;
	background-color: #2A5077;
	font-size: 14px;
	color: #fff;
}
#alert_content, #buttons
{
	float: left;
	width: 260px;
	background: #fff;
	text-align: center;
	padding: 20px;
}
#button_wrap
{
	margin: auto;
}
.floatWrap
{
	float: left;
}