BODY {
  background-color: #000000;
  background-image: url(images/gui/background.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  color: #FFFFFF;
  font-family: Arial, Helvetica, Futura;
}

B { color: #9C0; text-decoration: none; }
A         { color: #9C0; text-decoration: none; }
A:visited { color: #690; text-decoration: none; }
A:hover   { color: #fff; text-decoration: underline; }

A.gallery         { color: #fff; }
A.gallery:visited { color: #690; }
A.gallery:hover   { color: #9C0; }


#MainTable {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
#MainTable TD{
  border-top: 1px solid #000;
}

#Navigation TD{
  border: none;
}

#Content    {
  background-image: url(images/gui/dark_70.png);
}

#Content TABLE#wrapper TD{
  background-image: none;
  background: transparent;
  border: none;
}

#Content DIV.fade {
  background-image: url(images/gui/content_fade.png);
  background-repeat: repeat-x;
}
#Navigation {
  background-image: url(images/gui/nav_bg.gif);
  background-repeat: repeat-x;
  height: 30px;
}
#Navigation .anylinkcss{
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 120px;
	background: url(/images/gui/nav_drop_bg.png);
	padding: 5px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
    margin: 2px 0px 0px 0px;
}

UL#dropnav { list-style-type: none; padding-left: 0px; margin: 0px; }
UL#dropnav LI { font-family: Verdana, geneva, futura; font-weight: normal; line-height: 120%; font-size: 10px; background: url(images/gui/bullet_02.png) no-repeat .1em .1em transparent; color: #AAAAAA; padding: 1px 0px 1px 13px; margin: 0px 0px 5px 0px; }
UL#dropnav LI A { font-size: 10px; text-decoration: none; font-weight: bold; color: #FFF; }
UL#dropnav LI B { font-size: 10px; text-decoration: none; font-weight: bold; color: #9C0; }
UL#dropnav LI A:hover { font-size: 10px; text-decoration: none; font-weight: bold; color: #9C0; }

#NewsTicker { font-size: 7pt; color: #666; background-color: #000; padding: 4px 4px 4px 4px; font-family: Tahoma, Helvetica, Futura; }
#NewsTicker B{ color: #9C0; font-weight: bold; }
#NewsTicker A{ color: #FFF; font-weight: bold; }
#NewsTicker A:hover{ color: #9C0; font-weight: bold; }

#Footer {
  background-image: url(images/gui/footer_bg.gif);
  background-repeat: repeat-x;
}
#Footer TD {
  font-size: 8pt;
}
#Footer TD A{
  font-weight: bold;
  color: #9C0;
}


H1 {
  font-variant: small-caps;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-size: 20pt;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}


#news #article H2 {
  font-family: Arial, Helvetica, Futura;
  font-variant: small-caps;
  color: #9C0;
  font-size: 16pt;
  font-family: "Trebuchet MS", Arial, Helvetica, Futura;
  margin: 15px 0px 0px 0px;
  padding: 0px;
}

#news #article P {
    margin: 6px 0px 12px 0px;
    font-size: 9pt;
    line-height: 125%;
}


.split {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #666;
}

#news #article #datetable {
  margin: 5px 0px 10px 0px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  padding: 2px 5px 2px 5px;
  font-size: 7pt;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: .04em;
  color: #CCC;
  }

#news #article #datetable A{ color: #FFF; }
#news #article #datetable A:hover{ color: #9C0; }

#news #article #innav ul { margin: 0px; padding: 2px; }
#news #article #innav ul li {
    display:inline;
    font-style: italic;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
    color: #FFF;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 16px;
    background: url(images/bullet.png) no-repeat 0em 0em transparent;
    }
#news #article #innav ul li A{ text-decoration: none; color: #FFF; }
#news #article #innav ul li A:hover{ color: #9C0; text-decoration: none; }
#news #article #innav ul li A.s{ color: #9C0; text-decoration: none; font-weight: bold; font-style: italic; }


#related {
  border: 1px solid #222;
  margin-bottom: 10px;
}


#related TH {
  background-image: url(/images/gui/hdrbar_overlay.png);
  background-repeat: no-repeat;
  background-position: right;
  font-family: "Trebuchet MS", Arial, Helvetica, Futura;
  font-size: 10pt;
  color: #fff;
  text-align: left;
  font-weight: 900;
  height: 25px;
  padding: 0px 0px 0px 10px;
}

