html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}
body {
    color:#000;
    background:#fff;
}
body, text, input, button, textarea, select, p{
    font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
    font-size:13px;
}
a{
    color:#0092d7;
}
a:hover{
    color:#000;
    text-decoration:none;
}
form{
    margin:0;
    padding:0;
}


/* headings ---------------------------------------- */
h1, h2, h3{
    /* font-family:Georgia, "Times New Roman", "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif; */
    font-weight:normal;
    color:#A3228F;
    letter-spacing:0px;
    margin:0 0 10px 0;
    line-height:1em;
}
h1{
    font-size:30px;
    letter-spacing:0px;
    margin:0px 0 15px 0;
}
h2{
    font-size:19px;
    letter-spacing:0px;
    margin:10px 0 15px 0;
}
h3{
    font:bold 13px Arial, Tahoma, Verdana;
}


/* stuff ---------------------------------------- */
.clear{
    display:block;
    width:100%;
    height:1px;
    overflow:hidden;
    clear:both;
}
.br{
    margin-bottom:10px;
}
hr{
    border:0;
    height:0;
    border-bottom:solid 1px #ccc;
    background:transparent;
}
.big{
    font-size:16px;
}
.small{
    font-size:11px;
}
.red{
    color:#f00;
}
.green{
    color:#0a0;
}
.white{
    color:#fff;
}
.gray{
    color:#aaa;
}
.dark-gray{
    color:#777;
}
.udashed{
    border-bottom:dashed 1px #aaa;
    text-decoration:none;
}
.current{
    color:#222;
}
.bg-red{
    background:#fee;
    border:solid 1px #fbb;
}
.indent{
    margin-left:20px;
}
dl{
    margin:0;
    padding:0;
}

/* layout ---------------------------------------- */
#global{
    margin-top:-162px;
    min-height:100%;
    min-width:960px;
}
#globalcont{
    padding-top:162px;
}
#header{
    /* background:#444; */
    width:100%;
    height:90px;
    border-bottom:solid 0px #999;
}
#content{
}
#footer{
    height:62px;
    clear:both;
    color:#444;
}
#footer .container{
    padding:10px 0 0 0;
}
#footer a{
}
.container{
    width:960px;
    margin:0 auto;
}
.header-logo{
    float:left;
}




/* -------------- old logo ------------------- */
.logo{
    position:relative;
    left:-15px;
    display:block;
    width:528px;
    height:60px;
    top:15px;
    background:url(/img/logo-purple.gif) top left scroll no-repeat;
}
/* logo-christmas ---------------------------------------- 
.logo{
    position:relative;
    left:-18px;
    display:block;
    width:172px;
    height:90px;
    background:url(/img/logo-christmas.gif) top left scroll no-repeat;
}
*/
.logo span{
    display:none;
}
.header-user{
    margin-top:35px;
}
.header-user li{
    border-right:solid 1px #ccc;
}
.header-user a{
}
a.logo{
    position:relative;
    color:#fff;
    text-decoration:none;
}
a.logo:hover{
    color:#ccc;
}

/* top-menu ---------------------------------------- */
.top-menu{
    float:left;
    width:100%;
    background:#FDFDFD url(/img/grid_td.gif) repeat-x scroll 0 0;
    padding:8px 0 10px 0;
    border-top:solid 1px #222;
}
.top-menu-left{
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}
.top-menu-left li{
    display:inline;
    margin-right:20px;
}
.top-menu-right{
    float:right;
    list-style-type:none;
    margin:0;
    padding:0;
}
.top-menu-right li{
    display:inline;
    margin-left:20px;
}
.top-menu a{
}
.top-menu-left li.current a{
    color:#000;
    text-decoration:none;
}
.column-left{
    float:left;
    width:81%;
}

/* sidemenu ---------------------------------------- */
.column-left-container{
    padding:10px 40px 0 0;
}
.column-right{
    float:left;
    width:19%;
}
.column-right-container{
    padding:20px 0 0 0px;
}

/* support submenu ---------------------------------------- */
.support{
    margin:0;
    padding:0 0 0 4px;
    list-style-type:none;
}
.support li{
    padding-left:24px;
    margin-bottom:5px;
}
.support li.phone{
    background:url(/img/icons/phone.png) 0px 0px no-repeat;
}
.support li.icq{
    background:url(/img/icons/icq.png) 0px 2px no-repeat;
}
.support li.skype{
    background:url(/img/icons/skype.png) 0px 2px no-repeat;
}
.support li.email{
    background:url(/img/icons/email.png) 0px 2px no-repeat;
}

/* box ---------------------------------------- */
.box{
    padding:0px 0 30px 20px;
    margin-bottom:0px;
    border-left:dotted 0px #ccc;
}
.box h2{
    padding:5px 0 0px 0;
    margin:0px 0 15px 0;
}
#sidemenu{
    color:#ccc;
    margin:0px 0 0 0px;
    padding:0 0 0 0px;
    list-style-type:none;
}
#sidemenu li{
    padding:0 0 0 20px;
    margin:0 0 5px 0;
    background:url(/img/fugue/control_000_small.png) 0 2px scroll no-repeat;
}

