/* Styly pro joomla prvky */



/** overlib **/
.ol-foreground {
	background-color: #fff;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : Helvetica, Arial, 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;
}

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

/* Banners module */
/* Default skyscraper style */

.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;
}

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

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

/* Frontend Editing*/
fieldset {
	border: 1px dotted #ddd;
	margin-top: 10px;
	padding: 5px;
}

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

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

/* 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: 10px 0 10px 0; font-size: 120%; line-height: 1.6em; }

#system-message div.message { background: #C3D2E5 url(../../system/images/notice-info.png) 4px 50% no-repeat;border-top: 0px solid #7a7bde; border-bottom: 0px solid #7A7BDE; margin:0px; padding: 3px 3px 3px 40px; text-indent:0px; color: #006;}

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

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