/*********************************************************************************
    General
*********************************************************************************/
* { margin: 0; padding: 0; }

*:focus { outline: none; }

html {
	font: .74em/1.5 Verdana, Arial, Helvetica, sans-serif;
}

body {
	padding-left: 50%;
	background: #9f9f9f url(/theme/dark/img/background.gif) repeat-x left top;	
}
 
body, select {    
	line-height: 1.4em;
    font-family: arial,sans-serif; 
    font-size: 12px;
    color: #000;
}

img { 
	border: none!important; 
}

table, tbody { 
    border-collapse: collapse; 
    border-style: none;
}
table th, table td {
	border-style: none;
    padding: 0px; 
    margin: 0px;
    vertical-align: top; 
}

a {
	color: #407f94;
}

.link {
	color: #407f94;
	text-decoration: underline;
	cursor: pointer;
}

input {
	margin: 0px;
	vertical-align: middle;
}

h1 {
	font-family: Tahoma; 
	font: 18px Verdana,Arial,Helvetica,sans-serif;
	padding-bottom: 10px;
	margin: 0px;
}

ul {
	padding: 0px;
	margin: 10px 0px 10px 20px;	
}

li {
	/*list-style:square outside none;*/
	padding-bottom: 7px;
}

.wrap {
	width:750px;
	margin-left: -375px;
	position:relative;
	z-index:2;
}

.error {
	color:#F56800;
}

.grid {
	margin-top:10px;
}

/*********************************************************************************
    header
*********************************************************************************/
.main-header {
	padding: 20px 0px 25px;
}

.header {	
	text-align: right;
	position: relative;
	/*
	top: 0px;
	left: 0px;*/
	z-index: 3;
	padding-bottom: 17px;
}

.logo img {
	float: left;
}

.navigation {
	float: right;
	background-color: #fff;
	padding: 7px 15px 7px 20px;
	margin-top: 10px;
	position:relative;
}

.navigation span {
	padding: 0px 5px;
	color: #666666;
}

.navigation span.login {
	padding-left: 60px;
	padding-right: 10px;
}

.local {
	position: absolute;	
	z-index: 4;
	right: 8px;
	top: 3px;
	width: 100px;
	display: none;
}

.local .top {
	padding: 1px 7px 1px 0px;
	background: transparent url(/theme/dark/img/local.png) no-repeat left top;
}

.local .bottom {
	height: 5px;
	font-size: 0px;
	background: transparent url(/theme/dark/img/local.png) no-repeat left bottom;
}

.local .flag {
	cursor:pointer;
	margin-top: 5px;
}

.local a {
	text-decoration: none;
}	


/*********************************************************************************
    main
*********************************************************************************/
.main {
	background-color: #fff;
	padding: 15px 8px;
	margin-bottom: 17px;
}

.col-1 {
	padding: 0px 7px;
}

.col-2 {
	width: 214px;
	padding-left:6px;
	padding-right:7px;
}

.main-custom {
	padding-bottom: 15px;
}

.main-table {
	width: 100%;
}

/*********************************************************************************
    footer
*********************************************************************************/
.footer {
	background-color: #fff;
	padding: 7px 0px;
	text-align: center;
}

.footer span {
	padding: 0px 5px;
	color: #666666;
}	

.copyright {
	text-align: center;
	padding: 10px 0px 20px;
	color: #fff;
}

.footer-custom {
	padding-top: 15px;
}

/*********************************************************************************
    user
*********************************************************************************/
.panel-user  {
	background-color: #407F94;
}

table.scroll tr.selected {
	background-color: #407F94;
}

table.scroll tbody tr.over {
	background-color: #407F94;
}

.ui-tabs-nav .ui-tabs-selected a {
	background-color: #407F94;
}

.ui-tabs-nav .ui-tabs-selected a span {
	background-color: #407F94;
}

.ui-tabs-panel  {
	background-color: #407F94;
}


/*********************************************************************************
    upload
*********************************************************************************/
.panel-select-upload {
	background-color: #0099b9;
	padding: 9px 0px 13px;
	text-align: center;
	color: #fff;
}

.panel-select-upload  a {
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
}

.panel-select-upload  input {
	margin-left: 10px;
	* margin-left: 0px;
	padding: 0px;
}

.panel-upload {
	background-color: #c0c0c0;
	padding: 0px;
}

