.list {
	list-style:none;
	list-style-image:none;
	margin:0 0 10px;
	padding:0;
}
.list li { 
	display:inline;
}
html>body .list li { 
	display:block;
}
.list a,
.list h3 a {
	text-decoration:none;
	color:#f88b33;
}
.list a:hover {
	color:#482d94;
}
.list h3,
.list h4 {
	margin:0;
}
.list h3 {
	font-size:13px;
	color:#f88b33;
}
.list h4 {
	font-size:12px;
	color:#482d94;
}
.shortlist {
	margin:0;
}
.eventlist li a {
	display:block;
	border-top:1px solid #fff;
}
.eventlist li a:hover {
	color:#482d94;
}



.event_cal {
	width:185px;
	margin-bottom:10px;
}
.event_cal h3 {
	display:block;
	margin:0;
	padding:5px 0;
	color:#482d94;
	font-size:13px;
}
.minical {
	width:185px;
	padding:0;
	background:#ddd;
}
.minical th {
	padding: 3px 0 ;
	background:#666 ;
	color:#fff;
	text-align:center;
}
.minical th.wend {
	background:#669 ;
}
.minical td {
	padding:1px;
}
.minical td span {
	display:block ;
	padding: 3px 0 ;
	background-color:#fff ;
	color:#333;
	text-align:center;
}
.minical td a {
	display:block;
	padding: 3px 0;
	background-color:#f88b33 ;
	color:#630;
	text-align:center;
	text-decoration:none;
}
.minical td.today span,
.minical td.today a {
	background-image:url(images/today.gif);
	background-position:100% 0;
	background-repeat:no-repeat;
	padding:2px 0;
	border:1px solid #333;
}
.minical td.wend span {
	background-color:#eef;
}
.minical td.dull span {
	background-color:#ccc;
	color:#777;
}
.minical td.dull a {
	background-color:#ccc;
}
.minical td a:hover {
	background-color:#f60;
	color:#fff;
}

div.nicetitle {
    position: absolute;
    padding: 4px;
    border: 1px solid black;
    top: 0px;
    left: 0px;
    color: black;
    font-size: 13px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    background:#ffc;
    /* Mozilla proprietary */
    -moz-border-radius: 5px;
}
div.nicetitle p {
    margin:0; 
    padding:0 3px;
    text-align: left;
}

/* SLOTS */

.slots .icon {
	border:none;
}

.slots a {
	text-decoration:none;
}
.slots .child {
	margin:3px 0;
}

