.list {
	list-style:none;
	margin:0;
	padding:0;
	
	font-family:arial;
	font-size:11px;
	color:#000;
}
.list li { 
	display:inline;
	padding:2px 0 2px 2px;
}
.list li:hover {
	background:#eee;
}
html>body .list li { 
	display:block;
}
.list a,
.list h3 a {
	text-decoration:none;
	color:#000;
}
.list a:hover {
	color:#ed1a3b;
}
.list h3,
.list h4 {
	margin:0;
}
.list h3 {
	font-size:13px;
	color:#ed1a3b;
}
.list h4 {
	font-size:12px;
	color:#ed1a3b;
}
.shortlist {
	margin:0;
}
.eventlist li a {
	display:block;
}
.eventlist li a:hover {
	color:#ed1a3b;
}

/* LONG LISTS */

.eventslonglist li {
	overflow:auto;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #ddd;
	font-size:12px;
}
.eventslonglist .eventslist_text {
/*	margin-left:175px;*/
	padding:5px;
}
.eventslonglist .eventslist_date {
	float:right;
}
.eventslonglist .eventslist_title {
	margin-bottom:4px;
}

/* CALENDAR */

.event_cal {
	float:left;
	display:block;
	width:200px;
	height:160px;
	margin-right:10px;
	margin-bottom:10px;
}
.event_cal h3 {
	display:block;
	margin:0;
	padding:3px;
	background:#000;
	color:#fff;
	font-size:11px;
}
.minical {
	width:200px;
	padding:0;
	background:#ddd;
}
.minical th {
	padding:2px 0 ;
	background:#666 ;
	color:#fff;
	font-size:11px;
	text-align:center;
}
.minical th.wend {
	background:#600 ;
}
.minical td {
	padding:1px;
}
.minical td span {
	display:block ;
	padding:2px 0 ;
	background-color:#fff ;
	color:#333;
	text-align:center;
}
.minical td a {
	display:block;
	padding:2px 0;
	background-color:#faa ;
	color:#c00;
	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:1px 0;
	border:1px solid #333;
}
.minical td.wend span {
	background-color:#fee;
}
.minical td.dull span {
	background-color:#ccc;
	color:#777;
}
.minical td.dull a {
	background-color:#ccc;
}
.minical td a:hover {
	background-color:#c00;
	color:#fff;
}

/* MINICAL FOR HOMEPAGE */

#page_home .event_cal {
	float:none;
	width:160px;
	height:auto;
}
#page_home .minical {
	width:160px;
}


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

