/**
 * Kolibri CMS
 *
 * This software may not be altered, redistributed or reproduced, in part or full, without explicit written permission of the author.
 *
 * Copyright 2005 L - bird webdesign
 * Licence http://crunchlabz.com/doc_eula.html
 */

/* links */
a, a:hover, a:active, a:visited {
	color: #3E9BE0;
	text-decoration: none;
	outline: none;
	border-bottom: 1px dotted #B7B6B0;
}

a:hover, a:active {
	border-bottom: 1px solid #3E9BE0;
}

a.read_more {
	display: block;
	background: url('styles/default/images/lang/[lang]/read_more.png') no-repeat left top;
	width: 118px;
	height: 22px;
	border: none;
}

a.read_more span {
	display: none;
}

/* text */
em {
	color: #3E9BE0;
	font-style: normal;
}

#content_inner p {
	margin-bottom: 1.5em;
}

big {
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 .5em 0;
}

big img {
	vertical-align: top;
}

small {
	font-size: .9em;
}

pre, code {
	font-size: 1em;
	line-height: normal;
	background: #E5E3DB;
}

pre {
	padding: .5em;
	white-space: normal;
	margin-bottom: 1em;
}

#content_inner ul, #content_inner ol {
	margin: 0 0 1.5em 0;/*1.5em;*/
}

#content_inner ol {
	margin-left: 3em;
}

#content_inner ol ol {
	margin-top: 1em;
}

#content_inner ul ul, #content_inner ol ul {
	margin: .1em 0 0 0;
}

#content_inner li {
	list-style-position: outside;
}

#content_inner ul li {
	font-size: .9em;
	color: #3E9BE0;
	background: url('styles/default/images/background/list.png') no-repeat left .2em;
	list-style-type: none;
	padding-left: 22px;
}

#content_inner ul li ul li {
	background-image: url('styles/default/images/background/list_list.png');
	padding-left: 16px;
}

.mark {
	color: #000;
	background-color: #FF0;
}

.error {
	color: #3E9BE0;
	font-size: .9em;
}

#skill {
	font-size: .9em;
	float: right;
	margin-bottom: .5em;
}

#skill .active {
	font-weight: bold;
}

/* page select */
div.page_select {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
}

div.page_select span {
	line-height: 200%;
}

div.page_select span.select {
	background-color: #FAF9F2;
	border: 1px solid #E5E3DB;
	font-weight: bold;
	padding: 0em .7em;
	margin: 0 1px;
}

div.page_select a {
	background-color: #FAF9F2;
	margin: 0 1px;
	padding: 0 .7em;
	border: 1px solid #E5E3DB;
}

div.page_select a:hover {
	background-color: #E5E3DB;
	text-decoration: none;
}

hr {
	border: none;
	border-top: 1px solid #E5E3DB;
	height: 1px;
	width: 100%;
}

/* images */
img {
	vertical-align: middle;
	margin-bottom: 4px;
	border: none;
	behavior: url('scripts/iepngfix.htc');
}

span.deco .media {
	margin: 1px 1px 1px 1px;
	border: 2px solid #FFF;
}

span.deco {
	display: block;
	background: url('styles/default/images/background/deco_left.png') no-repeat left bottom;
	margin-right: 1px;
}

span.deco span {
	display: block;
	background: url('styles/default/images/background/deco_right.png') no-repeat right bottom;
	padding-bottom: 8px;
}

span.deco span span {
	display: block;
	background: #E9E9E9;
	padding: 0;
	margin: 0;
}

fieldset img {
	vertical-align: middle;
	padding-bottom: .2em;
}

/* tables */
table {
	font-size: 1em;
	width: 100%;
	border-spacing: 0;
	border: none;
}

th {
	font-weight: bold;
	padding-right: 1em;
	text-align: left;
	border: none;
	vertical-align: top;
}

td {
	padding-right: 1em;
	border: none;
	vertical-align: top;
}

table.no_padding th, table.no_padding td {
	padding: 0;
}

table.data {
	font-size: .9em;
	width: 100%;
	border-spacing: 0;
	margin-bottom: 1em;
	border-style: solid;
	border-color: #E9E9E9;
	border-width: 1px 0 0 1px;
}

table.data th {
	padding: .1em .3em;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-color: #E9E9E9;
	border-width: 0 1px 1px 0;
}

