
/*** STYLES.CSS ***/

/*
 * describes the selectors like body, p, img.
 */
body, body.zh {
	font-family: Helvetica, Arial, sans-serif;
	margin:0 0 10px 0;
	padding: 0;
    background-color: white;
    font-size:12px;
}

body.zh {
    font-family: SimSun;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size:18px;
    font-weight: bold;
    color: black;
}

h2, .fake-h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size:16px;
    font-weight: bold;
    color: black;
}

h2.horizontal-layout {
    font-size: 20px;
    margin-bottom: 7px;
    line-height: 22px;
    font-weight: normal;
    color: #201D1B;
}

p {
	margin-top:10px;
	font-size:12px;
	margin-bottom:10px;
}

.p_in_cycle {
	margin-top:10px;
	font-size:11px;
	margin-bottom:4px;
}

#doc, p#doc, a#doc, a#doc:active, a#doc:visited {
	font-size:12px;
}

#doc_new, p#doc_new, a#doc_new, a#doc_new:active, a#doc_new:visited {
	font-size:12px;
}

img {
	border: 0px;
}

form {
	display:inline;
}


/*
 * all anchor styles here
 */
a, a:active, a:visited {
    font-weight: normal;
    color: black;
    text-decoration:underline;
}
a:hover {
	color: black;
	text-decoration:none;
}

a.login_link, a.login_link:active, a.login_link:visited {
	margin: 0px 15px 0px 18px;
	font-size:10px;
	font-weight:bold;
	color:#8e9090;
	text-decoration:underline;
}
a.login_link:hover {
	color:#8e9090;
	text-decoration:none;
}

a.sidebar_gray:link, a.sidebar_gray:visited {
  font-weight: bold;
  color: #505050;
  text-decoration: none;
}

