/* 
 * layout
 */
 
  /*** CONTENT.CSS ***/
ok_msg {
  color: #008800;
  font-size:10px;
  width:150px;
}

error_msg {
  color: #ff3300;
  font-size:10px;
  width:150px;
}

div#doc {
    width: 836px;
    margin:auto;
	height:100%;
}

div#doc_new, div#doc_new_index {
    margin:auto;
	height:100%;
    margin-top:-10px;
    color:#201d1b;
}
div#doc_new{
  	width: 836px;
}
div#doc_new_index{
  	width: 920px;
}
a.header_link, a.header_link:active, a.header_link:visited, a.header_link:hover{
    color:#EF4136;
}
div#docpop {
    width: 638px;
    margin:auto;
	height:100%;
}

div#header {
	height:130px;
	background:url(/images/logo.png) top left no-repeat;
}


div#linkbar {
    background:transparent url(/images/link_bar_bg.jpg) repeat-x scroll 0 0;
    height:21px;
    margin-left:49px;
    text-align:right;
    width:787px;
}

div#linkbar_new_index {
  	width: 920px;
	height: 95px;
    text-align: right;
  	background:url('/images/new_frontpage/logo_transparent.png') no-repeat;
}

div#linkbar_new {
  	width: 836px;
	height: 95px;
    text-align: right;
  	background:url('/images/new_frontpage/logo_transparent.png') no-repeat;
}

div#linkbarpop {
  width: 541px;
	height: 21px;
	margin-left: 49px;
  background:url(/images/link_bar_bg.jpg) repeat-x;
}

.nofocus a:focus {
  outline: none;
}

.pagination {
    padding: 10px 0px 5px 0px;
}

.links{
    float:left;
    margin-top:55px;
    margin-left:15px;
}

.links a, .links a:active, .links a:visited {
    font-size:14px;
    text-decoration:none;
    color:#817169;
    font-weight:bold;
}

.links a:hover {
    color:#000000;
}
.links span{
    margin-right:8px;
}

.flagcontainer {
  position:relative;
  height:236px; 
  overflow:hidden;
/*  background: pink;*/
}

#flags {
  padding-left: 15px;
  margin-top: 14px;
}

div#stats {
  margin-bottom: 8px; 
  font-size:13px;
  line-height:16px;
  text-transform:none;
}

#scrollUp {position:absolute; top: 0px;}
#scrollDown {position:absolute; top: 186px;}

a#flags-down, a#flags-up {
  display:block;
  width: 260px;
  height: 50px;
  text-decoration:none;
}

a#flags-up {
  background: transparent url('/images/new_frontpage/flag_manipulator_up2.png') no-repeat;
}

a#flags-down {
  background: transparent url('/images/new_frontpage/flag_manipulator_down2.png') no-repeat;
}

.frontpage_flags{
  text-transform:uppercase;
  font-size:10px;
}

.frontpage_flags_zh{
  text-transform:uppercase;
  font-size:11px;
}

table.horizontal-boxes {
    width: 920px;
    padding: 0px;
    border: 0px solid none;
    border-collapse: separate;
    border-spacing: 0px;
    line-height: 150%;
    margin: 0px;
}

table.horizontal-boxes td {
    vertical-align: top;
    padding-top: 0px;
    padding-bottom: 5px;
}

table.horizontal-boxes tr.horizontal-boxes-top td {
    padding-top: 20px;
}

table.horizontal-boxes a, table.horizontal-boxes a:visited, table.horizontal-boxes a:active, table.horizontal-boxes a:hover {
    color: #EF4136;
}

table.horizontal-boxes td.box11 {
    width: 860px;
    padding-left: 30px;
    padding-right: 30px;
}

table.horizontal-boxes td.box21 {
    width: 420px;
    padding-left: 30px;
    padding-right: 10px;
}

table.horizontal-boxes td.box22 {
    width: 420px;
    padding-left: 10px;
    padding-right: 30px;
}

table.horizontal-boxes td.box31 {
    width: 273px;
    padding-left: 30px;
    padding-right: 10px;
}

table.horizontal-boxes td.box32 {
    width: 266px;
    padding-left: 10px;
    padding-right: 10px;
}

table.horizontal-boxes td.box33 {
    width: 281px;
    padding-left: 10px;
    padding-right: 30px;
}

#middlebox{
    width:266px;
    background-color: #f2f2f2;
    padding-left:10px;
    padding-right:10px;
}

