.link {
 background-image: url("images/link.png");
}

ul.list li {
 margin: 1px;
 padding: 1px;
 border: 2px groove black;
 list-style-type: none;
 background-color: #0D288C;
 color: white;
 display: inline;
}

ul.list li>a {
 color: white;
 text-decoration: none;
}

ul.list li>a:hover {
 background-color: black;
}

.e-title {
 text-align: center;
}

.e-head {
 width: 160px;
}

.embeded {
 width: 160px;
}

.dayevent {
 display: inline;
 border: 1px outset black;
 margin-left: 5px;
 margin-right: 5px;
 margin-top: 5px;
 background-image: url("images/day_bg.png");
}

.dayevent span {
 display: block;
 background-color: #0042ff;
 color: white;
}

.guide {
 vertical-align: bottom;
 color: #1d3885;
 text-align: right;
 width: 38px;
}

.daytable {
 width: 100%;
}

.hour {
 height: 100px;
 border: 1px solid black;
 vertical-align: top;
}

.toolbar {
 padding-left: 10px;
}

.toolbar span {
 border: 2px outset #304fa7;
 padding-left: 3px;
 padding-right: 3px;
 margin-left: 3px;
 margin-right: 3px;
 font-size: 10px;
 font-family: Verdana;
}

.editevent {
 margin-left: 140px;
}

.eventlist {
 overflow: auto;
 height: 100px;
}

.zero {
 color: #E4E4E4;
}

.jump {
 text-align: center;
 border-bottom: 1px solid #CCCCCC;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}

.multiday {
 border: 1px outset #1F2189;
 font-size: 10px;
 margin-left: 0px;
 margin-right: 0px;
 border-top: 1px outset #1F2189;
 border-bottom: 1px outset #1F2189;
 margin-top: 3px;
 text-align: center;
 margin-bottom: 3px;
 background-color: #B5C8E6;
}

.multiday span {
 display: block;
 clear: right;
 font-weight: bold;
}

.multiday a {
 font-size: 10px;
}

.multiday a:hover {
 font-size: 10px;
}

.event {
 border: 1px outset #1F2189;
 background-color: #B5C8E6;
 font-size: 10px;
 margin-bottom: 3px;
 text-align: center;
 display: block;
}

.event span>img {
 display: block;
 float: right;
 margin-right: 0px;
 clear: right;
}

.event a {
 font-size: 10px;
}

.event a:hover {
 font-size: 10px;
}

.event span {
 display: block;
 clear: right;
 font-weight: bold;
 font-size: 10px;
}


table.calendar {
 color: black;
 border: 1px solid #CDCDCD;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}


.title {
 text-align: center;
 border-top: 1px solid #CCCCCC;
 border-right: 0px;
 border-left: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}

.weekday {
 text-align: center;
 font-size: 10px;
 border: 1px solid #CCCCCC;
 font-style: none;
 background: url("images/wd_bg.png");
}

.day {
 border: 1px solid #CCCCCC;
 width: 14%;
 height: 115px;
 vertical-align: top;
 background-image: url("images/ebg.png");
}

#now {
 background: white;
}

body {
 background-image: url("images/bg.png");
}

.panel {
 width: 100%;
 border: 2px outset #AAAAAA;
 margin-bottom: 10px;
 padding-top: 0px;
 padding-bottom: 0px;
 background-color: white;
}

.paneltwo {
 width: 300px;
 margin-right: auto;
 margin-left: auto;
 border: 2px outset #AAAAAA;
 margin-bottom: 10px;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 0px;
 padding-bottom: 0px;
 background-color: white;
}

.panel h2 {
 color: #666666;
 border-bottom: 1px solid black;
}

.paneltwo h2 {
 color: #666666;
 border-bottom: 1px solid black;
}

img {
 border: 0px none;
}
.day-title {
 font-size: 2em;
 font-weight: bold;
 text-align: left;
}