.panel-upload .title {
	padding: 0px 10px;
	font-weight: bold;
}

.panel-upload-rules {
	padding-left: 10px;
}

.panel-upload-rule {
	padding: 10px 10px 0;
}

/*********************************************************************************
    Upload swf
*********************************************************************************/

#progress {
    position: relative;
    top: -140px;
    width: 472px;
    background-color: #ffc52a;
    margin: 0px 8px;
    border: 1px solid #7f7f7f;
    display: none;
}

#progress-mult {
    width: 472px;
    background-color: #ffc52a;
    margin: 0px 8px 10px;
    border: 1px solid #7f7f7f;
}

.progress-title {
    line-height: none;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #4b4942 url(/img/main/progressbar-title-bg.png) repeat-x left bottom;
    /*height: 24px;*/
    padding: 3px 0px 4px;
}

.progress-bar {
    background: transparent url(/img/main/progressbar-empty.png) no-repeat;
    margin-top: 10px; 
    margin-left: 14px;
    height: 24px;
    width: 439px;
}

.progress-bar-full {
    background: transparent url(/img/main/progressbar-full.png) no-repeat;
    height: 24px;
    width: 0px;
}

.progress-bar-short {
    background: transparent url(/img/main/progressbar-empty-short.png) no-repeat;
    height: 24px;
    width: 221px;
    float: left;
}

.progress-bar-full-short {
    background: transparent url(/img/main/progressbar-full-short.png) no-repeat;
    height: 24px;
    width: 0px;
    float: left;
}
.progress-title-short {
    float: left;
    width: 30px;
    margin-right: 5px;
    margin-top: 2px;
}

#progress-short {
    width: 266px;
    margin: 0px auto;
    overflow: hidden;
}

.progress-box {
    padding: 14px 14px;
}

.progress-box  span {
    display: block;
    float: left;
    padding-right: 30px;
}

.progress-box-percent {
    font-size: 16px;
    font-weight: bold;
}

.progress-box-bytes {
}

#progress-mult {
    display: none;
}

#progress-mult #progress-box {
    padding: 7px 5px;
}

#progress-mult .clear-file {
    float: right;
    margin: 0px 0px 0px 5px;
    cursor: pointer;
}
#progress-mult .progress-bar {
    margin: 5px 0px 0px;
}

#progress-mult .progress-box {
    padding: 5px 0px;
    font-weight: bold;
}

#progress-mult .progress-box-bytes {
    float: right;
    padding-right: 23px;
}

/*********************************************************************************
    Upload swf
*********************************************************************************/
.code-404 {
	color:#E1E1E1;
	font-size:200px;
	margin-top:130px;
}

.text-404 {
	padding-left:110px;
	position:relative;
	top:4px;
}


/*********************************************************************************
    Panel login
*********************************************************************************/

.panel-login {
    padding: 20px 0px 2px;
	text-align:left;
}

.panel-upload-rules {
    padding: 0px 10px 20px;
}

.panel-user {
	text-align:left;
    background-color: #F9DF78;
    padding: 4px 7px;
	margin-bottom: 12px;
}

.panel-user   .active {
    color: #333;
    text-decoration: none;
}

.panel-user-menu {
    padding-top: 3px;
    float: right;
    text-align: right;
}

.panel-user-menu div.line{
    padding: 0px;
    margin: 4px 0px 2px 0px;
    background-color: #FFFFFF;
    height:1px;
    width:432px;
}

.panel-user-name {
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.premium-date {
	font-size: 12px;
	padding-top: 5px;
}

/*********************************************************************************
    Login
*********************************************************************************/
.login td, 
.reg td {
	padding: 5px;
	vertical-align: top;
}

.login input.text, 
.reg input.text {
	color:#5D6062;
	width: 200px;
	padding:5px;
	display:block;
}

.login input.button, 
.reg input.button {
	color:#333333;
	padding:5px;
}

.login .right,
.reg .right{
	text-align: right;
}

/*********************************************************************************
    User files
*********************************************************************************/
.premium-date img {
	vertical-align:middle;
}

#file-setting, 
#folder-setting {
	display:none;
}

.mail input.text, .mail textarea {
	display:block;
	padding:5px;
	width:466px;
}

.mail input.text, .mail input.checkbox, .mail textarea {
	color:#5D6062;
	font-family:arial,sans-serif;
	font-size:12px;
}

