body * {
     font-size: 11px;
}

body {
  font-size: 11px;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 12px;
}

h5 {
    margin: 0px;
    padding: 3px;
    color: darkorange;
    border-bottom: 1px dashed darkorange;
}

a,div,font {
  color 			: #000000;
  font-family		: verdana,tahoma;
  font-size			: 11px ;
}

#TOPNAVIGATION UL {
    margin: 0px;
    padding:0px;
    list-style: none;
    text-align: right;
    padding-right: 10px;
    padding-top:5px;

}
#TOPNAVIGATION UL LI {
    display: inline;
    padding-left: 10px;
    font-size: 10px;
    margin-bottom: 10px;
}
#TOPNAVIGATION UL LI A {
    text-decoration: none;
    font-size: 10px;
    color: #FFFFFF;
    
}

#NAVIGATION UL {
    margin: 0px;
    padding:0px;
    list-style: none;
    text-align: center;
    padding-top:5px;
    padding-bottom:5px;
  
}
#NAVIGATION UL LI {
    display: inline;
    padding: 10px;

}
#NAVIGATION UL LI A {
    text-decoration: none;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    color: #FFFFCC   ;
    font-weight: bold;

}
#NAVIGATION UL LI A:hover {
    color: #FFFF00;
}

ul#subnavigation {
    padding-bottom:20px;
}

ul#subnavigation li {
   list-style: square;
   margin-left: 20px;
}
ul#subnavigation li a {
    font-weight: bold;
    font-size: 12px;
}
#LEFTBOX {
    width: 200px;
    border: 1px solid #000000;
    padding: 10px;
    vertical-align: top;
    font-size: 11px;
}
#RIGHTBOX {
    width: 200px;
    border: 1px solid #000000;
    padding: 10px;
    vertical-align: top;
}

.colorDark {
 background: #000000;
 color: #ffffff;
}
.colorLight {
 background: #ffffff;
 color: black;
}

#wHEADER {
  background: #000000;

}
p.bodytext {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#CENTERBOX {
    vertical-align: top;
}
#CENTERBOX fieldset {
    border: dashed 1px;
}
#CENTERBOX fieldset label {
    clear: right;
}
#CENTERBOX ul {
    list-style: none;
}
.blank {
     list-style: none;
}

.border {
    border: dashed 1px #DAA520;
    padding: 5px;
    margin: 2px;
}

#CENTERBOX div.frames {
    border-bottom: dashed 1px #DAA520;
    padding: 5px;
    margin: 20px 2px 2px 2px;
}
div.tx-mmforum-pi1-smilies {
    float: left;
    padding: 0px;
    margin: 2px;
    height: 30px;
}

ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 3px;
}
div.frames {
    border-bottom: dashed 1px #DAA520;
    padding: 5px;
    margin: 20px 2px 2px 2px;
}

table.program {
    border: 1px solid #181818;
    background-color: #ffffff;
    width: 100%;
}

table.program tr td {
    margin: 0px;
    padding: 1px;
    border-bottom: 1px solid #181818;
    empty-cells: show ;
    background: transparent;
}
table.setlist {

}
table.setlist tr th {

 text-align: left;
 border-bottom: 2px solid ;
 padding: 5px;
}
table.setlist tr td {
    margin: 0px;
    padding: 3px;
    border-bottom: 1px solid #181818;
    empty-cells: show ;
    background: transparent;
}
table.setlist tr td.num {
    text-align: right;
}

table.program tr th table tr td  {
    background: transparent;

    border: none;
}
table.program tr td select {
    font-size: 10px;
}

#datelist {
    padding-top: 3px;
    
}
#datelist div.date {
    float:left;
    font-weight:bold;
    
}
#datelist div.time {
    float: left;
    clear: right;
    margin-left: 10px;
}
#datelist div.location {
    float: none;
    clear: left;
    margin-left: 10px;
    padding-bottom: 5px;
}
#datelist div.text {
    float: none;
    clear: left;
    border-bottom: solid 1px #EEEEEE;
    margin-bottom: 5px;
    margin-left:10px;
    padding-bottom: 5px;
}

table.program tr td ul li {list-style:none;}

form {
    margin: 0px;
    padding: 0px ;
}
.hidden {
     display: none;
}

#LEFTBOX ul li {
    list-style:none;
    font-size: 10px;
    border-bottom: 1px solid #DAA520;
    padding-bottom: 3px;
}