@import url('/css/fonts.css');
@import url('/css/dc2core.css');

body {
    font-family: "Open Sans", Vardana, Arial, Helvetica, sans-serif;
    font-size:1.1em;
    letter-spacing:1px;
    margin:0;
    padding:0;
    background-color: #2b672b;
    color: #111;
}

* {
    box-sizing: border-box;
}

a {
    color: #445;
}

a:visited {
    color: #444;
}

a:hover {
    color: #844;
}

/*
div.page-content-main-part a[target="_blank"] {
    padding-left: 20px;
    background-image:url('/images/icons-mvup-16.png');
    background-position: left center;
    background-repeat:no-repeat;
}
*/
body.editmode {
    background-color:#ffffff;
    border: 1px dotted #aaa;
    margin: 0.3em;
    padding: 0 1em 1em !important;
    max-width: 1600px;
    overflow:auto;
}

div.body-container {
    max-width: 1600px;
    margin: 0 auto;
    background-color:#ffffff;
    overflow: auto;
}


h1,h2,h3,h3 a, h4,h5,h6{
    color: #115511;
}

h1 { font-size: 1.5em; letter-spacing: 1px; }
h2,
h2 a,
h2 a:hover
{ font-size: 1.4em; }
h3, h3 a { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }



#DynacontDebugPannel {
    overflow: auto;
    height: 200px;
    margin: 1px;
    padding: 5px;
    border: 1px solid #aaaaaa;
    background-color: white;
    color: black;
}


/*
    static menu
*/
div.staticMenu  {
    border: 1px solid #335533;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    clear: both;
    height: 24px;
    background-color: #99CCFF;
    width: 945px;
}

#staticMenu ul {
    float: left;
    list-style:none;
    margin: 0;
    padding: 0;
}

#staticMenu li {
    float: left;
    white-space:nowrap;
    height: 17px;
    margin: 0;
    padding: 3px 0px 3px 0px;
    border-right: 1px solid #335533;
    color: #444444;
}

#staticMenu a {
    font-weight: bold;
    color: #ffffff;
    text-decoration:none;
    padding: 3px 7px 3px 7px;
    background-color: #444444;
}







/*
    main menu
*/
div.MainMenu  {
    border: 1px solid #aaaaaaaaaaaa;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    background-color: #FFFFDD;
}

#MainMenu ul {
    list-style:none;
    /*    height: 100%; */
    width: 100%;
    margin: 0;
    padding: 0;
}

#MainMenu li {
    float: none;
    white-space:nowrap;
    margin: 0;
    padding: 5px 0px 5px 0px;
    color: #444;
}

#MainMenu li:hover, #MainMenu li.selected {
    float: none;
    white-space:nowrap;
    margin: 0;
    padding: 5px 0px 5px 0px;
    color: #FFFF66;
    background-color: #000099;
}

#MainMenu li.MenuLvl2 {
    float: none;
    white-space:nowrap;
    margin: 0;
    padding: 5px 0px 5px 25px;
}

#MainMenu li.MenuLvl2:hover, #MainMenu li.MenuLvl2selected {
    float: none;
    white-space:nowrap;
    margin: 0;
    padding: 5px 0px 5px 25px;
    color: #FFFF66;
    background-color: #000099;
}


#MainMenu a {
    color: #444;
    text-decoration:none;
    font-weight: bold;
    padding: 5px;
    width: 140px;
}


#MainMenu li.MenuLvl2:hover a, #MainMenu li.MenuLvl2 a:hover,  #MainMenu li.MenuLvl2selected a,
#MainMenu li:hover a, #MainMenu li a:hover,  #MainMenu li.selected a
{
    color: #FFFF66;
    background-color: #000099;
}

/*
** Dynamic menu
*/
#SiteMainMenuBlock{
    margin:0;
    padding:0;
    font-size:110%;
}

#SiteMainMenu  {
    margin: 0px 0px 0px 0px;
    letter-spacing: 1px;
}

#SiteMainMenu div.bd {
    background-color: #335533;
    padding: 0px;
    vertical-align:middle;
    border-bottom: 1px solid #335533;
    border-top: 1px solid #335533;
    border-right: 1px solid #335533;
}

#SiteMainMenu div.bd ul {
    padding:0px;
}

.yui-skin-sam .yuimenu .bd {
    border: none;
}

#SiteMainMenu a.yuimenuitemlabel {
    color: #ffffff;
}

#SiteMainMenu a.yuimenuitemlabel-selected,
#SiteMainMenu a.yuimenuitemlabel-checked-selected,
#SiteMainMenu a.yuimenuitemlabel-hassubmenu-selected,
#SiteMainMenu a.yuimenubaritemlabel-selected,
#SiteMainMenu a.yuimenubaritemlabel-hassubmenu-selected
{
    background-color: #bbeebb;
    color: #333333;
}

.yui-skin-sam .yuimenubar {
    border: 0px solid white;
}

.yui-skin-sam .yuimenu ul {
    border: 0px solid white;
    border-style: none;
    border-color: white;
    width: 100%;
}


