/* CONTENT CSS - 20060522 */

/* This stylesheet should contain all styles for content class templates */

html {
	height: 100%;
}

body {
	height: 100%;
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0em;
}

a {
  color: #0066B1;
  font-size: 12px;
}

div.class-frontpage div.center-column table {
	font-size: 11px;
	color: #0066B1;
}

div.class-frontpage div.right-column a {
       font-size: 11px;
}

a:hover {
  text-decoration: underline;
  color: #0066B1;
}

/* LIST */

ul li
{
    margin: 0.5em 0 0.5em 0;
    zoom: 1;
}

/* Translation */

div.block div.original
{
    background-color: #ecece4;
    margin: 0.5em 0 0.5em 0;
    padding: 0.2em;
    border: 1px dashed #bfbeb6;
}

/* BOX GENERAL DESIGN */

div.border-box
{
    margin-bottom: 1em;
	padding: 40px;
}

/* Default box style */

div.border-box div.border-tl
{
    background: url(../images/box-1/border-tl.gif) no-repeat top left;
}

div.border-box div.border-tr
{
    background: url(../images/box-1/border-tr.gif) no-repeat top right;
    padding: 0 4px 0 4px;
}

div.border-box div.border-tc
{
    font-size: 0;
    height: 4px;
    background: url(../images/box-1/border-tc.gif) repeat-x top left;
}

div.border-box div.border-ml
{
    background: url(../images/box-1/border-ml.gif) repeat-y center left;
}

div.border-box div.border-mr
{
    background: url(../images/box-1/border-mr.gif) repeat-y center right;
    padding: 0 1px 0 1px;
}

div.border-box div.border-mc
{
    height: 1%; /* Preventing margins on content from breaking the box (for IE) */
    background-color: #ffffff;
    padding: 0.5em 0.75em 0.5em 0.75em;
}

div.border-box div.border-mc:before, div.border-box div.border-mc:after /* Preventing margins on content from breaking the box */
{
    content: "-";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.border-box div.border-bl
{
    background: url(../images/box-1/border-bl.gif) no-repeat bottom left;
}

div.border-box div.border-br
{
    background: url(../images/box-1/border-br.gif) no-repeat bottom right;
    padding: 0 4px 0 4px;
}

div.border-box div.border-bc
{
    font-size: 0;
    height: 4px;
    background: url(../images/box-1/border-bc.gif) repeat-x bottom left;
}

/* Box 2 */

div.box-2 div.border-tl
{
    background-image: url(../images/box-2/border-tl.gif);
}

div.box-2 div.border-tr
{
    background-image: url(../images/box-2/border-tr.gif);
}

div.box-2 div.border-tc
{
    background-image: url(../images/box-2/border-tc.gif);
}

div.box-2 div.border-ml
{
    background-image: url(../images/box-2/border-ml.gif);
}

div.box-2 div.border-mr
{
    background-image: url(../images/box-2/border-mr.gif);
}

div.box-2 div.border-mc
{
    background: #d4d5da url(../images/box-2/border-mc.gif) repeat-x top left;
}

div.box-2 div.border-bl
{
    background-image: url(../images/box-2/border-bl.gif);
}

div.box-2 div.border-br
{
    background-image: url(../images/box-2/border-br.gif);
}

div.box-2 div.border-bc
{
    background-image: url(../images/box-2/border-bc.gif);
}

/* Box 3 */

div.box-3 div.border-tl
{
    background-image: url(../images/box-3/border-tl.gif);
}

div.box-3 div.border-tr
{
    background-image: url(../images/box-3/border-tr.gif);
}

div.box-3 div.border-tc
{
    background-image: url(../images/box-3/border-tc.gif);
}

div.box-3 div.border-ml
{
    background-image: url(../images/box-3/border-ml.gif);
}

div.box-3 div.border-mr
{
    background-image: url(../images/box-3/border-mr.gif);
}

div.box-3 div.border-mc
{
    background: #f4f4f4 url(../images/box-3/border-mc.gif) repeat-x top left;
}

div.box-3 div.border-bl
{
    background-image: url(../images/box-3/border-bl.gif);
}


div.box-3 div.border-br
{
    background-image: url(../images/box-3/border-br.gif);
}

div.box-3 div.border-bc
{
    background-image: url(../images/box-3/border-bc.gif);
}

/* Infobox - header*/

div.infobox-header
{
    margin-bottom: 0;
}

div.infobox-header h2
{
    margin: 5px 0px 6px 0px;
    padding: 0;
    font-size: 14px;
}

div.infobox-header div.border-tl
{
    background-image: url(../images/infobox-header/border-tl.gif);
}

div.infobox-header div.border-tr
{
    background-image: url(../images/infobox-header/border-tr.gif);
}

div.infobox-header div.border-tc
{
    background-image: url(../images/infobox-header/border-tc.gif);
}

div.infobox-header div.border-ml
{
    background-image: url(../images/infobox-header/border-ml.gif);
}

div.infobox-header div.border-mr
{
    background-image: url(../images/infobox-header/border-mr.gif);
}

div.infobox-header div.border-mc
{
    background: #d1d1c4 url(../images/infobox-header/border-mc.gif) repeat-x top left;
    padding: 0 6px 0 6px;
}

div.infobox-header div.border-bl
{
    background-image: url(../images/infobox-header/border-bl.gif);
}

div.infobox-header div.border-br
{
    background-image: url(../images/infobox-header/border-br.gif);
}

div.infobox-header div.border-bc
{
    background-image: url(../images/infobox-header/border-bc.gif);
}

/* Infobox */

div.infobox div.attribute-image
{
    margin: 0.5em 0.5em 0.5em 0;
    float: left;
}

div.infobox div.border-tl
{
    background-image: url(../images/infobox/border-tl.gif);
}

div.infobox div.border-tr
{
    background-image: url(../images/infobox/border-tr.gif);
}

div.infobox div.border-tc
{
    background-image: url(../images/infobox/border-tc.gif);
}

div.infobox div.border-ml
{
    background-image: url(../images/infobox/border-ml.gif);
}

div.infobox div.border-mr
{
    background-image: url(../images/infobox/border-mr.gif);
}

div.infobox div.border-mc
{
    background: #ffffff url(../images/infobox/border-mc.gif) repeat-x top left;
    padding: 3px 6px 3px 6px;
}

div.infobox div.border-bl
{
    background-image: url(../images/infobox/border-bl.gif);
}

div.infobox div.border-br
{
    background-image: url(../images/infobox/border-br.gif);
}

div.infobox div.border-bc
{
    background-image: url(../images/infobox/border-bc.gif);
}

/* TABLES */

table.cols
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.cols th, table.cols td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    vertical-align: top;
}

table.cols th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(../images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.cols td
{
    font-weight: normal;
}

table.cols th:first-child, table.cols td:first-child
{
    border-left: 1px solid #ffffff;
}

table.cols col.bglight, div.bglight
{
    background-color: #F1F1ED;
}

table.cols col.bgdark, div.bgdark
{
    background-color: #EAE9E1;
}

table.cols tr.bglight:hover, table.cols tr.bgdark:hover
{
    background-color: #EAE9E1;
}

table.cols tr.bglight:hover td, table.cols tr.bgdark:hover td
{
    background-color: #F1F1ED;
}

table.cols a
{
    border-bottom-color: #EAE9E1;
}

table.renderedtable {
    width: 100%;
    /* margin: 1em 0 1em 0; */
    margin-bottom: 10px;
    border: none;
}

table.renderedtable th, table.renderedtable td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    vertical-align: top;
}

table.renderedtable th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(../images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.renderedtable td
{
    font-weight: normal;
}

table.renderedtable td.h_wrapper {
	background: rgba(193, 194, 195, 0.32);
	padding: 10px 0px 10px 0px;
	text-align: center;
}
table.renderedtable td.h_wrapper a {
	color: rgb(234, 42, 47);
	font: bold 13px Arial;
}

table.renderedtable th:first-child,
table.renderedtable td:first-child {
    border-left: 1px solid #ffffff;
}

div.right-column table.renderedtable td.h_wrapper:first-child {
	/* height: 8px;
	padding-bottom: 2px; */
}

table.renderedtable tr.bglight, div.bglight
{
    background-color: #F1F1ED;
}

table.renderedtable tr.bgdark, div.bgdark
{
    background-color: #EAE9E1;
}

table.renderedtable tr.bglight:hover, table.renderedtable tr.bgdark:hover
{
    background-color: #EAE9E1;
}

table.renderedtable tr.bglight:hover td, table.renderedtable tr.bgdark:hover td
{
    background-color: #F1F1ED;
}

table.renderedtable a
{
    border-bottom-color: #EAE9E1;
}

table.comparison
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
}

table.comparison th, table.comparison td
{
    padding: 0.5em;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    vertical-align: top;
}

table.comparison th
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
    background-image: url(../images/th_bg.png);
    background-repeat: repeat-x;
    background-position: top left;
}

table.comparison td
{
    font-weight: normal;
}

table.comparison th:first-child, table.comparison td:first-child
{
    border-left: 1px solid #ffffff;
}

table.comparison col.bglight, div.bglight
{
    background-color: #F1F1ED;
}

table.comparison col.bgdark, div.bgdark
{
    font-weight: bold;
    color: #525345;
    background-color: #DFDFDF;
    white-space: nowrap;
    text-align: left;
}

table.comparison tr.bglight:hover, table.comparison tr.bgdark:hover
{
    background-color: #F1F1ED;
}

table.comparison tr.bglight:hover td, table.comparison tr.bgdark:hover td
{
    background-color: #EAE9E1;
}

table.comparison a
{
    border-bottom-color: #EAE9E1;
}
/* SEARCH PAGE */

div.content-search {
	padding: 20px;
}

/* AUTHOR AND DATE FOR ALL FULL OBJECTS */

div.content-view-full {
	font-size: 12px;
}

div.content-view-full div.attribute-byline p.author
{
    margin-right: 0.2em;
    display: inline;
    font-size: 0.9em;
}

div.content-view-full div.attribute-byline p.date
{
    margin: 0 0.2em 0 0.2em;
    display: inline;
    color: #CCCCCC;
    font-size: 0.9em;
}

div.content-view-full div.attribute-byline p.placement
{
    margin-left: 0.2em;
    display: inline;
}

div.content-view-full div.attribute-byline p.count
{
    margin-left: 0.2em;
    display: inline;
}

/* AUTHOR AND DATE FOR ALL CHILD OBJECTS */

div.content-view-full div.content-view-line div.attribute-byline p
{
    display: inline;
}

/* NAVIGATORS */

div.content-navigator
{
    display: block;
	
}

div.class-image div.content-navigator 
{
	text-align: center;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}

/* PAGE NAVIGATION */

div.pagenavigator
{
    text-align: center;
    clear: both;
}

div.pagenavigator span.previous
{
    float: left;
}

div.pagenavigator span.next
{
    float: right;
}

/* ATTIRBUTE HEADER */