/* forms ---------------------------------------- */
.messages{
    border-top:solid 1px #EEEF95;
    background:#ffc url(/img/fugue/light_bulb.png) 10px 10px scroll no-repeat;
    padding:10px 10px 10px 40px;
    margin:0 0 10px 0;
}
.messages .close-messages-button{
    float:right;
    margin-left:20px;
}
.zend_form input, .zend_form select{
    position:relative;
    top:-2px;
}
.zend_form{
    border-top:solid 0px #ccc;
    background:#fdfdfd url(/img/grid_td.gif) 0 0px scroll repeat-x;
    padding:20px 40px 20px 20px;
}
.zend_form dt, .zend_form dd{
    margin:0;
    border:solid 0px #ccc;
    padding:0 0 5px 0;
}
.zend_form dt{
    /*
    display:inline;
    padding-top:0px;
    width:150px;
    float:left;
    clear:both;
    color:#777;
    */
    color:#777;
}
.zend_form dd{
    /*
    padding-left:10px;
    margin-left:150px;
    margin-bottom:10px;
    */
    margin-bottom:5px;
}
.zend_form #submit{
    /*
    margin-top:20px;
    */
}
.fieldset{
    border:solid 1px #ccc;
    padding:10px;
    margin-top:20px;
    position:relative;
}
.fieldset .fieldset-title{
    color:#777;
    background:#fff;
    position:absolute;
    top:-10px;
    padding:0 5px;
}
.fieldset .fieldset-container{
    clear:both;
    margin-top:5px;
}
.zend_form fieldset{
    border:solid 1px #ccc;
    margin-bottom:10px;
    padding:20px;
}
.zend_form fieldset legend{
    color:#777;
}

ul.errors{
    margin:0px 0 0 0;
    list-style-type:none;
    background:url(/img/fugue/exclamation_small.png) 0 0px no-repeat;
    padding-left:20px;
    font-size:11px;
    color:#f00;
}
.horizontal{
    display:inline;
    margin:0;
    padding:0;
    list-style-type:none;
}
.horizontal li{
    float:left;
    display:inline;
    margin-right:10px;
    padding-right:10px;
}
.left{
    float:left;
}
.left .last{
    margin-left:0;
    border-left:none;
    padding-left:0px;
}
.right{
    float:right;
}
.right .last{
    margin-right:0;
    border-right:none;
    padding-right:0px;
}


/* grid ---------------------------------------- */
.grid{
    font-size:13px;
    border-collapse:collapse;
    text-align:left;
    margin-bottom:20px;
}
.grid th, .grid td{
    font-weight:normal;
    padding:4px 10px;
}
.grid th{
    font-size:11px;
    border-bottom:solid 1px #222;
    color:#666;
}
.grid td{
    background:#fdfdfd url(/img/grid_td.gif) 0 0px scroll repeat-x;
    border-bottom:solid 1px #fff;
}
.grid tr.selected td{
    background:#ffc;
}
.grid tr.over td{
    background:#f5e3ed url(/img/grid_td_over.gif) top left scroll repeat-x;
}
.grid tr.deleted td{
    color:#ccc;
}

/* paging ---------------------------------------- */
.scroller{
    list-style-type:none;
    margin:0 0 10px 0;
    padding:0 0 0px 0;
}
.scroller li{
    vertical-align:baseline;
    display:inline-block;
    float:left;
    margin-right:5px;
    background:#ec0;
}
.scroller li.page-static, .scroller li a{
    color:#0092d7;
    background:#eee;
    display:inline-block;
    padding:2px 10px;
    text-decoration:none;
    border:solid 0px #ccc;
}
.scroller li.page-static{
    color:#fff;
    background:#9c088d;
}
.scroller li a:hover, .scroller li.current a{
    color:#fff;
    background:#0092d7;
}
.scroller li.blank{
    color:#777;
    background:transparent;
    border:0;
}


/* popups ---------------------------------------- */
.popup h2{
    margin:0;
    padding:0;
}
#pngbg, #pngbg2{
    z-index:100;
    position:absolute;
    background:url(/img/bg2.png);
    /* opacity:0.3; */
    top:0;
    left:0;
    height:100%;
    width:100%;
}
#switch-profile-link{
    color:#67a5ff;
    text-decoration:none;
    border-bottom:dashed 1px #ccc;
}
#switch-profile-link:hover{
    color:#000;
}
#switch-profile-popup .deleted{
    color:#ccc;
}
#switch-profile-popup{
    background:#fff none repeat scroll 0 0;
    left:50%;
    margin-left:-130px;
    padding:0;
    position:absolute;
    top:100px;
    width:250px;
    z-index:1000;
}
#switch-profile-popup-cont{
    padding:10px 10px 10px 10px;
}
#switch-profile-popup-cont ul{
    color:#777;
    padding:0 0 0 1.4em;
    margin:1em 0 0 0em;
}