.yui-skin-sam .yuimenubaritemlabel  {
    padding: 6px 31px 6px 31px;
}

.yui-skin-sam .yuimenuitemlabel  {
    padding: 6px 18px 6px 18px;
}

.yui-skin-sam .yuimenubaritemlabel{
    border-style:none;
}


.yui-skin-sam .yui-menu-shadow-visible{
    background-color:#000;
    opacity:.12;
    /*    filter:alpha(opacity=12); */
}


div.MainMenuContainer {
}


/*
    /mainmenu
*/



.CategoryArticleContainer {
    display: table-row;
}

.CategoryMainText {
    padding-top: 5px;
    padding-left: 30px;
}

/*
glossary
*/
.GlossaryLetters {
    overflow: auto;
    margin: 3px;
    padding: 1px;
    border: 0px solid #aaaaaa;
}

.GlossaryLetter {
    float: left;
    margin: 7px;
    padding: 7px;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 1px solid #aaaaaa;
}

.GlossaryLetter:hover {
    background-color: #e8f2ff;
    background-image: url('/images/btn26hover.png');
    background-repeat:repeat-x;
    background-position:bottom;
    cursor: pointer;
}


.ArticleBody {
    padding-left: 10px;
}


.SiteTitleText {
    font-size: 200%;
    color: #444444;
    letter-spacing: 3px;
    text-transform: uppercase;
}


.page-header {
}

.top-text-menu {
  padding: 1em;
  text-align: right;
  border-top: 1px dotted #77dd77;
  margin-top: 1em;
  clear: left;
}

.page-footer {
    clear: left;
    border-top: 1px solid #335533;
    padding: 7px;
    text-align:center;
    background-color: #335533;
    /*
    background-image: url('/images/logo/dc2.png');
    background-position: right center;
    background-repeat:no-repeat;
    */
    color: white;
    /* height: 19px;*/
    letter-spacing:1px;
}
.page-footer {
    font-size: 80%;
}

.page-footer a {
    color: white;
}

#columnWrapper {
}

#ToolsColumn{
    float: left;
    width: 20%;
	min-width: 333px!important;
    margin: 2.9em 0 0 0;
    padding: 1em;
}

#MainColumn{
    margin: 0;
    width: calc(100% - 333px);
    padding: 1em;
    float:left;
	min-height: calc(100vh - 290px);
}

#MainColumnSingle{
    margin: 0px;
    padding: 1em;
	width: 100%;
	min-height: calc(100vh - 290px);
}

#MainColumn3{
    margin: 0;
    width: 60%;
    padding: 1em;
	min-height: calc(100vh - 290px);
}



#MainColumn h1 {
}

#MainColumn p {
    /*
        line-height: 110%;
    */
}

#MainColumn pre {
    background-color: #000000;
    border: 1px solid #aaaaaa;
    color: #00ff00;
    font-size: 1.3em;
    max-height: 500px;
    overflow: auto;
    padding: 1em;}

#MainColumn ul li {
    /*    list-style-image:url(/images/icons-nav-next.png); */
}

#RightColumn{
    float: right;
    width: 20%;
    margin: 0px;
    padding:  1em;
    /*
        min-height: 600px;
    */
}


.userinfo{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    /*
        border-right: 1px solid #335533;
        border-bottom: 1px solid #335533;
        background-color: #DAE0F1;
    */
}



.userinfo, .userinfo td, .userinfo input, .userinfo b {
    font-size: 90%;
}


.hr {
    background-color: #663300;
    height: 1px;
    border: 0px;
    padding: 0px;
    margin: 1px 0px 1px 0px;
    clear: both;
}

hr {
    height: 1px;
    border-top: 1px solid  #006600;
}

/*
** Tabs
*/
.yui-skin-sam .yui-navset .yui-nav li, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li {
    margin: 0 2px 0 0;
}

.yui-skin-sam .yui-navset .yui-nav .selected, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav li .selected {
    margin: 0 2px 0 0;
}

.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    border-width: 0 0 3px 0;
}

.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    background-color: #fff;
}

/*
** Navigation path
*/

.NavigationPath {
    margin: 0px 0px 2px 0px;
    padding: 3px;
}

.NavigationPath a {
    padding: 3px;
}

.MainText p {
    margin: 0px 0px 7px 0px;
    padding: 0px;
}


#CategoryListContainer h2 {
    border-bottom: 1px dotted #335533;
}

#CategoryListContainer ul {
    margin: 5px 0px 5px 64px;
    padding: 0px;
}

.CategoryAnnotation,
.ArticleAnnotation {
    list-style: none;
    padding: 5px 0px 5px 10px;
    margin-right: 0px;
    cursor: pointer;
    border-left: 15px solid #fff;
    /*    border-right: 15px solid #fff; */
    display: block;
}

.ArticleAnnotation {
    min-height: 70px;
}

.CategoryAnnotation:hover,
.ArticleAnnotation:hover {
    border-left: 15px solid #115511;
    background-color: #bbeebb;
}

.CategoryAnnotationNoView,
.ArticleAnnotationNoView {
    list-style: none;
    padding-left: 10px;
}

