/**************************************************************************************************
 * Base
**/

*
{
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
}

*.small
{
    font-size: 11px;
}

*.tiny
{
    font-size: 10px;
}

*.large
{
    font-size: 17px;
}

*.light
{
    color: #999999;
}

*.hidden
{
    display: none;
}

*.strike
{
    text-decoration: line-through; 
}

*.bold
{
    font-weight: bold;
}

*.clear
{
    clear: both;
}

*.left
{
    float: left;
}

*.right
{
    float: right;
}

img.icon,
input.icon /* type="image" */
{
    width: 16px;
    height: 16px;
    border: 0px;
}

img.button
{
    width: 20px;
    height: 20px;
    border: 0px;
}

img.admin_preview
{
    max-width: 500px;
    max-height: 150px;
    border: 1px solid #999999;
}

a
{
    cursor: pointer;
    text-decoration: none;
}

a:hover
{
    color: #0050ff;
    text-decoration: underline;
}

a.active
{
    color: #0050ff;
    text-decoration: underline;
}
a.highlight
{
    color: #0050ff;
}

h1
{
    font-family: Tahoma;
    font-size: 17px;
    font-weight: normal;
    color: #0050ff;
    padding: 0px;
    margin: 0px;
}

h2
{
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}

/**************************************************************************************************
 * Splitter
**/

div.splitter
{
    clear: both;
    text-align: center;
    font-size: 1px;
}

div.splitter.padded
{
    padding: 10px;
}

div.splitter img
{
    background-color: #cccccc;
    width: 100%;
    height: 1px;
    border: 0px;
}

div.splitter.half_width img
{
    width: 50%;
}

/**************************************************************************************************
 * Input
**/

form
{
    padding: 0px;
    margin: 0px;
}

input.checkbox
{
    width: 14px;
    height: 14px;
    padding: 0px;
    margin: 6px 0px 0px 0px;
}

input.text,
input.file,
textarea.textarea,
select.select
{
    border: 1px solid #5b82b2;
    background-color: #f3f3f3;
    width: 100%;
    padding: 1px;
}

input.text_active
{
    border: 1px solid #cc0000;
    background-color: #f3d0d0;
    width: 100%;
    padding: 1px;
}

input.half_width,
textarea.half_width,
select.half_width
{
    width: 50%;
}

input.third_width,
textarea.third_width,
select.third_width
{
    width: 33%;
}

input.quarter_width,
textarea.quarter_width,
select.quarter_width
{
    width: 25%;
}

input.firth_width,
textarea.firth_width,
select.firth_width
{
    width: 20%;
}

input.order_index
{
    width: 60px;
}

select.stat_rec_type
{
    width: 55px;
}
input.sell_count
{
    width: 40px;
}
input.price_value
{
    width: 50px;
}
input.traffic_value
{
    width: 75px;
}
select.price_currency
{
    width: 140px;
}

/**************************************************************************************************
 * Statistic Report
**/

table.report td.filter_cell
{
    width: 200px;
}

table.report td.filter_cell select
{
    width: 210px;
}

/**************************************************************************************************
 * Align
**/

*.center
{
    text-align: center;
}

/**************************************************************************************************
 * Any Styles
**/

div.login_logo
{
    padding: 26px 0px 10px 0px;
}

div.login_title
{
    padding: 6px;
}

div.login_title, div.login_title *
{
    color: #7f7f7f;
    font-weight: bold;
    text-transform: uppercase;
}

div.error_box
{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #cc0000;
    padding: 2px;
}

div.message_box
{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #009900;
    padding: 2px;
}

/**************************************************************************************************
 * Menu
**/

div.menu table
{
    width: 100%;
}

div.menu table td
{
    padding: 0px;
}

div.menu table td.logo
{
    width: 130px;
    padding: 8px;
    text-align: center;
}

div.menu div.menuitem
{
    padding: 0px 3px;
    text-align: center;
    height: 64px;
}

div.menu div.menusplitter
{
    text-align: center;
    width: 12px;
    height: 64px;
}

div.menu a
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

div.menu a:hover
{
    text-decoration: underline;
}

/**************************************************************************************************
 * Table of SearchForm
**/

table.search
{
    background-color: #f0f0f0;
    border: 1px solid #aaaaaa;
    height: 42px;
}

/**************************************************************************************************
 * Table of CurrencyForm
**/

table.currency
{
    background-color: #f0f0f0;
    border: 1px solid #aaaaaa;
    height: 42px;
}

/**************************************************************************************************
 * Table of data
**/

table.data
{
    width: 100%;
    background-color: #cccccc;
}