#leftbox{
    width:273px;
    padding-left:30px;
    padding-right:10px;
}
#rightbox{
    width:281px;
    padding-right:30px;
    padding-left:10px;
}
#leftbox, #rightbox, #middlebox{
    padding-top:20px;
    vertical-align:top;
}
#threeboxes, #threeboxes2{
	line-height:150%;
}

#threeboxes a, #threeboxes2 a{
    color:#EF4136;
}

#blogposts td{
    vertical-align:top;
    padding-bottom:7px;
}

#blogposts{
    font-size:11px;
}
#blogposts a{
    font-size:12px;
}


.orangebtn, .orangebtn_small{
    background-repeat:no-repeat;
    height:34px;
    font-size:15px;
    padding-top:7px;
    font-weight:bold;
    text-align:center;
    color:#FFFFFF;
    cursor:pointer;
}
.orangebtn{
    background-image:url('/images/new_frontpage/orange_btn_medium.png');
    width:150px;
}
.orangebtn_small{
    background-image:url('/images/new_frontpage/orange_btn_small.png');
    width:77px;
}

.taketour{
    float: left;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 5px;
    margin-left: 5px;
}
.taketour a{
    color:#FFF;
    font-weight:bold;
/*    text-decoration: none;*/
}

div#linkbar img {
    vertical-align: middle;
}
div#middle {
	overflow: hidden;
	margin-left: 49px;
	width: 785px;
	background-color: #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

div#middlepop {
	overflow: hidden;
	margin-left: 49px;
	margin-right: 49px;
	width: 539px;
	background-color: #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

#main {
	background-color: white;
	float: left;
	width: 539px;
	overflow: hidden;
}

#sidebar {
	background-color: white;
	float: right;
	width: 245px;
	overflow: hidden;
}

.greedy-height {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}

div#notice {
	/* height: 1.7em; */
	padding: 0px 0px 0px 20px;
}

div#notice span#close {
	margin-left: 20px;
	cursor: pointer;
	color: #888888;
}

div#errorExplanation {
	padding: 10px;
	background-color: #ffeeee;
	border: 1px solid #bbbbbb;
	margin-bottom: 10px;
}

div#errorExplanation h2 {
	font-size: 11pt;
	color: #666666;
}

select#languages {
	position:relative;
	top:2px;
    font-size: 10px;
    text-align: right;
	line-height:10px;
	height:17px;
	vertical-align:middle;
}

option.userkeyword {
    color: blue;
}

div.side-content-gray {
    background-color: #f5f4f0;
}

div.main-separator {
	margin: 0px;
	background-color: #ffffff;
	width: 541px; 
}

div.main-separator-gray {
	margin: 0px;
	background-color: #f5f4f0;
	width: 541px; 
}

div.main-content-gray {
  background-color: #f5f4f0;
  padding: 15px 20px 5px 20px;
  width: 500px; 
}

div.main-content {
  padding: 15px 20px 5px 20px;
  width: 500px;
}

.front_panel .main-content {
	padding: 0px 0px 0px 20px;
	width: 520px;
}

.front_mid_panel .main-content {
	padding: 0;
	width: 540px;
}

.subcontent {
  margin-left: 60px;
  margin-right: 10px;
  line-height: 150%;
}

.subcontent_small {
  margin-left: 23px;
  margin-right: 10px;
  
}
  div.subcontent h1 {
    margin-top: 0px;
  }
  .with-big-bullet {
    padding-top: 22px;
  }

.sub-icon {
	margin-right:17px;
}
.big-bullet {
  float: left;
}

.service-create-form {
    margin-left:60px
}

.payout-form{
	margin-left:47px;
}

.payout-form  tr {
	height:25px;
}

.signup-form {
	line-height:17px;
	margin-left:30px;
}

.contact_info_form {
        margin-bottom: 15px;
}

.contact_info_form div, .contact_info_form p {
        margin: 1px 0px 1px 0px;
        width: 100%;
}

.contact_info_form input {
        width: 224px;
}

.contact_example {
        font-size: 12px;
        color: #777777;
}

.signup-login {
	line-height:17px;
	margin-left:48px;
}

h1.signup-form img {
	position:relative;
	left:-3px;
}

.break1 {
    width: 540px;
    height: 15px;
    background: url(/images/inner_tbl_space.jpg) no-repeat;
}

.break2 {
    width: 540px;
    height: 15px;
    background: url(/images/inner_tbl_space_2.jpg) no-repeat;
}

