﻿img
{
    border: none;
}

#evtcal a:visited
{border:solid 1px #cccccc;
color:#ff0000;
}


#evtcal
{
    width: 280px;
    text-align: center;
}
#evtcal a
{
    text-decoration: none;
    text-align: center;
}


/* unvisited link */

#evtcal a:hover
{
    text-decoration: none;
    background-color: Transparent;
}
/* mouse over link */
#evtcal a:active
{
    text-decoration: none;
}
/* selected link */

#evtcalendar
{
    width: 280px;
   
    border: none;
    padding: 0px;
    font-family: Arial, Verdana;
    border-collapse: collapse;
    border-spacing: 0px;
}

#evtcalendar td.cellstyle
{
    background-color: #ffffff;
    font-family: Verdana,arial;
    font-size: 12px;
    text-align: center;
    height: 30px;
    overflow: hidden;
     
    border-collapse: collapse;
    border: solid 1px #cccccc;
    border-spacing: 0px;
    padding-left: 2px;
}

#evtcalendar td.cellstyle a:hover
{
    background-color: #cccccc;
    
}

#evtcal td a{
background-color:#123456;
}

#evtcalendar td.highlight a
{
}
#evtcalendar td.highlight a:hover
{
    
    background-color: #ffffff;
    color: Green;
}

#evtcalendar td.monthcaption
{
    background-color: #143D55;
    color: #ffffff;
    text-align: center;
    font-family: Verdana,arial;
    font-size: 12px;
    height: 30px;
}

#calendarnavi
{
    width: 280px;
    border: none;
    text-align: center;
    font-size: 12px;
  
    height: 30px;
    font-family: Verdana,arial;
    border-collapse: collapse;
    border-spacing: 0px;
}

#calendarnavi td
{
    color: white;
    background-color: #143D55;
}

#calendarnavi td a
{
    text-decoration: none;
    color: White;
}


#evtcalendar td.highlight
{
    color: #0000ff;

    text-align: center;
    border:solid 1px #cccccc;
    font-family: Verdana,arial;
    font-size: 12px;
}



#evtcalendar td.todaycap
{
    color: #143D55;
    border: solid 1px #cccccc;
}
#evtcalendar td.todaycap a
{
    color: #ff0000;
    font-weight: bold;
}
#evtcalendar td.weekday
{
    background-color: #143D55;
    color: #ffffff;
    font-family: verdana, Arial;
    padding: 0px;
    font-size: 12px;
    height: 25px;
    border: none;
    text-align: center;
}
#evtcalendar td.todaylinkcap
{
    color: #FFFFFF;
    background-color: #143D55;
    text-align: left;
    font-family: verdana,arial;
    font-weight: normal;
    margin: auto;
    font-size: 12px;
}


#evtcalendar td.todaylinkcap a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    padding: 0px;
}

#evtcalendar td.eventday
{
    font-size: 12px;
    height: 25px;
    text-align: center;
    border: solid 1px #CCCCCC;
}
#evtcalendar td.eventday a
{
    font-size: 12px;
    text-align: center;
}



#evtcalendar td.normalday
{
    color: #888888;
    border: solid 1px #CCCCCC;
}


#evtcalendar td.blankday
{
    color: #888888;
    background-color: #EEEEEE;
}

#evtcalendar td.eventday:hover
{
    background-color: #CCCCCC;
}

#calDate
{
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    color: #143D55;
    min-height:200px;
    font-family: Verdana,Helvetica , Arial narrow;
    text-align: justify;
    text-decoration: none;
    border: none;
    overflow: auto;
}

