@import url("cscommon.css");

@import url("cslayout.css");

@import url("csmenu_hori.css");

@import url("csmenu_vert.css");

#menu_vert ul li a.hide.new,
#menu_vert ul li a:link.hide.new,
#menu_vert ul li a:visited.hide.new,
a.hide.new {
	color: #3366CC; /*#c40109;*/
	font-weight: bold;
}
#menu_vert ul li a:hover.hide.new {
	color: #990000;
}

#Container_Info {
	position: relative;
	width: 700px;
	height: auto;
	top: 242px;
	left: 272px;
	overflow: hidden;
}

span.c4 {
	top:645px;
}

span.c14 {
	left: 272px;
	position: relative;
	top: 235px;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border-bottom: 1px solid #254E9D;
width: 710px; 
height: 24px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 4px;
top: 4px;
width: 690px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 690px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #DBDCD7;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000000; /*#ff0000;*/
font: 12px Verdana;
margin: 0 25px 0 0;
} 
ul.newsticker span {
white-space: nowrap;
padding: 0;
margin: 0 25px 0 0;
font: 12px Verdana;
} 