div.attribute-header h1
{
    font-size: 1.8em;
    font-weight: normal;
    background-image: url(../images/attribute_header_bg_medium.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    color: #000000;
    margin-bottom: 0;
}

div.attribute-header h1.long
{
    font-size: 1.8em;
    font-weight: normal;
    background-image: none;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    color: #000000;
    margin-bottom: 0;
}


/* GENERAL ICONS */
.attribute-tipafriend a, .attribute-pdf a, .attribute-print a, .attribute-rss a
{
    padding-left: 18px;
    background-position: left top;
    background-repeat: no-repeat;
    height: 18px;
    line-height: 18px;
    display: block;
    text-indent: -9999px;
}

.attribute-tipafriend a
{
    background-image: url('../images/icons/tip_icon.gif');
}

.attribute-pdf a
{
    background-image: url('../images/icons/pdf_icon.gif');
}

.attribute-print a
{
    background-image: url('../images/icons/print_icon.gif');
}

.attribute-rss a
{
    background-image: url('../images/icons/rss_icon.gif');
}

/* BROWSE */

div.context-toolbar div.block div.right
{
    text-align: right;
}

/* SITEMAP */

div.content-view-sitemap table td
{
    vertical-align: top;
}

div.content-view-sitemap ul
{

}

div.content-view-sitemap ul
{
    padding: 0;
    margin: 0.75em 0 1em 0;
}

div.content-view-sitemap ul ul
{
    margin: 0.3em 0 0.5em 12px;
}

div.content-view-sitemap ul
{
    list-style-type: none;
}

div.content-view-sitemap ul li
{
    margin: 0 0 0.5em 2em;
    padding: 0 0 0 14px;
    /* background-image: url(../images/sidemenu_bullet.png); */
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    line-height: 1.25em;
}

/* Tag Cloud */

div.content-view-tagcloud
{
    text-align: center;
}

/* FORUM */

input.forum-new-reply
{
    margin: 0.75em 0.25em 0.25em 0;
}

input.forum-new-topic
{
    margin: 0.75em 0.25em 0.25em 0;
}

input.forum-keep-me-updated
{
    margin: 0.75em 0.25em 0.25em 0;
}

div.content-view-full div.class-forum-topic table.forum p.date
{
    font-weight: bold;
}

div.content-view-full div.class-forum-topic table.forum p.author-signature
{
    border-top: 1px solid #fff;
    padding-top: 5px;
}

div.content-view-line div.class-forum table.forum
{
    background-image:url(../images/forum_table_bg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}

div.content-view-line div.class-forum table.forum td ul
{
    margin-left: 0.5em;
    padding: 0;
}

div.content-view-line div.class-forum table.forum td ul li
{
    margin: 0;
    padding: 0;
}

div.content-view-line div.class-forum table.forum td ul li a
{
    font-size: 0.9em;
    font-weight: normal;
}

div.content-view-line div.class-forum table.forum th
{
    background-image: url(../images/forum_th_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #E0E0D4;
}

div.content-view-line div.class-forum table.forum td
{
    background-color: #F2F1ED;
}

div.content-view-full div.class-forums table.forum
{
    background-image:url(../images/forum_table_bg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}

div.content-view-full div.class-forums table.forum td ul
{
    margin-left: 0.5em;
    padding: 0;
}

div.content-view-full div.class-forums table.forum td ul li
{
    margin: 0;
    padding: 0;
}

div.content-view-full div.class-forums table.forum td ul li a
{
    font-size: 0.9em;
    font-weight: normal;
}

div.content-view-full div.class-forums table.forum th
{
    background-image: url(../images/forum_th_bg.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #E0E0D4;
}

div.content-view-full div.class-forums table.forum td.last-reply a
{
    background-image:url(../images/last_reply.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.content-view-full div.class-forums table.forum td.forum a
{
    background-image:url(../images/forum.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.content-view-full div.class-forums table.forum td.forum div.attribute-short
{
    margin-left: 20px;
}

div.content-view-full div.class-forums table.forum td.last-reply p.date
{
    margin-left: 20px;
}

div.content-view-full div.class-forums table.forum td
{
    background-color: #F2F1ED;
}

/* IMAGE */

div.attribute-image
{
    margin: 0.25em 0 0.5em 0;
}

div.content-view-full div.attribute-image
{
    float: right;
    margin-left: 0.5em;
    margin-right: 0;
}

div.content-view-full div.class-image div.attribute-image
{
    margin-left: 0;
    float: none;
}

div.content-view-full div.attribute-image div.caption
{
    font-size: 0.8em;
    text-align: center;
    margin: 2px 0 0 0;
}

div.content-view-full div.attribute-image div.caption p
{
    padding: 3px;
    margin: 0;
}

div.content-view-line div.attribute-image
{
    float: left;
    margin-right: 0.5em;
    margin-left: 0;
}

div.content-view-embed div.attribute-image
{
    float: left;
    margin-right: 0.5em;
    margin-left: 0;
}

div.object-left div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;
}

div.object-right div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;
}

div.object-center div.class-image
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

div.object-center div.content-view-embed div.class-image div.attribute-image
{
    margin: 0;
    float: none;
}

div.content-view-embed div.class-image div.attribute-caption
{
    background-color: #EAE9E1;
    font-size: 0.8em;
    text-align: center;
    margin: 2px 0 0 0;
}

div.object-center div.content-view-embed div.class-image div.attribute-caption
{
    margin: 2px auto 0 auto;
}

div.content-view-embed div.class-image div.attribute-caption p
{
    padding: 3px;
    margin: 0;
}

/* ARTICLE */

div.class-article div.attribute-image img
{
    padding: 1px !important;
	border: 2px solid #d4d2c8 !important;
}

div.content-view-full div.class-article div.attribute-header h1
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0.25em;
}

div.content-view-full div.class-article div.attribute-byline
{
    padding-bottom: 10px;
    margin-bottom: -0.25em;
    display: block;
}

div.content-view-full div.class-article div.attribute-short
{
    font-weight: bold;
}

div.content-view-line div.class-article div.attribute-short
{
    font-weight: normal;
}

div.content-view-embed div.class-article div.attribute-short
{
    font-weight: normal;
}

div.content-view-full div.class-article div.attribute-long
{
    padding-bottom: 25px;
}

div.attribute-tipafriendd { 
    margin-top: 2em;
}


div.attribute-tipafriend a
{
    background-position: left center;
}


/* COMMENT */

div.content-view-full div.class-comment div.attribute-header h1
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0.25em;
}

div.content-view-full div.class-comment div.attribute-byline
{
    background-image: url(../images/attribute_header_bg_medium.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    margin-bottom: -0.25em;
    display: block;
}

div.content-view-line div.class-comment
{
    border: 1px solid #EAE8E1;
    padding: 0.5em 0.5em 0.25em 0.5em;
    margin: 1em 0 1em 0;
}

div.content-view-line div.class-comment div.attribute-byline
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

div.content-view-line div.class-comment p.author
{
    float: right;
    clear: right;
    width: 48%;
    display: block;
    text-align: right;
    margin-top: -0.1em;
    font-style: italic;
}

div.content-view-line div.class-comment p.date
{
    float: left;
    clear: left;
    width: 48%;
    display: block;
    margin: 0 0.2em 0 0.2em;
    color: #CCCCCC;
    font-size: 0.9em;
}

/* ARTICLE (main-page)*/

table.news div.class-article-mainpage div.attribute-image img {
    padding: 1px !important;
	border: 2px solid #d4d2c8 !important;
	border: 2px solid #FFF !important;
	padding: 1px;
}


div.content-view-full div.class-article-mainpage div.attribute-short {
    font-weight: bold;
}

table.news div.content-view-line div.class-article-mainpage div.attribute-short {
    font-weight: normal;
	width: 375px;
	float: right;
	clear: right;
	color: #000;
}

table.news div.content-view-line div.class-article-mainpage div.attribute-short > p,
table.news div.content-view-line div.class-article-mainpage div.attribute-short a {
	color: #000;	
}

div.content > div.vertically_listed_sub_items div.content-view-line div.class-article-mainpage div.attribute-image img {

}

div.content > div.vertically_listed_sub_items div.content-view-line div.class-article-mainpage div.attribute-short {
	font-weight: normal;
}

div.content-view-full div.class-article-mainpage div.class-article-mainpage-box div.attribute-short {
	font-weight: normal;
}

div.content > div.vertically_listed_sub_items div.content-view-line div.class-article-mainpage div.class-article-mainpage-box {
	width: 480px;
	float: right;
	clear: right;
}

/*
div.content-view-line div.class-article-mainpage div.attribute-short {
	color: #0066B1;
}
*/

div.content-view-line div.class-article-mainpage div.attribute-short div a {
/*	border-top: 2px dotted #0066B1;		*/
	color: #000;
	font-weight:bold;
}
	
div.content-view-full div.class-article-mainpage div.attribute-header h1
{
    background: none;
    padding-bottom: 0;
    margin-bottom: 0.25em;
}

div.content-view-full div.class-article-mainpage div.attribute-byline
{
    padding-bottom: 10px;
    margin-bottom: -0.25em;
    display: block;
}

div.content-view-full div.class-article-mainpage div.pagenavigator
{
    padding-bottom: 25px;
}

div.attribute-article-index
{
    float: right;
    clear: right;
    width: 14em
}
/* BLOG */

div.class-blog
{
    width: auto; /* This can be changed to any fixed width if desired */
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
}

div.columns-blog
{
    padding: 0 17em 0 0;
}

div.main-column-position
{
    width: 100%;
    float: left;
}

div.noextrainfo div.main-column
{
    margin-right: 0;
}

div.extrainfo-column-position
{
    width: 17em;
    margin-right: -17em;
    float: left;
}

div.columns-blog div.main-column
{
    margin: 0 0.25em 0 0; /* Space between main and other columns */
}

div.class-blog div.attribute-byline p.tags
{
    margin-right: 0.2em;
    display: inline;
    font-size: 0.9em;
}

div.class-blog div.attribute-byline p.author
{
    margin-right: 0.2em;
    display: inline;
    font-size: 0.9em;
}

div.class-blog div.attribute-byline p.date
{
    margin: 0 0.2em 0 0;
    display: inline;
    color: #CCCCCC;
    font-size: 0.9em;
}

div.content-view-line div.class-blog-post div.attribute-header a
{
    text-decoration: none;
    color: #000000;
}

div.content-view-line div.class-blog-post div.attribute-header a:hover
{
    color: #000000;
}

/* BLOG - CALENDAR*/

div.calendar
{
   width: 195px;
   background-color: #f4f4f4;
}

div.calendar div.calendar-tl
{
    background: url(../images/calendar-corner-tl.gif) no-repeat top left;
}

div.calendar div.calendar-tr
{
    background: url(../images/calendar-corner-tr.gif) no-repeat top right;
}

div.calendar div.calendar-bl
{
    background: url(../images/calendar-corner-bl.gif) no-repeat bottom left;
}

div.calendar div.calendar-br
{
    background: url(../images/calendar-corner-br.gif) no-repeat bottom right;
    padding: 6px;
}

div.calendar div.content
{
    background-color: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

div.calendar div.month h2
{
    font-size: 1em;
    font-weight: bold;
    color: #525345;
    margin: 0 0 0.25em 0;
    padding-top: 3px;
    text-align: center;
}

div.calendar div.month a
{
    color: #525345;
    text-decoration: none;
}

div.calendar div.previous, div.calendar div.next
{
    font-weight: bold;
    margin: 0 4px 0 4px;
    padding-top: 0.1em;
    display: inline; /* Fix for IE */
}

div.calendar div.previous
{
    float: left;
}

div.calendar div.next
{
    float: right;
}

div.calendar div.previous p, div.calendar div.next p
{
    display: inline;
}

div.calendar div.table
{
    padding: 4px;
}

div.calendar table
{
    width: 100%;
}

div.calendar th, div.calendar td
{
    color: #525345;
    width: 14%;
    padding: 0.25em 0 0.25em 0;
    border: 1px solid;
    border-color: #ffffff #e0e0e0 #e0e0e0 #ffffff;
    text-align: center;
}

div.calendar th
{
    font-size: 0.8em;
    font-weight: normal;
}

div.calendar td
{
    font-size: 0.9em;
    font-weight: normal;
}

div.calendar th.left, div.calendar td.left
{
    border-left: none;
}

div.calendar th.right, div.calendar td.right
{
    border-right: none;
}

div.calendar tr.top th
{
    border-top: none;
}

div.calendar tr.bottom td
{
    border-bottom: none;
}

div.calendar td a
{
    text-decoration: none;
}

div.calendar td.today
{
    font-weight: bold;
    color: #d02020;
}

div.calendar td.currentselected
{
    background-color: #e0e0e0;
}

div.calendar td em
{
    font-style: normal;
}

/* DOCUMENTATION PAGE */

div.content-view-full div.class-documentation-page div.attribute-byline
{
    clear: both;
    font-size: 0.85em;
    font-weight: bold;
    background-image: url(../images/attribute_header_bg_medium.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 4em;
    padding-top: 10px;
    margin-top: 2em;
}

div.content-view-full div.class-documentation-page div.attribute-byline p
{
    display: inline;
}

div.content-view-full div.class-documentation-page div.attribute-byline p.published
{
    text-align: left;
    float: left;
    width: 48%;
}

div.content-view-full div.class-documentation-page div.attribute-byline p.modified
{
    text-align: right;
    float: right;
    width: 48%;
}

/* LINK */

div.content-view-line div.class-link div.controls
{
    margin-bottom: 0.75em;
}

/* EDIT */

div.content-edit div.attribute-header h1.long
{
    padding-bottom: 46px;
}

div.content-edit div.attribute-language
{
    margin-top: -43px;
    margin-bottom: 20px;
    padding-left: 2px;
}

/* EDIT - MULTIOPTION */

div.block table.special
{
    border-bottom: 1px solid #EAE8E1;
    margin-bottom: 0.5em;
}

div.block table.special th.tight
{
    width: 3%;
    text-align: left;
}

div.block table.special th
{
    width: 94%;
    text-align: left;
}


/* EVENT */

div.class-event div.attribute-image img
{
    padding: 1px !important;
	border: 2px solid #d4d2c8 !important;
}


/* FILE */

div.content-view-line div.class-file h2
{
    background-image: url(../images/attribute_header_bg_medium.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    margin-bottom: -0.5em;
}

div.content-view-line div.class-file div.attribute-file
{
    background-color: #F1F2ED;
    padding: 0.1em 0 0.1em 0.5em;
}

div.content-view-line div.class-file
{
    margin-bottom: 2em;
}

/* INFOBOX */

div.infobox div.controls
{
    padding-top: 0.5em;
    text-align: right;
    border-top: 1px dotted #EAE8E1;
}

/* GALLERY */

div.content-view-children div.content-view-line
{
    clear: left;
	margin: 3px 0px;
}

div.content-view-full div.class-gallery div.attribute-link
{
    clear: both;
}

div.content-view-full div.class-gallery div.content-view-galleryline
{
    border: 1px solid #EFEEE9;
    margin: 0 1.25em 1em 1px;
    padding: 5px;
    float: left;
	height: 145px;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image img{	
	margin: 0 auto !important;
	border: none !important;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image
{
    float: none;
    margin: 0;
    padding: 0;
	margin-left: -2px;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image p
{
    margin: 0;
    padding: 0;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image img
{
    display: block;
    margin: 0;
    padding: 0;
	border: 2px solid #D4D2C8 !important;
	padding: 1px;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-image a
{
    margin: 0;
    padding: 0;
    display: inline;
}

div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-name
{
    border-top: 1px solid #EFEEE9;
    /*background-image: url(../images/img_caption_bg.png); 
    background-position: left top;
    background-repeat: repeat-x;*/
    padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
	font-size: 11px;
	
}
div.content-view-full div.class-gallery div.content-view-galleryline div.attribute-name p
{
    margin: 0;
    padding: 0.5em 0 0.4em 0;
}

div.content-view-full div.class-gallery div.content-view-children
{
    margin:0;
    padding: 0 0 10px 0;
    float:left;
    width: 100%;
    clear: both;
}

div.content-view-embed div.class-gallery div.content-view-children
{
    background: none;
}

/* FACTBOX */

div.factbox
{
    width: 224px;
}

div.factbox-header
{
    margin-bottom: 0;
}

div.factbox-header .box-content {
	text-align: center;
	padding-top: 7px;
}

div.factbox-header h2
{
    margin: 1px 0px 3px 0px;
    padding: 0;    	
	font: 15px Georgia;	
	position: relative;
	color: #331F09;
	margin-left: -2px;
	padding: 0;
	text-align: left;	
}

div.factbox-header h2 span{
	position: absolute;
	top: -2px;
	left: -2px;
	color: #FFFFFF;
}

div.factbox-header div.border-tl
{
   /* background-image: url(../images/factbox-header/border-tl.gif); */
   background-image: none;
}

div.factbox-header div.border-tr
{
   /* background-image: url(../images/factbox-header/border-tr.gif); */
   background-image: none;
}

div.factbox-header div.border-tc
{
   /* background-image: url(../images/factbox-header/border-tc.gif);*/
   background-image: none;
}

div.factbox-header div.border-ml
{
    /*background-image: url(../images/factbox-header/border-ml.gif);*/
	background-image: none;
}

div.factbox-header div.border-mr
{
    /*background-image: url(../images/factbox-header/border-mr.gif);*/
	background-image: none;
}

div.factbox-header div.border-mc
{    
    padding: 0 6px 0 6px;
	width: 224px;
	height: 33px;
}



div.factbox-header div.border-bl
{
    /*background-image: url(../images/factbox-header/border-bl.gif);*/
	background-image: none;
}

div.factbox-header div.border-br
{
    /*background-image: url(../images/factbox-header/border-br.gif);*/
	background-image: none;
}

div.factbox-header div.border-bc
{
    /*background-image: url(../images/factbox-header/border-bc.gif);*/
	background-image: none;
}

div.factbox-content div.attribute-image
{
    margin: 0.5em 0.5em 0.5em 0;
    float: left;
}

div.factbox-content td {
	padding: 4px 0px;
}

div.factbox-content td a {
	color: #4A884E;
	font-weight: bold;
	font-size: 11px;
	background: url(../images/list_bullet.gif) no-repeat left 4px;
	padding-left: 12px;
}

div.factbox-content div.border-tl
{
    /*background-image: url(../images/factbox/border-tl.gif);*/
	background-image: none;
}

div.factbox-content div.border-tr
{
    /*background-image: url(../images/factbox/border-tr.gif);*/
	background-image: none;
}

div.factbox-content div.border-tc
{
    /*background-image: url(../images/factbox/border-tc.gif);*/
	background-image: none;
}

div.factbox-content div.border-ml
{
    /*background-image: url(../images/factbox/border-ml.gif);*/
	background-image: none;
}

div.factbox-content div.border-mr
{
    /*background-image: url(../images/factbox/border-mr.gif);*/
	background-image: none;
}

div.factbox-content div.border-mc
{
    /*background: #ECECE3 url(../images/factbox/border-mc.gif) repeat-x top left;*/
	background: none;
    padding: 3px 6px 3px 6px;
}

div.factbox-content div.border-bl
{
    /*background-image: url(../images/factbox/border-bl.gif);*/
	background-image: none;
}

div.factbox-content div.border-br
{
    /*background-image: url(../images/factbox/border-br.gif);*/
	background-image: none;
}

div.factbox-content div.border-bc
{
    /*background-image: url(../images/factbox/border-bc.gif);*/
	background-image: none;
}

/* FRONTPAGE */

div.content-view-full div.class-frontpage
{
    padding: 0;
}

div.content-view-full div.class-frontpage div.attribute-billboard
{
    text-align: left;
    margin-top: 0em;
    padding-top: 0.25em;
    background-color: #FFFFFF;
    background-image: url(../images/billboard_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 22px;
}

div.content-view-full div.class-frontpage div.attribute-billboard img
{

}

div.content-view-full div.class-frontpage div.columns-frontpage
{
    /*padding: 0 246px 0 246px;*/
	padding: 0;
}

div.content-view-full div.class-frontpage #left_side {
	float: left;
	width: 210px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 11px;
}

.current_node_id_2 div.content-view-full div.class-frontpage #left_side {
	padding-bottom: 0px;
	margin-right: 3px;
}

div.content-view-full div.class-frontpage #right_side {
	float: left;
	width: 517px;
	background: linear-gradient(to bottom, #F9FAFF 2%, #F3F4F9 3%) repeat scroll 0% 0% transparent;
}

div.content-view-full div.class-frontpage #right_side .object-left {
	float: none;
}


div.content-view-full div.class-frontpage #middle_side {
        clear: both;
        width: 688px;
}

div.content-view-full div.noleftcolumn div.columns-frontpage
{
    padding-left: 0;	
}

/*
.uni-bottom-line {
	display: none;
	background: url(../images/content_bottom.jpg) repeat-x left top;
	width: 942px;
	height: 6px;
	z-index: 0;	
	zoom: 1;
	position: absolute;
	bottom: 0px;
	clear: both;
}
*/
.current_node_id_2 .uni-bottom-line-left-bottom {
	background: url(../images/left_bottom.jpg) no-repeat left top;
	position: absolute;
	left: 0px;
	bottom: -8px;
	z-index: 8999;
	height: 6px;
	width: 177px;
	display: none;
	bottom: 0px;
}

.current_node_id_2 .uni-bottom-line-right-bottom {
	background: url(../images/right_bottom.jpg) no-repeat left top;
	position: absolute;
	right: 0px;
	bottom: -8px;
	z-index: 8999;
	height: 6px;
	width: 115px;
	display: none;
	bottom: 0px;
}

.current_node_id_2 .uni-bottom-line-left-bottom {
	display: none;
}

.current_node_id_2 .uni-bottom-line-right-bottom {
	display: none;
}

.current_node_id_2 div.content-view-full div.columns-frontpage .uni-bottom-line {
	float: left;
	margin-top: -6px;
}

div.content-view-full div.norightcolumn div.columns-frontpage
{
    padding-right: 0;
	
}

div.content-view-full div.columns-frontpage {
	position: relative;		
}

div.content-view-full div.class-frontpage div.columns-frontpage div.left-column-position
{
    width: 246px;
    margin-left: -246px;
    float: left;
    display: inline; /* Fix for IE double margin bug */
}

div.content-view-full div.noleftcolumn div.columns-frontpage div.left-column-position
{
    display: none;
}

div.content-view-full div.leftcolumn div.columns-frontpage div.left-column-position div.left-column
{
    margin-right: 1em;
}

div.content-view-full div.class-frontpage div.columns-frontpage div.right-column-position {
    width: 210px;
    float: left;		
	margin-top: -1px;		
	position: relative;
        background-color: #fff;
	/* background: #FFFFFF url(../images/right_bg.jpg) no-repeat right bottom; */
	padding-bottom: 100px;
	overflow: hidden;
}


.current_node_id_2 div.content-view-full div.class-frontpage div.columns-frontpage div.right-column-position 
{
	background: #ffffff /* url(../images/patron_right.jpg) no-repeat left bottom */;
	z-index: 2;
}

div.content-view-full div.norightcolumn div.columns-frontpage div.right-column-position
{
    display: none;
}

div.content-view-full div.rightcolumn div.right-column-position div.right-column {
	font-size: 11px;
}

div.content-view-full div.rightcolumn div.columns-frontpage div.right-column-position div.right-column
{
    margin-left: 3px;
	overflow: hidden;
	padding-top: 0px;	
	margin-top: 5px;
}

div.content-view-full div.class-frontpage div.columns-frontpage div.center-column-position
{
    width: 100%;
    float: left;
	background-color: #ffffff;
    margin-top: -1px;
	padding-top: 20px; 

}

div.center-column-position {
	width: 730px !important;
}

/* Faculties style */

.current_node_id_15105 div.center-column-position {
	margin-right: 0px;
	width: 940px !important;
}

.current_node_id_15105 div.center-column-position #right_side img {
	border: none;
	padding: 1px;
}

.current_node_id_15105 div.center-column-position #right_side .contentbox {
	width: 96%;
	background: none;
}

.current_node_id_15105 div.center-column-position #right_side .contentbox .content {
	width: 96%;
}

.current_node_id_15105 div.center-column-position #right_side .contentbox .top {
	display: none;
}

.current_node_id_15105 div.center-column-position #right_side .contentbox .bottom {
	display: none;
}

/* News style */
.front_page_two_column div.center-column-position #right_side,
.current_node_id_15105 div.center-column-position #right_side{
	width: 96% !important;
	padding: 10px 20px 20px 20px;
}

.front_page_two_column div.center-column-position #right_side{
	padding: 0px 20px 20px 15px;
}

div.content-view-full div.noleftcolumn div.columns-frontpage div.center-column-position div.center-column
{
    margin-left: 0;
    padding-right: 0;
}

div.content-view-full div.norightcolumn div.columns-frontpage div.center-column-position div.center-column
{
    margin-right: 0;
    padding-left: 0;
}

div.content-view-full div.class-frontpage div.columns-frontpage div.center-column-position div.center-column
{
    margin: 0; /* Space between main and other columns */
	margin-top: -20px;
}

div.content-view-full div.class-frontpage div.attribute-bottom-column
{
    clear: both
}

/* USER EDIT */

div.user-edit div.attribute-header h1
{
    font-size: 1.8em;
    font-weight: normal;
    background-image: url(../images/attribute_header_bg_long.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    color: #000000;
    margin-bottom: -0.25em;
}

/* PRODUCT */

div.content-view-embed div.content-view-line div.class-product
{
    clear: none;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-line
{
    clear: both;
	margin: 3px 0px;
}

div.content-view-full div.class-product div.relatedorders
{
    background-image: url(../images/attribute_header_bg_medium.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 20px;
    padding-top: 5px;
}

div.content-view-full div.class-product div.attribute-price
{
    font-size: 1.4em;
}

div.content-view-line div.class-product div.attribute-price
{
    font-size: 1.1em;
    font-weight: bold;
}

div.products div.content-view-embed div.class-product div.attribute-price
{
    font-size: 1.1em;
    font-weight: normal;
}

div.horizontally_listed_sub_items div.content-view-embed div.class-product div.attribute-price
{
    font-size: 1.1em;
    font-weight: normal;
}

div.content-view-embed div.class-product div.attribute-price
{
    font-size: 1.1em;
    font-weight: normal;
}

div.content-view-embed div.class-product div.attribute-price span.old-price
{
    font-weight: normal;
    font-size: 0.9em;
}

div.content-view-embed div.class-product div.attribute-price span.new-price
{
    font-weight: normal;
    font-size: 1.1em;
}

div.content-view-embed div.class-product div.attribute-price span.discount-percent
{
    font-weight: normal;
}

div.content-view-line div.class-product div.attribute-price p.ex-vat
{
    display: none;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-line div.class-product div.attribute-image
{
    float: right;
    clear: right;
    margin-left: 0.5em;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems
{
    text-align: center;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems div.class-product div.attribute-image
{
    float: none;
    margin: 0;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems div.class-product h2
{
    padding-left: 0;
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 10px;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems div.class-product div.attribute-price
{
    font-size: 1.2em;
}

/* PRODUCT - Productbox-header */

div.productbox-header
{
    margin-bottom: 0;
    margin-left: 0.25em;
    margin-right: 0.25em;
}
div.productbox-header div.border-tl
{
    background-image: url(../images/productbox-header/border-tl.gif);
}

div.productbox-header div.border-tr
{
    background-image: url(../images/productbox-header/border-tr.gif);
}

div.productbox-header div.border-tc
{
    background-image: url(../images/productbox-header/border-tc.gif);
}

div.productbox-header div.border-ml
{
    background-image: url(../images/productbox-header/border-ml.gif);
}

div.productbox-header div.border-mr
{
    background-image: url(../images/productbox-header/border-mr.gif);
}

div.productbox-header div.border-mc
{
    background: #fff;
    text-align: center;
}

div.productbox-header div.border-bl
{
    background-image: url(../images/productbox-header/border-bl.gif);
}

div.productbox-header div.border-br
{
    background-image: url(../images/productbox-header/border-br.gif);
}

div.productbox-header div.border-bc
{
    background-image: url(../images/productbox-header/border-bc.gif);
}

/* PRODUCT - Productbox */

div.productbox
{
    margin-left: 0.25em;
    margin-right: 0.25em;
}

div.productbox a
{
    font-weight: bold;
}

div.productbox div.border-tl
{
    background-image: url(../images/productbox/border-tl.gif);
}

div.productbox div.border-tr
{
    background-image: url(../images/productbox/border-tr.gif);
}

div.productbox div.border-tc
{
    background-image: url(images/productbox/border-tc.gif);
}

div.productbox div.border-ml
{
    background-image: url(../images/productbox/border-ml.gif);
}

div.productbox div.border-mr
{
    background-image: url(../images/productbox/border-mr.gif);
}

div.productbox div.border-mc
{
    background: #fff url(../images/productbox/border-mc.gif) repeat-x top left;
    text-align: center;
}

div.productbox div.border-bl
{
    background-image: url(../images/productbox/border-bl.gif);
}

div.productbox div.border-br
{
    background-image: url(../images/productbox/border-br.gif);
}

div.productbox div.border-bc
{
    background-image: url(../images/productbox/border-bc.gif);
}

/* EMBED - HIGHLIGHTED OBJECT */

div.highlighted_object
{
    background-image: url(../images/highlighted_object_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 9px;
}

div.highlighted_object h2
{
    margin-top: 0;
    color: #525345;
    font-size: 1.4em;
    font-weight: normal;
}

div.highlighted_object h2 a
{
    color: #525345;
}

/* EMBED - ITEMIZED SUB ITEMS */

div.itemized_sub_items
{
    Xwidth: 18em;	
}

div.itemized_sub_items div.content-view-embed h2
{
    padding-left: 0.75em;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0;
}

div.itemized_sub_items div.content-view-embed h2 a
{
    color: #535548;
    text-decoration: none;
}

div.itemized_sub_items div.content-view-embed ul
{
    margin: 0;
}

div.itemized_sub_items div.content-view-embed ul li
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background-image: none;
}

div.itemized_sub_items div.content-view-embed ul li a
{
    background-image: url(../images/sidemenu_bullet.png);
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    font-size: 0.9em;
}

div.itemized_sub_items div.content-view-embed div.attribute-byline
{
    margin: 0 0 0 17px;
    font-size: 0.9em;
    padding: 0;
    background: none;
    font-weight: normal;
}

/* EMBED - ITEMIZED SUBTREE ITEMS */

div.itemized_subtree_items
{
    width: 18em;
}

div.itemized_subtree_items div.content-view-embed h2
{
    padding-left: 0.75em;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0;
}

div.itemized_subtree_items div.content-view-embed h2 a
{
    color: #535548;
    text-decoration: none;
}

div.itemized_subtree_items div.content-view-embed ul
{
    margin: 0;
}

div.itemized_subtree_items div.content-view-embed ul li
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background-image: none;
}

div.itemized_subtree_items div.content-view-embed ul li a
{
    background-image: url(../images/sidemenu_bullet.png);
    background-position: 0.2em 0.5em;
    background-repeat: no-repeat;
    padding-left: 18px;
    display: block;
    font-size: 0.9em;
}

/* EMBED - VERTICALLY LISTED SUB ITEMS */

.news div.vertically_listed_sub_items div.content-view-embed div.content-view-children {
	padding-left: 1px;
	padding-right: 1px; /*for hot news in 1st page*/
}
.news div.vertically_listed_sub_items div.content-view-embed > div {
	width: 500px;
	padding: 0 8px;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-children {    
	padding-left: 15px;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-children div.class-link
{   	
	font-size: 1.2em;
	padding-left: 10px;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-children div.content-view-line h2
{
	margin-left: -15px;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-children div.separator
{
    display: none;
}

div.vertically_listed_sub_items
{
    margin-bottom: 0.5em;
}

div.vertically_listed_sub_items div.content-view-embed h2
{    
    font-size: 12px; 
    font-weight: normal;
}

div.vertically_listed_sub_items div.content-view-embed div.content-view-line h2
{
    padding-left: 0;
    font-size: 0.8em;
}

.news div.vertically_listed_sub_items div.content-view-embed div.content-view-line {
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C4DCFF;
}

/* EMBED - VERTICALLY LISTED NEWS */

div.vertically_listed_news a
{   	
	font-size: 11px;
}

/* EMBED - HORIZONTALLY LISTED SUB ITEMS */

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems
{
    text-align: left;
}

div.horizontally_listed_sub_items div.content-view-embed div.split-content
{
    font-size: 0.85em;
}

div.horizontally_listed_sub_items div.content-view-embed h2
{
    padding-left: 1em;
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0.25em;
}

div.horizontally_listed_sub_items div.content-view-embed div.content-view-horizontallylistedsubitems h2
{
    padding-left: 0;
    font-size: 1.2em;
}

/* POLL STYLES */

div.poll-result td.poll-resultbar td.poll-percentage, div.poll-result td.poll-resultbar td.poll-votecount
{
    font-style: italic;
    font-size: 85%;
}

div.poll-result td.poll-resultbar td.poll-percentage
{
    text-align: left;
}

div.poll-result td.poll-resultbar td.poll-votecount
{
    text-align: right;
}

div.poll-result p
{
    font-weight: bold;
}

div.poll-result div.chart-bar-resultbox
{
    margin: 0.5em 0 0.5em 0;
    width: 100%;
}

div.poll-result div.chart-bar-resultbar
{
    height: 14px;
}

div.poll-result td.poll-resultname
{
    padding-right: 5px;
}

div.poll-result td.poll-resultbar
{
    padding-left: 5px;
}

div.poll-result td.poll-resultbar table
{
    width: 300px;
}

div.poll-result div.chart-bar-resultbox
{
    background-color: #eeeeee;
}

div.poll-result div.chart-bar-resultbar
{
    background-color: #444;
}


div.content-poll-results
{
    width: 100%;
}

div.content-poll-results ul
{
    margin-left: 0;
}

div.content-poll-results li
{
    list-style-type: none;
}

div.content-poll-results span.option
{
    font-weight: bold;
    float: left;
}

div.content-poll-results span.votes
{
    font-weight: normal;
}

div.content-poll-results span.value
{
    font-weight: bold;
    margin-top: 1.7em;
    float: right;
}

div.content-poll-results div.resultblock
{
    width: 100%;
    margin: -1.2em 0 0.5em 0;
    float: left;
}

div.content-poll-results div.resultedge-start
{
    padding-right: 4em;
}

div.content-poll-results div.resultedge-end
{
    border: 1px solid black;
}

div.content-poll-results div.resultbox
{
    background-color: #bcbbaf;
    width: 100%;
}

div.content-poll-results div.resultbar
{
    background-color: #4b7198;
    height: 20px;
}

div.content-poll-results div.result-divider
{
    height: 20px;
}

/* QUOTE */

div.quote
{
    background-image: url(../images/quote-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 19px;
}

div.quote-design
{
    padding-bottom: 19px;
    background-image: url(../images/quote-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1em;
}

div.quote-design p.author
{
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
}

/* SEPARATOR */

div.separator
{
    height: 1px;
    clear: both;
	border-bottom: 1px solid #FF9C9C;
	margin: 0px 5px 10px 5px;
}

/* SPLIT THREE */

div.split
{
    clear: both;
}

div.split-content
{
    border: none;
}

div.split div.three-left
{
    width: 31%;
    float: left;
}

div.split div.three-right
{
    width: 31%;
    float: right;
}

div.split div.three-center
{
    margin: 0 35% 0 35%;
}

div.break
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}

/* AGENDA */

div#ezagenda_calendar_left
{
    width: 228px;
    float: left;
}

div#ezagenda_calendar_container {
    width: 228px;
    text-align: center;
}

div#ezagenda_calendar_container h5{
	text-align: left;
	float: left;
	font: 12px Georgia;
	color: #E69802; 
	font-weight: bold;
	font-style: italic;
	margin-right: 10px;
}

div#ezagenda_calendar_container div.border-box div.border-tl
{
    background: transparent url(../images/agendabox/border-tl.gif) no-repeat scroll left top;
}

div#ezagenda_calendar_container div.border-box div.border-tr
{
    background:transparent url(../images/agendabox/border-tr.gif) no-repeat scroll right top;
}

div#ezagenda_calendar_container div.border-box div.border-tc
{
    background:transparent url(../images/agendabox/border-tc.gif) repeat-x scroll left top;
}

div#ezagenda_calendar_container div.border-box div.border-ml
{
    background: transparent url(../images/agendabox/border-ml.gif) repeat-y scroll left center;
}

div#ezagenda_calendar_container div.border-box div.border-mr
{
    background:transparent url(../images/agendabox/border-mr.gif) repeat-y scroll right center;
}

div#ezagenda_calendar_container div.border-box div.border-mc
{
    background:#F4F4F4 url(../images/agendabox/border-mc.gif) repeat-x scroll left top;
    padding: 0.25em 0 0.25em 0;
}

div#ezagenda_calendar_container div.border-box div.border-bl
{
    background: transparent url(../images/agendabox/border-bl.gif) no-repeat scroll left bottom;
}

div#ezagenda_calendar_container div.border-box div.border-br
{
    background: transparent url(../images/agendabox/border-br.gif) no-repeat scroll right bottom;
}

div#ezagenda_calendar_container div.border-box div.border-bc
{
    background:transparent url(../images/agendabox/border-bc.gif) repeat-x scroll left bottom;
}

div#ezagenda_calendar_container table {
	margin: auto;
    text-align: left;
    font-size: 0.85em;
	position: relative;
}

div#ezagenda_calendar_container table th
{
    font-weight: bold;
    text-align: center;
    height: 15px;	
}

div#ezagenda_calendar_container table th .calendar_heading_date {
	color: #1F4A7F;  
	font: 11px Georgia;
	text-align: left;
	float: left;
	margin-top: 10px;	
    margin-bottom: 6px;
	padding-left: 3px;
} 

div#ezagenda_calendar_container table th .calendar_heading_prev {
	width:30px;
	float: left;
	text-align: left;
	padding-top: 3px;
	margin-top: 10px;	
}

div#ezagenda_calendar_container table th .calendar_heading_prev a {
	display: block;	
	background: url(../images/calendar_arrow_blue_left.png) no-repeat left top;
	height: 9px;
	text-indent: -9999px;	
	margin-left:15px;
	height:20px;
}

div#ezagenda_calendar_container table th .calendar_heading_next {
	width:40px;
	float: left;
	padding-top: 3px;
	margin-top: 10px;	
}

div#ezagenda_calendar_container table th .calendar_heading_next a {
	display: block;
	background: url(../images/calendar_arrow_red_right.png) no-repeat left top;
	height: 9px;
	text-indent: -9999px;
	margin-left:5px;
	height:20px;
}

div#ezagenda_calendar_container table th .full_day {
	float: right;
	position: relative;
}

div#ezagenda_calendar_container table th .full_day h1 {
	margin-bottom: 0px;
	margin-top: -5px; 
	margin-right: 1px; 
	font-size: 40px;
}

div#ezagenda_calendar_left div#ezagenda_calendar_container table th .full_day h1 {
	margin-right: 5px;
	font-size: 25px;
	color: #0167B2; 
}

div#ezagenda_calendar_container table th .full_day span {
	position: absolute;
	top: -3px; 
	right: 30px; 
	color: #FF7070;
	font: 12px Georgia;
}

.current_node_id_2 .right-column-position .right-column {
	padding-top: 0px !important;
	margin-top: 0px; 
}

div#ezagenda_calendar_container table .calendar_heading_days th {
	background: none;
	color: rgb(193,122,136);
}

div#ezagenda_calendar_container table td
{
    padding: 1px 8px; 
    text-align: center;
	font: 11px "Times New Roman";  
	color: #331F09;
}

div#ezagenda_calendar_container table td a  {
   	font: 11px; 
	color: #331F09;
}

div#ezagenda_calendar_container table .first_col
{
    border-left: 0px;
}

div#ezagenda_calendar_container table .last_col
{
    border-right: 0px;
}

div#ezagenda_calendar_container table  tr.calendar_heading th
{
    border: 0px;
	text-align: left;
	position: relative;
}

div#ezagenda_calendar_container table  tr.calendar_heading th a
{
    text-decoration: none;
}

div#ezagenda_calendar_container table td.ezagenda_selected
{
	
}

div#ezagenda_calendar_container tbody a{
	color: #331F09;
	border-bottom: 1px solid #048FFD;
	text-decoration: none;
}

div#ezagenda_calendar_container tbody a:hover{	
	border-bottom: none;
}

