 .agenda td {
    border-width: 1px;
    border-style: solid;
    border-color: #F26D20;
    font-size: 10px;
    padding: 1px 1px 1px 1px;
}
.agenda {
    border-width: 1px;
    border-style: solid;
    border-color: #F26D20;
}

.agenda a, .agenda a:link, .agenda a:visited {
    color: black;
    text-decoration:none;
}
.agenda a:hover {
    color: #F26D20;
    text-decoration:none;
}

.pictures img {
    border-width: 1px;
    border-style: solid;
    border-color: #F26D20;
}

.sprtable img {
    padding: 0px 5px 5px 0px;
    float: left;
}

.sprtable a img {
    padding: 5px;
    float: none;
}
.sprtable .title {
    padding: 5px 0px 5px 0px;
    font-size: 14px;
    font-weight: bold;
    background: #F9E6BC;
}
.sprtable td {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #F26D20;
    font-size: 11px;
    font-weight: normal;
    text-align:left;
    vertical-align:top;
    padding: 5px 0px 2px 0px;
}

.agendatable td {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #F9E6BC;
    font-size: 11px;
    font-weight: normal;
    text-align:left;
    vertical-align:top;
    padding: 2px 0px 2px 0px;
}

#maintable {
    background-image: url(/blug.nsf/Pages/Background/$file/background_blug.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
    margin-top: 5px;
    height: 768px;
}
h2 {
    margin-top: 15px;
} 
a, a:link, a:visited {
    color: #F26D20;
    text-decoration:none;
}
a:hover {
    color: black;
    text-decoration:underline;
}

.borderleft td, .borderleft th {
    border-left: 1px solid #F26D20;
    border-right: 1px solid #F26D20;
    border-top: 1px dotted #F26D20;
    border-bottom: 1px dotted #F26D20;
    padding:2px;
    font-size: 10px;
}
.borderleft th {
    border-top: 1px solid #F26D20;
}

.eventtitle {
    border-top: 2px solid #F26D20;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
} 

.menu {
    border-top: 2px solid #F26D20;
    margin-top: 5px;
    padding:5px;
    font-weight: bold;
} 

.embeddedview  {
    margin-top: 5px;
    width: 512px;
    border-collapse: collapse;
}
.embeddedview th {
    border: 1px solid gray;
    font-size: 10px;
    font-weight: bold;
    text-align:left;
    color: black;
    padding: 2px;
}
.embeddedview td {
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    font-size: 10px;
    font-weight: normal;
    text-align:left;
    vertical-align:top;
    color: #981206;
    padding: 1px;
}

.embeddedview a{
    font-weight: bold;
    text-decoration: underline;
}
.embeddedview a:hover {
    cursor:pointer;
    background-color: #B9A280;
    border-color: #981206;
}

.embeddedview td.right {
    text-align:right;
}

hr {
    color: #F26D20;
    background-color: #F26D20;
    height:1px;
    border:0px;
}

