/* Calendar */
table.termin td {
	min-height: 20px;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	vertical-align:top;
}
table.termin td.last {
	border-right: 1px solid #e6e6e6;
}
table.termin tr.lastrow td, table.termin tr td.lastrow {
	border-bottom: 1px solid #e6e6e6;
}

table.termin tr.separator td {
	height: 3px;
	overflow: hidden;
	background-image: url(../images/tab_lines.gif);
	background-repeat: repeat-x;
	padding: 0px 0 5px 0px;
	border: none;
}

td.termin {
		border: 1px solid #e6e6e6;
}
table.termin td.space {
	border: none;
}




hr {
	height: 1px;
}

.simplecalentry input.text {
	width: 160px;
	padding:0;
}

.simplecalentry textarea {
	width:160px;
	height:160px;
}

.simplecalentry label {
	font-weight: normal;
	float: left;
	padding-right:0.5em;
}

.calendardate input {
	width:100px;
}


table.termin th {
	width: 16.6%;
	border-right: 1px solid #fff;
}

table.termin tr.todo td {
	border-top: 4px solid #fff;

	background-color: #e6e6e8;

}
table.termin tr.allday {

}

table.termin tr.allday td {
	border-top: 1px solid #bdbdbd;
	
}

table.termin tr.todo td ul li {
	min-height: 20px;
	list-style: none;
	padding: 0px 1px 2px 10px;
}
.todaybutton {
    width:11%;
    float:left;
}
.weekpager {
	width:75%;
	float:right;
}
.monthback {
    width:15%;
    float:left;
}
.monthforth {
    width:15%;
    float:left;
}
.weekpager a, .weekpager h2{
	display:block;
	float:left;
	height:2em;
	font-size: 1.3em;
	padding:0 1em 0 1em;
}
.weekpager h2 {
	width: auto;
}
.weekpager a:hover {
	background-color: #ddd;
}
.event .marker, .fusioned .marker {
	width:10px;
	height:10px;
	float:left;
	margin-right:10px;
	margin-top:4px;
	background-color: #efefef;
}
.event .calcolor0, .fusioned .calcolor0 {
	background-color: #8e98c8;
}
.event .calcolor1, .fusioned .calcolor1 {
	background-color: #e0b869;
}
.event .calcolor2, .fusioned .calcolor2 {
	background-color: #d0dc7c;
}
.event .calcolor3, .fusioned .calcolor3 {
	background-color: #f1ee9a;
}
.event .calcolor4, .fusioned .calcolor4 {
	background-color: #c9e6f6;
}
.event .calcolor5, .fusioned .calcolor5 {
	background-color: #8e98c8;
}
.event .calcolor8, .fusioned .calcolor8 {
	background-color: #efefef;
}

.calcolor26 {
	background-color: blue;
}
.event {
	border-bottom: 1px dotted #000;
	float:left;
	width:100%;
}
.event.last {
	border: none;
	margin-bottom: 0px;
}
.event a, .event span {
	display:block;
	height:1.5em;
	overflow:hidden;

}

div.schedule a {

	margin:0px;

}
.fusioned li {
	list-style-type:none;
}
.termin ul {
	margin:0 1.5em 0;
}

li.line-through {
	text-decoration:line-through
}

input#SimpleCalEntryForm_CalEntryForm_what,
input#SimpleCalEntryForm_CalEntryForm_where,
input#SimpleCalEntryForm_CalEntryForm_datefrom,
input#SimpleCalEntryForm_CalEntryForm_dateto,
input#SimpleCalEntryForm_CalEntryEditForm_where{
	margin:0px;
}


input#SimpleCalEntryForm_CalEntryForm_datefrom,
input#SimpleCalEntryForm_CalEntryForm_dateto {
	width: 113px;
}

input#SimpleCalEntryForm_CalEntryForm_dateto  {
	margin-left: 1px;
	width: 138px;
}

textarea#SimpleCalEntryForm_CalEntryForm_description {
	height: 120px;
}

input#SimpleCalEntryForm_CalEntryEditForm_where {
	margin-left: 10px;
}

div.row {
	clear:left;
}