table.services {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 11px;
}

table.services a, table.services a:visited, table.services a:active, table.services a:hover {
    font-size:11px;
}

table.services th {
  padding: 2px;
  font-weight: bold;
  text-align: left;
  color: white;
  background-color: gray;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

table.services td {
  padding: 2px;
  border-bottom: 1px solid black;
  line-height: 150%;
  vertical-align: top;
}

table.services .service_countries td {
  border-bottom: 1px solid #CCCCCC;
}

table.services .service_countries tr.firstcountry td {
  padding-top: 14px;
}

table.services .service_countries tr.lastcountry td {
  padding-bottom: 14px;
  border-bottom: 1px solid black;
}

tr.service_type td {
  vertical-align: middle;
}

#tariffclassesList .validation-failed {
   color: #FFF;
   border: 0px;
}

.validationSpace {
  visibility: hidden;
}

.validationSpace + p {
  margin-top: 0;
}

/* buttons */

.btn-gray {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	background:url(/images/example_btn.jpg) no-repeat;
	height:15px;
	width:78px;
	padding-top:2px;
	text-align:center; 
	cursor: pointer;
	line-height:13px;
}

.btn-gray a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

.btn-orange, .btn-orange-long, .btn-orange-small, .btn-gray-long  {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	padding-top:2px;
	text-align:center;
	cursor: pointer;
	line-height:13px;
}

.btn-orange {
        background:url(/images/start_btn.jpg) no-repeat;
        height: 15px;
	width: 78px;
}

.btn-orange-small {
        background:url(/images/start_btn_small.jpg) no-repeat;
        height: 14px;
	width: 55px;
}

.btn-orange-long {
        background:url(/images/start_btn_long.jpg) no-repeat;
        height: 15px;
	width: 134px;
}

.btn-gray-long {
        background:url(/images/start_btn_long_gray.jpg) no-repeat;
        height: 15px;
	width: 134px;
}

.btn-orange a {
	color:white;
	text-decoration:none;
	font-weight:bold;
}

/* wrap buttons */

.start-buttons {
  height: 20px;
  padding: 0px 0px 0 0;
}
.start-buttons div {
  float: right;
  margin-right: 16px;
}


.navi-buttons { 
  height: 30px;
  padding: 10px 20px 0px 30px;
}
.navi-buttons #startButton, #nextButton, #confirmButton {
  float: right;
  margin-right: 20px;
  cursor: default;
}

#eulaText { /* only for Opera */
  overflow: auto;
}

#eulaText {
  height: 280px;
  overflow-y: scroll;
  padding-right: 20px;
}

.wrap-buttons div {
  float: right;
  margin-right: 18px;
}

/*
 * New service
 */
.newService h1 {
  margin: 0 0 10px 73px;
  padding-top: 10px
}

.newService p {
  margin: 0 20px 0 73px;
}

.serviceBreak {
  margin: -5px 0 0 0;
}

.serviceIcon {
  float: left;
  margin: 10px 0 0 7px;
  display: inline;
}

.grayNewService {
  margin: 15px 0 5px 335px;
  padding-bottom: 5px;
}

.orangeNewService {
  float: right;
  margin: 15px 30px 0 0;
}

.darker {
  background-color: #f5f4f0;
 } 

.eula {
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	overflow-y: scroll;
	height:300px;
	border:#e5e4e2 solid 1px;
	border-right:none;
	background-color:#f6f8f7;
}

.sourcecode {
	padding:0px 10px 0px 10px;
	margin-bottom:10px;
	border:#e5e4e2 solid 1px;
	background-color:#f6f8f7;
}

.captcha img {
	vertical-align:bottom;
}

.stepText {
	margin-right:15px;
}

.my_account_sidemenu {
	margin:0px 5px 0px 10px;
}

.index_box_title{
    font-size:20px;
    margin-bottom:7px;
    line-height:22px;
}

.index_box_title2{
    font-size:16px;
    margin-bottom:7px;
    line-height:22px;
}
#steps{
    background-image:url(/images/new_frontpage/flow_background.png);
    height:60px;
    width:900px;
    padding-left:20px;
}
.chain_step{
    background: url(/images/new_frontpage/flow_arrow.png) no-repeat top right;
    float:left;
    color:#FFDBD8;
    padding:5px 10px 5px;
    height:50px;
}

