/* --- IMPORTANT MESSAGE --- */

/* Moved to modules.css
#importantmessage_container{
	clear: both;
	width: 985px;
	mmargin-bottom: 15px;
	mmargin-top: 15px;
	float: left;
}*/

.importantmessageItem{ 
	width: 945px; 
	background: #ffffe0; 
	border: solid 1px #008000;
	margin: 20px 0px;
	padding:20px;
	clear: both;
	float: left;
	color:#555555;
	cursor:default;
}

.importantmessageItemPointer{ 
	cursor:pointer;
}


/* --- CAMPAIGN BOARD --- */

/* Moved to modules.css
#campaignboard_container{
	clear: both;
	width: 985px;
	mmargin-bottom: 15px;
	mmargin-top: 15px;
	float: left;
	color:#555555;
	cursor:pointer;
}*/

#campaignboardItem{
}


/* --- TOP BOARD --- */

/* Moved to modules.css
#topboard_container{
	clear: both;
	width: 985px;
	min-height: 400px;
	bbackground:pink;
	margin-bottom: 15px;
	margin-top: 15px;
	ppadding: 20px 1px 1px 1px;
	float: left;
	color:#555555;
	cursor:pointer;
}*/

.topboardItem{
}

.topboardItem img { border:0; }


/* --- NEWS BOARD --- */

/* Moved to modules.css
#newsboard_container{
	clear: both;
	width: 985px;
	height: 160px;
	bbackground:pink;
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}*/

.newsboardItem{
	width: 238px;
	height:158px;
	float:left;
	text-align:center;
	margin: 0 0 0 8px;
	color:#888888;
	cursor: pointer;
	font-size: 11px;
}

.newsboardItem.position1{
	margin-left:0;
}

.newsboardItem.position4{
	float:right;	
}

#newsboard_container h3{
	color: #444444;
	font-size: 14px;
	margin-top: 14px;
}

#item1 .sb-inner,
#item2 .sb-inner,
#item3 .sb-inner,
#item4 .sb-inner { background: #f9f9f9; }

#item1:hover .sb-inner,
#item2:hover .sb-inner,
#item3:hover .sb-inner,
#item4:hover .sb-inner { background: #ffffff; }


/* --- NEWS HEADLINES --- */

/* Moved to modules.css
#newsHeadlines_container{
	clear: both;
	width: 985px;
	ppadding: 5px 20px;
	bbackground:pink;
	margin-top: 15px;
	margin-bottom: 2px;
	float: left;
	color: #555555;
	bbackground: #f9f9f9;
}*/

.newsHeadlinesLeft{
	font-weight:bold;
	padding: 7px 37px;
	margin: 1px 0;
	border-right: solid 1px #cccccc;
	float: left;
	color: #222222;
}

.newsHeadlinesMiddle{
	border-left: solid 1px #ffffff;
	padding: 0px 20px;
	margin: 1px 0;
	float:left;
}

.newsHeadlinesRight{
	border-left: solid 0px #ffffff;
	padding: 7px 15px 7px 0px;
	margin: 1px 0;
	float:right;
}

#newsHeadlines a{
	ccolor: #666666;
}

 #scrollup {
   position: relative;
   overflow: hidden;
   border: 0px solid #000;
   width: 500px;
   height:100px;
   background: pink;
 }
 .headline {
   position: absolute;
   top: 0px;
   left: 0px;
   height:25px;
   width:320px; 
   float:left;
   bbackground: blue;
 }
 
.ticker
{
	ffont-size:11px;
	margin:0;
	margin-top:7px;
	ppadding:7px 0;
	float:left;
	overflow:hidden;
	width:320px;
	height:15px;
}
							
.ticker, .ticker a{
	text-decoration:none;
}

.ticker span { display:none; }
.ticker .active_ticker { display:block; }