@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	background-color:#666666;
	color: #000000;	
	margin-top:10px;
}

h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

ul li,
ol li {
	margin-left:20px;
	list-style-type:disc;
	list-style-position:outside;
}
b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}

/* fumodal */
.fumodal_title {
	display:block;
	float:left;
	width:100%;
	height:20px;
	font-weight:bold;
	text-align:center;
}
.fumodal_form{
	display:block;
	float:left;
	width:100%;
	margin:5px 0;
}
.form_row{
	display:block;
	float:left;
	width:100%;
}
.form_label{
	display:block;
	float:left;
	width:20%;
	padding-top:3px;
	text-align:right;
}
.form_field{
	display:block;
	float:left;
	width:80%;
}

#amp_container {
	display: block;
	margin: 0 auto auto;
	width: 950px;
	z-index: 1;
}

#amp_header {
	display: block;
	float: left;
	width: 950px;
	height: 205px;
}

#amp_content {
	display: block;
	float: left;
	width: 950px;
	background-color: white;
}

#amp_thin_content {
	display: block;
	float: left;
	width: 934px;
	padding-left: 8px;
}

#amp_footer {
	float: left;
	width: 950px;
	padding-top: 5px;
	background-color: #172b47;
	color: #b7cce0;
}

#amp_footer table {
	margin-left: 10px;
	margin-bottom: 8px;
}

#amp_footer td {
	font-size: 12px;
}

#amp_footer a {
	text-decoration: none;
	color: #b7cce0;
}

.amp_footer_gray_layer {
	float: left; 
	width: 950px; 
	height: 8px; 
	background-color: #666666;
}


#amp_blanket {
	display: none;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 549;
}

#amp_header_top {
	display: block;
	float: left;
	width: 950px;
	height: 205px;
	background-color: white;
}

#amp_logo {
	display: block;
	float: left;
	width: 117px;
	height: 75px;
	margin: 22px 0 22px 22px;
}

#amp_slogan{
	display:block;
	float:left;
	width:px;
	height:15px;
	padding:5px;
	margin:40px 0 22px 88px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#e5f0f9;
}

#amp_menu_container {
	display: block;
	float: right;
	clear: right;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 5px;
	z-index: 550;
}

#amp_menu_home {
	display:block;
	float:left;
	clear:both;
	width:890px;
	height:30px;
	margin:0 30px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}

.home_menu_item {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	display:block;
	float:left;
	height:20px;
	padding:5px 15px;
	margin-right:3px;
	background:transparent url('../img/homemenu_bg.jpg') scroll repeat-x 0 0;
}
.home_menu_item a{
	color:#fff;
	text-decoration:none;
}

.home_trader_login{
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	display:block;
	float:right;
	height:20px;
	padding:5px 15px;
	margin-right:3px;
	background:transparent url('../img/homemenu_bg.jpg') scroll repeat-x 0 0;
}
.home_trader_login a{
	color:#fff;
	text-decoration:none;
}

.login_status {
	display:block;
	float:left;
	width:24px;
	height:18px;
	background:transparent url('../img/lock.png') scroll no-repeat -24px 0px;
}

#home_content {
	display:block;
	float:left;
	width:670px;
	margin-left:10px;
}

#home_content #content_globe {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:block;
	float:left;
	width:670px;
	height:230px;
	margin-bottom:10px;
	background-color:#3b80ae;
}

#home_content .content_box {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:block;
	float:left;
	width:206px;
	height:146px;
	padding:10px 2px 2px 10px;
	border:1px solid #dddde8;
	background:#fff url('../homebox_bg.jpg') scroll reepat-x 0 0;
	cursor:pointer;
}

#home_content .content_box .head_text {
	font-size:16px;
	font-weight:bold;
	color:#2f455b;
}
#home_content .content_box .cont_text {
	margin:12px 0;
	font-size:12px;
	color:#4a535b;
}
#home_content .content_box .find_more {
	font-size:11px;
	font-weight:bold;
}
#home_content .content_box .find_more a{
	display:block;
	float:left;
	padding-top:30px;
	text-decoration:none;
	color:#2f455b;
}
#home_content .content_box .find_more a span{
	color:#f15a24;
}
#home_content .content_box .image {
	float:right;
}

#home_markets {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:block;
	float:left;
	width:248px;
	height:398px;
	margin:0 10px;
	border:1px solid #dddde8;
}