.mail span {
	display:block;
	padding-right:10px;
	padding-top:7px;
	text-align:right;
	width:150px;
}

.mail td {
	padding:10px 5px 0;
}

.main .link {
	display: inline;
    padding: 0px;
}

#file-setting .subtab {

	overflow:hidden;
}

#file-setting .subtab span {
	margin: 0px 15px 5px 0px;
	display: block;
	float: left;
	font-size: 11px;
}

#file-setting .subtab span.active {
	color: #000;
	text-decoration: none;
}

#file-setting .subtab-area textarea {
	display: none;
}

#file-setting .subtab-area textarea.active {
	display: block;
}

/*********************************************************************************
    Turbo
*********************************************************************************/
table.turbo , tbody.turbo  {
	border-collapse: separate;
	width: 100%;
}
.turbo td, .turbo th {
	vertical-align: middle;
    text-align: center;
}

.turbo td {
    padding: 5px 10px;
}

.turbo th {
    border-bottom: 2px solid #e1e1e1;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #5B5B5B;
}

.turbo th.left {
    font-size: 12px;
    font-weight: normal;
}

.turbo .left {
    text-align: left;
}

.turbo .green {
    font-weight: bold;
    color: #008e0a;
}

.turbo .red {
    color: #ed0000;
}

.turbo .freeCol {
	color: #333333;
}

.turbo .turboCol {
	color: #FF8D01;
	font-weight:bold;
}

h1.tariffSwitcherHeader {
	margin-top:15px;
	color: #FF8D01;
}

.turbo .border-no td {
    padding: 10px 0px;
    border: 1px solid #fff;
}

.turbo a.button {
    color: #fff;
    font-weight: bold;
    display: block;
    width: 108px;
    height: 37px;
    background: transparent url(/img/button/turbo.png) no-repeat;
    text-decoration: none;
    padding: 0px;
}

.turbo a:hover.button {
    background: transparent url(/img/button/turbo.png) no-repeat 0px -38px;
}

.turbo .download th {
	padding:10px;
}

#traff-close, .modalCloseBtn {
    position: relative;
    top: -625px;
    left: 700px;
    display: block;
    z-index: 1000;
    cursor: pointer;
}

img.modalCloseBtn {
    top: -445px;
}

.traff-footer .tariff-screen-splitter,
.traff-footer .tariff-rates-container,
.traff-footer .tariff-rates-bborder  {
	background-color: transparent;
}


/*********************************************************************************
    Button
*********************************************************************************/
.free, 
.buy {
	color:#FFFFFF;
	display:block;
	font:14px Verdana,Geneva,Arial,Helvetica,sans-serif;
	height:41px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	width:146px;
}

.download .free, 
.download .buy {
	height:35px;
	padding-top:12px;
}

.buy {
	background:url("/img/button/download-buy.png") no-repeat scroll 0 0 transparent;
}

.free {
	background:url("/img/button/download-free.png") no-repeat scroll 0 0 transparent;
}

/*********************************************************************************
    Subcription
*********************************************************************************/
.box-subcription {
	font-size:14px;
	padding:4px 0 20px;
	text-align:center;
}

.advert_download {
	background:url("/img/main/try-ru.png") no-repeat scroll 0 0 transparent;
	height:47px;
	margin:10px auto 0;
	width:235px;
}

/*********************************************************************************
    captcha
*********************************************************************************/
.captcha {
    margin: 0px 0px 20px 50px;
    overflow: hidden;
	
}

.captcha div {	    
	float: left;
    height: 45px;
    font-size: 40px;
    width: 175px;
    line-height:50px;	
}

.captcha div img{	    
	height:45px;
	float: none;
	margin: 0 auto;
}
#reloadCaptcha {
    cursor:pointer;
    font-size: 13px;
    text-decoration:underline;
    height:12px;
    line-height:10px;
}

.captcha input {
    float: left;
    height: 45px;
    font-size: 20px; 
}

.captcha #captcha_response {
    border: 0px solid #FE9824;
    background-color:#E1E1E1;
    margin: 0px 5px;
    width: 100px;
    text-transform: uppercase;
}

/*********************************************************************************
    recaptcha
*********************************************************************************/
.recaptcha {    
    overflow: hidden;
}
.recaptcha div {        
	height: 135px;    
    width: 315px;    
}
.recaptcha #submit {
    height: 45px;
    font-size: 20px; 
}