.CategoryAnnotationNoView:hover,
.ArticleAnnotationNoView:hover
{
    background: #99ff99;
}

.CategoryAnnotation h3 {
    margin: 0px;
    padding: 0px;
}

.CategoryCompact {
    text-indent: -32px;
    margin-left: 32px;
}


#ArticleListContainer {
    margin-left: 10px;
}

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


/*
Gallery
*/

#GalleryListContainer {
    margin: 0px;
}


.GalleryAnnotation{
    list-style: none;
    margin: 5px 0px 5px 0px;
}

.GalleryDescription{
    cursor: pointer;
}


.GalleryAnnotation:hover {
}

.GalleryAnnotation h3{
    margin-left: -30px;
}


.GalleryThumbnailsContainer {
}

.clickable {
    cursor: pointer;
}


.GalleryImage{
    width: 30%;
    float: left;
    text-align: center;
    border: 1px solid transparent;
    min-height:220px;
}

div.GalleryImage:hover{
    border: 1px dotted #800000;
}


div.GalleryImageText {
    text-align: left;
    display:none;
}

div.GalleryImage img{
    width:100%!important;
}
div.GalleryImage h4{
    margin: 0;
    font-size:80%;
    text-align:left;
    min-height:25px;
}
/*
*/

.news {
    padding: 7px;
    margin: 5px 0px 5px 0px;
}

.newsitem {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    /*
      border-bottom: 1px solid #335533;
    */
}
.newsitem-title{
    padding: 5px 5px 5px 0px;
    border-bottom:1px dotted #aaaaaa;
}

.news-sidebar {
    vertical-align: top;
    font-size: 90%;
}

.news-sidebar ul li {
    list-style: none;
    border-left: solid 1px #335533;
    margin-left: -20px;
    margin-right: 0px;
    display:block;
}

.news-sidebar ul li a,
.news-sidebar ul li ul li a
{
    padding: 3px 0px 3px 7px;
    text-decoration: none;
    display:block;
    width: 100%;
}

.news-sidebar ul li ul li{
    list-style: none;
    border-left: solid 1px #335533;
    border-bottom: solid 0px #335533;
    padding-left: 5px;
    margin-left: -5px;
    display:block;
}

.news-sidebar ul li a:hover,
.news-sidebar ul li ul li:hover a,
.news-sidebar ul li ul li:hover,
.news-sidebar ul li ul li a:hover{
    background-color: #335533; color: #ffffff;
}

.block-title,
.news-title {
    font-size: 120%;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid crimson;
}

.news-date
{
    font-style: italic;
}

.news-item {
    padding: 0px 0px 11px 0px;
    font-size: 95%;
}


#NewsShowMoreButton {
    cursor: pointer;
    border: 1px solid #aaaaaa;
    border-radius: 7px;
    padding: 5px 17px;
    margin: 7px 0 11px 0;

}

#NewsShowMoreButton:hover {
    background-color: #eef;
}


/*
*/
.advertisements {
    padding: 7px;
    margin: 5px 0px 5px 0px;
}

.adbody{
    font-size: 80%;
    margin: 10px 0px 10px 0px;
    padding: 10px 3px 10px 3px;
    border: 1px solid #acc;
    background: white;
}

.adbody a{
    text-decoration: none;
}


