body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

table {
    width: 100%;
    /*height:100%;*/
    border-collapse: collapse;
    empty-cells: show;
    font-size: 12px;
}

img {
    border: none;
}

table.form {
    border: none;
    border-collapse: inherit;
    width: auto;
    font-size: 12px;
}

/*tr {
    height:auto;
}*/

tr.header {
    font-weight: bold;
    text-transform: uppercase;
    height:50px;
    text-align: center;
}

tr.footer {
    font-weight: bold;
    text-transform: lowercase;
    height:10px;
    background-color: #ADD8E6;
    font-size:10px;
    color: #1A1A1A;
    text-align: right;
}

td {
    vertical-align: top;
}

td.border {
    border: 1px solid gray;	
}

td.leftmenu {
    width:15%;
    height:100%;
    background-color: #CBCBD9;
}

div.search {
    padding-top: 10px;
    padding-left:2px;
    position: relative;
    padding-bottom: 5px;
}

div.search input {
    display: inline;
    float: left !important;
    border: none;
    margin: 0px 1px 0px 1px;
    padding: 0px 0px 0px 0px;
}

div.search span.small {
    font-size:10px;
    font-weight: bold;
}

td.main {
    font-size:12px;
    color: black;
    background-color: transparent;
    padding: 0px 3px 3px 0px;
}

label {
    display: inline;
    line-height: normal;
    font-weight: bold;
}

label:first-letter {
    text-transform: uppercase;
}

label:after {
    content: ":";
}

label.checkbox:after {
    content: "";
}

form, input {
    padding: 0px 3px 3px 0px;
    margin: 0px 3px 3px 0px;
}

input[type=text], input[type=password] {
    border-collapse: collapse;
    border: 1px dotted #7F7F7F;
    /*background-color: #E5E5E5;*/
    margin-bottom: 10px;
}

input[type=submit] {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid gray;
    padding: 1px 1px 1px 1px;
}

span.short {
    font-size: 10px;
    display: block;
    text-align: center;
    padding-top: 5px;
}

span.small {
    font-size: 8px;
    font-weight: bold;
    vertical-align: middle;
}

div.login {
    padding: 0px 0px 0px 5px;
    border-bottom: 1px solid silver;
    height: auto;
}

div.login label, div.login input {
    display: block;
    font-size: 12px;
}

input.hidden {
    display: none;
}

div.error {
    display: block;
    color: #ED5858;
    background-color: #E5E5E5;
    text-align: left;
    margin: 3px 5px 2px 5px;
}

div.error span {
    display: block;
    padding: 5px 5px 0px 5px;
    margin-bottom: 0px;
    font-size: 11px;
    text-transform: uppercase;
}

div.error ul {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 5px 20px;
    font-size: 10px;
}

div.other {
    margin: 5px 1px 0px 1px;
}

div.main {
    margin: 1px 5px 1px 5px;
    display: block;
    color: #000000;
    /*background-color: #E5E5E5;*/
    text-align: left;
}

ul.articles, ul.articles ul {
    list-style-type: none;
    padding: 0px 0px 2px 5px;
    margin: 0px 0px 0px 0px;
    /*border-left: 1px dashed #778899;*/
}

ul.articles li {
    margin-left: 5px;
}

ul.articles span.do {
    font-size: 8px;
    font-weight: bold;
    vertical-align: middle;
}

ul.usermenu {
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 2px 5px;
}

ul.usermenu li {
    list-style-position: inside;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 1px 1px;
}

ul.usermenu a {
    font-size: 11px;
    font-weight: inherit;
}