.h3 {
	font:bold 14px Verdana,Arial,Helvetica,sans-serif;
	padding-bottom:10px;
}

/*********************************************************************************
    Download
*********************************************************************************/
file-icon {
	background-position:0 1px;
	padding-left:18px;
}
.file-icon {
	background:url("/img/icon/file-icon.png") no-repeat scroll 0 0 transparent;
	height:18px;
	width:45px;
}
.file-icon1 {
	background:url("/img/icon/file-icon.png") no-repeat scroll left top transparent;
	font-weight:bold;
	padding-left:20px;
}
.image {
	background-position:0 -117px;
}
.music {
	background-position:0 -1px;
}
.video {
	background-position:0 -88px;
}
.document {
	background-position:0 -174px;
}
.programm {
	background-position:0 -30px;
}
.archive {
	background-position:0 -146px;
}
.unknown {
	background-position:0 -59px;
}
span.folder-icon {
	background:url("/img/icon/user/folder.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:18px;
	padding-left:20px;
}

#file_desc {
	padding-bottom:50px;
}

/*********************************************************************************
    Shorturl
*********************************************************************************/
.shorturl-box {
	background: transparent url("/img/icon/link-grey.gif") no-repeat scroll 0 50%;
	margin-top:40px;
	padding-left:25px;
}

.shorturl-title {
	border-bottom:1px dashed #666666;
	color:#666666;
	cursor: pointer;
}

.shorturl-link {
	display:none;
}

.shorturl-link input {
	border:1px solid #CACCBC;
	font:bold 12px arial,sans-serif;
	padding:1px 3px;
	width:400px;
}

/*********************************************************************************
    Rule
*********************************************************************************/
#panel-upload-rule-text  {
	display:none;
	padding: 5px;
}

.panel-upload-rule img {
    margin-left: 15px;
    vertical-align: middle;
}

.panel-upload-rule span {
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
}

#panel-upload-rule-text {
    margin-top: 10px;
    padding: 10px 10px 10px 35px;
	display: none;	
}

#panel-upload-rule-text ul, 
#panel-upload-rule-text ol {
    margin: 5px 0px 16px -17px;
	padding: 0px;
}

#panel-upload-rule-text ul.hyphen li {
    list-style-type: none;
	background: transparent url(/img/main/hyphen.gif) no-repeat 0px 9px;
	margin-left: 0px;
	padding-left: 15px;
}

#panel-upload-rule-text ul li {
    list-style-type: disc;
}

#panel-upload-rule-text li {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 17px;
}

#panel-upload-rule-text img {
    margin-left: -25px;
    margin-right: 7px;
}

#panel-upload-rule-text td {
    padding: 0px 7px 0px 0px; 
}

#panel-upload-rule-text td img {
    margin: 0px;
}

#panel-upload-rule-text b {
    font: bold 12px arial,sans-serif;
}

#panel-upload-rule-text .link,
#panel-upload-rule-text a {
    margin-right: 0px;
	color: #417f94;
	border-bottom: none;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

#panel-upload-rule-text span.link {
	text-decoration: none;
	font-weight: normal;
}

#panel-upload-rule-text p.feedback {
	padding-top: 15px;
}

#panel-upload-rule-text u.title {
	font-weight: bold;
	padding: 0px;
}


/*********************************************************************************
    Grid
*********************************************************************************/
table.scroll tbody tr {
	background-color: transparent;
}


/*********************************************************************************
    Item
*********************************************************************************/
.item {
    margin-bottom: 10px;
}

.item .input-upload {
    display: block;
    float: left;
    margin-right: 7px; 
}

.item .input-upload  textarea {
    width: 340px;
    height: 28px;
    padding: 2px 3px 0px;
    font-size: 18px;
    font-family: arial,sans-serif;
    color: #0b333c;
    display: block;
	overflow-y: hidden;
}

.panel-upload-main .respont {
    padding-bottom: 7px;
}

.panel-upload-main .respont img {
    vertical-align: middle;
}

.panel-upload-main .respont span.tooltip-text {
    display: none;
    position: absolute;
    top: 5px;
    left: 17px;
    z-index: 100;
    padding: 2px 3px;
}

.panel-upload-main   .memory-link {
    padding-bottom: 10px;
}

.panel-upload-main   #memory-link {
    border-bottom: 1px dashed #393939;
    cursor: pointer;
}

