/* Lists */
ul, ol {
	margin:10px 0 0 20px;
	padding:0 10px 0 20px;
	text-align:auto;
}
ul {
	list-style-type:none;
	list-style-image:url('/images/ul.png');
}
ul ul {
	padding:0 0 0 20px;
}
.sidebar ul {
	list-style-image:none;
}
ol {
	list-style-type:decimal;
}
ul.events {
	list-style-type:none;
	list-style-image:none;
	margin:2px 6px 2px 10px;
	padding:0 0 0;
}
li {
	margin:4px;
}
li a {
	border:none;
	font-weight:bold;
	
}
li.odd {
	display:block;
	background:#f5f5f5;
	/*border:1px solid #ddd;*/
	padding:0;
}
li.even {
	display:block;
	background:#eee;
	/*border:1px solid #ddd;*/
	padding:0;	
}

li.odd a {
	display:block;
	/*background:#c7dcea;*/
	background:#ffffff;
	border:1px solid white;
	padding:10px;
}
li.odd a:hover {
	background:#fffdd4;
	text-decoration:none;
	border:1px solid #ffd800;
}
li.even, li.odd {
	margin:0 3px 0px 0 !important;
}
li.even a {
	display:block;
	background:#ffffff;
	border:1px solid white;	
	padding:10px;
}
li.even a:hover {
	background:#fffdd4;
	text-decoration:none;
	border:1px solid #ffd800;
}

li.error {
	color: #CC3300;
}
li span {
	color:#555;
	font-weight:100;
}
ul.events li em {
	font-style:normal;
	color:#888;
	letter-spacing:1px;
	font-weight:bold;
}
li b {
	color:#333;
}
li b:hover {
	text-decoration:underline;
}

strong.list-head{
	font-size:16px;
	line-height:1.3em;
}