a.sidebar_gray:hover, a.sidebar_gray:active {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a.question_frontpage:link, a.question_frontpage:visited {
  font-weight: bold;
  color: #A39F9F;
  text-decoration: none;
}

a.question_frontpage:hover, a.question_frontpage:active {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}

.rememberme, .rememberme_over {
	font-size:10px;
	font-weight:bold;
	color:#8e9090;
	cursor:pointer;
	margin-right:15px;
}

.rememberme {
	text-decoration:underline;
}

.rememberme_over {
	text-decoration:none;
}

.rememberme_new, .rememberme_new_over {
	font-size:10px;
	color:#EF4136;
	cursor:pointer;
    vertical-align:top;
}

.rememberme_new {
	text-decoration:underline;
}

.rememberme_new_over {
	text-decoration:none;
}

.zh a.login_link, .zh .rememberme, .zh .rememberme_over {
        font-size: 12px;
        font-weight: normal;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

/* deprecated */
.decor {
	display: block;
}
.nomargin {
	margin: 0px;
}

.inner_subheader {
	color:#fc3519;
	font-weight:bold;
	font-size:18px;
}
.warning {
	color:#fc3519;
	font-weight:bold;
	font-size:13px;
}
.logo {
	background: url(/images/logo_bottom.jpg) no-repeat;
	width: 242px;
	height: 94px;
	cursor: pointer; 
}
.logo div {
	position: relative;
	color:#AFAFAF;
	font-size:12px;
	font-weight:bold;
	top:31px;
	left:87px;
}

.body {
	width: 787px;
	margin-left: 49px;
}
.body_new {
	width: 920px;
}
.bodypop {
	width: 539px;
	margin-left: 49px;
	margin-right: 49px;
}

/* sidebar */
.sidebar-white {
    height: 100%;
    background-color: white;
	font-size:12px;
}

.sidebar-separator {
	width: 244px;
}

.sidebar-main-top {
	background:url(/images/sidebar_main_top.gif) top right no-repeat;
	height:8px;
}

.sidebar-separator-bottom {
	background:url(/images/sidebar_main_bottom_noline.gif) top left no-repeat;
	position:relative;
	bottom:8px;
	width:245px;
	height:8px;
}

.sidebar-black {
    min-height:557px;
	width: 245px;
	font-size: 12px;
    background: url(/images/right_col_bg.jpg) repeat-x top;
}
.sidebar-black .sidebar-content {
	padding: 15px 20px 5px 10px;
}
.sidebar-content {
	padding: 5px 8px 5px 8px;
}

.zh .sidebar-black .sidebar-content {
	font-size: 13px;
}

.marvet {
	margin: 0px 0px 0px 3px;
	float: right;
	display: block;
}

.sidebar-subhead {
	padding:0px 0px 8px 0px;
	color:#717171;
	font-size:14px;
	font-weight:bold;
}

.sidebar-header {
	color:#a39f9f;
	font-size:14px;
	font-weight:bold;
	text-align: center;
}

.zh-sidebar-header {
	color:#DEDEDE;
	font-size:14px;
	text-align: left;
}

.sidebar-black .sidebar-header {
	padding: 0px 10px 0px 10px;
	font-size:12px;
}

.zh .sidebar-black .sidebar-header {
        font-size: 14px;
}

.sidebar-black .sidebar-header a {
	font-weight:bold;
	color:#ffffff;
}

.zh .sidebar-black a {
        font-weight: normal;
}

.sidebar-header-gray-nopad {
	font-weight:bold;
	color:#a39f9f;
	font-size:12px;
	padding: 0px;
}

.sidebar-header-gray-nopad a {
	font-weight:bold;
	color:#515151;
}

.sidebar-subhead-black {
	color:#505050;
	font-size:17px;
	font-weight:bold;
	padding: 0px;	
	vertical-align: middle;
}

/* main */
.steps {
	margin-left: 10px;
}

.step_button, .step_button_over {
	width:193px;
	height:40px;
	margin-bottom:1px;
	padding:5px 0 0 14px;
	cursor:pointer;
}

.step_button {
	background:url(/images/step_button_bg.png) top left no-repeat;
}

.step_button_over {
	background:url(/images/step_button_bg_over.png) top left no-repeat;
}

.step_button img, .step_button_over img {
	float:left;
	border:0px;
}

.step_text {
	margin-left: 40px;
}

.follow {
	color:#989898;
	font-weight:bold;
	padding-top:7px;
	margin-bottom: 5px;
}

.main_txt_header {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	color: #fc3618;
	font-size: 32px;
    font-weight: normal;
}

.main_txt_header {
	margin: 0px;
	padding: 12px 0px 0px 0px;
	color: #fc3618;
	font-size: 32px;
    font-weight: normal;
}

.index_txt_header {
	margin: 0px;
	color: #FFFFFF;
	font-size: 36px;
    line-height:36px;
    font-weight: normal;
}

.highlight {
	color: #333333;
}

.sub_highlight {
	color: #575757;
	font-weight:bold;
}

.main_bottom {
	font-size:12px;
	font-weight:bold;
	padding-left:240px;
	padding-top:48px;
}

.highlight_black_sidebar {
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
}

.highlight_white_sidebar {
	color: #717171;
	font-size:16px;
	font-weight:bold;
}

.main_txt_subtitle {
	padding:10px 0px 0px 0px;
	color:#6e6e6e;
	font-size:14px;
	line-height:150%;
}

.index_txt_subtitle {
	padding: 0px;
        margin: 10px 0px 16px 0px;
	color: #FFDBD8;
	font-size: 16px;
	line-height: 17px;
        font-weight: normal;
}

.index_txt_subtitle strong{
    color:#FFFFFF;
}

.index_txt_subtitle a{
 font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}

.logos {
	padding:10px 0px 10px 10px;
	color:#6e6e6e;
	font-size:14px;
	line-height:150%;
}

.faq_ad {
	padding:0px 7px 0px 7px;
	font-size:14px;
}
.main_bottom_1 {
	float:left;
	width:115px;
}

.main_bottom_1 img {
	margin-top:10px;
}

.main_bottom_1, .main_bottom_2 {
	font-size:11px;
}

.main_bottom_2{
	margin:0 5px 10px 130px;
}

.main_bottom_text_2 {
	line-height:150%;
}

.main_bottom_text_2 span {
	font-size:13px;
	font-weight:bold;
}

/* login stuff */

.login_btn_new{
	background:url(/images/new_frontpage/login_button.png) no-repeat;
    color:#000000;
	font-size:11px;
        font-weight: bold;
	height:22px;
	width:88px;
	border:none;
	text-align:center;
	margin:0;
}

.login_btn, .login_btn_over {
	color:#ffffff;
	font-size:11px;
        font-weight: bold;
	height:22px;
	width:117px;
	border:none;
	text-align:center;
	margin:0;
}

.login_btn {
	background:url(/images/login_button_bg.png) no-repeat;
}

.login_btn_over {
	background:url(/images/login_button_bg_over.png) no-repeat;
}

.new_login_link {
    color:#ffffff;
    text-decoration:none;
}
.login_fld {
	width:96px;
	border-top:1px solid #a3a3a3;
	border-bottom:1px solid #a3a3a3;
	border-left:0px;
	border-right:0px;
	font-size:10px;
	height:16px;
	padding-top:2px;
}

.login_field_2 {
	background:url(/images/login_field.png) no-repeat;
	height:21px;
	width:105px;
	padding:0px;
}

.login_field_2 input{
	border:none;
	background: transparent none;
	width:97px;
	height:18px;
	font-size:10px;
	padding:3px 4px 0 4px;
	margin:0;
}

.login_field_new {
	background:url(/images/new_frontpage/input_box.png) no-repeat;
	height:21px;
	width:124px;
	padding:0px;
}

.login_field_new input{
	border:none;
	background: transparent none;
	width:115px;
	height:18px;
	font-size:10px;
	padding:3px 4px 0 4px;
	margin:0;
    color:#FFFFFF;
}

.login_txt {
	color:#fa5236;
	font-size:11px;
	font-weight:bold;
}

/* 
 * button definitions
 */
.start_here_btn, .start_here_btn_over {
	margin:15px 0 0 299px;
	padding-top:11px;
    height:39px;
    width:176px;
	text-align: center;
	cursor:pointer;
	
	font-size: 16px;
	font-weight:bold;	
    text-decoration: none;
	color:#ffffff;
}


.faq_start_here_btn, .faq_start_here_btn_over {
	margin:5px 5px 5px 33px;
	padding-top:11px;
    height:39px;
    width:176px;
	text-align: center;
	cursor:pointer;
	font-size: 16px;
	font-weight:bold;	
    text-decoration: none;
	color:#ffffff;
	
}


.start_here_btn {
	background:url(/images/start_button_bg.png) top left no-repeat;
}

.start_here_btn_over{
	background:url(/images/start_button_bg_over.png) top left no-repeat;
}

.faq_start_here_btn {
	background:url(/images/start_button_bg.png) top center no-repeat;
}

.faq_start_here_btn_over{
	background:url(/images/start_button_bg_over.png) top center no-repeat;
}

.background_green {
	background-color: green;
	color: white;
	font-size:13px;
	font-weight:bold;
}


.step_big {
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.step_big a {
	font-size:14px;
	color:#000000;
	font-weight:bold;
    text-decoration: none;
}

.step_small {
	font-size:9px;
	color:#5b636b;
	font-weight:bold;
}

.border {
    border: 1px solid black;
}
/*
 * Validation
 */
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	margin-top: 2px;
}
.validation-advice {
	color : #FF3300;
	font-weight: bold;
}

.hoverbox, .popedit { 
	position: absolute;
	visibility: hidden;
	border: 1px solid #fba714; 
	padding: 1px 2px 1px 2px; 
	background-color: #fffcc2; 
	text-align: left; 
	color: #cb0f06; 
	width: 0px;
	height: 0px;
	font-size: 11px;
	font-weight:bold; 
	clip: auto;
	z-index: 110;
	display:inline;
}

.popedit a, .popedit a:active, .popedit a:visited {
	color: #cb0f06;
	font-size: 11px;
	font-weight:bold; 
	text-decoration:none;
}

.popedit a:hover {
	color: #000000;
	text-decoration:none;
}

.popedit_dark_support {
	position: absolute;
	visibility: hidden;
	border: 1px solid #5e5e5e; 
	padding: 1px 2px 1px 2px; 
	background-color: #b8cec4; 
	text-align: left; 
	color: #5e5e5e; 
	width: 0px;
	height: 0px;
	font-size: 11px;
	font-weight:bold; 
	clip: auto;
	z-index: 110;
	display:inline;
}

.invisible {
	display:none;
}

.topmenu {
	float:left;
	margin-top:3px;
	margin-left:10px;
}

.topmenu a, .topmenu a:active, .topmenu a:visited {
	font-size:13px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.topmenu a:hover {
	color:black;
	text-decoration: none;
}

.zh .topmenu a {
        font-size: 14px;
        font-weight: normal;
}

.topmenu span {
	margin-right:20px;
}

.compact-links span {
  margin-right: 15px;
}

.login_bar {
	width:600px;
	float:right;
}

.login_bar #thebar {
	float:right;
	width:473px;
	height:36px;
	background:url(/images/login_bar.png) top left no-repeat;
}

.login_bar #login_bar_inside {
	margin-top:3px;
}

#black_login_bar_small{
    padding-top:5px;
    width:836px;
    margin:auto;
}

