﻿.info
{
    font-family:Verdana;
    font-size:13px;
}	

.calTable 
{
    width:98%;
    height:100%;
    border: 1px solid #000099;
    padding:6px;
    background-color:White;
}

.listTable 
{
    width:98%;
    height:100%;
    padding:6px;
    background-color:White;
}

.detailTable 
{
    height:100%;
    padding:6px;
    font-family:Verdana;
    font-size:13px;
}

.evenRows
{
    background-color:White;
    vertical-align:top;
}

.oddRows
{
    background-color:#DDDDDD;
    vertical-align:top;
}

.leftalign
{
    text-align:left;
} 

.rightalign
{
    text-align:right;
} 

.titlebar
{
    text-align:center;
    background-color:#BD0000;
    color:White;
    font-weight:bold;
    font-size:18px;
}   

.days
{
    text-align:center;
    color:White;
    font-weight:bold;
    background-color:#000099;
}

.grayCells
{
    height:195px;
    width:14%;
    background-color:#999999;
    border:solid 1px black;

}   

.regularCells
{
    height:195px;
    width:14%;
    background-color:White;
    vertical-align:top;
    text-align:right;
    font-weight:normal;
    font-size:8pt;
    border:solid 1px black;
} 

.todayCell
{
    height:195px;
    width:14%;
    background-color:#0099cc;
    vertical-align:top;
    text-align:right;
    color:White;
    font-weight:normal;
    font-size:8pt;
    border:solid 1px black;
}

.todayCell a
{
    color:White;
    text-decoration:none;
}  

.todayCell a:visited
{
    color:White;
    text-decoration:none;
}  

.todayCell a:hover
{
    color:White;
    text-decoration:underline;
}  

.detailHeader
{
    font-family:Verdana;
    font-size:24px;
    font-weight:bold;
    color:#000066;
}

.listviewDate
{
    text-align:left;
    font-weight:bold;
    color:Navy
}

.listDayEvent
{
    text-align:right;
}