/*  jadro cms  */
td.contentheading, h1, h3 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 18px;
	color: #027abb;
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	margin-bottom: 10px;
	font-weight: normal;
}
td.contentheading a:hover {
	text-decoration: none;
}
a.contentpagetitle,
a.contentpagetitle:visited {
	color: #027abb;
	text-decoration: none;
}
a.contentpagetitle:hover {
	text-decoration: underline;
}
.componentheading {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
}
table.contentpaneopen {
}
.createdate,
.modifydate {
	font-size: 11px;
	color: #666;
}
a.readon,
a.readon:visited {
	background-image: url(../images/readmore.png);
	font-size: 11px;
	color: #FFFFFF;
	line-height: 21px;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 21px;
	width: 80px;
	background-repeat: repeat-x;
/*	margin-top: 7px;*/
	float: right;
}
a.readon:hover {
	text-decoration: underline;
}
.small {
	font-size: 11px;
	color: #333;
}
.inputbox,
.button {
	margin-top: 5px;
	margin-bottom: 5px;
}
span.highlight {
	background-color:#d2d2d2;
}
span.article_separator {
	height: 5px;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #879ba3;
	clear: both;
}
span.breadcrumbs {
}
a.pathway,
a.pathway:visited {
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
}
/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	line-height: 20px;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}
/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}
table.contentpaneopen li {
	margin-bottom: 5px;
}
div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
/* Banners module */

/* Default skyscraper style */
.bannergroup {
}
.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}
.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}
/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #879ba3;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* mainmenu */
a.mainlevel,
a.mainlevel:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 26px;
	font-style: normal!important;
	background-color: #e6e6e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 26px;
	margin-left:-10px;
    margin-right:-10px;
	padding-left: 12px;
	display: block;
}
a.mainlevel:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #527c9f;
}
a.sublevel,
a.sublevel:visited {
	color: #0079bc;
	text-decoration: none;
	font-size: 11px;
	border-bottom: solid 1px #f4f4f4;
    border-top: solid 1px #f4f4f4;
	font-weight: normal;
	margin-left:-10px;
    margin-right:-10px;
	display: block;
	line-height: 1.8em;
	font-style: normal!important;
	padding-left: 15px;
}
a.sublevel:hover {
	color: #000;
	background-color: #e6e6e6;
	text-decoration: none;
	border-bottom: solid 1px #7f97a4;
    border-top: solid 1px #7f97a4;
}
a.mainlevel#active_menu {
	color: #FFFFFF;
	background-color: #527c9f;
}
a.sublevel#active_menu {
	color: #000;
	background-color: #e6e6e6;
	text-decoration: none;
	border-bottom: solid 1px #7f97a4;
    border-top: solid 1px #7f97a4;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}
.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}
#power_by{
	float:right;
	padding-right: 25px;
}
