* {
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #888888;
}

body, html {

}

.defaultTransition {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

article, nav, section {
    display: block;
    position: relative;
}

.clearAfter:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

nav.mainMenu {
    overflow: hidden;
    outline: none;
    cursor: -webkit-grab;
    width: 240px;
    height: 100%;
    background-color: #990000;
    padding-bottom: 8px;
    position: fixed;
    top: 42px;
    right: -240px;
    z-index: 3;
}

header {
    z-index: 2;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    display: table;
    background: url("/templates/modules/mnews/images/header_bg.png") repeat-x;
    background-size: 10px;
}

header .back {
    width: 41px;
    float: left;
    height: inherit;
    border-right: 1px solid #7e0000;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

header .back_d {
    background-image: url("/templates/modules/mnews/images/back_disable.png");
}

header .back_e {
    background-image: url("/templates/modules/mnews/images/back.png");
}

header .sep {
    width: 2px;
    height: 25px;
}

header .logo {
    display: block;
    vertical-align: middle;
    padding-top: 9px;
    border-left: 1px solid #810000;
    border-right: 1px solid #7e0000;
}

header .logo a {
    background: url("/templates/modules/mnews/images/logo.png") no-repeat scroll;
    background-size: 111px;
    display: block;
    height: 25px;
    margin: 0 auto 0 55px;
    text-indent: -62em;
    width: 111px;
    color: transparent;
    background-color: transparent;
}

header .menu {
    float: right;
    background-size: 22px;
    width: 40px;
    height: 42px;
    background-image: url("/templates/modules/mnews/images/bg-menu.png");
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #810000;
    cursor: pointer;
}

header .fullVersion {
    float: right;
    background-size: 24px;
    background-image: url("/templates/modules/mnews/images/dt_version.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 42px;
    width: 40px;
    cursor: pointer;
}

header .app {
    float: right;
    height: 42px;
    width: 34px;
    cursor: pointer;
    display: none;
}

header .app img {
    width: 24px;
    margin-top: 10px;
    margin-left: 10px;
}

header .click {
    background-color: #990000;
}

.mainMenu ul {
    list-style: none;
}

.mainMenu .item {
    text-transform: uppercase;
    padding-left: 10px;
    background-image: url("/templates/modules/mnews/images/menu_item_bg.png");
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: 96% center;
}

.mainMenu .item > a {
    color: white;
    font-weight: bold;
    text-shadow: #666666 1px 1px 0;
    display: block;
}

.mainMenu .item > a:visited {
    color: white;
}

.mainMenu .search div {
    padding-left: 5px;
    padding-right: 20px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #000000;
    height: 22px;
    margin-top: 8px;
    line-height: 22px;
    background-image: url("/templates/modules/mnews/images/search_bg.png");
    background-size: 12px;
    background-position: 98% center;
    background-repeat: no-repeat;
}

.mainMenu .search div > input {
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: white;
    background-color: #000000;
    border: none;
    padding: 0;
    margin: 0;

}

.mainMenu .block, .mainMenu > ul > .block {
    border-bottom: 1px solid #620000;
    border-top: 1px solid #e50000;
    height: 29px;
    line-height: 29px;
}

.mainMenu .search {
    padding: 0;
    border-top: none;
}

.mainMenu .buttons {
    text-align: center;
}

.mainMenu .buttons a {
    color: white;
    font-weight: bold;
}

.mainMenu .buttons a:visited {
    color: white;
}

/* show menu*/

.menu-show nav.mainMenu {
    right: 0;
}

/* content */

.workspace {
    margin: 10px;
    margin-top: 50px;
    left: 0;
}

.workspace .block {
    margin-bottom: 5px;
}

.workspace .block > .title {
    border-bottom: 1px solid #f8a51c;
    color: #990000;
    padding: 5px 5px 5px 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.workspace .block .title2 {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    background-color: #f1f1f1;
    line-height: 30px;
    color: #000000;
    padding-left: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.workspace .block > .title a {
    color: #990000;
    text-decoration: none;
}

.workspace .block > .title a:visited {
    color: #990000;
}

.workspace img {
    max-width: 100px;
}

input {
    outline: none;
}

/* paginator */
.load_info {
    background-image: url("/templates/modules/news/images/loading.gif");
    background-position: center center;
    background-size: 100px;
    background-repeat: no-repeat;
}

.scrollerTopButton {
    position: fixed;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
    background-image: url("/templates/modules/mnews/images/ap_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 43px;
    width: 43px;
    height: 22px;
    display: none;
}

/* paginator */
.paginator {
    text-align: center;
}

.paginator span {
    margin-right: 10px;
}

.paginator span.prev {
    margin-right: 10px;
}

.paginator span.next {
    margin-left: 10px;
}

.paginator span.active {
    font-weight: bold;
}

/*
counters
*/
section.counters {
    margin-left: 10px;
    margin-bottom: 10px;
}