/* DZAT 1512 KHZ

/* main */
body {
	margin:0; font:9px tahoma; color:black; background:silver;
}
TD {
	vertical-align:top; font-size:9px;
}
A:LINK,
A:VISITED {
	color:blue; text-decoration:none;
}
A:LINK:HOVER,
A:VISITED:HOVER {
	text-decoration:underline;
}
P {
	margin-top:0; margin-bottom:1em;
}
H2 {
	font-size:20px; margin:0px;
}
#mainbody {
	background:#6A0808 url(./images/main/mainbody_bg.gif) no-repeat; padding: 10px 5px 0px 5px;
	color:white; font-size:10px;
}
#mainbody TD {
	color:white;
	font-size:10px;
	line-height:1.2em;
}
#mainbody A:LINK,
#mainbody A:VISITED {
	Color:Yellow;
}


/* header menu */
#header-menu {
	text-align:right;
	vertical-align:middle;
	background:#D88B04;
	color:white;
}
#header-menu A:LINK,
#header-menu A:VISITED {
	color:white;
}


#header-menu .buttext {
	padding:2px 5px; padding-bottom:4px;
	vertical-align:bottom;
	font-size:10px;	font-weight:normal; color:white;
}
	#header-menu .buttext A:LINK,
	#header-menu .buttext A:VISITED {
		text-decoration:underline;
	}
/* MENU */
#menumain .lst {
	background:orange url(./images/main/mnu_bg.gif) repeat-x;
	vertical-align:middle;
	text-align:center;
	text-transform:uppercase;
	color:white; font-weight:bold;
}
#menumain .lst A {
	color:white;
}
#menumain .hov,
#menumain .cur {
	background:skyblue url(./images/main/mnu_bg_hov.gif) repeat-x;
}


/* FOOTER */
#footer-menu {
	background:orange url(./images/main/footer_menu_bg.gif) no-repeat;
	padding:2px 5px;
	text-align:center;
	vertical-align:middle;
	color:white;
	font-weight:bold;  
}
#footer-menu A:LINK,
#footer-menu A:VISITED,
#footer-copy A:LINK,
#footer-copy A:VISITED {
	color:white;
}

#footer-copy {
	background:#704905;
	color:white;
	padding:2px 5px;
	vertical-align:middle;
}






/* MAIN TICKER */
#eventticker {
	overflow:hidden; 
	font-size:9px;
	color:#990000;
}
#eventticker TD {
	font-size:10px;
	color:#990000;
}
#eventticker A:LINK,
#eventticker A:VISITED {
	color:#990000;
}
#eventticker A:LINK:HOVER,
#eventticker A:VISITED:HOVER {
	color:yellow;
}
#evtick_move {
	position:absolute; top:0;
}
#eventticker .evtick_content {
	height:72px;
}
#eventticker .evtick_content .content {
	margin-left:11px;
	text-indent:-11px;
}

/* NEWS TICKER */
#newsticker {
	color:#990000;
}
#newsticker TD {
	color:#990000;
}
#newsticker A:LINK,
#newsticker A:VISITED {
	color:#990000;
}
#newsticker .content {
	margin-left:11px;
	text-indent:-11px;
}

 /* PAGE NUMBERS */
 .pagenum TABLE {
 }
 .pagenum TABLE TD {
 	Background: #770000;
 }
 .pagenum TABLE TD.n {
 }
 .pagenum TABLE TD A,
 .pagenum TABLE TD A.LINK,
 .pagenum TABLE TD A.VISITED {
 	Display:block;
	Padding:0px 5px;
 	Color:Black;
 }
 .pagenum TABLE TD A:HOVER {
 	Text-Decoration:none;
 }
 .pagenum TABLE TD.Hov {
 	Background-Color:#CC0000;
 }
 .pagenum TABLE TD.Cur {
 	Background-Color:#FF9900; Color:White;
 }
 .pagenum TABLE TD.Cur A {
 	Color:White;
 }