﻿body {

 background-color: #27355C;
 color: #9ba2b4; 
 
 border-bottom-color: #cc0099;
 border-left-color: #F8EA17;
 font-size: large;
 
}
hr{
   color:#89B9C5 ;
}
a:link, a:visited  
 {
     color: #89B9C5;
 } 
 
 
 #leftbar {
float: left;
width: 240px;
height: 1050px;
/*margin-left: 2px;
margin-left: 1px;
padding: 5px;
background: #272727;
border: 1px solid #777744;*/
text-align: center;
}

#centralbar {
float: left;
width: 480px;
height: 565px;
margin: 0px 2px 0px 15px;
padding: 5px;


}

#rightbar {
float: left;
width: 240px;
height: 1050px;
padding: 5px;
/*background: #1e1e1e;
border: 1px solid #777744;*/
 text-align:center;
}

.dayTitle{
   font-weight:bold;
   text-align:left;
   border-bottom: solid 2px gray;
   border-top: solid 2px gray;
}

.dayTitlediv{
 text-align: center; 
 margin: 50px 0px 0px 0px; 
 }

.agendaDescription {
  padding: 1px 1px 1px 15px;
  text-align: left;
  vertical-align: top;
}

.agendaTime{
   text-align:right;
   white-space:nowrap;
   vertical-align:top;
}

.agendaLink {
   text-decoration:none; 
}

.highLight{
     border:solid 5px #F8EA17;
}
.noHighLight{
     border:solid 5px #27355C;
     width: auto;
}


