/* Default CSS Stylesheet for a new Web Application project */
.newsDt
{
	color: #FFFF00;
}

.textwhite
{
	font-size: 10px;
	color: white;
	font-family: Verdana;
}

.textpopup
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
	
}

table.tablewithborder { 
border: 1px solid #FFFFFF;
} 

.textHeader
{
	font-size: 12px;
	color: white;
	font-family: Verdana;
	font-weight:bold;
}




.third
{
	text-decoration: none;
	color: #ffc880;
	font-family: Verdana;
	font-weight:normal;
}



/*News table*/
table#news {
background-color: #bbc1d3;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
position: absolute;
top: 100px;

}

table#news td {
font: 10px verdana, arial, sans-serif;
color: #435b94;
text-align: left;
margin: 0px;
line-height: 1.5em;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
}

table#news td#newscontent {
position: relative;
padding: 10px 10px 0px 10px;
overflow: hidden;
z:index: 500;
}

table#news td#scrollers {
padding: 10px 0;
}

table#news td h1 {
font-weight: bold;
font-size: 10px;
margin: 0px;
}

table#news td p {
margin-top: 0;
margin-bottom: 10px;
}

table#news td#newsHead {
padding: 0px 10px;
font-weight: bold;
font-size: 12px;
line-height:20px;
}

/*Styles for scrolling layers*/
div#hold {
position: relative;
overflow: hidden;
width: 344px; height: 200px;
Z-INDEX:500;
}

div#divHomeContainer {
position:absolute;
left:0px; top:0px;
width: 344px; height: 200px;
clip: rect(0px, 344px, 190px, 0px);
overflow: hidden;
}

div.content {
position: absolute;
left: 0px; top:0px;

}

div#scrollbar {
position: relative; left:0; top:0;
width: 20px; height: 190px;
font-size: 1px;
}

div#up {position:absolute; left: 0; top:0; z-index:2; margin: 5px;}
div#down {position:absolute; left: 0; bottom:0; z-index:3; margin: 5px;}

img {border: 0;}


