.display_none {display:none}
.divProgress {text-align:center}
/* common defines */
#ads_234 {
    margin-top: 25px;
    }
    
html {
    font-family: tahoma, verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: white;
}
body, div, span, p {
    margin: 0;
    padding: 0;
}
a img {
    border: none;
}
/*
img.png {
    behavior: url(./iepngfix.htc);
}
*/
.clr {
    clear: both;
}
/*pload {
  height: 291px;
}*/
a:link,
a:visited,
a:hover,
a:active {
    color: #00aaff;
}
strong {
    font-style: normal;
    font-weight: bold;
}
em {
    font-style: italic;
    font-weight: normal;
}
big {
    font-size: 142%;
}
small {
    font-size: 92%;
}
form {
    display: inline;
}
.aleft {
    text-align: left;
}
.aright {
    text-align: right;
}
.acenter {
    text-align: center;
}

/* common containers */
body {
    background: #000c12 url(../images/main_background.png) top center no-repeat;
    min-width: 960px;
}
.wrapper {
    width: 870px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow-x: visible;
}
h1, h2, h3 {
    font-style: normal;
    font-weight: bold;
}
h1 {
    font-size: 16px;
    margin: 0px;
}
h2 {
    font-size: 14px;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
h3 {
    font-size: 14px;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
}
p {
    line-height: 150%;
    margin-bottom: 0.6em;
}
ul {
    line-height: 150%;
    margin-top: 0px;
    margin-bottom: 0.6em;
    list-style: square;
}

/* top container */
#top {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 17px;
}
#top #logo {
    position: absolute;
    width: 235px;
    height: 65px;
    top: 24px;
    left: 21px;
}
#logo a {
    text-decoration: none;
}
#top #login,
#top #welcome {
    position: absolute;
    top: 0px;
    left: 468px;
    font-size: 11px;
}
#top #login table td,
#top #welcome table td {
    height: 34px;
    vertical-align: middle;
}
#top #login input.text {
    width: 62px;
    height: 14px;
    background-color: white;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-color: #8a9499 #e1e4e5 #e1e4e5 #8a9499;
    font-size: 11px;
}
#top #login input.button {
    width: 32px;
    height: 17px;
    background: #006bb3 url(../images/button_ok_small.png) top left no-repeat;
    border: none 0px;
    font-size: 11px;
}
#top #login .separator,
#top #welcome .separator {
    position: absolute;
    width: 2px;
    height: 35px;
    top: 0px;
    background: url(../images/separator.png) top left no-repeat;
    z-index: 10;
}
#top #login .separator {
    left: 48px;
}
#top #welcome .separator {
    left: 387px;
}

/* left container */
#left {
    float: left;
    width: 518px;
    overflow: visibile;
}

/* menu */
#menu {
    width: 468px;
    margin-left: 25px;
    margin-bottom: 12px;
    font-family: arial, tahoma, verdana, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    overflow-x: visible;
}
#menu a {
    color: white !important;
}
#menu.unlogged a {
    margin-right: 17px;
    text-decoration: none;
}
#menu.unlogged a:hover {
    text-decoration: underline;
} 
#menu.logged a {
    margin-right: 17px;
    text-decoration: none;
}
#menu.logged a:hover {
    text-decoration: underline;
} 

/* right container */
#right {
    float: right;
    width: 300px;
    overflow: visibile;
}
#right .info {
    line-height: 142%;
}
#right .signup {
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 11px;
}
#right .mcArrow {
    position: relative;
    width: 319px;
    margin: 0px 0px 17px -19px;  /* 20px 0 19px -19px; */
}
#right .mcArrow a {
    text-decoration: none;
}
#right .mcArrow a img {
    width: 319px;
    height: 54px;
}
#right .mcScreen {
    margin-top: 87px;
    margin-bottom: 20px;
}
#right .addthis {
    margin-bottom: 2px;
    position: relative;
    top: 3px;
}
#right .accountInfo {
    margin-top: 52px;
    margin-bottom: 8px;  /* 28px;  */
}
#right .accountInfo .storageUsage {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
}

/* wide container [without right column] */
#wide {
    width: 870px;
    overflow: visibile;
}

/* main form */
#main {
    position: relative;
    width: 518px;
    background-color: white;
    color: black;
    margin-bottom: 42px
}
#main .top {
    position: relative;
    width: 100%;
    height: 102px;
    top: 0px;
    left: 0px;
    background: white url(../images/form_top.png) bottom left no-repeat;
    z-index: 10;
    overflow: visible;
}
#main .bottom {
    position: absolute;
    width: 100%;
    height: 100px;
    /* bottom: -50px; /* mozilla bugfix */
    
