@charset "utf-8";
/* CSS Document */

.article ol li{
	color:#333333;
	line-height:1.75em;
}

.article ol li a{
	background:url(../_images/blue_arrow.gif) left no-repeat;
	padding-left:10px;
}

form {
/*		float:right;
width:500px;
	display:block;
	clear:both;*/
	text-align:right;
}

h4 {
	padding-left:10px;
	margin:25px 15px 0px;
	padding-bottom:0px;
}

#footerContainer {
	margin-top:50px;
}
fieldset{
	margin:0px 15px 10px;
	padding:0px 10px 10px;
	font-size:10pt;
	line-height:1.4em;
}
legend{
	font-size:11px;
	color:#666666;
	border:1px;
}
input {
padding:0px 10px;
line-height:1.4em;
}

.EventList{
	margin-left:1.5em;
	font-size:12px;
}
.EventList a{
padding-right:0px;
}
.GroupTitle{
	font-size:14px;
	color:#333;
	background:url(../_images/icons_events.gif) 0px -30px no-repeat;
	line-height:28px;
	padding-left:30px;
	margin-bottom:5px;
}

.NNTitle{
	color:#990000;
	padding-left:15px;	
}

#OnNow, #OnNext{
	line-height:28px;
	padding-left:30px;
	margin-left:15px;
}

#OnNow{
	background:url(../_images/icons_events.gif)  no-repeat 0px 0px;
}
#OnNext{
	background:url(../_images/icons_events.gif)  no-repeat 0px -30px;
}
#NowCorner{
	background:url(/_images/on_now.png) no-repeat;
	float:right;
	width:70px;
	height:70px;
}
#NextCorner{
	background:url(/_images/on_next.png) no-repeat;
	float:right;
	width:70px;
	height:70px;
}
#corner{
width:535px;
height:200px;
display:block;
position:absolute;

}
