/* CSS Document */

.cal_results {
  	margin-top:2px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
}
#nav {
	font-family: verdana;
}

#nav ul { width:161px;
list-style-image:none;
display:block;	
	margin: 0;
	padding: 0;
	list-style-type: none;

}
#nav ul li { background-image:url(/images/btnMain.gif); height:20px;
padding: 6px 10px 2px 17px;
	margin: 0;
}

#nav ul li.subNav { background-image:url(/images/btnSub.gif); height:20px;
}
#nav ul li a {text-decoration:none;
font-size:10px;
color:#fff; }
#nav ul li.subNav  a {
color:#333; }


#newlist_index { height:250px; width:160px; overflow:auto;margin-right: 5px;margin-bottom: 0px;margin-left: 0px; background-color:#DEEFFE}
#newlist_index h4 {background-image:url(/images/btnMain.gif); height:20px;
padding: 6px 10px 2px 17px;
	margin: 0;}
#newlist_index h4 a {font-size:10px;color:#fff; font-weight:normal; text-decoration:none }
#newlist_index .newsText { padding:4px;}
#newlist_index p {margin:0;}
#newlist_index a {font-size:11px;}
#newlist {float:left; width:42%;overflow:auto;padding-right: 4px}
#news_txt {float:left;width:53%; margin:30px 0 0 5px; border-left-color:#ccc;border-left-width: thin;border-left-style: dotted;padding-right: 4px;padding-left: 9px;}
#news_txt h4 {font-size: 1.1em; line-height: 1.286em;margin-top: 0px; margin-bottom: 0.643em;}



#newscontainer {
	padding:5px;
	float:left;
	width:800px;
	margin:  0 5px 0;
}
#navbar {
	clear:both;
	background-color:#BF2E1B;
	height:30px;
}

#mainContent { min-height:350px; width: 850px; }

img { padding: 5px; }

#header {
    z-index:2;
}
#stage {
    z-index:1;
}

	#scrollingText
	{
		width: 100%;
		height: 16px;
		border: solid 1px #ccc;
		position: relative;
	}


	#scrollingText div.scrollableArea *
	{
		display: inline;
		margin: 0;
		padding: 2px 0px 0px 0px;
		font-family: Courier, Arial, Sans-Serif; 
		font-size:12px; 
		font-weight: normal; 
		background-color: #fff; 
		color: #000; 
		width: auto;
		height: auto;
	}
#navLinks h3 { border-bottom: 1px dotted #BF2E1B; margin:0; padding:0; padding-bottom:5px;}
#navLinks ul { margin:10px 0px; padding:0; width:130px; list-style:none; line-height:20px;	}
#navLinks a.active { font-weight:bold; }