/*  bottom: -41px;  /* IE bugfix */
    bottom: 0px; /* mozilla bugfix */
    left: 0px;
    background: transparent url(../images/form_bottom.png) top left no-repeat;
    z-index: 30;
    overflow: visible;
}
#main .inner {
    position: relative;
    width: auto;
    margin: -19px 25px 0px 25px;
    padding-bottom: 100px;
    z-index: 20;
}
#main a {
    color: #0096e0 !important;
}
#main .top .tabs {
    clear: both;  /* ? */
}
#main .top .tabs img,
#main .top .tabs a img {
    height: 35px;
    float: left;
}
#main .bottom .ps {
    width: auto;
    margin: 38px 25px 0px 25px;
    position: relative;
    z-index: 20;
    overflow: visible;
}
#main .bottom .ps #accept_terms_offset {
    position: relative;
    top: 15px;
    width: 50%;
}
#main .bottom .ps input {
    margin: 0px;
    margin-right: 5px;
//  margin-right: 3px;  /* IE bugfix */
}
#main .bottom .mirror {
    position: absolute;
    width: 100%;
    height: 42px;
    top: 102px;
    left: 0;
    background: transparent url(../images/form_mirror.png) top left no-repeat;
}

/* wide main form */
#wide #main {
    width: 870px;
}
#wide #main .top {
    background-image: url(../images/form_top_wide.png);
}
#wide #main .bottom {
    background-image: url(../images/form_bottom_wide.png);
}
#wide #main .inner {
}
#wide #main .bottom .mirror {
    background-image: url(../images/form_mirror_wide.png);
}

/* tables */
table.normal {
    width: 468px;
}
table.wide {
    width: 820px;
}
table.common th,
table.common td {
    font-size: 12px;
    vertical-align: top;
    text-align: center;
    padding: 5px 0px 6px 0px;
}
table.common th {
    font-weight: bold;
    border-bottom: solid 1px #000c12;
}
table.common th.aleft,
table.common td.aleft {
    text-align: left;
    padding-left: 8px;
}
table.common tr.even td {
    background-color: #f4f6f7;
    border-top: solid 1px #e1e8eb;
    border-bottom: solid 1px #e1e8eb;
    color: black;
}
table.common tr.higher td {
    padding-top: 9px;
    padding-bottom: 4px;
}
table.discount {
}
table.discount td.alt {
    vertical-align: middle;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 15px;
    background-color: #f5f5f5;
    cursor: pointer;
}
table.discount td.alt .period {
    font-size: 18px;
    color: #0096e0;
}
table.discount td.alt .price {
    font-size: 60px;
    margin-top: 2px;
    margin-bottom: 5px;
}
table.discount td.alt .off {
    font-size: 26px;
    color: #0096e0;
}

/* pages */
.ps .pages {
    float: right;
    width: auto;
    font-size: 17px;
    margin-top: 3px;
}
.ps .pages a {
    margin-left: 0.4em;
}
.ps .pages .active {
    margin-left: 0.4em;
/*  font-weight: bold; */
}

/* footer */
#footer {
    border-top: solid 1px #596165;
    font-size: 11px;
    line-height: 170%;
    margin-top: 53px;
    padding-top: 18px;
    padding-bottom: 20px;
}
#footer .left {
    float: left;
    width: 234px;
    height: auto;
}
#footer .right {
    float: right;
    width: 275px;
    height: auto;
}
#footer .wrapper {
    width: 820px;
}

/* google ads */
#ads_links {
    margin: 0px 0px 13px 21px;
}
#ads_468 {
    width: 470px;
    margin-left: 25px;
}
#ads_728 {
    width: 730px;
    margin-left: 31px;
}
#aus {
    /* empty */
}

/* popup help */
body.popup {
    background: #000c12 url(../images/popup_background.png) top left repeat-x;
    width: 100%;
    height: 100%;
    min-width: 200px;
}
body.popup #scroller {
    position: absolute;
    width: 100%;
    top: 85px;
    left: 0px;
    bottom: 60px;
    overflow-y: scroll;
    height: expression((document.body.clientHeight - (85 + 60 + 3)) + 'px');
}
body.popup #scroller .info {
    margin-left: 20px;
    margin-right: 20px;
}
body.popup #footer {
    position: absolute;
    width: 100%;
    height: 42px;
    left: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 18px;
}
body.popup #footer .left {
    width: 80px;
    padding-left: 20px;
    text-align: left;
}
body.popup #footer .right {
    width: 125px;
    margin-right: 19px;
    text-align: right;
    padding-top: 3px;
}

/* forms */
#form {
    width: 468px;
    position: relative;
}
.twoColumns {
    position: relative;
    width: 100%;
    height: 50px;
}
.twoColumns .leftHalf,
.twoColumns .rightHalf,
.twoColumns .leftTrird,
.twoColumns dt,
.twoColumns .right2Trirds {
    position: absolute;
    top: 0px;
}
.twoColumns .leftHalf,
.twoColumns .rightHalf {
    width: 224px;  /* (486-20)/2 */
}
.twoColumns .leftTrird,
.twoColumns dt {
    width: 151px;
}
.twoColumns .right2Trirds {
    width: 297px;  /* (486-20)/2 */
}
.twoColumns .leftHalf,
.twoColumns .leftTrird,
.twoColumns dt {
    left: 0px;
}
.twoColumns .rightHalf,
.twoColumns .right2Trirds {
    right: 0px;
}