/* popup grid actions ---------------------------------------- */
.popup-menu-container{
    position:relative;
}
.popup-menu-link{
    
}
.popup-menu-link a{
    text-decoration:none;
    border-bottom:dashed 1px #aaa;
}
.popup-menu-canvas{
    text-align:left;
    position:absolute;
    background:#fff;
    border:solid 1px #222;
    border-top:0;
    padding:10px;
}
.popup-menu-canvas ul{
    color:#ccc;
    margin:0 0 0 1.5em;
    padding:0;
}
.popup-menu-canvas ul li{
    margin:4px 0;
}

/* actions-bar ---------------------------------------- */
.actions-bar{
    border-top:solid 0px #ddd;
    background:#fdfdfd url(/img/grid_td.gif) 0 0px scroll repeat-x;
    float:left;
    width:100%;
    font-size:11px;
}
.actions-bar ul{
    padding:10px;
}
.actions-bar ul li{
    margin-right:20px;
}
.actions-bar ul li.create{
    background:url(/img/fugue/plus.png) 0 0px scroll no-repeat;
    padding-left:20px;
}
.actions-bar ul li.import{
    background:url(/img/fugue/disk__arrow.png) 0 0px scroll no-repeat;
    padding-left:20px;
}


#intro{
    clear:both;
}
#intro h1{
    color:#fff;
}
#intro .slogan{
    display:block;
    width:478px;
    height:68px;
    margin-bottom:20px;
    background:url(/img/slogan-01.gif) top left scroll no-repeat;
}
#intro .slogan span{
    display:none;
}
#intro .steps{
    color:#fff;
    list-style-type:none;
    margin:0 0 0 0px;
    padding:0;
    font-size:20px;
}
#intro .steps li{
    display:block;
    padding:5px 0 8px 50px;
    margin-bottom:10px;
}
#intro .steps li.step-1{
    background:url(/img/steps-li-1.gif) top left scroll no-repeat;
}
#intro .steps li.step-2{
    background:url(/img/steps-li-2.gif) top left scroll no-repeat;
}
#intro .steps li.step-3{
    background:url(/img/steps-li-3.gif) top left scroll no-repeat;
}
.register-button span{
    display:none;
}
.register-button{
    display:block;
    width:212px;
    height:40px;
    background:url(/img/register-button.gif) top left scroll no-repeat;
}
.register-button:hover{
    background-position:0 -40px;
}


/* topmenu ---------------------------------------- */
ul#topmenu{
    background:#f00;
    margin:0 0 0px 0;
    padding:0;
    list-style-type:none;
}
ul#topmenu li{
    display:inline;
    float:left;
    border-right:solid 1px #ccc;
    margin-right:30px;
    padding-right:30px;
}
ul#topmenu li.last{
    margin-right:0;
    padding-right:0;
    border-right:0;
}
ul#topmenu li a{
    display:block;
    height:18px;
    background:url(/img/topmenu_bg2.gif) top left scroll no-repeat;
}
ul#topmenu li a span{
    display:none;
}
ul#topmenu li a.features{
    width:136px;
    background-position:0 0;
}
ul#topmenu li a.price{
    width:56px;
    background-position:-176px 0px;
}
ul#topmenu li a.sms-reklama{
    width:119px;
    background-position:-278px 0px;
}
ul#topmenu li a.faq{
    width:159px;
    background-position:-444px 0;
}
ul#topmenu li.current a.features, ul#topmenu li a.features:hover{
    background-position:0 -15px;
}
ul#topmenu li.current a.price, ul#topmenu li a.price:hover{
    background-position:-176px -15px;
}
ul#topmenu li.current a.sms-reklama, ul#topmenu li a.sms-reklama:hover{
    background-position:-278px -15px;
}
ul#topmenu li.current a.faq, ul#topmenu li a.faq:hover{
    background-position:-444px -15px;
}

/* learn-more ---------------------------------------- */
a.learn-more span{
    display:none;
}
a.learn-more{
    background:url(/img/learn-more.gif) top left scroll no-repeat;
    display:block;
    width:200px;
    height:40px;
}
a.learn-more:hover{
    background-position:0 -40px;
}

/* .page ---------------------------------------- */
.page h1{
    margin-bottom:40px;
}
.page p{
}
.page h2{
    margin-top:30px;
}
.faq h2{
    color:#000;
}
.faq dd{
    color:#444;
}


/* loading-gauge ---------------------------------------- */
#loading-gauge{
    position:absolute;
    float:left;
    z-index:100;
    top:0px;
    width:200px;
    height:40px;
    left:50%;
    margin-left:-100px;
    background:#FFFFCC url(/img/loading.gif) 20px 10px scroll no-repeat;
    text-align:center;
    padding:18px 0px 0px 0px;
    border:solid 1px #EEEF95;
}
