@import url('/css/dc2core.css');
@import url('/css/fonts.css');

* {
    box-sizing: border-box;
} 

body {
    font-family: 'Open Sans', Vardana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    background-color: #2b4c78;
    color: #000;
}

div.body-container {
    min-width: 950px;
    background-color:#ffffff;
	min-height:100vh;
}

a {
    color: #444444;
    padding:1px;
}

a:visited {
    color: #444444;
}

a:hover {
    background-color: #469;
    color: #ffffff;
}

/*
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: 1000px;
    overflow:auto;
}

div.body-container {
}






h1,h2,h3,h4,h5,h6{
    padding: 5px 0px 5px 0px;
    margin: 0px;
    font-family: Georgia,'Times New Roman',times,serif;
    color: #348;
/*    text-shadow: 1px 1px 2px #aaa; */
}

h1 { font-size: 150%; letter-spacing: 1px; }
h2,
h2 a,
h2 a:hover
   { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }



#DynacontDebugPannel {
    overflow: auto;
    height: 200px;
    margin: 1px;
    padding: 5px;
    border: 1px solid #aaa;
    background-color: white;
    color: black;
    font-size: 80%;
}


/*
    static menu
*/
div.staticMenu  {
    border: 1px solid #466;
    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 #466;
    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 #AAAAAA;
    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
*/
div.MainMenuContainer {
}

#SiteMainMenuBlock{
}

.ddsmoothmenu{
    background: #6688aa; /*background of menu bar (default state)*/
    min-height:45px;
	display: inline-block!important;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: white;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    background: #6688aa; /* background of menu items (default state)*/
    color: #ffffff;
    padding: 0.5em 1em;
    border-right: 0px solid #ddd;
}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    background: #406090 !important; 
    color: white;
}

.ddsmoothmenu ul li a:hover{
    background: #406090; /*background of menu items during onmouseover (hover state)*/
    color: white;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 1em;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: .8em;
    right: 5px;
}

.leftarrowclass{
    margin-right: 5px;
}

/* ######### Mobile menu container CSS ######### */

div.ddsmoothmobile{ /* main mobile menu container */
    background: #6688aa;
    color: white;
}

div.ddsmoothmobile div.topulsdiv{ /* Single DIV that surrounds all top level ULs before being flattened, or the ULs on the "frontpage" of the menu */
    background: #6688aa;
}

div.ddsmoothmobile ul{ /* style for all ULs in general inside mobile menu */
    background: #6688aa;
}
div.ddsmoothmobile ul li.breadcrumb{ /* breadcrumb LI that's added to the top of every sub level UL */
    padding: 0.5em 1em;
    background: #305080;
}
div.ddsmoothmobile ul li a{
    padding: 0.5em 1em;
}
div.ddsmoothmobile ul li a:hover{
    background: #406090;
}
.animateddrawer{
    background: #6688aa;
}




/*
    /mainmenu
*/



.CategoryArticleContainer {
    display: table-row;
}

.CategoryMainText {
    padding-top: 5px;
    padding-left: 30px;
}

/*
glossary
*/
.GlossaryLetters {
    overflow: auto;
    margin: 3px;
    padding: 1px;
    border: 0px solid #aaa;
}

.GlossaryLetter {
    float: left;
    margin: 7px;
    padding: 7px;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 1px solid #aaa;
}

.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 {
    display:none;
    height: 60px;
    background-image: url(/images/logo/dc2-470x60.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-align:center;
    cursor: pointer;
    padding-top: 20px;
}

.top-text-menu {
    padding: 11px 0px 9px 0px;
}

.page-footer {
    clear:both;
    border-top: 0px solid #466;
    padding: 1px;
    text-align:center;
    background-color: #68a;
    color: white;
    max-height: 16px;
    overflow: hidden;
    letter-spacing:1px;
}
.page-footer {
    font-size: 80%;
}

.page-footer a {
    color: white;
}

#columnWrapper {
}

#ToolsColumn{
    float: left;
    width: 170px;
    margin: 0px;
    padding: 5px 10px 5px 5px;
}

#MainColumn{
    margin: 0px 0px 0px 180px;
    padding: 5px 5px 5px 5px;
}

#MainColumn3{
    margin: 0px 200px 0px 220px;
    padding: 5px 42px 5px 42px;
}

#MainColumn h1 {
    margin-left: -32px;
    padding-left: 16px;
}

#MainColumn p {
    /*
        line-height: 110%;
    */
}

#MainColumn pre {
    border: 1px solid #466;
    background-color: #f0ffff;
    color: #000;
    margin-left: 20px;
    padding: 7px;
    max-height: 500px;
    overflow: scroll;
}

#MainColumn ul li {
/*    list-style-image:url(/images/icons-nav-next.png); */
}

#RightColumn{
    float: right;
    width: 180px;
    margin: 0px;
    padding:  15px 10px 5px 5px;
    /*
        min-height: 600px;
    */
}