div#ezagenda_calendar_container table td.ezagenda_current, div#ezagenda_calendar_container table td.ezagenda_current a{
    color: #888;
//	background: url(../images/calendar-current.png) no-repeat center center;
	background: rgb(226,196,196);
}

/*
	new calendar style
*/
div#ezagenda_calendar_container table.table_dates {
	margin: 0;
}
div#ezagenda_calendar_container table.table_dates td {
	padding: 1px 0px;
}
div#ezagenda_calendar_container table.table_dates td li.ezagenda_current {
	background: #E2C4C4;
}
div#ezagenda_calendar_container table.table_dates ul.calendar_heading_days  {
	list-style-image:none;
	list-style-type:none;
	width:32px;
	padding:0px;
	margin:0px;
	float:left;
	background: none;
	color: #C17A88;
	width: 25px;
}
div#ezagenda_calendar_container table.table_dates ul.calendar_heading_days  li {
	text-align:left;
	padding-left: 4px;
	border-bottom:1px solid #BFC8D9;
	list-style-image:none;
	list-style-type: none;
	margin: 0;
}
div#ezagenda_calendar_container table.table_dates ul.calendar_dates{
	list-style-image:none;
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;
	width: 25px;
}
div#ezagenda_calendar_container table.table_dates ul.calendar_dates li {
	border-bottom:1px solid #BFC8D9;
	list-style-image: none;
	list-style-type: none;
	color: #999;
	margin: 0;
}
div#ezagenda_calendar_container table.table_dates ul.calendar_dates li:nth-child(n+6) {
	color: #C17A88;
}
div#ezagenda_calendar_container table.table_dates ul.calendar_dates li a {
	color: inherit;
	border: none;
	text-decoration: underline;
    text-decoration: underline #048FFD;
}
/*
	new calendar style ends
*/

