/* GLOBALS */
BODY, TABLE, TD, UL, LI { margin: 0; padding: 0; }
BODY { background-color: #000000; }
TABLE { width: 100%; }
TD { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #aea889; }
H4 { font-size: 12px; color: #f2ca2b; font-weight: bold; }

UL.inline { list-style-type: none; }
UL.inline LI { display: inline; }

#pageTitle { font-size: 18px; color: #bfb897;}
.txtYellow { color: #f2ca2b; }
.picBorder { border: 1px solid #5B5757; }


/* LINKS */
a:link { color: #f2ca2b; text-decoration: none; }
a:active { color: #f2ca2b; text-decoration: none; }
a:visited { color: #f2ca2b; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }

a.picBorder:hover { border: 1px solid #ffffff; }

a.menuLeftLink { background-image: url(img/bullet_arrow.jpg); background-position: left; background-repeat: no-repeat; padding-left: 10px; }

/* TABLES */
#master { width: 970px; }
	#header { width: 770px; height: 345px; }
	#header TD#menu { height: 90px; background-image: url(img/menu_bgnd.jpg); background-repeat: no-repeat; text-align: center; }
#master TD#centralMain { background-image: url(img/central_bgnd.jpg); vertical-align: top; }
	#central TD#left { width: 170px; border-right: 1px solid #5b5757; vertical-align: top; }
		#menuLeft { border-top: 1px solid #5b5757; margin-top: 35px; }
		#menuLeft TD.item { padding: 5px 10px 5px 5px; border-bottom: 1px solid #5b5757; text-align:left; }
	#central TD#main { vertical-align: top; }
		#content TD { vertical-align: top; }
		#content TD#pageContent {text-align:left;}
			#picGallery TD.item { width: 110px; padding-top: 15px; background: url(img/multimedia_thn_bgnd.jpg) no-repeat; text-align: center; vertical-align: middle; }
		#content TD#right { width: 145px; }
			#rightBox { background: url(img/right_box_bgnd.jpg) repeat-y; margin-top: 3px; }
			#rightBox TD { text-align: center; font-size: 10px; line-height: 16px; }
	#central TD#mainIndex { width: 405px; }
		#najava TD#main { background-image: url(img/najava_bgnd.jpg); background-repeat: repeat-y; }
			#najavaContent { width: 360px; }
			#najavaContent TD#text { background-color: #282827; font-size: 10px; padding: 10px 16px; line-height: 13px; }
	#central TD#rightIndex { width: auto; text-align:left; }
		#news TD.line { background-image: url(img/line_horiz.gif); background-repeat: repeat-x; background-position: left center; height: 15px; }
		#news TD.newsItem { font-size: 10px; line-height: 13px; }
#master TD#footerMain { vertical-align: top; }
	#footer { width: 770px; }
	
.dataShow { border-top: 1px solid #5B5757; }
.dataShow TD { padding: 5px 10px; border-bottom: 1px solid #5B5757; }
.dataShow TD.labela { font-weight: bold; }
.dataShow TD.data { text-align: right; }