#home_markets #header_markets {
	display:block;
	float:left;
	width:248px;
	height:20px;
	padding:5px 0;
	margin:3px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	color:#172b47;
	background:#fff url('../img/stockmarkets_bg.jpg') scroll repeat 0 0;
}
#home_markets #stock_markets {
	display:block;
	float:left;
	width:240px;
	height:352px;
/*	margin:0 4px; */
}
#home_markets #footer_markets {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	display:block;
	float:left;
	width:248px;
	height:10px;
	background:#fff url('../img/stockmarkets_bg.jpg') scroll repeat 0 0;
}

.amp_menu_item {
	display: block;
	float: left;
	height: 40px;
	background: transparent url('../img/topbtnbg.jpg') scroll repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 1px;
	cursor: pointer;
	padding: 7px 12px 0 7px;
}

.amp_menu_item a {
	text-decoration: none;
	color: #FFFFFF;
}

.amp_submenu_item {
	display: none; 
	width: 606px; 
	float: left; 
	position: absolute; 
	left: 1px; 
	top: 47px;
	background-image: url('../img/clear5px.gif');
	background-repeat: repeat-x;
}

.amp_submenu_item a {
	color: black;
	text-decoration: none;
	font-size: 12px;
}

.amp_submenu_item a:hover {
	color: #666666;
}

.amp_submenu_item table {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 18px;
}

.amp_submenu_item td {
	width: 190px;
	height: 24px;
	vertical-align: middle;
}

.amp_submenu_item img {
	margin-bottom: 10px;
}

.menu_button_parent{
	background: transparent url('../img/menubtnprtbg.gif') scroll repeat-x 0 0;
	height: 27px;
	padding: 8px 0 0 5px;
	width: 145px;
	margin-bottom: 7px;
	color: #fff;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.menu_button_parent a{
	text-decoration:none;
	color:#fff;
}

.menu_button {
	background: transparent url('../img/menubtnbg.gif') scroll repeat-x 0 0;
	height: 27px;
	padding: 8px 0 0 5px;
	width: 145px;
	margin-bottom: 7px;
	cursor:pointer;
}

.menu_button a {
	text-decoration: none;
	color: #0071BC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.info_stripe {
	width: 950px; 
	float: left; 
	background-color: #7DA4B7; 
	text-align: center; 
	color: white; 
	font-size: 41px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #BED1DB;
	margin-bottom: 15px;
}

.index_left {
	float: left;
	width: 180px;
	margin-right:19px;
	border-right:1px solid #AFD0D8;
}

.index_left2 {
	float: left;
	width: 200px;
}

.index_middle {
	float: left;
	width: 720px;
	overflow: visible;	
	padding-left:5px;
}

.index_middle p {
	font-size: 12px;	
}

.index_right {
	float: right;
	width: 135px;
}

.index_right_remote {
	float: right;
	width: 220px; 
	text-align: center;
}

#video_list_bg {
	width:175px;
}

#video_list_content {
	width: 175px;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 0px auto 10px auto;	
	border: 1px solid #E6E6E6;
}

#video_list_content a {
	font-family: Arial;
	font-size: 12px;
	color: #569BBA;
	text-decoration: none;
}

#video_list_content p {
	text-align: left;
	margin-left: 20px;
}

#video_player_title {
	font-weight: bold; 
	font-family: Verdana;
}

.sign_form {
	font-size: 12px;
	font-weight: normal;
}

.sign_form input {
	width: 245px;
}

.sign_form select {
	width: 250px;
}

.events_div {
	display: block; 
	float: left; 
	font-size: 12px; 
	color: black; 
	font-family: Verdana;
}

.events_div a {
	text-decoration: none;
}

.event_fully_booked {
	color: #999999;	
}

.event_fully_booked a {
	color: #999999;
}

.event_free_to_book a {
	color: black;
}

.live_chat_link {
	color: black; 
	text-decoration: none; 
	font-size: 12px; 
	font-family: Verdana;
}

#graph_displayer {
	margin: 40px 0px 0px 0px;
}

#login_password, #login_username {
background-color:#FFFFA0;
}

.series_pagination {
	width: 950px; 
	float: left; 
	background-color: white; 
}

.series_pagination table {
	position: relative;
	left: 250px;
	width: 450px;	
}

.series_pagination a {
	text-decoration: none;
	color: 	#569BBA;
	font-size: 14px;
}

.event_register {
	font-weight: bold;
}

.sign_window input {
	margin-bottom: 15px;
}

.sign_window select {
	margin-bottom: 15px;
}