#black_login_bar_big{
    padding-top:5px;
    width:920px;
    margin:auto;
}

.login_links {
	margin-top:1px;
	clear:right;
}


.logo_link {
	height:92px;
	width:233px;
	cursor:pointer;
}

.logo_text {
	color:#AFAFAF;
	font-size:12px;
	font-weight:bold;
/*	margin-left:87px; */
	width:228px;
        text-align: right;
}

.popedit_languages {
	position: absolute;
	visibility: hidden;
	border: 1px solid #bdc7b6; 
	padding:0; 
	background-color: #f0f2ed; 
	text-align: left; 
	color: #333333; 
	width: 0px;
	height: 0px;
	font-size: 11px;
	font-weight:bold; 
	clip: auto;
	z-index: 110;
	display:inline;
}

.sidebar_start_gray {
	font-size:13px;
	padding-left:10px;
	color:#505050;
}

.sidebar_start_black {
	font-size:13px;
	padding-left:10px;
	color:black;
}

.accountconf-tick {
  margin: 5px;
}

.navtabs-container {
  background-color: #EFEFEF;
}

.navtabs td {
  padding: 0px 10px 0px 10px;
  font-size: 17px;
  height: 31px;
}

.navtabs .navtabs-current {
  background-color: white;
  padding: 0px 3px 0px 3px;
  cursor: default;
}