table.data thead tr
{
    background-image: url('../img/inner/th.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #003192;
}

table.data thead tr th
{
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px;
}
table.data thead tr th.ordered
{
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px;
    background-image: url('../img/inner/th_ordered.gif');
    background-position: left top;
    background-repeat: no-repeat;
}

table.data thead tr th div
{
    font-size: 10px;
    color: #ffffff;
}

table.data thead tr th div a
{
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}
table.data thead tr th div a:hover
{
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
}



table.data tbody tr
{
    background-color: #ffffff;
}

table.data tbody tr.warning
{
    background-color: #ffe0e0;
}

table.data tbody tr.disabled
{
    background-color: #e0e0e0;
}

table.data tbody tr td.disabled
{
    background-color: #e9e9e9;
}

table.data tbody tr.disabled td.disabled
{
    background-color: #cccccc;
}

table.data tbody tr.disabled td
{
    color: #808080;
}

table.data tbody tr td.id
{
    font-size: 11px;
    color: #999999;
}

table.data div.block_id
{
    font-size: 11px;
    color: #999999;
    float: left;
    width: 36px;
    text-align: left;
    padding: 2px 0px;
    float: left;
}

table.data div.block_actions
{
    float: left;
}

table.data div.block_checker
{
    float: right;
}

table.data tr td
{
    padding: 5px;
}



table.data.statistic thead tr th.exchange_hint
{
    cursor: pointer;
}

table.data.statistic tbody tr td,
table.data.statistic tbody tr td *
{
    font-size: 11px;
}

div.statistic_in_manual__additional_block
{
    padding-top: 5px;
}

table.data.statistic tbody tr.bottom_lined td
{
    border-bottom: 2px solid #cccccc;
}

table.data.statistic div.wapsize,
table.data.statistic div.wapsize_hint
{
    color: #009900;
}

/**************************************************************************************************
 * Table of fields
**/

table.fields
{
}

table.fields thead tr
{
    background-image: url('../img/inner/th.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #003192;
}

table.fields thead tr th
{
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 7px;
}

table.fields tbody tr.disabled
{
    background-color: #e0e0e0;
}
table.fields tbody tr.disabled td
{
    color: #808080;
}

table.fields tbody td.name
{
    padding: 4px;
}

table.fields td.title
{
    width: 200px;
    padding: 4px 0px;
}

table.fields td.object
{
    width: 500px;
}

table.fields td.error
{
    width: 150px;
}

table.fields td.error div.error
{
    font-size: 10px;
    font-weight: normal;
    color: #cc0000;
    background-color: #fff0f0;
    border: 1px solid #cc0000;
    padding: 3px;
    text-align: center;
}

table.fields table.subfields td
{
    padding: 0px 2px 4px;
}

/**************************************************************************************************
 * Form <ONE>
**/

table.form1
{
    border: 0px;
}

table.form1 td
{
    padding: 0px;
}

td.form1cell1
{
    font-size: 1px;
    width: 16px;
    height: 16px;
    background-image: url( '../img/inner/f1.gif' );
}

td.form1cell2
{
    font-size: 1px;
    height: 16px;
    background-image: url( '../img/inner/f2.gif' );
    vertical-align: bottom;
}

td.form1cell3
{
    font-size: 1px;
    width: 16px;
    height: 16px;
    background-image: url( '../img/inner/f3.gif' );
}


td.form1cell4
{
    font-size: 1px;
    width: 16px;
    background-image: url( '../img/inner/f4.gif' );
}

td.form1cell5
{
    background-color: #ffffff;
    vertical-align: top;
}

td.form1cell6
{
    font-size: 1px;
    width: 16px;
    background-image: url( '../img/inner/f6.gif' );
}


td.form1cell7
{
    font-size: 1px;
    width: 16px;
    height: 16px;
    background-image: url( '../img/inner/f7.gif' );
}

td.form1cell8
{
    font-size: 1px;
    height: 16px;
    background-image: url( '../img/inner/f8.gif' );
}

td.form1cell9
{
    font-size: 1px;
    width: 16px;
    height: 16px;
    background-image: url( '../img/inner/f9.gif' );
}

/**************************************************************************************************
 * Topic Head
**/

table.topic_head
{
    width: 100%;
    height: 60px;
    border: 0px;
}

table.topic_head td
{
    padding: 0px; 
}

table.topic_head td.header
{
    width: 440px;
}

table.topic_head td.buttons
{
    padding: 0px 8px;
}

table.topic_head td.searchform
{
    width: 250px;
}

table.topid_head td.currencyform
{
    width: 280px;
}

/**************************************************************************************************
 * Header [of topic]
**/

table.header
{
    width: 100%;
    border: 0px;
    border-right: 1px solid #cccccc;
}

table.header td
{
    padding: 0px;
}

table.header td.icon
{
    width: 60px;
    text-align: left;
}

img.topicicon
{
    width: 50px;
    height: 50px;
    border: 0px;
}

/**************************************************************************************************
 * DIV.Standard Warning Box
**/

div.standard_warning_box
{
    font-size: 11px;
    padding: 6px 6px 6px 44px;
    border: 1px solid #b2b95f;
    background-color: #faffbf;
    background-image: url('../img/inner/warning.gif');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    min-height: 30px;
}

/**************************************************************************************************
 * DIV.Standard Error Box
**/

div.standard_error_box
{
    font-size: 11px;
    padding: 6px 6px 6px 44px;
    border: 1px solid #b95f5f;
    background-color: #ffbfbf;
    background-image: url('../img/inner/error.gif');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    min-height: 30px;
}

/**************************************************************************************************
 * Table.ExcelData
**/

table.exceldata
{
    background-color: #e0e0e0;
    cursor: pointer;
}

table.exceldata thead tr
{
    background-image: url('../img/inner/th.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #003192;
}

table.exceldata thead td
{
    color: #ffffff;
}

table.exceldata tbody tr
{
    background-color: #ffffff;
}

table.exceldata tbody tr.selected
{
    background-color: #d0ffd0;
}

table.exceldata td
{
    font-size: 10px;
    padding: 2px;
    width: 100px;
}

table.exceldata td.checker
{
    width: 30px;
    text-align: center;
}

table.exceldata select.select
{
    font-size: 11px;
    width: 100px;
}

table.exceldata select.select option
{
    font-size: 11px;
}

/**************************************************************************************************
 * Exchange hints
**/

div.exchange_hint
{
    width: 110px;
    position: absolute;
    display: none;
    background-color: #ffffff;
    border: 1px solid #999999;
    padding: 8px;
}

div.exchange_hint div
{
    font-size: 10px;
}

/**************************************************************************************************
 * Content-Media styles
**/

table.content_media td
{
    padding: 2px;
}

table.content_media div.attr
{
    clear: both;
    padding: 4px 0px;
}

table.content_media div.attr div.title
{
    float: left;
    width: 120px;
}

table.content_media div.attr div.value
{
    float: left;
    color: #808080;
}
table.content_media div.attr div.value.newline
{
    clear: both;
}

table.content_media div.descr
{
    clear: both;
}
table.content_media div.descr, table.content_media div.descr *
{
    color: #999999;
    font-size: 10px;
}

table.content_media img.preview
{
    max-width: 100px;
    max-height: 104px;
    border: 2px solid #666666;
}

table.content_media div.size
{
    color: #999999;
    font-size: 10px;
}

table.content_media select.select
{
    width: 130px;
}

table.content_media div.delete_box,
table.content_media div.delete_box *
{
    font-size: 10px;
}

table.content_media div.delete_box
{
    width: 280px;
    padding: 0px 5px 5px;
    border: 1px solid #ffffff;
}

table.content_media div.delete_box.active
{
    width: 280px;
    border: 1px solid #b95f5f;
    background-color: #ffbfbf;
    padding: 0px 5px 5px;
}

table.content_media div.index
{
    background-color: #cccccc;
    font-size: 9px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 64px;
}

/**************************************************************************************************
 * Languages ButtonBar
**/

div.bar3d
{
    background-image: url( '../img/inner/bar3d_back.gif' );
    background-repeat: repeat-x;
    height: 23px;
}

div.bar3d div.leftside
{
    background-image: url( '../img/inner/bar3d_left.gif' );
    background-position: left;
    background-repeat: no-repeat;
    height: 23px;
}

div.bar3d div.rightside
{
    background-image: url( '../img/inner/bar3d_right.gif' );
    background-position: right;
    background-repeat: no-repeat;
    height: 23px;
}

div.bar3d div.content
{
    padding: 4px 10px;
}

div.bar3d div.content,
div.bar3d div.content *
{
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0050ff;
}

/**************************************************************************************************
 * FilterBar
**/

div.filterbar
{
    clear: both;
    padding: 5px 15px;
}

div.filterbar *
{
    font-size: 10px;
}

div.filterbar div.title
{
    float: left;
    width: 120px;
    font-weight: bold;
    text-align: left;
}

div.filterbar div.values
{
    float: left;
    text-align: left;
}

/**************************************************************************************************
 * Styles of Content AllowLangs
**/

table.content_allowlangs tr td.checked
{
    background-color: #009900;
}

table.content_allowlangs tr.disabled td.checked
{
    background-color: #d0ffd0;
}















/**************************************************************************************************
 * Currency
**/

select.price_currency
{
    padding-left: 12px;
}

select.price_currency option,
table.statistic td.currency_title
{
    padding-left: 15px;
}

select.price_currency.empty,
select.price_currency option.empty
{
    color: #aaaaaa;
}

select.price_currency.RUR,
select.price_currency option.RUR,
table.statistic td.RUR
{
    background-image: url( '../img/inner/currency/rur.gif' );
    background-repeat: no-repeat;
    background-position: left;
}

select.price_currency.UAH,
select.price_currency option.UAH,
table.statistic td.UAH
{
    background-image: url( '../img/inner/currency/uah.gif' );
    background-repeat: no-repeat;
    background-position: left;
}

select.price_currency.USD,
select.price_currency option.USD,
table.statistic td.USD
{
    background-image: url( '../img/inner/currency/usd.gif' );
    background-repeat: no-repeat;
    background-position: left;
}

select.price_currency.EUR,
select.price_currency option.EUR,
table.statistic td.EUR
{
    background-image: url( '../img/inner/currency/eur.gif' );
    background-repeat: no-repeat;
    background-position: left;
}














/**************************************************************************************************
 * Base languages styles
**/

fieldset.langset
{
     background-color: #d8d8d8;
}

/**************************************************************************************************
 * Languages bars
**/

div.langbar sup
{
    font-size: 9px;
    font-weight: bold;
    text-transform: lowercase;
    color: #0050ff;
}

div.lang_ru
{
    background: url( '../img/inner/flags/ru.gif' ) no-repeat right;
}

div.lang_en
{
    background: url( '../img/inner/flags/en.gif' ) no-repeat right;
}










/**************************************************************************************************
 * Style of GetContent View : Partners Logos
**/

div.developer_logo
{
    background-position: top right;
    background-repeat: no-repeat;
}

div.developer_logo.devname_VCS             { background-image:url('../img/inner/developers/vcs.gif'); }
div.developer_logo.devname_GAMEARTSTUDIO   { background-image:url('../img/inner/developers/gameartstudio.gif'); }
div.developer_logo.devname_HEROCRAFT       { background-image:url('../img/inner/developers/herocraft.gif'); }

/**************************************************************************************************
 * Style of GetContent View
**/

div.getcontent
{
    text-align: center;
}

div.getcontent div.index
{
    background-color: #999999;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

div.getcontent div.title
{
    font-size: 18px;
    color: #0050ff;
    padding-bottom: 4px;
    padding-right: 100px;
}

div.getcontent div.developer
{
    font-size: 10px;
    font-weight: bold;
}
div.getcontent div.developer span.value
{
    font-size: 10px;
    color: #ed1c24;
    font-weight: bold;
}

div.getcontent div.pubdate
{
    font-size: 10px;
    font-weight: bold;
}
div.getcontent div.pubdate span.value
{
    font-size: 10px;
    color: #ed1c24;
    font-weight: bold;
}

div.getcontent div.description
{
    font-size: 11px;
    color: #666666;
    padding: 8px 0px;
}

div.getcontent div.group_links
{
    padding: 8px;
}
div.getcontent div.group_links *
{
    font-size: 11px;
}
div.getcontent div.group_links div.grouptitle
{
    font-weight: bold;
    text-transform: uppercase;
}
div.getcontent div.group_links div.groupitem
{
    background-image: url('../img/inner/getcontent_group_listitem.gif');
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 0px 6px 14px;
}

div.getcontent span.langlist
{
    text-transform: lowercase;
    color: inherit;
}

div.getcontent div.group_screens
{
    padding: 8px;
}

div.getcontent div.screen
{
    padding: 8px;
    background-color: #cccccc;
    background-image: url('../img/inner/screen_back.gif');
}
div.getcontent div.screen img
{
    border: 1px solid #f0f0f0;
}

div.getcontent div.miniscreen
{
    float: left;
    padding: 4px;
    background-color: #cccccc;
    background-image: url('../img/inner/screen_back.gif');
    margin: 0px 4px 4px 0px;
    cursor: pointer;
}

/**************************************************************************************************
 * Content Logs
**/

div.content_logs_infobar
{
    margin: 0px 0px 4px;
    padding: 3px;
    border: 1px solid #cccccc;
    background-color: #f0f0f0;
}

div.content_logs_infobar,
div.content_logs_infobar *
{
    font-size: 11px;
}

/**************************************************************************************************
 * DocDescr
**/

tr.docdescr td
{
    border-bottom: 3px solid #666666;
}

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

ul.doc_content li
{
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}

ul.doc_content li.error
{
    color: #cc0000;
}

/**************************************************************************************************
 * Mix
**/

.outofdate, .outofdate *
{
    font-weight: bold;
    color: #ffffff !important;
    background-color: #cc0000 !important;
}

