BODY {FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Tahoma, Geneva, Helvetica; color: #FFFFFF; CURSOR: url(img/coxo.cur), auto;}
TD {FONT-WEIGHT: normal; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Tahoma, Geneva, Helvetica; color: #FFFFFF; CURSOR: url(img/coxo.cur), auto;}
A {FONT-WEIGHT: normal; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Tahoma, Geneva, Helvetica; text-decoration: none; color: #FFFFFF; CURSOR: url(img/coxo.cur), auto;}
P {margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px; CURSOR: url(img/coxo.cur), auto;}
H1 {margin-bottom: 0px; padding-bottom: 0px; margin-top: 0px; padding-top: 0px; color: #FEFEFE; FONT-WEIGHT: normal; FONT-FAMILY: Times, Arial, Verdana, Tahoma; }
H2 {margin-bottom: 0px; padding-bottom: 20px; margin-top: 0px; padding-top: 0px; color: #000000; FONT-WEIGHT: bold; FONT-FAMILY: Times, Arial, Verdana, Tahoma; }
.copy {color: #808080;}
.black {color: #000000;}
A.topmenu {FONT-SIZE: 12px; FONT-WEIGHT: normal;}
A.topmenu_s {FONT-SIZE: 12px; FONT-WEIGHT: bold;}
A.topmenu:hover {text-decoration: underline;}
A.calendar{color: #999999; text-decoration: underline;}
A.calendar:hover{text-decoration: none;}
A.calendar_s{color: #999999; text-decoration: none;}
A.calendar_s:hover{text-decoration: underline;}
A.month{color: #FEFEFE; text-decoration: underline; padding-left: 8px;}
A.month:hover{text-decoration: none;}
.day{color: #FEFEFE; FONT-SIZE: 28px;}
.date{color: #FEFEFE; FONT-SIZE: 24px; FONT-FAMILY: Times, Arial, Verdana;}
A.name {color: #FEFEFE; FONT-SIZE: 26px; text-decoration: underline; FONT-FAMILY: Times, Arial, Verdana;}
A.name:hover {text-decoration: none;}
A.day{color: #FEFEFE; FONT-SIZE: 28px;}
A.aday {color: #E21C33; FONT-SIZE: 28px;}
A.month:hover{text-decoration: none;}

.eday {color: #FF0000;FONT-SIZE: 28px; FONT-WEIGHT: bold; FONT-FAMILY: Tahoma, Verdana, Geneva, Helvetica; }
.emonth {color: #FFFFFF;FONT-SIZE: 20px; FONT-WEIGHT: bold; FONT-FAMILY Tahoma, Verdana, Geneva, Helvetica; }
.eevent {color: #FFFFFF;FONT-SIZE: 26px; FONT-WEIGHT:bold; FONT-FAMILY Tahoma, Verdana, Geneva, Helvetica; }

.tip{position:absolute; border: 1px #262928 solid; background:#000000;color:#313131;top:0px;left:0px;display:none;}
.tip_off{position:absolute; border: 1px #262928 solid; background:#000000;color:#313131;top:0px;left:0px;display:none;}
.tip p{margin:0;padding:0;padding-bottom:7px;}
.tip_off p{margin:0;padding:0;padding-bottom:7px;}

#mycustomscroll {
	width: 95%;
	margin-left: 50px;
	margin-top: 60px;
	height: 516px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
padding: 0px;
	}


.flexcroll {
/* Typical fixed height and fixed width example */
height: 516px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
padding: 0px;
}

/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
.flexcrollactive .emptyspace {
	height: 426px;
	}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

/* And style your scrollbar like you normally do */
.hscrollerbase {
height: 10px;
}
.hscrollerbar {
height: 10px;
border: 1px #212121 solid;
}
.vscrollerbar, .hscrollerbar {
padding: 13px;
z-index: 2;
}

.hscrollerbasebeg {
background: url(img/left.gif) no-repeat;
height: 10px;
width: 6px !important;
}
.hscrollerbaseend {
height: 10px;
width: 6px;
background: url(img/right.gif) no-repeat;
}
.scrollerjogbox:hover {
background: #000000;
}
/* Scroll Bar Master Styling Ends Here */