/* inputs */
input.styled,
select.styled,
textarea.styled {
    background-color: #f5f5f5;
    font-family: tahoma, verdana, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #000c12;
    border-style: solid;
    border-width: 1px;
    border-color: #999999 #d6d6d6 #d6d6d6 #999999;
/*  border-color: #9b9b9b #d6d6d6 #d6d6d6 #9b9b9b; */
}
input.styled,
select.styled {
    background: #f5f5f5 url(../images/input.png) top left no-repeat;
}
input.disabled{
    color:#B0B0B0;
}
input.styled {
    height: 25px;
    padding: 4px 8px 0px 8px;
}
select.styled {
    height: 25px;
}
textarea.styled {
    height: 100px;
}
input.fullWidth {
    width: 452px;  /* 468-2*8 */
}
input.halfWidth {
    width: 208px;  /* (468-20)/2-2*8 */
}
input.twoTrWidth {
    width: 281px;
}
select.fullWidth {
    width: 470px;
}
select.halfWidth {
    width: 226px;
}
select.twoTrWidth {
    width: 299px;
}
textarea.fullWidth {
    width: 450px;
}
textarea.halfWidth {
    width: 224px;
}
textarea.twoTrWidth {
    width: 297px;
}

/* labels */
label {
    display: block;
    font-size: 14px;
    color: black;
    margin-top: 7px;
    margin-bottom: 7px;
}
.hint {
    font-size: 11px;
    color: #8c8c8c;
    margin-top: 6px;
}
.required {
    color: #cc0000;
}

.element_required {
    color: #cc0000;
}
p.intro {
    margin-bottom: 2em;
}

/* blue buttons */
img.button {
    width: 60px;
    height: 23px;
}
#step {
font-size:11px;
height:17px;
left:327px;
position:relative;
text-transform:uppercase;
top:11px;
width:55px;
}

#main #nav {
    position: absolute;
    width: 100%;
    height: 35px;
    bottom: 0px;
    z-index: 10;
}
#main #nav .prev {
float:left;
margin-top:-17px;
}
#main #nav .next {
    float:right;
    margin-top:-17px;
}

#donate {
margin-bottom:3px;
margin-top:12px;
text-align:center;
}


.errorMessage {
background:#FF9D9D url(../images/stop.gif) no-repeat scroll 10px center;
border-bottom:2px solid #FF0000;
border-top:2px solid #FF0000;
color:#FFFFFF;
display:block;
font-weight:bold;
margin:10px 0;
padding:3px 10px 3px 40px;
width:90%;
}

.infoMessage {
background:#9Dff9D;
border-bottom:2px solid #00ff00;
border-top:2px solid #00ff00;
text-align: center;
color:#666666;
display:block;
font-weight:bold;
margin:10px 0;
padding:5px 10px;
width:90%;
}

.gray {
    color: #606060;
}
    
.faqQuestion {
    font-weight:bold;
}
    
.faqAnswer {
    line-height:20px;
    padding:5px 5px 20px 20px;
}
    
.bold { font-weight:bold; }
.header1 {font-weight:bold; font-size: 150%; text-align:center; margin-bottom: 20px; color: #222222;}

.hExtra {
    height: 78px !important;
    //  height: 85px !important;  /* IE bugfix */
    }
.progressBar{width: 240px; padding-left: 130px;}

.inner .info_table{
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 30px;
}
.inner .info_table th{
        text-align: left;
        padding:5px 8px 6px;
        border-bottom: 1px solid #000C12;
}
.inner .info_table td{
        padding:5px 8px 6px;
}
.inner .odd{
        background-color: #F4F6F7;
        border-bottom: 1px solid #E1E8EB;
        border-top: 1px solid #E1E8EB;
}
#recent_comments{
        overflow-y: scroll;
        height: 600px;
        margin-top: 35px;
}
.acenter big .paginationControl{
        font-size: 14px;
}


/************** stat/errors ***************************/

.stat_table tr:nth-child(even) {background: #E0ECFF;}
	
.stat_table tr:nth-child(odd) {background: white;}

.stat_table tr td {
	text-align:center;
}
table.stat_table tr.table_title{
	background: #3787CC;
	color:white;
}
#change_date{
	background: #3787CC;
	color:white;
	border:1px outset black;
	margin-left:20px;
}
.change_date{
	margin-left:20px;
}

.empty_statistic{
	text-align:center;
	font-weight:bold;
	
}

.success_procent{
	position:relative;
	right:-70%;
	top:-15px;
	font-weight:bold;
}