/*
** YUI styling for search+autocomplete box...
*/
.SearchContainer .yui-ac-content {position:absolute;border:1px solid #404040;background:#fff;overflow:hidden;z-index:9050;}
.SearchContainer .yui-ac-shadow {position:absolute;margin:.5em;width:100%;background:#a0a0a0;z-index:9049;}
.SearchContainer ul {padding:0px; margin: 0px; list-style: none;}
.SearchContainer li {padding:3px; margin: 0px; list-style: none; cursor:default; white-space:nowrap;}
.SearchContainer li.yui-ac-highlight {background:#b0ffff;}
.SearchContainer li.yui-ac-prehighlight {background:#ffff00;}

/*
    background: #DDDDDD;
*/
.compactBTN {
    margin: 1px 1px 1px 1px;
    padding: 1px 3px 2px 2px;
    height: 34px;
    width: 38px;
    text-align: center;
    vertical-align: middle;
    background: #D4D0C8;
}

.compactBTNminor {
    margin: 1px 2px 1px 2px;
    padding: 1px 3px 2px 2px;
    height: 26px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    background: #D4D0C8;
}


/*
inherited from admin.css
*/

ul.compact  {
    margin-left: 16px;
    list-style : square;
}

table.compactTABLE, .compactTABLE {
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    background-color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
}

.compactTABLE td, .compactTABLE th {
    border: 1px solid #aaaaaa;
    padding: 3px 5px;
}

.compactTABLE th {
    border: 1px solid #aaaaaa;
    background-image: url('/ext/design/images/backgrounds/th-navy.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    background-color: #e8f2ff;
    font-weight: bold;
}

.compactTABLE th a, .compactTABLE td a {
    /*
    text-decoration: none;
    */
}


th.compactTD, td.compactTD, .compactTD{
    border: 1px solid #aaaaaa;
    vertical-align: top;
    border-collapse: collapse;
}

#FileArchive {
}

#FileArchiveContainer {
}

#ArchiveFileList_Pager {
}

.compactTABLE tr:hover,
tr.DC_Row0:hover,
tr.DC_Row1:hover,
tr.reg:hover, .reg-over,
tr.reg0:hover, .reg0-over,
tr.reg1:hover, .reg1-over {
    background-color: #e8f2ff;
}

.reg0, .reg {background-color: #ffffff; padding: 3px; }
.reg1 { background-color: #F6F8F9;  padding: 3px; }

.regSelected { background-color: #f0fff0;  padding: 3px; }

tr.reg:hover, tr.reg0:hover, tr.reg1:hover {
    background-color: #e8f2ff;
}



/*
    Calendar
*/

.CalendarContainer {
    margin: 5px 0px 15px 0px;
    padding: 7px;
    vertical-align: middle;
    font-size: 80%;
    text-align: center;
}

.CalendarContainer table {
    border-collapse:collapse;
}

.CalendarContainer td {
    text-align: center;
    min-width: 18px;
    min-height: 18px;
}

.CalendarContainer th {
    font-weight: bold;
    text-align: center;
    min-width: 18px;
    min-height: 18px;
}

.CalendarContainer span {
}

td.CalendarDay:hover, td.CalendarDayDoc:hover,
td.CalendarToday:hover, td.CalendarTodayDoc:hover,
td.CalendarSelected:hover, td.CalendarSelectedDoc:hover
{
    background-color: #e8f2ff;
    background-image: url('/images/btn26hover.png');
    background-repeat:repeat-x;
    background-position:bottom;
    color: black;
}

td.CalendarEmpty:hover {
}


td.CalendarDay {
    cursor: text;
}

td.CalendarDayDoc {
    cursor: pointer;
    background: url(/ext/design/images/actions/marker-greengrad.png) no-repeat top left;
}



td.CalendarToday {
    background-color: #990033;
    color: #FFFF00;
    cursor: text;
}

td.CalendarTodayDoc {
    color: #FFFF00;
    background: #990033 url(/ext/design/images/actions/marker-greengrad.png) no-repeat top left;
    cursor: pointer;
}



td.CalendarSelected {
    background-color: #00AA00;
    color: #FFFF00;
    cursor: text;
}

td.CalendarSelectedDoc {
    color: #FFFF00;
    background: #00AA00 url(/ext/design/images/actions/marker-greengrad.png) no-repeat top left;
    cursor: pointer;
}


div.GUI_CalendarContainer {
    float: left;
}

div.DateField {
    float: left;
    padding:0px;
    margin: 0px 5px;
}


/*
** sitemap
*/

div.sitemap ul,
div.sitemap ul li ul,
div.sitemap ul li ul li ul,
div.sitemap ul li ul li ul li ul,
div.sitemap ul li ul li ul li ul li ul
{
    margin: 0px 0px 0px 0px;
    padding: 0 0 0em 3em;
}


div.sitemap ul li
{
    border-left: 0px solid #335533;
    list-style-type: none;
}

div.sitemap ul li ul li,
div.sitemap ul li ul li ul li,
div.sitemap ul li ul li ul li ul li,
div.sitemap ul li ul li ul li ul li ul li
{
    border-left: 1px solid #335533;
    list-style-type: none;
    padding: 0px;
}

div.sitemap ul li a,
div.sitemap ul li ul li a,
div.sitemap ul li ul li ul li a,
div.sitemap ul li ul li ul li ul li a,
div.sitemap ul li ul li ul li ul li ul li a
{
    text-decoration: none;
    border-bottom: 1px solid #335533;
    padding: 1em 0 1em 1em;
}

div.sitemap ul li a:hover,
div.sitemap ul li ul li a:hover,
div.sitemap ul li ul li ul li a:hover,
div.sitemap ul li ul li ul li ul li a:hover,
div.sitemap ul li ul li ul li ul li ul li a:hover
{
    background-color: #335533; color: #ffffff;
}

div.SitemapNode a {
    display:block;
}


/*
** TAGs subsystem
*/

.clear { clear:both; }
#resp { font-family:monospace;padding:1px;}

/* custom styles for multiple stacked instances with custom formatting */
.TAGautocomplete { padding-bottom:2em;width:95%; }/* set width of widget here*/
.TAGautocomplete .yui-ac-highlight .TAG-quantity,
.TAGautocomplete .yui-ac-highlight .TAG-result,
.TAGautocomplete .yui-ac-highlight .TAG-query { color:#FFF; }
.TAGautocomplete .TAG-quantity { float:right; } /* push right */
.TAGautocomplete .TAG-result { color:#A4A4A4; }
.TAGautocomplete .TAG-query { color:#000; }

/*
** File archives
*/
.DC2_Row0 { background-color: #ffffff; padding: 3px; }
.DC2_Row1 { background-color: #F6F8F9; padding: 3px; }

tr.DC2_Row0:hover, tr.DC2_Row1:hover { background-color: #edf5ff; }

/*
** RATING subsystem...
*/
div.DCRateOff {
    background: white url('/images/icon-stop.png') no-repeat center;
    width:26px;
    height:26px;
    float: left;
    font-size: 80%;
    text-align: center;
    border-right: 1px solid #aaaaaa;
}

div.DCRateStar0 {
    background: white url('/images/blankstar.png') no-repeat center ;
    width:26px;
    height:26px;
    float: left;
    font-size: 80%;
    text-align: center;
}

div.DCRateStar05 {
    background: white url('/images/halfstar.png') no-repeat center ;
    width:26px;
    height:26px;
    float: left;
    font-size: 80%;
    text-align: center;
}

div.DCRateStar1 {
    background: white url('/images/star.png') no-repeat center;
    width:26px;
    height:26px;
    float: left;
    font-size: 80%;
    text-align: center;
}

div.DCRateStar0:hover,
div.DCRateStar05:hover,
div.DCRateStar1:hover{
    background: lime url('/images/star.png') no-repeat center;
}

div.DCRating {
    border: 1px solid #aaaaaa;
    background-color: #fff;
    height:26px;
    width:209px;
    cursor: pointer;
}

div.DCRatingBox {

}


/*
Feedback subsystem
*/

ul.Feedback {
    list-style: none;
    padding: 7px 0;
    margin: 0px;
}

li.Feedback {
    list-style: none;
    padding: 7px;
    margin: 0px;
}

li.Feedback:hover {
    background-color: #eee;
}


/*
Forum subsystem
*/


div#SubCategoriesContainer h2{
    display:none;
}

div.DC2Forum_0 {
    background-color: transparent;
}

div.DC2Forum_1 {
    background-color: #e4e4e4;
}



div.DC2Forum_Topic {
    /*
        background-color: #fff;
    */
    padding: 0px;
    margin: 0;
    display: block;
    clear: right;
    display:inline-block;
    width:100%;
    border: 1px dotted transparent;
}

div.DC2Forum_Topic:hover {
    border: 1px solid #ccc;
    background-color: #fffed7;
}



div.DC2Forum_DateBox {

    float: left;
    display:block;
    clear:right;

    text-align: left;
    min-width: 130px;
    width:30%;

    overflow: hidden;
    padding: 3px;
    margin: 0px;
}

div.DC2Forum_TopicPersonBox {
    float: left;
    display:block;
    clear:right;

    text-align: left;
    min-width: 120px;
    width:10%;

    overflow: hidden;
    padding: 3px;
    margin: 0px;
}

div.DC2Forum_TopicText {
    float: left;
    display:block;
    clear: right;

    text-align: left;
    min-width: 140px;
    width:40%;

    overflow: hidden;
    padding: 3px;
    margin: 0px;
}


div.DC2Forum_CountersBox{
    float: left;
    display:block;
    clear: right;

    text-align: center;
    min-width: 100px;
    width:8%;

    overflow: hidden;
    padding: 3px;
    margin: 0px;
}

div.DC2Forum_ControlsBox {

    float: right;
    display:block;
    clear: right;

    text-align: right;
    min-width: 140px;
    width:8%;

    overflow: hidden;
    padding: 1px 3px;
    margin: 0px;
}

div.DC2Forum_TopicComments {

}

img.DC2ForumImage16Left {
    float: left;
    margin: 4px;
    vertical-align: -3px;
    border: 0px;
}

img.DC2ForumImage16Right {
    float: right;
    margin: 2px;
    border: 0px;
}



div.DC2_ForumAnswer {
    min-height: 100px;
    border: 1px dotted #aaaaaa;
    display:block;
    padding: 5px 7px;
    margin: 2px 2px 10px 2px;
    clear:right;
}

div.DC2_ForumAnswer:hover {
    border: 1px solid #aaaaaa;
    background-color: #fffed7;
}

div.DC2_ForumAvatarBox {
    position: relative;
    float: left;
    top: -9px;
    left: -11px;
    background: white;
    border: 1px solid #aaaaaa;
    padding: 5px;
    width: 128px;
    /*    overflow: hidden;*/
    text-align:center;
    margin-right:5px;
    /*    z-index:100; */
}

div.DC2Forum_AnswerTopLeftBlock{
    position: relative;
    float: left;
    width: 138px;
}

div.DC2_ForumAnswerDate {
    position: relative;
    top: -21px;
    float: right;
    background: white;
    border:1px solid #aaaaaa;
    padding: 5px 7px;
}

div.DC2Forum_AnswerNumber {
    position: relative;
    top: -9px;
    float: right;
    background: white;
    border: 1px solid #aaaaaa;
    padding: 5px;
    margin: 5px;
    width: 40px;
    height: 24px;
    text-align: center;
}


div.DC2_ForumAnswerOptions {
    position: relative;
    top: -35px;
    float: right;
    clear:right;
    background: white;
    border: 1px solid #aaaaaa;
    padding: 3px;
    margin-right: 10px;
}

div.DC2_ForumAnswerText {
    padding: 0 7px;
    margin-left:140px;
}

blockquote.DC2Quote {
    margin: 3px 3px 3px 7px;
    padding: 1px 1px 1px 32px;
    border-left: 5px solid #aaf;
    min-height: 16px;
    background-color: #eee;
    background-image: url('/images/32x32/quote.png');
    background-repeat: no-repeat;
    background-position: top left;
}


/*
** Dictionary terms...
*/

div.DictionaryTermItem {
    padding-left: 20px;
    margin: 5px 0px;
}

/*
** tabulator
*/

.yui-skin-sam .yui-navset .yui-nav a em, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav a em {
    padding: 0.2em 0.4em;
}

.yui-skin-sam .yui-navset .yui-nav .selected a em {
    padding: 0.2em 0.4em;
}



/*
** Polls subsystem
*/

div.PollBox {
    width: 50%;
    float: right;
    margin: 32px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    border: 1px solid #aaaaaa;
}

div.PollBoxTitle {
    font-weight: bold;
    background-color: #fff;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    margin: 0px;
    padding: 3px;
    position: relative;
    top: -16px;
    left: 10px;
    height: 16px;
    float: left;
    clear:right;
    z-index: 1000;
}

form#PollForm {
    margin-top:22px;
}

input.PollSelector {
    width:16px;
    margin: auto 8px;
}

.PollAnswer {
    margin: 0 0 3px 0;
    text-indent:-24px;
    padding:3px 3px 3px 22px;
}

.PollAnswer:hover {
    background-color: #FFF19F;
}

div.PollRate {
    background-image: url('/images/pollbar.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
    border:1px solid #888;
}

/*
Add This
*/

/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 64px;
    height: 64px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 0.75;
    vertical-align: middle;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 1.0;
}


/*
Actions
*/

.kurs {
    margin: 5px 0 20px 0;
    min-height: 155px;
    overflow: auto;
}
.kursimg {
    float: left;
    width: 193px;
    margin: 0 14px 0 0;
    cursor: pointer;
}
.kursimgtop {
    width: 193px;
    height: 25px;
    background-color: #932CA5;
    /*
    background: url(/ext/design/images/bgkursimgtop.gif);
    */
}
.kursimgtop div {
    float: left;
    width: 133px;
    margin: 4px 0 0 0;
    font: 12px Tahoma;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
.kursimgtop div+div {
    width: 60px;
    color: #000000;
    overflow: hidden;
}

.kursimgbottom {
    width: 191px;
    border-left: 1px solid #932ca5;
    border-right: 1px solid #932ca5;
    border-bottom: 1px solid #932ca5;
    background-color: #eae7eb;
    text-align: center;
    min-height: 90px;
}

.kursinfo {
    float: left;
    width: 540px;
    font: 12px Tahoma;
}
.kursinfo a {
    font-weight: bold;
    color: #000000;
}
.kursinfo ul {
    margin: 10px 0 0 0;
}
.kursinfo li b {
    color: #912aa4;
}
.kursinfo div {
    float: right;
    margin: 12px 0 0 7px;
}




.kur {
    overflow:auto;
}
.kurimg {
    float: left;
    width:301px;
    overflow: hidden;
}
.kurimgbottom {
    width: 301px;
    height: 30px;
    /*
    background: url(/ext/design/images/bgkurimgbottom.gif);
    */
}
.kurimgbottom div {
    float: left;
    margin: 7px 10px 0 15px;
    font: 12px Tahoma;
    font-weight: bold;
    color: #912aa4;
}

.kurimgbottom div+.addthis_toolbox,
.kurimgbottom div+div {
    margin: 1px 0 0 0;
}

.kurimgbottom div.addthis_toolbox {
    margin: 1px 0 0 0;
}

.kurimgbottom div.addthis_toolbox .custom_images {
    margin: 2px 0 0 0;
}

.kurinfo {
    float: left;
    width: 428px;
    padding: 0 0 0 18px;
}
.kurinfo h2 {
    font: 21px Tahoma;
    color: black;
}
.kurinfo div {
    float: left;
    width: 200px;
    margin: 0;
    font: 12px Tahoma;
    /*    font-weight: bold; */
}
.kurinfo div h4 {
    font: 14px Tahoma;
    font-weight: bold;
    color: #912aa4;
}

.kurinfo div p {
    margin: 0 0 2px 0;
    padding: 0;
}

.kurtext {
    margin: 0 0 22px 0;
    font: 14px Tahoma;
    min-height:140px;

}
.kurtexts {
    float: left;
    width: 320px;
    margin: 0 11px 18px 0;
    font: 12px Tahoma;
}
.kurtexts+.kurtexts {
    margin: 0 0 18px 0;
}
.kurtexts h3, .kurtext h3 {
    margin: 0 0 7px 0;
    font: 16px Tahoma;
    font-weight: bold;
    color: #912aa4;
}
.kurtexts h3 a, .kurtext h3 a {
    margin: 0 0 10px 0;
    font: 16px Tahoma;
    font-weight: bold;
    color: #912aa4;
}
.prepod {
    float: left;
    width: 105px;
    margin: 0 55px 0 0;
}
.prepod a {
    color: #000000;
}
.comment1 {
    padding: 5px;
}
.comment2 {
    padding: 5px;
    background: #efecd9;
}
.commentfoto {
    float: left;
}
.commentdata {
    float: left;
    width: 130px;
    margin: 15px 0 0 0;
    font: 12px tahoma;
    text-align: center;
    font-weight: bold;
}
.commentdata span {
    font: 10px tahoma;
    color: #912aa4;
}
.commenttext {
    float: left;
    width: 400px;
    margin: 15px 0 0 0;
    font: 12px tahoma;
}


/*
** Community
*/

.CommunityIcon {
    vertical-align:middle;
    border:0;
    padding:0;
    margin:1px 3px;
}


div.ButtonsContainer {
    overflow: auto;
    padding:7px;
    margin:0px;
    border: 0px solid #aaaaaa;
}

div.ButtonsContainer div.YearButton {
    float: left;
    margin: 7px;
    padding: 7px;
    height: 18px;
    text-align: center;
    border: 1px solid #aaaaaa;
}

div.ButtonsContainer div.YearButton:hover {
    background-color: #e8f2ff;
    background-image: url('/images/btn26hover.png');
    background-repeat:repeat-x;
    background-position:bottom;
    cursor: pointer;
}



/*
** new gallery styles
*/

.DC2GTNImgInDiv {
    padding:0;
    margin:0 auto;
    position: relative;
    width: 100%;
    opacity: 0;
}

.DC2_ImageFormEditCanva {
    float: right;
    width: 400px;
    z-index: 10;
}
.DC2SwitcherRuler {
    position: relative;
    width: 100px;
    height: 20px;
    overflow: hidden;
    text-align: center;
}
.DC2SwitcherDiv {
    position: relative;
    width: 100px;
    height: 20px;
    overflow: hidden;
}

.DC2SwitcherInDiv {
    position: absolute;
    background-color: black;
    opacity: 0;
    top: 10px;
}

.DC2GTNDivInDiv {
    padding:0;
    margin:0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.DC2GTNEditInDiv {
    padding:0;
    margin:0 auto;
    position: absolute;
    max-width: 100px;
    height: 20px;
    overflow: hidden;
    z-index: 2;
}

.DC2GTNImg {
    padding:0;
    margin:0 auto;
}

.DC2_GalleryEditOnclickEventImage {
    padding:0;
    margin:0 auto;
}

.DC2_EditButton {
    z-index: 15;
}
.DC2_DragableUL {
    border-right: 1px solid #aaaaaa;
    padding: 3px;
    margin: 1px;
    max-height:300px;
    overflow: scroll;
}

.DC2_DragableImg {
    max-height: 60px;
    max-width: 100px;
    overflow:auto;
}


.DC2_DragableLI1 {
    max-height: 300px;
    overflow:auto;
    text-align: left;
}
.DC2_DragableLI2 {
    max-height: 300px;
    overflow:auto;
    text-align: left;
    background-color: #e8f2ff;
}
.DC2GRuler {
    margin:0;
    padding:0;
    overflow:hidden;
    position:relative;
    left:0px;
    white-space:nowrap;
}

.DC2ScrollerCanvaHBar {
    border:1px solid #aaaaaa; 
    background-color: #eee; 
    height:1em; 
    margin: 0.1em auto; 
    padding:0;
    z-index: 5;
}
.DC2ScrollerCanvaHBarSB {
    border:1px solid #aaaaaa; 
    background-color: #ddd; 
    height:0.9em; 
    width:60px;
    position:relative;
    left:0px;
    z-index: 1;
}

.DC2ScrollerLeftBtn{
    border:0px solid #aaaaaa;
    width:27px;
    margin:1px; 
    padding:1px;
    float:left;
    overflow:hidden;
    background-image: url('/images/24x24/back.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.DC2ScrollerRightBtn{
    border:0px solid #aaaaaa;
    width:27px;
    margin:1px; 
    padding:1px;
    float:right;
    overflow:hidden;
    background-image: url('/images/24x24/next.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.DC2LeftBtn{
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.DC2LeftBtn:hover {
    background-image: url('/images/64x64/back.png');
    background-repeat: no-repeat;
    background-position: left center;
}


.DC2RightBtn{
    text-align: right;
    position: absolute;
    top: 30px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.DC2RightBtn:hover {
    background-image: url('/images/64x64/next.png');
    background-repeat: no-repeat;
    background-position: right center;
}


.DC2LeftOverBtn{
    left: 0;
    top: 0;
    visibility: hidden;
    width:70px;
    height:70px;
    float:left;
    position: absolute;
    overflow:hidden;
    z-index: 3;
    opacity: .7;
    font-size: 500%;
}

.DC2RightOverBtn{
    left: 0;
    top: 0;
    visibility: hidden;
    width:60px;
    height:70px;
    float:right;
    position: absolute;
    overflow:hidden;
    z-index: 3;
    opacity: .7;
    text-align: right;
    font-size: 500%;
}

.DC2GTnImagesCanva {
    /*
        height:352px;
        background:#4bb;
    */
    background: white ; /* цвет фона канвы */
    overflow:hidden;
}

.DC2_ImageGallerySlideShowBox {
    width:100%;
    border: 0px;
    height:100%;
    overflow: hidden;
}

.DC2_ImageGalleryEnvelope {
    width: 100%;
    height: 200px;
}

.DC2_TextInDiv {
    text-align: center;
    position: relative;
    z-index: 10;
    left: auto;
    height: 100%;
    width: 100%;
}

.DC2ScrollerCanva {
    margin: 0 auto; 
    padding:0;
}

.DC2GalleryEditForm {
    float: right;
}

.DC2_GallerySelectList {
    float: left;
    text-align: left;
}

.DC2GFrame {
    border: 0px solid #aaaaaa;
    background-color: white;
    margin: 2px auto;
    max-width: 1500px; 
    text-align: center; 
    padding: 1px;
overflow:auto;
}

.DC2GFrame img{
    text-align: center
}

.DC2GtnFrame{
    vertical-align: middle;
    text-align: center;
    margin:0;
    padding: 3px;
    /*    border:1px solid #eee; */
    float:left;
    overflow:hidden;
}

.DC2Play{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.DC2Play:hover {
    background-image: url('/images/64x64/play.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.DC2Stop{
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.DC2Stop:hover {
    background-image: url('/images/64x64/stop.png');
    background-repeat: no-repeat;
    background-position: bottom center;
}


input {
    font-size: 1.3em;
    padding: 5px;
}
input:focus {
    box-shadow: 3px 3px 7px #cccccc;
}


#openstat1 img {
    vertical-align: middle;
}


@media (max-width:680px) {

    #ToolsColumn{
        margin: 0;
        width: unset;
        padding: 1em;
    }

    #MainColumn{
        margin: 0;
        padding: 1em;
    }

}





#SideMenu ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 0 0 0 !important;
}

#SideMenu ul li{
	padding: 0.3em 0.3em 0.3em 3em;
	margin: 0 0 0.5em;
    border-left: 1px solid #2b672b;
    border-top: 1px solid #2b672b;
    border-bottom:none;
    border-right:none;
    border-radius: 2em 0 0 0;
    text-transform: uppercase;
    overflow: hidden;
    background-image: url('/images/bullet16_green.png');
    background-position: 21px 21px;
    background-repeat: no-repeat;
}


#SideMenu ul li:hover,
#SideMenu ul li:active,
#SideMenu ul li.active
{
    background-image: url('/images/bullet16_red.png');
    background-position: 21px 21px;
    background-repeat: no-repeat;
    color: #dc4e3a;
}


#SideMenu ul li.active a,
#SideMenu ul li.MenuItemSelected a,
#SideMenu ul li:hover a
{
    color: #dc4e3a; /* #dc4e3a; */
    border-left: none;
}

#SideMenu ul li a {
    text-decoration:none;
    font-size: 1.9em;
    color: #115511;
    border-left: none;
    margin-bottom: auto;
    padding-left: 0;
}

#SideMenu ul li.submenu {
    margin-left:2em;
    background-image: none;
	padding: 0.3em 0.3em 0.3em 3em;
}
#SideMenu ul li.submenu a {
    font-size: 1.3em;
    line-height: 1.5em;
}

#SideMenu ul li+li {
    margin-top: 0.3em;
}



div#Header{
	margin: 0.1em 0 0.5em 0;
	overflow:hidden;
}

div#Logo {
  float:left;
  margin: 0 0 0 0;
  width: 333px;
}

div#Logo img{
	border:0;
	width:100%;
}

div#Rotator {
  float:left;
  margin: 0;
	height:180px;
overflow: hidden;
  padding: 0.5em 0 0 1em;
	width: 80%;
  max-width: calc(100% - 350px);
}

#Rotator div.GalleryCanva{
}

ul.PictSlider li{
	float:left;
}


#GalleryCanva img {
    height: 175px;
}	border-radius: 0.5em;
}

#GalleryCanva img+img{
	margin-left: 0.1em;
}



.lb-outerContainer {
}

.lb-container {
	padding: 1px;
	background-color:#aaffaa;
	border-radius: 1em;
}
	
@media (max-width:800px) {
    body {
        margin:0;
        padding:0;
    }
    #ToolsColumn {
        margin-bottom:1em;
        width: 100%!important;
    }
    #MainColumn {
        font-size: 1.2em;
        width: 100%!important;
		padding: 0.5em 0.5em 0.5em 0.5em!important;
    }    
}

@media (max-width:620px) {
    #Logo {
        float: none;
        margin:0 auto 0.5em;
		width:100%!important;
    }
    
    #Rotator {
        float: none;
        margin: 0 auto;
		width:100%!important;
		max-width:100%!important;
		padding: 0.5em 0.5em 0.5em 0.5em!important;
    }
    
    .LogoText,
    .LogoTextHuge {
        display:none;
    }

}