.userinfo{
    margin: 0px 0px 15px 0px;
    padding: 0px 5px 0px 5px;
    vertical-align: middle;
    /*
	border-right: 1px solid #466;
	border-bottom: 1px solid #466;
	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 #466;
    padding-left: 16px;
}

#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 #348;
    background-color: #bce;
}

.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{
    min-width: 260px;
    min-height: 320px;
    overflow: auto;
    float: left;
    text-align: center;
    margin: 0px 15px;
    padding: 15px;
    border: 1px solid transparent;
}

div.GalleryImage:hover{
    border: 1px dotted #800000;
}


div.GalleryImageText {
    text-align: left;
}


/*
*/

.news {
    padding: 7px;
    margin: 5px 0px 5px 0px;
}

.newsitem {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    /*
      border-bottom: 1px solid #466;
    */
}
.newsitem-title{
    padding: 5px 5px 5px 0px;
    border-bottom:1px dotted #aaa;
}

.news-sidebar {
    margin: 0px;
    padding: 0px 5px 0px 5px ;
    vertical-align: top;
    /*
	border-right: 1px solid #466;
	border-bottom: 1px solid #466;
	background-color: #DAE0F1;
    */
    font-size: 90%;
}

.news-sidebar ul li {
    list-style: none;
    border-left: solid 1px #466;
/*    border-bottom: solid 1px #466;*/
/*    padding-left: 5px;*/
    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 #466;
    border-bottom: solid 0px #466;
    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: #469; color: #ffffff;
}

.block-title,
.news-title {
    font-size: 110%;
    margin: 5px -10px 15px -25px;
    padding: 5px 5px 5px 15px;
    text-align: left;
    color: white;
    background-color: #cc3300;
    border-right:1px solid #466;
    border-bottom:1px solid #466;
}

.news-date
{
    font-style: italic;
}

.news-item {
    padding: 0px 0px 11px 0px;
    font-size: 95%;
}


/*
*/
.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 #aaa;
    border-collapse: collapse;
    background-color: #ffffff;
    margin-top: 3px;
    margin-bottom: 3px;
}

.compactTABLE td, .compactTABLE th {
    border: 1px solid #aaa;
    padding: 3px 5px;
}

.compactTABLE th {
	border: 1px solid #aaa;
	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 #aaa;
    vertical-align: top;
    border-collapse: collapse;
}

#FileArchive {
}

#FileArchiveContainer {
}

#ArchiveFileList_Pager {
}

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: 0px 0px 7px 40px;
}


div.sitemap ul li
{
    border-left: 0px solid #466;
    list-style-type: none;
    padding: 11px 0px 11px 0px;
}

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 #466;
    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 #466;
    padding: 7px 15px 7px 10px;
}

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: #469; 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 #aaa;
}

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 #aaa;
    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 #aaa;
    display:block;
    padding: 5px 7px;
    margin: 2px 2px 10px 2px;
    clear:right;
}

div.DC2_ForumAnswer:hover {
    border: 1px solid #aaa;
    background-color: #fffed7;
}

div.DC2_ForumAvatarBox {
    position: relative;
    float: left;
    top: -9px;
    left: -11px;
    background: white;
    border: 1px solid #aaa;
    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: -9px;
    float: right;
    height: 18px;
    background: white;
    border:1px solid #aaa;
    padding: 5px 7px;
}

div.DC2Forum_AnswerNumber {
    position: relative;
    top: -9px;
    float: right;
    background: white;
    border: 1px solid #aaa;
    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 #aaa;
    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 #aaa;
}

div.PollBoxTitle {
    font-weight: bold;
    background-color: #fff;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    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 #aaa;
}

div.ButtonsContainer div.YearButton {
    float: left;
    margin: 7px;
    padding: 7px;
    height: 18px;
    text-align: center;
    border: 1px solid #aaa;
}

div.ButtonsContainer div.YearButton:hover {
    background-color: #e8f2ff;
    background-image: url('/images/btn26hover.png');
    background-repeat:repeat-x;
    background-position:bottom;
    cursor: pointer;
}

/*
* DD tree items...
*/

div#IndicatorFormIO {
}

div.ddContainerBox,
div.ddContainerBoxRight {
    float:left;
    width:48%;
    min-height:500px;
    margin:1px;
}

div.ddContainerBoxRight {
    clear:left;
}

div.ddContainer {
    overflow-y:scroll;
    height: 500px;
    margin: 0;
    padding: 0;
}


div.ddtree div.ddtreeitem {
    margin: 0;
    padding: 0;
    height: 24px;
    clear: left;
    background-color: white;
}

div.ddtreeItemElement {
    padding-right:5px;
    padding-left:5px;
    border-right: 1px solid #aaa;
    min-width: 80px;
    float:left;
    height: 24px;
}

div.ddtreeItemSpot {
    clear: left;
    float:left;
    width: 24px;
    height: 24px;
    background-color: limegreen;
}

div.ddtreeItemSpot:hover {
    background-color: lime;
}

div.ddtree div.ddtreeitem:hover {
    background-color: #bfd3e7;
}


td.TDDraggableLabel:hover
{
    background-color: #bfd3e7;
}
