* {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: "Arial", sans-serif;
font-size: 11px;
background-image: url('../i/backmain.gif');
}

#topBar {
position: absolute;
margin-top: 40px;
background-image: url('../i/barTop_back.gif');
background-repeat: no-repeat;
padding: 25px 0 0 10px;
width: 135px;
height: 377px;
z-index: 1; /*  position on top of the content div */
}

#topBar a {
text-decoration: none;
}

#menuBar {
position: relative;
margin-left: 116px;
}

#menuBarAdmin {
width: 514px;
height: 20px;
}

#menuBarLeft {
width: 514px;
height: 20px;
}

#menuBarLeft a:hover {
z-index: 1;
}

#menuBarRight {
font-family: "Arial Black", sans-serif;
font-size: 12px;
position: absolute;
margin-left: 484px;
margin-top: -40px;
width: 200px;
height: 20px;
}

#menuBarRight a {
color: #fff;
text-decoration: none;
}

#menuBarRight a:hover {
text-decoration: underline;
}

#crumbBar {
position: relative;
font-family: "Arial Black", sans-serif;
background: url('../i/tab_topback.gif');
overflow: hidden;
padding: 2px 0 0 30px;
font-size: 11px;
margin-left: 116px;
width: 598px;
height: 18px;
}

#level2 {
width: 514px;
margin-left: 116px;
margin-top: -20px;
}

#main {
position: relative;
}

#mainContentTop {
height: 40px;
padding: 0 0 0 30px;
background-image: url('../i/mainContent_top.gif');
}

#mainContent {
padding: 0 50px 0 30px;
background-image: url('../i/mainContent_back.gif');
/*min-height: 250px;*/
}

/*#newsContent {

}

#newsBottom {
 background: blue;
}*/

#overflow_right { /* does not position correctly in ie7 for some reason */
position: relative;
z-index: 2; /* position on top of the newsdiv */
margin-left: 610px;
margin-top: -20px;
background-image: url('../i/overflow_right.gif');
width: 189px;
height: 40px;
}

#newsBar {
position: absolute;
z-index: 1; /* position on top of the contentdiv */
background-image: url('../i/back_Agenda_top.gif');
background-repeat: no-repeat;
width: 189px;
margin-left: 494px;
}

#agendaItems {
padding: 25px 5px 10px 5px;
/*margin-bottom: 20px;*/
background-image: url('../i/back_Agenda.gif');
}

#agendaItems a {
color: #fff;
}

#newsBarBottom {
position: relative;
background-image: url('../i/back_Agenda_bottom.gif');
height: 20px;
width: 189px;
}

#btmBar {
 background-image: url('../i/mainContent_bottom.gif');
 font-size: 10px;
 line-height: 60px;
 text-align: center;
 width: 514px;
 height: 40px;
 margin-left: 116px;
}

.header {
position: relative;
background: orange;
width: 200px;
height: 20px;
}

.newsBarCnt {
position: relative;
}

.menu {
position: relative;
}
#crumbBar a, #crumbBar a:active, #crumbBar a:visited {
    text-decoration: underline;
    color: #000;
}
#crumbBar a:hover {
    text-decoration: none;
    color: #fff;
}

h1 span {
display: none;
}

h2 {
font-family: "Arial Black", sans-serif;
font-size: 14px;
}

h3 {
}

input,textarea {
    font-family: "Arial", sans-serif;
    font-size: 11px;
    border: 1px solid #000;
    background: #fff8d0;
}

input.button {
    border: 2px solid #000;
    background: #ddd;
}

label:hover {
    cursor:help;
}



img {
border: 0;
}

.agendaLargeMain {
position: relative;
font-family: "Arial Black", sans-serif;
padding: 0 0 10px 0;
}

.agendaLargeDayname {
position: absolute;
background: #000;
color: #ffd800;
font-size: 14px;
width: 25px;
height: 25px;
}

.agendaLargeDay {
position: absolute;
margin-left: 25px;
background: #ffd800;
color: #000;
font-size: 14px;
width: 25px;
height: 25px;
}

.agendaLargeMonth {
position: absolute;
margin-left: 50px;
background: #000;
color: #ffd800;
font-size: 14px;
width: 25px;
height: 25px;
}

.agendaLargeTitlebar {
    background-color: #ffd800;
    min-height:25px;
}

.agendaLargeTitle {
margin-left: 75px;
padding: 0 0 0 10px;
font-size:14px;
}

.agendaLargeTitleNews {
margin-left: 0;
padding: 0 0 0 10px;
font-size:14px;
}
.agendaLargeTitleNews a, .agendaLargeTitleNews a:active, .agendaLargeTitleNews a:visited {
    text-decoration:none;
    color:#000;
}
.agendaLargeTitleNews a:hover {
    text-decoration:none;
    color:#fff;
}

.agendaLargeGenre {
background-color: #8a8a8a;
padding: 0 0 0 10px;
color: #fff;
font-size: 12px;
}

.agendaLargeContent {
display: block;
padding: 5px 50px 5px 10px;
font-family: "Arial", sans-serif;
font-size: 12px;
border-left: 1px solid #8a8a8a;
border-right: 1px solid #8a8a8a;
}

.agendaLargeAdmin {
position: absolute;
right: 10px;
}

.agendaLargeBottom {
font-family: "Arial", sans-serif;
font-size: 10px;
color: #fff;
background-color: #000;
padding: 0 0 0 10px;
margin-bottom:0px;
}





.message {
    border: 2px solid #0f0;
    background: #c0ffcb;
    margin: 0;
    padding: 2px;
}
.error {
    border: 2px solid #f00;
    background: #ffc0cb;
    margin: 0 0 5px 0;
    padding: 2px;
}

.news {
    margin:0;
    padding: 0 0 20px 0;
}
.newsTop {
    position:relative;
    font-family: "Arial Black", sans-serif;
    font-size: 15px;
    color: #000;
    background: #ffd800;
    height: 22px;
    text-align:left;
    vertical-align:top;
}
.newsTop .newsTitle {
    position:relative;
    display:inline;
}
.newsTop .newsAdmin {
    position: relative;
    display:inline;
    font-family: "Arial", sans-serif;
    font-size: 10px;
}
.newsContent {
    position:relative;
    background:#fff8d0;
    padding: 3px;
}
.newsBottom {
    position:relative;
    width:434px;
    height:15px;
    background:#000;
    color:#bbb;
    font-size:10px;
}



#sideBarList {
list-style-type: none;
}

#sideBarList ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#sideBarList li { margin: 0; } /* gap fix */

#sideBarList a {
font-family: "Arial Black", sans-serif;
font-size: 12px;
display: block;
color: #000;
background-color: #ffd800;
width: 160px;
padding: 3px 5px;
text-decoration: none;
}

#sideBarList a:hover {
background-color: #333;
color: #ffd800;
}

#sideBarList li li a {
font-weight: bold;
font-size: 11px;
color: #fff;
background-color: #000;
width: 155px;
padding: 3px 5px 3px 10px;
}

#sideBarList li li li a, #sideBarList li li li a:hover {
font-family: "Arial", sans-serif;
font-weight: normal;
font-size: 10px;
background: none;
width: 65px;
}

#sideBarList ul ul {
margin-bottom: 25px;
list-style-type: none;
}

#sideBarList ul ul ul li {
float: left;
list-style-type: none;
}

