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

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

.importantmessageItem{ 
	width: 959px; 
	background: #ffffe0; 
	border: solid 1px #72b372;
	margin: 5px 0 0 0;
	padding: 12px;
	line-height:18px;
	clear: both;
	float: left;
	color: #428942;
	cursor: default;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	-moz-box-shadow:0 0 3px 0 #e5e5e5;
	-webkit-box-shadow:0 0 3px 0 #e5e5e5;
	box-shadow:0 0 3px 0 #e5e5e5;
}

.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{
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	-moz-box-shadow:0 0 3px 0 #e5e5e5;
	-webkit-box-shadow:0 0 3px 0 #e5e5e5;
	box-shadow:0 0 3px 0 #e5e5e5;
	float:left;
}

.campaignboardItem img{
	float:left;
}


/* --- 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: 244px;
	height:180px;
	float:left;
	text-align:center;
	margin: 0;
	padding: 20px 0;
	color:#888888;
	cursor: pointer;
	font-size: 11px;
}

.newsboardItem.position1{
	border-left:0;
	border-radius:6px 0 0 6px;
}

.newsboardItem.position4{
	width:245px;
	border-right:0;
	border-radius:0 6px 6px 0;
}

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



/* --- 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{
}

 #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;
 }
 
.ticker
{
	margin:0;
	margin-top:7px;
	float:left;
	overflow:hidden;
	width:320px;
	height:15px;
}
							
.ticker, .ticker a{
	text-decoration:none;
}

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

.ticker-top-bar
{
	margin:0;
	margin-top:0px;
	float:left;
	overflow:hidden;
	width:290px;
	height:15px;
}
							
.ticker-top-bar-title
{
	float:left;
}
							
.ticker-top-bar, .ticker-top-bar a{
	text-decoration:none;
}

.ticker-top-bar span { display:none; }
.ticker-top-bar .active_ticker { display:block; }
