/* Newsticker css document for Lundia-specialist */

#newsticker {
	/*background: #FFFECB;*/
	background-color: #228ECC; /* temp */
	position: relative;
	padding-top: 0.6em;
	border: 1px solid #CCCCCC;
	font-size: 1.2em; 
	font-weight: bold; /* temp */
	
	/*height: 6em;*/
	/* Temp */
	height: 8em;
}

#newsticker p {
	padding-left: 30px;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	/*color: #FF6300;*/
	color: #FFFF80; /* temp */
}

#newsticker ul {
	/*border: 1px solid #fcf498;*/
	list-style: none;
	margin-left: 20px;
	/* Temp disabled
	min-height: 1.6em;
	padding: 0px 15px 10px 10px;
	font-size: 1.0em;
	color: #FFF;
	*/
	/* Temp */
	/*height: 1.8em;*/
	min-height: 2em;
	color: red;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	margin-right: 30px;
	border: 1px solid red;
	font-size: 1.2em; /* 1.0em */
}

* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}

#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	background: transparent url("../images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}

#newsticker a {
	color: #339933;
}

#newsticker a:link, #newsticker a:visited, #newsticker a:active {
	color: #339933;
	text-decoration: none;
}

#newsticker a:hover {
	color: #339933;
	text-decoration:underline;
}

* html #newsticker #togglenewsticker {
	right: 30px;
}