div#ezagenda_calendar_right
{
    vertical-align: top;
    padding-left: 12px;
    margin-left: 225px;
}

.event-calendar-programview div#ezagenda_calendar_right
{
    margin-left: auto;
    padding: 0;
}
.event-calendar-programview .block .right
{
    text-align: right;
}


div#ezagenda_calendar_right table.ezagenda_month_event
{
    border: 1px solid #f1f1ed;
    margin-bottom: 5px;
    width: 99%;
       table-layout: fixed;
       border-collapse: collapse;
       vertical-align: top;
}

table.ezagenda_month_event td.ezagenda_month_label
{
    vertical-align: top;
    padding: 0;
    width: 70px;
}

table.ezagenda_month_event td.ezagenda_month_label h2
{
    border: 1px solid #d2d2c5;
    padding: 4px;
    color:#979797;
    font-size: 1.8em;
    font-weight: normal;
    width: 48px;
    margin: 9px 6px;
    background: #eeeee5 url(../images/date_bg.png) repeat-x scroll center bottom;
    text-align: center;
}

table.ezagenda_month_event td.ezagenda_month_label h2 span.ezagenda_month_label_date
{
    display: block;
}

table.ezagenda_month_event td.ezagenda_month_info
{
    vertical-align: top;
    padding-top: 8px;
}