.navtabs .navtabs-img-l {
  padding: 0px;
  width: 7px;
}

.navtabs .navtabs-img-r {
  padding: 0px;
  width: 10px;
}

.navtabs .leftpadding {
  width: 0px;
}

.navtabs a {
  text-decoration: none;
}

/* minifaq */
.minifaq {
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.minifaq_text {
  line-height:125%;
}

.minifaq_text span {
  font-size:12px;
  font-weight:bold;
}

.hidden { display: none; }
ul.no-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bgF2 {
  background-color: #F2F2F2;
}

.bgF8 {
  background-color: #F8F8F8;
}

.small-gray, span#network_fee { color: gray;}

ul#payment-flow {
  list-style: none;
  padding: 0;
  margin: 0;
}


ul#payment-flow li {
  color: gray;
  display: block;
  padding: 8px 40px;
  background-image: url('../images/tick_gray.png');
  background-repeat: no-repeat;
  background-position: 12px 5px;
}

#payment-flow li.loading {
  background-image: url('../images/payment/loader2.gif'); 
  background-position: 5px 0px;
  color: black;
}

#payment-flow li span.loaded, #payment-flow li span.error, #payment-flow li.loaded span.loading, li.failed span.loading {
  display: none;
}

#payment-flow li.loaded span.loaded, #payment-flow li.failed span.error {
  display: inline;
}

#payment-flow li.loaded {
  background-image: url('../images/tick_green.png'); 
  background-position: 12px 5px;
  color: black;
}

#payment-flow li.failed {
  background-image: url('../images/tick_red.png'); 
  background-position: 12px 5px;
  color: red;
}

#pb_country a, a#pbp_not_from {
  font-size: 11px;
  color: #00529B;
  text-decoration:none;
  margin-left: 35px;
}
a#pbp_not_from:hover {text-decoration: underline;}
#pb_country a:hover, #pbp_not_from:hover {text-decoration:underline;}

#pb-info-box, .info-box, .success-box, .warning-box, .error-box, .validation-box {
  text-align:center;
  font-size: 1.1em;
  border: 1px solid;
  margin: 10px 0px;
  padding: 8px 6px;
}

.info-box {
  color: #00529B;
  background-color: #BDE5F8;
}
.info-box a {font-weight: bold; color: #00529B;}
div.pb_usage_example {margin: 12px; text-align: right;}

#country_menu {
  float: left;
  width: 310px;
}

#country_menu .country_block {
  float: left;  
}
#country_menu .country {
  float:left;
  font-size:11px;
  width:154px;
}
#country_menu h3 {
  margin-bottom:0px;
}
#country_menu a {
  text-decoration: none;
}
#country_menu .name{
  margin-top:5px;
  float: left;
  text-decoration: underline;
}
#country_menu .flag{
  float: left;
}