table.data td {
	padding: .1em .3em;
	border-style: solid;
	border-color: #E9E9E9;
	border-width: 0 1px 1px 0;
	vertical-align: top;
}

/* tables */
table.reservations {
	font-size: .9em;
	background: #DEDEDE;
	width: 100%;
	border-spacing: 1px;
	margin-bottom: 1em;
}

table.reservations th {
	padding: .1em .3em;
	background: #EEE;
	font-weight: normal;
	text-align: center;
	border-top: 1px solid #F8F8F8;
	border-left: 1px solid #F8F8F8;
}

table.reservations td {
	padding: .1em .3em;
	background: #F8F8F8;
	vertical-align: top;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

table.reservations tr:hover th {
	background: #FFB;
	border-top: 1px solid #FFC;
	border-left: 1px solid #FFC;
}

table.reservations tr:hover td {
	background: #FFC;
	border-top: 1px solid #FFD;
	border-left: 1px solid #FFD;
}

/* error message */
.err_msg {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9px;
	background: #FEE;
	margin: 1em;
	padding: .5em 1em;
	overflow: auto;
	height: 100px;
}

.err_msg p, .err_msg pre {
	margin-left: 2em;
	white-space: pre;
}

/* widgets settings */
div.widget_setting {
	background: url('styles/default/images/background/widget_corner.png') no-repeat right top #E9E9E9;
	padding: 2px 2px 1px 2px;
	margin-bottom: .5em;
}

div.widget_setting_inner {
	background: #EEE;
	padding: 0 .4em .4em .4em;
	margin-bottom: 1px;
}

.edit_tools {
	float: right;
	margin-left: .5em;
}

.widget_tools, .edit_tools {
	font-size: .9em;
	border-style: solid;
	border-color: #FFE #EEC #EEC #FFE;
	border-width: 1px;
	margin-bottom: .5em;
	background: #FFD;
	padding: 4px 4px 2px 4px;
}

#widget_new_home {
	float: right;
}

.widget_wide, .widget_narr, .widget_half, .widget_side {
	overflow-x: auto;
}

/* polls */
.poll_front {
	background-color: #838383;
}

.poll_back {
	margin: .3em 0;
	background-color: #E9E9E9;
	height: 5px;
	overflow: hidden;
}

/* drag and drop */
.drag_me, .drag {
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
	-moz-user-select: none;
	cursor: move;
}

.drop_hide {
	overflow: hidden;
	height: 1px;
}

/* */
.mod_reservations_month {
	font-size: .9em;
	line-height: 130%;
	width: 261px;
	background-color: #DEDEDE;
	padding-top: 1px;
	margin-bottom: .5em;
}

.mod_reservations_month table {
	width: auto;
	border-collapse: collapse;
	margin: 0;
}

.mod_reservations_month th,
.mod_reservations_month td,
.mod_reservations_month tr:hover th,
.mod_reservations_month tr:hover td {
	background: none;
	text-align: center;
	border: none;
	vertical-align: center;
	padding: 0 0 1px 1px;
}

.mod_reservations_month th div {
	width: 28px;
	height: 28px;
	background-color: #EEE;
}

.mod_reservations_month th div span {
	display: block;
	padding-top: 6px;
}

.mod_reservations_month th div.index {
	width: 56px;
}

.mod_reservations_month th.div div {
	width: auto;
	background-color: #FFF;
}

.mod_reservations_month th div.day_current {
	font-weight: bold;
}

.mod_reservations_month th div.week_current {
	background-color: #FFC;
}

.mod_reservations_month td a,
.mod_reservations_month td a:hover,
.mod_reservations_month td a:active,
.mod_reservations_month td a:visited {
	display: block;
	width: 28px;
	height: 28px;
	border: none;
}

.mod_reservations_month td a span {
	display: block;
	padding-top: 6px;
}

.mod_reservations_month td a.disable {
	background-color: #EEE;
}

.mod_reservations_month td a:hover.disable {
	background: inherit;
}

.mod_reservations_month td a.able {
	background-color: #F8F8F8;
}

.mod_reservations_month td a.week_current {
	background-color: #FFC;
}

.mod_reservations_month td a.day_current {
	font-weight: bold;
}

.mod_reservations_month td a.past {
	background-image: url('[img_path]bg_images/mod_reservations_past.gif');
}

.mod_reservations_month td a:hover.able {
	color: #F8F8F8;
	background-color: #FEAC00;
}