table.ezagenda_month_event td.ezagenda_month_info h4, div#ezagenda_calendar_today div.ezagenda_day_event h4
{
    margin: 0;
    font-size: 1.1em;
	font-weight: normal;
}

table.ezagenda_month_event td.ezagenda_month_info p
{
    margin-top: 0;
    margin-bottom: 5px;
    clear: both;
}

table.ezagenda_month_event span.ezagenda_date
{
    float: left;
    margin-right: 6px;
}

div#ezagenda_calendar_today
{
    margin-top: 14px;
    width: 228px;
}

div#ezagenda_calendar_today div.ezagenda_day_event
{
    border: 1px solid #f1f1ed;
    margin-bottom: 4px;
    padding: 7px;
}


span.ezagenda_keyword
{
    display: block;
    font-size: 90%;
    color: #888;
}

span.ezagenda_date
{
    display: block;
    font-size: 90%;
    color: #555;
}

div.content-view-embed div#ezagenda_calendar_container {
	padding: 0px 12px;
	margin-top: -20px;
    width: auto;
	overflow: hidden;
	position: relative;
}

div#sidebar_calendar_today div {
    text-align: left;
    padding-left: 10px
}

div#sidebar_calendar_today a
{
    display: block;
    text-decoration: none;
    position: relative;
	color: #331F09;
}

