/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 6px;
}

.hscrollerbase, .hscrollerbar {
height: 6px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 0px 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(images/vscroller.gif);
width: 6px;
margin-left:0px;
cursor:pointer;
margin-top:0px;
/* height is auto set by the script to fit the scrollbar */
}
.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(images/vscroller.png);
margin-bottom:0px;
height:0px;
}



.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(images/hscroller.gif) -10px 0px;
height: 15px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(images/hscroller.gif);
height: 15px; width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #264c97;
}

.hscrollerbasebeg {
height: 6px;
background: url(images/scrollbases.gif) -22px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 15px; width: 7px;
background: url(images/scrollbases.gif) 0% 0% no-repeat;
}

.vscrollerbasebeg {
width: 0px;
background: url(images/scrollbase_top.gif) 0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 0px; width: 0px;
background: url(images/scrollbase_down.gif) 0px 0px no-repeat;
}

.scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(images/scrolljog.gif) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */


.eventtable{
}

.eventtable tbody td{
color:#fff;
font-size:12px;
padding:7px 3px;
background:#7291c6;
border-top:1px solid #8ea7d1;
border-bottom:1px solid #4565a0;
}

.eventtable tbody td.date{
color:#fff;
font-size:12px;
padding:7px 5px 7px 15px;
background:url(images/date_bullet.gif) no-repeat left 11px #33569b;
border-top:1px solid #4565a0;
border-bottom:1px solid #4665a1;
}


.date2{
color:#fff;
font-size:12px;
padding:7px 5px 7px 15px;

border-top:1px solid #4565a0;
border-bottom:1px solid #4665a1;}


.date2 a{
color:#FFC613;
text-decoration:none;
font-size:12px;
}

.date2 a:hover{
color:#fff;}

.con{
margin:0px; padding:0px;

}

.con a{
color:#FFC613;
text-decoration:none;
font-size:12px;
}

.con a:hover{
color:#fff;}