
.TK-Sidebar {
	width: 180px;
	float: right;
	margin: 0 0 25px 10px;
}

.TK-SearchBox {
	background: #;	
}

.TK-Content {
	width: 355px;
	float: left;
	margin: 0 0 25px 0;
}


table.eventlist tr td.event {
	margin: 0;
	padding: 0 0 15px 10px;
}

table.eventlist, table.morelist {
	width: 100%;
}

table.morelist tr td.event {
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #E0E0E0;
}

.TK-date {
	color: #656565;
	font-size: 12px;
	padding: 10px 0 0 0;
}

.TK-image {
	float: right;
	margin: 0 0 5px 8px;	
}
.TK-image_view {
	border: 4px solid #EDEDED;
}

.daychange hr {
	color: #E0E0E0;
	background-color: #E0E0E0;
	border: 0;
	height: 2px;
	margin: 4px 0;
}

.dayname, p.today, p.tomorrow {
	font-size: 15px;
	font-weight: bold;
	color: #BABABA;
}


h2.month {
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}

.today {
	/* background: #FFFCF7; */
}

.contact {
	text-align:right;
	color: #A6A6A6;
	font-size: 90%;
}

h3 {
	line-height: 19px;
	margin: 8px 0 2px 0;	
}

h4 {
	line-height: 16px;
	margin: 6px 0 2px 0;	
}

.eventlist h3 {
	line-height: 19px;
	margin: 0 0 2px 0;	
}

a img {
	border: 0;	
}

.Grey {
	color: #898989;	
}

.error {
	color: #E97C12;
}

.info {
	color: #79B400;
}


/* Kalenteri */

#tk-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	}

#tk-calendar a:link, #tk-calendar a:visited,
#tk-calendar a:active, #tk-calendar a:hover {
	color: #4A85B3;
}

#tk-calendar a {
	text-decoration: none;
	display: block;
	}

#tk-calendar td.tk-calendar-title a {
	text-decoration: none;
	display: inline;
	}
	
#tk-calendar #next, #tk-calendar #prev, #tk-calendar td.tk-calendar-title {
	font-size: 13px;
	font-weight: bold;
	color: #818181;
	}

#tk-calendar #next a {
	text-align: right;
	}

#tk-calendar #prev a {
	text-align: left;
	}

#tk-calendar td.tk-calendar-title {
	text-align: center;
	}

#tk-calendar th {
	background: #EAEFDF;
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}
	
#tk-calendar td {
	width: 15px;
	height: 15px;
	padding: 2px 3px;
	font-size: 13px;
	text-align: center;
}

#tk-calendar td#today {
	border: 1px solid #DE830E;
	}	
	
#tk-calendar td.selected {
	background: #F7EEE2;
	font-weight: bold;
	}

/* Fieldsets */
fieldset {
	margin: 0;
	padding: 15px 10px;
	border: 1px solid #C6C6C6;
	overflow: auto;
}
legend {
	padding: 2px 5px;
	font-weight: bold;
}

small input {
	font-size: 11px;
	padding: 2px;	
}

.TKAdmin-edit_table th {
	color: #65675F;
	text-align: left;
	vertical-align: top;
	width: 120px;
}

.TKAdmin-edit_table .Required {
	background: #F2F6E8;
}

.TKAdmin-editmenu {
	margin: -10px 0 20px 0;
	background: #FFFDF5;
	border-bottom: 1px solid #DCD4B2;
	border-left: 1px solid #DCD4B2;
	border-right: 1px solid #DCD4B2;
	padding: 7px;
	font-size: 11px;
}
ul.archive li {
	list-style: none;	
}

ul.archive li.archive_year {
	font-weight: bold;
	margin-top: 7px;
}
ul.archive li.archive_month {
	margin-left: 10px;
}