div#sidebar_calendar_today a:hover
{
	text-decoration: underline;
}

div#sidebar_calendar_today a span.ezagenda_date
{
    position: absolute;
    right: 10px;
    top: 0em;
}



/* CONTENTSTRUCTURE */

div#sidemenu div.contentstructure ul li a
{
    border: none;
}

div#sidemenu div.contentstructure ul
{
    margin: 0;
    padding: 0;
}

div#sidemenu div.contentstructure ul ul
{
    margin: 0.25em 0 0 0.5em;
}

div#sidemenu div.contentstructure ul ul ul
{
    margin: 0 0 0 1em;
}

div#sidemenu div.contentstructure li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-image: url(../images/left-line.gif);
    background-repeat: repeat-y;
    background-position: left;
}

div#sidemenu div.contentstructure ul ul div
{
    color: #000000;
    text-decoration: none;
    padding: 2px 0 2px 0;
}

div#sidemenu div.contentstructure li div a
{
    font-size: 0.9em;
    text-decoration: none;
    color: #000;
    padding: 0 2px 0 4px;
}

div#sidemenu div.contentstructure li.topchapter, div#sidemenu div.contentstructure li.topchapter-selected
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
    padding-left: 10px;
    background-image: url(../images/linklist-bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
}

div#sidemenu div.contentstructure li.topchapter-selected a
{
    color: #000;
    text-decoration: none;
}

div#sidemenu div.contentstructure li.currentnode a:hover
{

}

div#sidemenu div.contentstructure li.topchapter-selected li a
{
    font-weight: bold;
    color: #328F00;
    text-decoration: none;
}

div#sidemenu div.contentstructure li.topchapter-selected li a:hover
{

}

div#sidemenu div.contentstructure li.topchapter-selected li li a
{
    color: #0090FF;
    font-weight: normal;
    text-decoration: none;
}

div#sidemenu div.contentstructure li.topchapter-selected a:hover
{

}

div#sidemenu div.contentstructure li
{
    font-weight: normal;
}

div#sidemenu div.contentstructure li ul div
{
    background-image: url(../images/left-item.gif);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 8px;
}

div#sidemenu div.contentstructure li div.first
{
    background-image: url(../images/left-corner-top.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div#sidemenu div.contentstructure li.last
{
    background-image: url(../images/left-corner-end.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div#sidemenu div.contentstructure li.currentnode a, div#sidemenu div.contentstructure li.topchapter-selected li.currentnode a
{
    font-weight: bold;
    text-decoration: underline;
}

div#sidemenu div.contentstructure li.topchapter-selected li.currentnode ul a
{
    font-weight: normal;
    text-decoration: none;
}

div#sidemenu div.contentstructure li div a:hover, div#sidemenu div.contentstructure li.topchapter-selected li.currentnode ul a:hover
{

}

/* Diff styles */

div#diffview ul
{
    margin: 0 0 0.5em 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border-bottom: 1px solid #808080;
    display: block;
}

div#diffview li
{
    font-size: 0.85em;
    margin: 0 0.5em 0 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

div.attribute-view-diff
{
    padding: 0.25em;
    border: 1px solid #d7d7d2;
}

div.attribute-view-diff label
{
   color: #75756c;
}

div.attribute-view-diff-old
{
    padding-bottom: 0.25em;
    border-bottom: 1px dashed #bfbfb7;
}

div.attribute-view-diff-new
{
    padding-top: 0.25em;
}

ins
{
    color: #008000;
    text-decoration: none;
    border-bottom: 1px solid #00b000;
}

del
{
    color: #d98078;
    text-decoration: line-through;
}

ins:hover, del:hover
{
    background-color: #ffffff;
}

ins:hover
{
    color: #006000;
    border-bottom: none;
}

del:hover
{
    color: #852c25;
    text-decoration: none;
}

div.blockchanges ins, div.blockchanges del
{
    color: #000000;
    padding-left: 0.5em;
    text-decoration: none;
    border-bottom: none;
    display: block;
}

div.blockchanges ins
{
    border-left: 0.5em solid #008000;
}

div.blockchanges del
{
    border-left: 0.5em solid #d98078;
}

div.previous ins
{
    display: none;
}

div.previous del
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none
}

div.latest del
{
    display: none;
}

div.latest ins
{
    color: #000000;
    background-color: #ffff00;
    border-bottom: none;
    text-decoration: none;
}

/* BASKET */

div.shop-basket ul
{
    margin: 0;
    padding: 0;
}

div.shop-basket ul li
{
    display: block;
    float: left;
    margin-right: 1em;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}

div.shop-basket ul li.selected
{
    font-weight: bold;
}

/* SHOP - USERREGISTER */

div.shop-userregister ul
{
    margin: 0;
    padding: 0;
}

div.shop-userregister ul li
{
    display: block;
    float: left;
    margin-right: 1em;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
}

div.shop-userregister ul li.selected
{
    font-weight: bold;
}

/* SHOP - CONFIRMORDER */

div.shop-confirmorder ul
{
    margin: 0;
    padding: 0;
}

div.shop-confirmorder ul li
{
    display: block;
    float: left;
    margin-right: 1em;
    list-style-type: none;
    list-style-image: none;
    background: none;
    padding: 0;
}

div.shop-confirmorder ul li.selected
{
    font-weight: bold;
}

/* PRICE */

span.old-price
{
    text-decoration: line-through;
    font-size: 0.9em;
}

span.new-price
{
    color: #0290FF;
    font-weight: bold;
}

span.discount-percent
{
    font-size: 0.9em;
}

/* HISTORY */
div.content-history div.context-controls div.left
{
    width: 18%;
}

div.content-history div.context-controls div.right
{
    width: 80%;
    text-align: right;
}

div.content-history div.context-controls div.right input.button
{
    display: inline;
}

div#diffview div.context-toolbar div.block ul li
{
    background: none;
}

/* BASKET */

div.shop-basket ul li
{
    background-image: none;
}

div.shop-userregister ul li
{
    background-image: none;
}

/* BANNER */

div#banner {
	padding: 0;
	overflow: hidden;
	position: relative;
	zoom: 1;
	display: none;
	width: 727px;
	min-height: 131px;
	margin-top: -10px;
/*
	padding: 5px 10px 5px 14px;
	padding-top: 0px;
	overflow: hidden;
	position: relative;
	zoom: 1;
	display: none;
	width: 668px;
	min-height: 131px;
        text-align: center;
		*/
}

div#banner img {
	margin: 0px;
	padding: 0px;
	width: 727px;
}

#banner object {
	margin-left: -10px;
}

/* EVENTS */

div#events {
	min-height: 504px;
	width: 210px;
	float: left;
	position: relative;
	z-index: 8999;
	margin-top: 5px; 
}

div#events .top {
	height: 340px; 
	width: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
/*	background: url(../images/patron_left_top.jpg) no-repeat -10px top; */
	z-index: -1;
}

div#events .bottom {
	height: 144px; 
	width: 240px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/* background: url(../images/patron_left_bottom.jpg) no-repeat -10px bottom; */
	z-index: 0;
}

div#events br{
	margin-bottom: 6px;
}

div#events a {
  zoom: 1;
}

div#events h1{
/**  text-indent: -9999px;
  background: url(../images/123_godini_su.jpg) no-repeat 1px top; */
  margin: 0px;
  padding: 0px;
/**  height: 80px; */
  width: 220px;
  margin-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  zoom: 1;
}

div#events h2{
/**  text-indent: -9999px;
  background: url(../images/Actualno.jpg) no-repeat 1px top; 
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 220px;
  margin-bottom: 0px;
  cursor: pointer;
  zoom: 1; */
}

.en_EN div#events h1{
/**	background: url(../images/123_godini_su_en.jpg) no-repeat 1px top; */
       height: 76px;
}

.en_EN div#events h2{
/**	background: url(../images/Admission-en.jpg) no-repeat 1px top; */
}


div#events ul {
	padding: 0px;
	margin: 0px;
	margin: 10px;
}

div#events ul li {
  list-style: none;
  background: none;
  padding: 0px;
  color: #331F09;  
/*  border-bottom: 1px dotted #B19C82; */
  padding-bottom: 4px;
  margin-bottom: 3px;
  font-size: 11px;
}


div#events ul li h6{
  color: #897E71;
  font-size: 9px;
  margin-bottom: 0px;
}

div#events ul li p{
	margin: 0;
}

div#events ul li a{  
  color: #0066B1;  
  font-size: 11px;
}

div#events ul li a:hover {
	text-decoration: underline;
}

/* UPCOMMING EVENTS */

div.vertically_listed_upcomming_events ul {
	padding: 0px;
	margin: 0px;
	margin: 10px;	
	margin-right: 0px;
}

div.vertically_listed_upcomming_events ul li {
  list-style: none;
  background: none;
  padding: 0px;
  color: #331F09;  
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 10px;
}


div.vertically_listed_upcomming_events ul li h6{
  color: #000;
  font-weight: bold;
  font-size: 9px;
  margin: 0px;
  padding: 0px;
}

div.vertically_listed_upcomming_events ul li p{
  color: #897E71;
  margin: 0;
}

div.vertically_listed_upcomming_events ul li a{    
  font-size: 11px;
}

div.vertically_listed_upcomming_events ul li a:hover {
	text-decoration: none;
}


/* NEWS */

.current_node_id_2 .news {
	width: 517px;
	float: left;
	margin-left: -2px;
}

.current_node_id_2 .news .all_news {
	height: 15px;
	padding: 4px 0px;
	text-align: right;
	/* border-bottom: 1px dashed #B19C82;
	background: #F2F2ED;	didi - 08.10.2012 */
}

.current_node_id_2 .news .all {	
	color:#1F4A7F;
	height:15px;
	text-decoration:none;
	margin-right: 15px;
	background: url(../images/links_bullet.gif) no-repeat left 5px;
	padding-left: 8px;
	font-size: 10px;
}