#related TD {
  background-image: url('/images/gui/related_overlay.png');
  background-repeat: repeat-x;
}

#related TD#img {
  background-image: none;
  padding: 5px;
  margin: 0px;
}

#related TD UL { margin: 0px; padding: 2px; }
#related TD UL li {
    list-style: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #AAA;
    margin: 5px 10px 5px 0px;
    padding: 0px 0px 0px 18px;
    background: url(images/bullet.png) no-repeat 0em 0em transparent;
    }
#related TD UL li A{ text-decoration: none; color: #FFF; font-weight: bold;
    font-size: 9pt; }
#related TD UL li A:hover{ color: #9C0; text-decoration: none; font-weight: bold; font-size: 9pt; }
#related TD UL li A.s{ color: #9C0; text-decoration: none; font-weight: bold; font-style: italic; font-size: 9pt; }

UL#articlelist { margin: 0px; padding: 2px; }
UL#articlelist li {
    border-top: 1px dotted #FFF;
    list-style: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #AAA;
    margin: 5px 10px 5px 0px;
    padding: 0px 0px 0px 18px;
    background: url(images/bullet.png) no-repeat 0em 0em transparent;
    }
UL#articlelist li A{ text-decoration: none; color: #666; font-weight: bold;
    font-size: 9pt; }
UL#articlelist li A:hover{ color: #9C0; text-decoration: none; font-weight: bold; font-size: 9pt; }
UL#articlelist li A.s{ color: #9C0; text-decoration: none; font-weight: bold; font-style: italic; font-size: 9pt; }

#pagenav {
  margin: 10px 0px 0px 0px;
  border-top: 1px dotted #AAA;
}


#pagenav TD {
  font-size: 7pt;
  color: #AAA;
  font-family: arial, helvetica, sans-serif;
}

#pagenav TD A { color: #FFF; text-decoration: none; }
#pagenav TD A:hover { color: #9C0; text-decoration: none; }
#pagenav TD A.s { color: #9C0; font-weight: bold; font-size: 8pt; }

#schedule th {
    border-right: 1px solid #888;
    padding: 1px 10px;
    font-size: 9pt;
}

#schedule td {
    font-size: 9pt;
    padding: 1px 5px;
}

.place { color: #FFCC00; }

#eventlisting #schedule TH {
    border: 1px solid #333;
    padding: 0px;
    background-color: #111;
}


#eventlisting #schedule TH DIV.month {
    font-size: 8pt; font-weight: bold; color: #FFF;
    padding: 3px 10px; text-align: center;
    background-color: #222;
}
#eventlisting #schedule TH DIV.day {
    font-size: 16pt; font-weight: bolder; color: #9C0;
    padding: 1px 10px; text-align: center;
}
#eventlisting #schedule TD{
  font-size: 8pt; color: #AAA;
  padding: 1px 5px;
}

#header {
  background-image: url(/images/gui/hdrbar_overlay.png);
  background-repeat: no-repeat;
  background-position: right;
  font-family: "Trebuchet MS", Arial, Helvetica, Futura;
  font-size: 10pt;
  color: #fff;
  text-align: left;
  font-weight: 900;
  height: 25px;
  padding: 0px 0px 0px 10px;
}

TABLE#data TH {
  background-image: url(/images/gui/sub_hdrbar.png);
  background-repeat: repeat-x;
  border-left: 1px solid #333;
  border-right: 1px solid #111;
  border-bottom: 1px solid #000;
  color: #FFF;
  padding: 3px 5px;
  font-size: 8pt;
}
TABLE#data TR#one TD {
  background-image: url(/images/gui/row_1.png);
  border-bottom: 1px solid #111;
  color: #CCC;
  padding: 3px 5px;
  font-size: 8pt;
}
TABLE#data TR#two TD {
  background-image: url(/images/gui/row_2.png);
  border-bottom: 1px solid #111;
  color: #CCC;
  padding: 3px 5px;
  font-size: 8pt;
}
TABLE#data TR#total TD {
  background-image: url(/images/gui/row_3.png);
  border-bottom: 1px solid #111;
  color: #CCC;
  padding: 3px 5px;
  font-size: 9pt;
}



