@CHARSET "ISO-8859-1";



table.newsbox-top {
	/* total width defined by row cells. */
	width: 171px; /* old layout: 156px */
	margin-left: auto;
	margin-right: auto;
}
table.newsbox-top td.left {
	width: 13px;
	height: 4px;
	background-image: url("../gfx/newsbox/layout_r1_c1.gif");
	background-repeat: no-repeat;
	background-position: right;
}
table.newsbox-top td.center {
	width: 130px;
	height: 4px;
	background-image: url("../gfx/newsbox/layout_r1_c3.gif");
	background-repeat: repeat;
}
table.newsbox-top td.right {
	width: 13px;
	height: 4px;
	background-image: url("../gfx/newsbox/layout_r1_c4.gif");
	background-repeat: no-repeat;
	background-position: left;
}

table.newsbox {
	/* total width defined by row cells. */
	width: 171px; /* old layout: 156px */
	margin-left: auto;
	margin-right: auto;
}
table.newsbox td.left {
	width: 4px;
	height: 10px;
}
table.newsbox td.center {
	width: 163px; /* old layout: 148px */
}
table.newsbox td.right {
	width: 4px;
}

table.newsbox tr.header td.left {
	height: 17px;
	background-image: url("../gfx/newsbox/layout_r2_c1.gif");
	background-repeat: no-repeat;
	background-position: right; /* old layout left */
}
table.newsbox tr.header td.center {
	height: 17px;
	background-image: url("../gfx/newsbox/layout_r4_c3.gif");
	background-repeat: repeat;
	
	font-weight: bold;
	padding: 0px 2px 0px 1px;
}
table.newsbox tr.header td.right {
	height: 17px;
	background-image: url("../gfx/newsbox/layout_r2_c5.gif");
	background-repeat: no-repeat;
	background-position: left; /* old layout: right */
}

table.newsbox tr.body td.left {
	/* background-color: white;
	border-left: solid 1px #FFFF00;	*/
	background-image: url("../gfx/newsbox/layout_r3_c1.gif");
	background-repeat: repeat-y;
	background-position: left;
}
table.newsbox tr.body td.center {
	background-color: white;
	padding: 5px 0px 0px 0px;
}
table.newsbox tr.body td.right {
	/* background-color: white;
	border-right: solid 1px #FFFF00; */
	background-image: url("../gfx/newsbox/layout_r3_c5.gif");
	background-repeat: repeat-y;
	background-position: right;
}

table.newsbox tr.footer {
}
table.newsbox tr.footer td.left {
	height: 10px;
	/* background-image: url("../gfx/newsbox/layout_r3_c1.jpg"); */
	background-image: url("../gfx/newsbox/layout_r4_c3.gif"); /* round edges not possible due to background fading */
	background-repeat: no-repeat;
}
table.newsbox tr.footer td.center {
	height: 10px;
	background-image: url("../gfx/newsbox/layout_r4_c3.gif");
	background-repeat: repeat;
}
table.newsbox tr.footer td.right {
	height: 10px;
	/* background-image: url("../gfx/newsbox/layout_r3_c3.jpg"); */
	background-image: url("../gfx/newsbox/layout_r4_c3.gif"); /* round edges not possible due to background fading */
	background-repeat: no-repeat;
}

table.newsbox div.newsitem {
	margin: 0px 0px 2px 0px;	
	padding: 0 0 0 0;
}

table.newsbox h1 {
	/*background-color: #E8E8E8;*/
	background-color: #eee;
	color: black;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 1px 2px 1px 2px;
	/* border-bottom: solid 1px yellow; */
}

table.newsbox p {
	font-size: 10px;	
}

table.newsbox hr {
	height: 1px;
	color: #666666;
	border: none;	
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
}