.chain_step strong{
    color:#FFFFFF;
    font-size:14px;
}

.step_nr{
    font-size:40px;
    color:#ff9d69;
    float:left;
    font-weight:bold;
}

.step_txt{
    float:left;
    font-size:13px;
    line-height:15px;
    margin:10px 25px 10px 10px;
}
.sms_input {
	width:150px;
}

.sideBreak1, .sideBreak2 {
	margin: -5px 0 0 0;
	height:15px;
}

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

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

.service_sub {
	font-size:14px;
	color:#000000;
	font-weight:bold;
	padding: 20px 0px 5px 0px;
}

.inactiveservice td, .inactiveservice a, .inactiveservice {
  color: #ff0000;
}

.approvalpendingservice td, .approvalpendingservice a, .approvalpendingservice {
  color: #0031cf;
}

.deletedservice td, .deletedservice a {
	color: #777777;
}

.service_sub img {
	margin-right:10px;
}

.tr_odd {
	background-color:#efeee8;
}

.services_total td {
	border-top: 2px solid black;
	font-weight:bold;
	background-color:#DFDFDF;
}

.writeus {
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.form-table td {
	margin-bottom:3px;
}

table.form-table {
	
}

.required-good {
	color:#009900;
}

.required-bad {
	color:#FF0000;
}

.required-middle {
	color:#fffcc2;
}

.border-good {
	border:#009900 solid 2px;
}

.border-bad {
	border:#FF0000 solid 2px;
}

.border-middle {
	border:#FF9900 solid 2px;;
}

.helptext {
	border-bottom:#999999 dotted 1px;
        cursor: pointer;
}

.techSkills {
	float:right;
	margin-right:20px;
}

.new-service-descr {
	font-size: 12px;
        line-height: 150%;
}
.faq_list{
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
}

.faq_list span {
	font-size:11px;
	cursor:pointer;
}
.faq_list li {
	background:url(/images/arrow_right.png) top left no-repeat;
	padding-left: 20px;
	margin-bottom: 3px;
	font-weight:bold;
}
.faq_list li a {
	font-weight: bold;
	text-decoration: none;
}

.faq_list div {
	border: 1px solid #fba714; 
	padding: 1px 2px 1px 2px; 
	margin: 4px 0px 4px 0px;
	background-color: #fffcc2; 
	color: #cb0f06;
	text-align: left;  
	font-size: 11px;
	font-weight:normal; 
}

.country_operator_box {	
	border: 1px solid #fba714; 
	padding: 1px 2px 1px 2px; 
	margin: 4px -9px 4px 0px;
	background-color: #fffcc2; 
	color: #cb0f06;
	text-align: left;  
	font-size: 11px;
	font-weight:normal; 
}

.country_ad {
	font-size: 13px;
	
	
}

.country_bullets {
	font-size: 12px;
	cursor:pointer;
	background:url(/images/arrow_right.png) top left no-repeat;
	padding-left: 20px;
	
}

.bottom_red_border {
	border-bottom:dashed #FF3300 1px;
}


dl.faq-php-forums {
  margin: 4px 4px 4px 4px;
}

dl.faq-php-forums dd {
  padding: 0px;
  margin: 0px 0px 0px 40px;
}

.faq_over {
	border-bottom:dashed #FF3300 1px;
}

.faq_out {
	border-bottom: none;
	margin-bottom: 1px;
}

.com_link_out {
	border-bottom:solid black 1px;
}

.com_link_over {
	cursor:pointer;	
	border-bottom: none;
	margin-bottom: 1px;
}

.li_subcontent .list {
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
}

.li_subcontent .list li {
	background:url(/images/arrow_right.png) top left no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 3px;
	min-height: 0;
}

.arrow_list {
        list-style: none outside url(/images/arrow_right.png);
}

.arrow_list li {
        padding-bottom: 3px;
}

ul.widespaceditems li {
        font-size: 13px;
        padding-bottom: 5px;
}

.service_steps {
        list-style-type: none;
        margin-left: -4px;
        padding-left: 0px;
}

.service_steps img {
        float: left;
}  

.service_steps div {
        padding-left: 44px;
        padding-top: 7px;
}

.service_steps li {
        clear: both;
        margin-bottom: 4px;
        width: 100%;
}  

.profit_table {
	text-align:left;
}

.profit_table th {
	border-bottom: 2px solid black;
	padding:3px;
}

.profit_table td {
	padding:3px;
}

.modify_table, .country_modify_table {
	border-collapse: collapse;
    border-spacing: 0px;
	width:100%;
}

.transparent
{
   filter:alpha(opacity=80);
   -moz-opacity: 0.8;
   opacity: 0.8;
}

.general

.modify_table th {
	border-bottom: 2px solid black;
	text-align:left;
}

.modify_table td {
	padding: 2px;
    border-bottom: 1px solid black;
    line-height: 150%;
}

.country_modify_table td {
    padding: 2px;
    border-bottom: 1px solid #CCCCCC;
    line-height: 150%;
}

.country_modify_table tr.general_country_first td {
    border-top: 1px solid #505050;
}

.country_modify_table tr.general_country_last td {
    border-bottom: 1px solid #505050;
}

.support_header {
	background-color:#ececec;
}

.helpline {
	/*background-color:#3f3f3f;*/
	background-color:#1a1a1a;
	color:#818181;
	padding:2px 0 7px 13px;
	font-size:11px;
}

.helpline a{
	color:#FFFFFF;
}

.languages_bar {
	background-color:#ffffff;
	color:#000000;
	font-size: 12px;
	padding:2px 0 7px 13px;
}

#sidebar .helpline img, #sidebar .languages_bar img {
	margin:0;
}