.current_node_id_2 .news .all b {
	font-weight: normal;
	border-bottom:1px dashed #ECC576;
}

.current_node_id_2 .news .all:hover b {
	border-bottom: none;
}

.current_node_id_2 .news div.border-box {
	margin-bottom: 0px;
}

.current_node_id_2 .news div.content-view-children {
	margin-bottom: -7px;
}

.current_node_id_2 .news div.object-left {
	margin-top: -2px;
}

.current_node_id_2 .news h2 {
	background: rgba(193, 194, 195, 0.32);
	text-align: center;
	padding: 14px 0px 7px 0px;
}

.current_node_id_2 .news h2 span 
{
	color:#e3dcd2; 
	display:inline;
	padding:0;
	position:relative;
	font: 14px Arial;
	font-weight: bold;
}

.current_node_id_2 .news h2 span span {
	color: #ea2a2f; 
	position:absolute;
	top: -2px;
	left: -1px;
	font: 14px Arial;
	font-weight: bold;
}

.current_node_id_2 .news .content-view-line h2 
{
	background: none;
	height: auto;
	width: auto;
	text-align: left;
	padding-top: 0px !important;
	margin: 0px;
	font-size: 11px !important;		
	font-family: Verdana;
}

.current_node_id_2 .news .content-view-line {
	margin-bottom: 10px;
	overflow: hidden;
	margin-left: 5px;
	padding-bottom: 2px;
}

.current_node_id_2 .news .content-view-line-last {
	border-bottom: none;
}

.current_node_id_2 .news .content-view-line-last {
	margin-bottom: 0px;
}

.current_node_id_2 .news .content-view-line h2 a{
	color: #4A884E;
}

.current_node_id_2 .news .content-view-line h2 a:hover {
	text-decoration: none;
}

.current_node_id_2 .news div.box-3 div.border-tl {
	background-image: none;
}

.current_node_id_2 .news div.box-3 div.border-tr {
	background-image: none;
}

.current_node_id_2 .news div.box-3 div.border-tc {
	background-image: none;
}

.current_node_id_2 .news div.box-3 div.border-ml {
	background-image: none;
	overflow: hidden;
}

.current_node_id_2 .news div.box-3 div.border-mr {
	background-image: none;
}

.current_node_id_2 .news div.box-3 div.border-mc {
	background-image: none;
	background-color: transparent;
	padding: 0;
}

.current_node_id_2 .news div.box-3 div.border-bl {
	background-image: none;
}

.current_node_id_2 .news div.box-3 div.border-br {
	background-image: none;
}

.current_node_id_2 .news div.box-3 div.border-bc {
	background-image: none;
}

.current_node_id_2 .news div.class-article-mainpage div.attribute-image img {
	border: 2px solid #fff !important;
	padding: 1px;
}

/* QUICK LINKS */

.customh p {
	text-align: center;
}
.customh  a{
	color: #FF0000;
	font: 14px Georgia;
	font-weight: bold;
	text-transform: uppercase;
}

#quick_links  
{
	float: left;
	margin-top: 15px;
}

.content-view-full #quick_links ul {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 460px;
	padding-left: 10px;
}

.content-view-full #quick_links ul li {
	padding: 0px;
	margin: 0px;
}

#quick_links h1
{
	color: #331F09;
	font: 16px Georgia;
}

#quick_links li a
{
	color: #0066b1;	
        font-size: 11px;
}

#quick_links li {
/*	background: url(../images/list_bullet.gif) no-repeat left 4px; */
	padding-left: 8px;
	width: 217px; 
	float: left;
}

#quick_links li a:hover 
{
	text-decoration: none;
}

#quick_links h1 {
 font-family: Georgia;
 font-weight: bold;
 font-size: 16px;
 color: #ea2a2f;
 text-align: center;
}

/* FACTBOX */

#columns #sidemenu .links,
#columns #left_side .links,
#columns .right-column .links {
    width: 210px;
	text-align: center;
	overflow: hidden;
}

/* latchezar tzvetkoff @ 23.10.2008 -- hack for the embedded inline stuff */
/*
.content-view-embed .links {
	width: 404px !important;
}
*/

/* latchezar tzvetkoff @ 29.10.2008 -- fixed side menus */
/*
.object-left.itemized_sub_items .content-view-embed {
	width: 224px !important;
}
.object-left.itemized_sub_items .content-view-embed .class-folder.links.nobox {
	width: 222px !important;
}
*/

#columns .links .links {
	margin-left: 13px;
}

#columns .factbox_links .links {
	margin-left: 0px !important;
}

#columns .links h2
{    	
    	font: bold 13px Arial;	
	color: #ea2a2f;
}

#columns .links h2 a
{
	color: #EA2A2F;
	text-decoration: none;
	font: bold 13px Arial;
	padding-left: 5px;
	padding-right: 5px;
}

#columns .links h2 span
{
	position: absolute;
	top: -5px;
	left: -1px;
	color: #ea2a2f;
	font: 14px Arial;
	font-weight: bold;
}

#columns #sidemenu .links .h_wrapper, #columns .right-column .links .h_wrapper {
	width: 210px;
	overflow: hidden;
	background: none repeat scroll 0% 0% rgba(185, 186, 188, 0.27);
	padding: 10px 0px 3px 0px;
}

#columns #sidemenu .links .big_h_wrapper, #columns .right-column .links .big_h_wrapper
{
    background: url(../images/right_title_wide_bg.jpg) no-repeat top left;
    padding: 7px 16px;
    width: 197px;
    height: 44px;
    margin-bottom: 0px;	
}

#columns #left_side .links .h_wrapper {
	background: none repeat scroll 0% 0% rgba(193, 194, 195, 0.32);
	overflow: hidden;
	width: 209px;
	padding: 10px 0px 3px;
}

#columns #left_side .links .big_h_wrapper
{
    background: url(../images/left_title_wide_bg.jpg) no-repeat top left;
    padding: 7px 16px;
    width: 197px;
    height: 44px;
    margin-bottom: 0px;
}


#columns .links .big_h_wrapper h2 {
	display: block;
	padding-top: 3px;	
	position: relative;
	zoom: 1;
}

#columns .links .big_h_wrapper h2 span {
	left: 4px;	
	top: 1px;
	width: 197px;
	position: absolute;	
	zoom: 1;	
}

#columns .links ul  {
	padding-left: 10px;
	text-align: left;
	margin: 0px;
	margin-bottom: 10px;
}

#columns .links ul li ul {
	margin-bottom: -5px;
}

#columns .links ul li 
{
/*	background-image: none; */
	/*text-align: center;*/
	padding: 2px 10px;
/*	background: url(../images/list_bullet.gif) no-repeat left 7px;	*/
	margin-left: -8px;
	zoom: 1;
}

#columns .links ul li a 
{	
	font-size: 11px; 
	padding: 2px 0px;	
	background: none;
}

#columns #right_side .links ul li a 
{	
	font-size: 12px;
}


#page #columns .nobox .h_wrapper
{
	background: none;
	text-align: left;
    padding-left: 30px;
       /* width: 215px; */
	height: auto;
}

/* latchezar tzvetkoff @ 06.11.2008 -- fix for a ezpublish bug - improper content rendering */
#page #main #main-left .object-left.itemized_sub_items .content-view-embed .class-folder.links.nobox .big_h_wrapper {
	background: none;
	text-align: left;
	width: 215px;
	height: auto;
	padding: 7px 6px;
}

#page #columns .nobox h2
{	
	color: #331F09;
}

#page #columns .nobox h2 a
{	
	color: #331F09;
}

#page #columns .nobox h2 span 
{
	display: none;
}

.center-column h2 
{
	color: #331F09;
	
	font-weight: normal;
	font-family: Verdana; /*old Georgia*/
}

.center-column h2 a
{
	font-family: Verdana;
}

/* Path front  */

#pathfront {
	margin-top: 3px;
	padding-bottom: 5px;
}

#right_side #pathfront {
	margin-left: 0;
	/*margin-left: 5px;*/
}

#right_side #pathfront p {
	/*background: url(../images/left_title_bg.jpg) top left;*/
	background: rgba(193, 194, 195, 0.32);
	padding: 6px 15px;
	/*width: 443px;*/
	margin-bottom: 0px;
	overflow: hidden;
	text-align: center;
	margin-top: 2px;
	min-height: 21px;
}

#pathfront a{
	font: 12px "Verdana";	
	font-weight: normal;
}

#pathfront a:hover {
	text-decoration: none;
}

#pathfront span {
	color: #331F09;
	font-weight: normal;
	font-size: 12px;
}

#pathfront .end {
	color: #ea2a2f;
	font: 14px "Georgia";	
	font-weight: bold;
}

/* Content box */

#right_side .contentbox {
	/* Dobrin background: url(../images/content_box-center.png) repeat-y left top; */
	width: 405px;
	padding: 15px 25px;
	padding-top: 5px;
	position: relative;
	margin-left: -8px;
	color: #331F09;	
	margin-top: 10px;	
	margin-bottom: 10px;		
	
}

#right_side .contentbox .content{ 
	position: relative;
	z-index: 2;
	width: 462px;
	min-height: 105px;
	overflow: hidden;	
	_height:expression(this.scrollHeight < 105 ? '105px' : 'auto');
	padding-bottom: 20px;
}

/*
#right_side .contentbox .content > p { 
	color: #0066B1;
}
*/

#right_side .contentbox .top{
	position: absolute;
	top: -8px;
	left: 0;
	display: block;
	/* Dobrin background: url(../images/content_box-top.png) no-repeat left top; */
	width: 462px;
	height: 8px;
}

#right_side .contentbox .bottom {
	position: absolute;
	bottom: 0px;
	left: 0;
	display: block;
	/* Dobrin background: url(../images/content_box-bottom.jpg) no-repeat left top; */
	width: 462px;
	height: 140px;	
	z-index: 1;
}

/* Content box inner */

#right_side .contentbox {
	margin-left: -5px;
}

.front_page_two_column #right_side .contentbox,
.contentbox {
	/* Dobrin background: url(../images/inner_content_box-center.jpg) repeat-y left top; */
	width: 623px;
	padding: 15px 25px;
	position: relative;
	margin-left: -8px;
	color: #331F09;
	margin: 0 auto;
	margin-top: 10px;	
	margin-bottom: 10px;	
}

.front_page_two_column #right_side .contentbox .content,
.contentbox .content{ 
	position: relative;
	z-index: 2;
	width: 623px;
	min-height: 125px;
	overflow: hidden;
	_height:expression(this.scrollHeight < 125 ? '125px' : 'auto');
	padding-bottom: 15px;
}

.front_page_two_column #right_side .contentbox .top,
.contentbox .top{
	position: absolute;
	top: -6px;
	left: 0px;
	display: block;
	/* Dobrin background: url(../images/inner_content_box-top.jpg) no-repeat left top; */
	width: 673px;
	height: 6px;
}