.panel-upload-main  .authorization {
    display: none;
}

.panel-upload-main  .authorization div {
    margin-bottom: 7px;
    color: #5e6062;
}

.panel-upload-main .green {
    font-size: 11px;
    color: #808080;
}

.panel-upload-main  input#upload-login,
.panel-upload-main  input#upload-pass {
    width: 190px;
    padding: 5px;
    color: #5e6062;
}

.panel-upload-main input#upload-memory {
    margin-left: 7px;
}

.panel-upload-main .login-title,
.panel-upload-main .reg-title {
    color: #407F94;
}

.panel-upload-main .login-title.hover, 
.panel-upload-main .reg-title.hover {
    background-color: #e1e1e1;
    color: #000;
}

input.button,
.item div.button, 
#btnSubmit, #btnUpload {
    color:#333333;
	padding:5px;
	cursor: pointer;
}

#upload-add-url {
	background-color: #FFC52A;
}

/*********************************************************************************
    Dialog
*********************************************************************************/
/*
.ui-dialog-titlebar {
	background:url("/img/main/upload-title.png") repeat-x scroll 0 0 #FA8000;
	padding: 6px 3px 6px 12px;
}

#currencyDlg {
	background-color: #FFC52A;
}

#currencyDlg .dialogDescriptionBox {	
	padding: 10px;
}

.ui-dialog-buttonpane button {
	cursor:pointer;
	float:right;
	line-height:1.4em;
	margin: 0px 10px;
	overflow:visible;
	padding: 4px 8px;
	width:auto;
}
*/

/*************************************************************
*       FTP panel
*************************************************************/
.panel-ftp-status {
    margin-bottom: 20px;
}

.panel-ftp-status td {
    padding: 2px 5px 2px 0px;
}

.panel-ftp-user td {
    padding: 2px 25px 2px 0px;
}

.ftp-del {
    vertical-align: middle;
    cursor: pointer;
}

.ftp-move {
    border-bottom: 1px dashed #333;
    cursor: pointer;
    margin-left: 20px;
}

.ftp-user-setting td {
    padding: 3px;
}

#ftp-usrs-area {
    margin-bottom: 20px;
}

#create-new-ftp {
    border-bottom: 1px dashed #333;
    cursor: pointer;
}

.dialogDescription {
    color:#808080;
    font-family:'Verdana';
    font-size:10px;
}

.folder-big {
	font-size: 18px;
    font-weight: bold;
}

.folder-big img {
	vertical-align: middle;
}

.panel-upload-main {
	padding:10px;
}

.panel-upload-main .panel-upload-rule {
	padding:0 0 20px;
}

/*************************************************************
*       Tooltip
*************************************************************/
#tooltip {
	position: absolute;
	z-index: 1000;
	padding: 3px;
	background-color: #E1E1E1;
	border: 1px solid #f56800;
	color: #000;
	display: none;
}

.tooltip-text {
	background-color: #E1E1E1;
	border: 1px solid #f56800;
	color: #000;
}

/*************************************************************
*       Other
*************************************************************/
.msg {
	color: red;
}

/*************************************************************
*       Partner
*************************************************************/
.selection {
	background-color: #FFF1B8;
	margin-top: 10px;
}

.partner h3 {
	margin-bottom: 10px;
}

.partner ul {
	margin-bottom: 0px;
}

/*********************************************************************************
    Upload site
*********************************************************************************/
.ui-dialog.panel-upload-main {
	padding: 10px;
}

.upload-site .panel-upload-rule {
    padding: 0px 0px 10px;
}

.upload-site .panel-upload-rule b {
    font-size: 14px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

.upload-site   #login-box,
.upload-site   #pass-box,
.upload-site   #link-box {
	display: none;
	margin-top: 5px;
}

.upload-site   #link-box span {
	display: none;
}

.upload-site  input#upload-login,
.upload-site  input#upload-pass {
    width: 190px;
    padding: 2px;
    color: #5e6062;
	vertical-align: bottom;	
}

.upload-site  #service {
	width: 200px;    
    color: #5e6062;
	padding:2px;
}

.upload-site input#upload-memory {    
	margin-left: 7px;
}

.upload-site  .link-box {
	margin: 15px 0px;
}

.upload-site  #upload-url {
    width: 466px;
    height: 130px;
    font-size: 18px;
    font-family: arial,sans-serif;
    color: #0b333c;
    display: block;
}