.helpline_bottom, .helpline_bottom_over {
	height:16px;
	padding-top:7px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	cursor:pointer;
}

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

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

.helpline_title {
	color:#78f7d8;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}

.support_window input, .support_window textarea {
	font-size:11px;
	font-weight:normal;
}

.panel_list {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

.panel_list li.main_list {
	background-position:top left;
	background-repeat:no-repeat;
	padding:5px 0 0 60px;
	margin:0;
	width:440px;
	min-height:33px;
}

.panel_list li .li_subcontent, .main-content .li_subcontent {
	line-height:150%;
}

.languages_text {
	background:url(/images/laguages_bg.png) top repeat-x;
	margin:0 3px 0 3px;
	padding:2px 0 0 3px;
	height:16px;
	font-weight:bold;
	color:#333333;
}

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

.languages_right {
	background:url(/images/languages_right.png) top right no-repeat;
	float:right;
	margin-top:3px;
	cursor:pointer;
}

.languages_rows div {
	text-align:right;
	padding:2px 7px 2px 4px;
	cursor:pointer;
	font-size:11px;
}

.languages_over {
	background-color:#dbdad9;
}

.btn-orange-dyn {
	float:left;
	cursor:pointer;
	padding-left:5px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background:url(/images/red_button_left.png) left no-repeat;
}

.btn-orange-dyn span {
	white-space:nowrap;
	display:block;
	height:17px;
	line-height:17px;
	background:url(../images/red_button_right.png) right no-repeat;
	color:#ffffff;
	text-align:center;
	min-width:70px;
	max-width:338px;
	padding-right:5px;
	float:left;
}

.keyword_table, .title_table {
	text-align:left;
	width:100%;
	margin-bottom:3px;
}

.keyword_table th, .title_table th {
	border-bottom: 2px solid black;
	padding:3px;
}

.keyword_table td, .title_table td {
	padding:3px;
}

.keyword_table td input {
	width:110px;
}

.title_table td input[type="text"] {
	width:200px;
        color:green;
}

.bottombox{
    background-color:#ededed;
    padding: 20px 100px;
}
.bottombox a {
    color:#EF4136;
}
.bottombox img{
    display:block;
    float:left;
    padding-right:10px;
    margin-top:-10px;
}

.content_preview_table {
	text-align:left;
	width:100%;
	margin-bottom:3px;
}

.content_preview_table th {
	border-bottom: 2px solid black;
	padding:3px;
}

.content_preview_table td {
	padding:3px;
}

.intro_text {
  font-size: 12px;
}

pre.customphpscript {
  background: #F7F7F7 none repeat scroll 0%;
  border: 1px solid #D7D7D7;
  margin: 1em 1.75em;
  overflow: auto;
  padding: 0.25em;
}

.underline {
  text-decoration: underline;
}

tt {
  white-space: pre;
  font-size: 13px;
}

.payout-text {
  font-size: 13px;
}

.picture-autograph {
  font-style: italic;
  font-size: 10px;
  text-align: center;
}
.service-edit-links {
  font-size: 14px;
}

.service-edit-links a, .service-edit-links a:active, .service-edit-links a:visited {
  text-decoration: none;
}