.front_page_two_column #right_side .contentbox .bottom,
.contentbox .bottom{
	position: absolute;
	bottom: -1px;
	left: 0px;
	display: block;
	/* Dobrin background: url(../images/inner_content_box-bottom.jpg) no-repeat left top; */
	width: 673px;
	height: 65px;	
	z-index: 1;
}

/* Content box reset */

.contentbox .contentbox,
.current_node_id_2 #right_side .contentbox {
	background: none;
	padding: 5px;	
	width: 517px;
	margin-top: 0px;
}

.contentbox .contentbox .content,
.current_node_id_2 #right_side .contentbox .content{ 
	position: relative;
	z-index: 2;
	width: 517px;
	min-height: auto;
	_height: auto;
}

.contentbox .contentbox .top,
.current_node_id_2 #right_side .contentbox .top{
	display: none;
}

.contentbox .contentbox .bottom,
.current_node_id_2 #right_side .contentbox .bottom{
	display: none;
}


/* Archive link */

.archive_container {
	position: absolute;
	bottom: 10px;
	left: 65px;
	z-index: 8999;		
	zoom: 1;	
        display: none; 
}

.archive {
	display: block;
	color: #58351B;
	font: 12px Georgia;
	text-decoration: none;
	position: relative;
	float: left;	
}

.archive:hover {
	text-decoration: none;
	color: #58351B;
	font: 12px Georgia;	
}


.archive span{
	border-bottom: 1px dashed #F2CA7E;	
	display: block;	
	float: left;
	clear: left;
	cursor: pointer;
}


/*- Students Style -*/

.section_id_9 a {
	color: #996600;
}

.section_id_9 a:hover {
	color: #996600;
}

.section_id_9 #columns .links .h_wrapper
{
    background: url(../images/right_title_bg_students.jpg) no-repeat top left;	
}

.section_id_9 #columns .links h2 {
	color: #667801;
}

.section_id_9 #pathfront {
	color: #809900;
}

.section_id_9 #pathfront .end{
	color: #809900;
}

/* Library */

#library_big {
	background: url(../images/library_big.jpg) no-repeat;
	width: 205px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
}

#library_small {
	background: url(../images/library_small.jpg) no-repeat;
	width: 104px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	bottom: 20px;
	right: 15px;
	position: absolute;	
}

/* Quick login */ 

#quick_login_form_container {
	position: absolute;
	top: 25px;
	right: 220px;	
	overflow: hidden;
        z-index: 9999;
}

#quick_login_form {
	background: transparent url(../images/quick-form-bg.png) no-repeat;
	height: 150px;
	width: 140px;
	padding: 15px;
}

#quick_login_form .button{
	width: 60px;
	height: 21px;
	float: right;
	display: inline;
	background-color: #4D6E99;
	color: #FFF;
	border: none;
	margin-top: 2px;
}

#quick_login_form .text{
	width: 135px;
	border: 1px solid #4D6E99;
	color: #4D6E99;
}

#quick_login_form .register {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

#quick_login_form .forgot_password {
	display: block;
	width: 140px;
}


/* International activities */

#internation_activities {
	background: url(../images/internation_relation_bg.png) no-repeat left top;
	height: 22px;
	width: 205px;
	margin: 0 auto;
	text-align: center;
	padding-top: 4px;
	position: absolute;
	bottom: 75px;
	right: 17px;
}

#internation_activities p {
	margin: 0;
	padding: 0;
}

#internation_activities a{
	color: #564B3A;
	font: 11px Verdana;
	text-decoration: none;
}

#internation_activities a:hover {
	text-decoration: underline;
}

/* Support classes */

.hide {
	display: none;
}

.clear {
	clear: both;
}

/* Default table style */

table.inmiddle td,
table.default td {
	padding-top: 5px;
	padding-bottom: 5px;
}


#events div.vertically_listed_events {
	float: none;
}

.right-column-position .right-column .content-media {
	width: 205px;
	margin: 0 auto;
}

#su_banner_container {
	position: absolute;
	bottom: 10px;
	right: -125px;
}

/* Gallery slide show */

div.class-image div.attribute-image {
	padding-top: 5px;
}

div.class-image div.attribute-image img {
	margin: 0 auto;
	border: 2px solid #d4d2c8 !important;
	padding: 1px;	
}

div.class-image div.attribute-image p img {
	display: block;
}

#sidebar_calendar_today {
	display: none;
}

/* Aligns */

p.pCenter
{
	text-align: center;
}

p.pRight
{
	text-align: right;
}

.hCenter
{
	text-align: center;
}

.hRight
{
	text-align: right;
}

.hCal {
    color: #65533C;
    font: 16px Georgia;
    text-align: center;
}

td.tCenter
{
	text-align: center;
}

td.tRight
{
	text-align: right;
}

table.inmiddle td{
	vertical-align: middle;
	text-align: center;
}

table.inmiddle th{
	vertical-align: middle;
	text-align: center;
}

table.default th{
	text-align: center;
}

/* Content table */
.contentbox .content table ol {
	margin-left: 14px;
}
.contentbox .content table tr td {
	padding-left: 3px;
	padding-right: 3px;
}

.contentbox .content img{
	border: 2px solid #d4d2c8;
}

/* Search page*/

.content-search .content-view-line {
	padding: 8px 0px;
}

.content-search .pagenavigator {
	padding-top: 25px;	
	font-weight: bold;
}

.content-search .pagenavigator a {
	font-weight: bold;
}

/* Sitemap */

div.content-view-sitemap table {
	float: right;
	margin-bottom: 15px;
}

.class-frontpage .center-column div.class-image div.attribute-image img {border: 0px !important;}/* za mahane border na kartinkite w centralnata kolona na frontpage*/

.class-frontpage .right-column div.class-image div.attribute-image img {border: 0px !important;}/* za mahane border na kartinkite w dyasnata kolona na frontpage*/

/* hot news */
.left {
    float: left;
}

.clearleft {
    clear: left;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.right_margin {
    margin-right: 5px;
}

.vertically_listed_news a:hover {
 color: #E69800;
}

.vertically_listed_news p {
    margin: 0 0 0.5em 0;
}


/* Mega Menu Styles */
body {z-index: 0}
#page {z-index: 10;}
#columns {z-index: -10 !important; position: relative;}
#topmenu {z-index: 9000 !important; zoom:1; position: relative}
#footer {z-index: 10; zoom: 1}
.white ul.mega-menu {
	background: transparent url(../images/topmenu_bg.png) no-repeat 0 0;
	width: 100%;
	height: 48px;
	position: relative;
	margin: 0;
	padding: 0 0 0 4px;
	padding-top: 8px;
	list-style-type: none;
	list-style-image: none;
}
.white ul.mega-menu li .sub {
	top:40;zoom:1;
	float:left;
	position: absolute;
	background-color: #1f4a7f;
	padding: 0px;
	margin-left: 0px;
	opacity: 0.95;
	margin-top: 37px;
	width:934;z-index:9999 !important;
	filter: alpha(opacity=95); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	font-family:Verdana;
	list-style-type: none;
	list-style-image: none;
}
.white ul.mega-menu li .sub .col {float: left; margin: 0; padding: 0; font-family: Verdana; margin-right: 5px; width: 200px;}
.white ul.mega-menu li .sub .row {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom:10px
}
.white ul.mega-menu li .sub ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}
.white ul.mega-menu li .sub ul li {
	padding-left: 15px;
	padding-right: 15px;
}
.white ul.mega-menu li .sub ul li:hover {
	background: #858fa3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1OGZhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iIzZlODA5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzYzNzk5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzU5NzQ5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzUwNzA5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iIzRkNmU5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iIzRkNzA5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzU1NzQ5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iIzVjNzQ5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Mzc5OTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #858fa3 0%, #6e809d 11%, #63799a 18%, #59749a 25%, #507098 36%, #4d6e99 46%, #4d7099 64%, #557498 82%, #5c7494 96%, #637997 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#858fa3), color-stop(11%,#6e809d), color-stop(18%,#63799a), color-stop(25%,#59749a), color-stop(36%,#507098), color-stop(46%,#4d6e99), color-stop(64%,#4d7099), color-stop(82%,#557498), color-stop(96%,#5c7494), color-stop(100%,#637997)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #858fa3 0%,#6e809d 11%,#63799a 18%,#59749a 25%,#507098 36%,#4d6e99 46%,#4d7099 64%,#557498 82%,#5c7494 96%,#637997 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #858fa3 0%,#6e809d 11%,#63799a 18%,#59749a 25%,#507098 36%,#4d6e99 46%,#4d7099 64%,#557498 82%,#5c7494 96%,#637997 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #858fa3 0%,#6e809d 11%,#63799a 18%,#59749a 25%,#507098 36%,#4d6e99 46%,#4d7099 64%,#557498 82%,#5c7494 96%,#637997 100%); /* IE10+ */
	background: linear-gradient(to bottom, #858fa3 0%,#6e809d 11%,#63799a 18%,#59749a 25%,#507098 36%,#4d6e99 46%,#4d7099 64%,#557498 82%,#5c7494 96%,#637997 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858fa3', endColorstr='#637997',GradientType=0 ); /* IE6-8 */
}

.white ul.mega-menu li .sub li a {margin:0; padding:0; text-decoration: none; line-height:200%;}
.white ul.mega-menu li .sub h3 {padding: 5px; background-color: #E3E3E3; text-transform: uppercase; font-weight: bold; color: #000; text-shadow: 1px 1px 1px #fff;}
.white ul.mega-menu li .sub h3 a {
	text-decoration:none;
}
.white ul.mega-menu li .sub a:hover {
	text-shadow: none;
}
.white ul.mega-menu li .sub a {
	color: white;
}
#topmenu .sub ul li a:hover {
	text-decoration: none;
}

#events h1 {
  margin: 1px 0px 3px 0px;
  padding: 0;    	
  font: 15px Georgia;	
  position: relative;
  margin-left: -4px;
  padding: 0;
  display: inline;
  overflow: hidden;
  color: #65533C;
  font: 16px Georgia;
  text-align: center;
  font-weight: bold;
  display: block;
}

div.content-view-full div.class-frontpage div.columns-frontpage div.center-column-position div#bottom_left {
	height: 144px; 
	width: 231px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/patron_left_bottom.jpg) no-repeat -10px bottom;
	z-index: 0;
} 

div.content-links {
 clear: both;
}

div.content-links div.attribute-tipafriend,
div.content-links div.attribute-pdf,
div.content-links div.attribute-print {
 float: left;
 width: 26px;
 padding-bottom: 30px;
}

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

div.content-tipafriend {
	padding: 20px;
}

div.content-edit {
	padding: 40px;
}

div.content-view-ezmultiupload {
	padding: 40px;
}
div.class-article-mainpage a {
	color: rgb(0, 102, 177);
}
div.content-browse {
	padding: 40px;
	margin-bottom: 50px;
}

div.vertically_listed_events ul {
	margin: 0em;
	list-style-image: url("../images/bullet_red.png");
	list-style-position: outside;
}

div.content-view-sitemap {
	padding: 20px;
}

.class-article-mainpage-box div.attribute-short p a {
	font-size: 11px;
}
