@import url('/css/commons.css');

body {
    border: none;
    background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
    margin: 0px;
    padding: 0px;
    line-height: 150%;
}

.editor_body {
	background-color: white;
	background-image: none;
}

table td {
    vertical-align: top;
}

td, pre {
    color: inherit;
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

select, input, textarea, option {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

li {
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

dt {
    padding: 3px 0px;
}

dd {
    padding-bottom: 5px;
    margin-left: 20px;
}

dd input.text,
dd textarea {
    width: 95%;
}

a:link, 
a:visited, 
a:active {
	color: #f75ebc;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 120%;
}

h1 {
	font-size: 16px;
	margin: 10px 0px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

p {
	margin: 0px;
}

img {
    border: 0px;
}

img.picture {
    padding: 5px;
    border: 0px solid #9092b9;
    background-color: #3b3f69;
}

hr {
	border: 0px;
	height: 1px;
	margin: 5px 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

.pink {
    color: #f75ebc;
}

#holder {
    width: 940px;
    margin: 0px auto;
}

#main-holder {
    border: 1px solid #474747;
    margin-top: 5px;
    border-bottom: 0px;
    width: 938px;
    height: 688px;
}

#lang-menu-holder {
    float: right;
}

#lang-menu-holder a {
    text-transform: uppercase;
}

#main-banner {
    background-image: url(/gfx/banner.jpg);
    background-repeat: no-repeat;
    height: 245px;
}

#top-pane-holder {
    height: 51px;
    background-image: url(/gfx/top-pane-bg.jpg);
    background-repeat: repeat-x;
    padding: 0px 10px;
    color: #2e3337;
    overflow: hidden;
}

#top-pane-holder .top-menu a.top-menu-link {
    vertical-align: middle;
    color: white;
}

#top-pane-holder .top-menu a:hover {
    color: #f85ebe;
    text-decoration: none;
}

#top-pane-holder .top-menu,
#top-pane-holder .top-submenu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#top-pane-holder .top-menu .top-menu-item {
    position: relative;
    float: left;
    padding: 4px 0px 6px;
    margin: 0px;
}

#top-pane-holder .top-menu .top-menu-link {
    border-left: 1px solid white;
    padding: 0px 10px;
}

#top-pane-holder .top-menu .first-item .top-menu-link {
    border: 0px;
}

#top-pane-holder .top-menu .top-submenu {
    position: absolute;
    display: none;
    left: 5px;
    top: 23px;
    color: black;
    width: 750px;
    height: 30px;
    overflow: hidden;
    margin: 0px;
    background-image: url(/gfx/arrow_up.png);
    background-position: 5px 6px;
    background-repeat: no-repeat;
}
/*
#top-pane-holder .top-menu-item:hover .top-submenu {
    display: block;
}
*/

#top-pane-holder .top-menu .top-submenu .top-submenu-item {
    float: left;
    display: block;
    padding-top: 7px;
    display: inline;
    margin: 0px;
}


#top-pane-holder .top-menu .top-submenu a.top-submenu-link {
    color: black;
    padding: 0px 5px;
}

#top-pane-holder .top-menu .top-submenu a.top-submenu-link:hover {
    color: #f85ebe;
    text-decoration: none;
}

#top-pane-searcher input {
    border: 0px;
    font-size: 11px;
}

#top-pane-searcher-submit {
    background: none;
    color: white;
    padding: 0px;
    margin: 0px;
}

#banner-holder {
    width: 256px;
    height: 637px;
    float: left;
    background-image: url(/gfx/bnr.jpg);
    background-repeat: no-repeat;
}

#banner-holder-intro {
    width: 515px;
    height: 637px;
    float: left;
    background-image: url(/gfx/bnr-intro.jpg);
    background-repeat: no-repeat;
}

#content-wrapper {
    width: 515px;
    height: 637px;
    float: left;
}

#content-wrapper-intro {
    width: 256px;
    height: 637px;
    float: left;
}

#navigator-pane-holder {
    margin: 2px 0px 5px;
}

#navigator-pane-holder .navigator-link {
    color: white;
}

#navigator-pane-holder .navigator-link:hover {
    color: #f75ebc;
}

#left-pane-holder {
    width: 167px;
    height: 688px;
    margin: 0px;
    float: left;
    overflow: hidden;
}

#left-pane {
    border-right: 2px solid white;
    background-image: url(/gfx/left-pane-bg.jpg);
    background-repeat: repeat-x;
    height: 688px;
}

.categories-menu {
    padding: 5px 0px;
    list-style: none;
}

.categories-submenu {
    padding: 5px;
    list-style: none;
}

#categories-menu-holder {
    
}
    
#categories-menu-holder a {
    display: block;
    padding: 2px;
    font-size: 11px;
}

#categories-menu-holder a:hover {
    color: white;
    background-color: #343758;
    text-decoration: none;
}

#main-pane-holder {
    width: 520px;
    float: left;
    margin: 0px 10px 30px 0px;
}

#main-pane {
    padding: 10px;
}

#page-title {
    padding-top: 0px;
    margin-top: 0px;
    color: white;
    color: #f75ebc;
    font-size: 13px; 
}

#content {
    height: 598px;
    overflow: auto;
}

.min-height {
    width: 1px;
    height: 300px;
    float: left;
}

#right-pane-holder {
    width: 771px;
    height: 688px;
    float: left;
}

#bottom-pane-holder {
    padding-top: 10px;
    padding-bottom: 20px;
}

#bottom-pane {
    padding: 2px 10px;
    background-color: white;
    color: black;
}

#bottom-pane .link {
    color: black;
}

#langueges-menu .link {
    text-transform: uppercase;
}

#langueges-menu .link:hover {
    text-decoration: none;
    font-weight: bold;
}

#footer-holder {
    margin-top: 5px;
}

#footer-holder a {
}

#footer {
    position: relative;
    padding: 10px 0px 30px;
    color: gray;
}

#footer a {
    color: gray;
}

#authors {
    float: right;
}

#copyrights {
    float: left;
}

.news-image-holder {
    width: 106px;
    height: 82px;
    float: left;
    margin-right: 5px;
}

.news-link {
    display: block;
    background-image: url(/gfx/box/news.jpg);
    background-repeat: no-repeat;
    width: 106px;
    height: 82px;
}

.news-link:hover {
    background-image: url(/gfx/box/news-hover.jpg);
}

.news-image {
    width: 90px;
    height: 66px;
    padding: 8px;
}

a.current {
    color: white;
}

.component-catalog {
    display: none;
    position: fixed;
    top: 75px;
    width: 600px;
    height: 500px;
    background-color: black;
    padding: 10px;
    border-color: #474747;
    border-width: 1px;
    border-style: solid;
}

div.fb_side {
    position:fixed;
    background:url(/gfx/fb.png) no-repeat;
    float:right;
    right:-201px;
    top: 59px;
    width:200px;
    height:430px;
    padding:6px 0px 0px 28px;
}