li span.topmenu{
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.hide {
    display: none;
}

.row-current {
    background-color: #b6e8fa;
}

.row-you {
    font-weight: bold !important;
    font-style: italic;
}

.current a {
    font-weight: bold !important;
}

.current a:before {
    content: "> ";
    }

a.current {
    font-weight: bold !important;
}

a.current:before {
    content: "> ";
    }

.banned {
    background-color: #FAAFA6;
    color: gray;
}
        
table.rights {
    width: 99%;
}
        
table.rights * {
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
}

table.rights tr.add {
    background-color: silver;
}
    
table.news {
    border: none;
    border-collapse: inherit;
    width: 99%;
    font-size: 12px;
}

table.news th {
    text-align: center;
    background-color: silver;
    height: 30px;
}
    
table.news td.left {
    width: 15%;
    text-align:right;
    padding-right:5px;
    vertical-align: middle;
}

table.news td.right {
    width: auto;
    text-align:left;
    padding-left:5px;
    vertical-align: middle;
}
    
table.news textarea{
    width: 99%;
    height: 60px;
    border-style: inset;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #7F7F7F;
}
    
table.news textarea.fullbody {
    height: 500px;
}
    
table.news input[type=text], table.news select {
    border-style: inset;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #7F7F7F;
    width: 99%;
    margin: 2px 0px 3px 0px;
}

textarea.cat_meta {
    min-width:220px; 
    height: 100px; 
    text-align:left;
    margin: 2px 2px 3px 5px;
}

table.articles {
    border: none;
    border-collapse: inherit;
    width: 100%;
}

table.articles * { font-size: 11px}

table.articles input#create {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid gray;
    padding: 1px 1px 1px 1px;
}

table.articles tr.odd {
    /*border-bottom: 1px solid silver;*/
    background-color: #DEDEDE;
}

table.articles td {
    vertical-align: top;
}

table.articles .tree {
    width: 35% !important;
    text-align: left;
}

table.articles th {
    width: auto;
    text-align: center;
    background-color: silver;
    height: 30px;
}
 
table.articles td.left {
    width: 15%;
    text-align:right;
    padding-right:5px;
    vertical-align: middle;
    font-weight: bold;
}

table.articles td.right {
    width: auto;
    text-align:left;
    padding-left:5px;
    padding-right: 5px;
    vertical-align: middle;
}
    
table.articles textarea{
    width: 100%;
    height: 60px;
    border-style: inset;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #7F7F7F;
    text-align: left;
    margin: 5px 0px 5px 0px;
}
    
table.articles textarea.fullbody {
    height: 500px;
}
    
table.articles input[type=text], input[type=file]{
    border-style: inset;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #7F7F7F;
    width: 100%;
    margin: 5px 0px 5px 0px;
    text-align: left;
}

table.articles input#title, input#name_lat {
    border-style: inset;
    border-collapse: collapse;
    border-width: 1px;
    border-color: #7F7F7F;
    width: 100%;
    margin: 5px 0px 5px 0px;
    text-align: left;
}

div.childList {
    margin: 10px 5px 5px 4px;
    padding: 5px 0px 5px 4px;
    width: 95%;
    border: thin solid silver;
    background-color: #F5F5F5;
    text-align: left;
}

div.childList h5 {
    text-align: center;
    margin: 2px 0px 5px 0px;
    padding: 2px 0px 5px 0px;
}

div.childList li {
    list-style: none;
}

div.childList img {
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.childList p.delete {
    border-top: 1px dashed silver; 
    text-align: right; 
    padding-top: 10px;
    font-size: 10px;
}

div.calendar {
   padding:10px 5px 10px 10px;
}

table.calendar {
    border: 1px solid white /*none*/;
    border-collapse: inherit;
    width: auto;
    font-size: 10px;
    text-align: center;
}

table.calendar td {
    border: 1px inset white;
    border-collapse: collapse;
    background-color: transparent/*#D6F1F1*/;
    /*padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;*/
    font-weight: inherit;
    text-align: center;
    vertical-align: middle;
    color: #1F3237;
    width: 18px;
    height: 20px;
}

table.calendar td.head {
    border: none;
    font-weight: bold;
}

table.calendar td.holiday {
    background-color: #F3D7CF;;
    font-weight: bold;
}

table.calendar td.curr {
    background-color: #ADDFEF;
    font-weight: bold;
}

