A {color:#003082; text-decoration:none; font-weight:normal }
A:hover {color:#006bc3; text-decoration:underline }
body { background-color:White; margin: 0px 0px auto 0px; }
.headerlink { color:White }
.headerlink:hover { color: White; text-decoration:underline }
.headerText {color:#003082; font:12pt verdana; font-weight:500 }
.explainText { font:6pt verdana; font-weight:800 }
.newsletterText { font: 8pt Verdana; }
TD,TH { font:10pt verdana; vertical-align:top }
INPUT, SELECT, TEXTAREA, .form {color:#000000; font:8pt verdana,tahoma,'MS Sans Serif',helvetica}

html,body
{
    height: 100%;
}

table#main
{
    width: 100%;
    height: 100%;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
}

td#leftBar
{
    background: #B9DBDA;
    border-right: solid 1px #6AA4DC;
    width: 100px;
    height: 90%;
}

td#topBar
{
    height: 10%;
}

td#rightBar
{
    width: 100%;
}

.publicCategoryDD
{
    width: 250px;
}

.gvTable
{
    width: 500px;
}

.gvCategoryPublic_RowStyle
{
    background-color: #EEEEEE;
    width: 400px;
    color: Black;
}

.gvCategoryPublic_AlternatingRowStyle
{
    background-color: #DCDCDC;
    color: Black;
}

.gvCategoryPublic_SelectedRowStyle
{
    background-color: #006BC3;
    color: White;
}

.gvCategoryPublic_Pager
{
    background-color: #999999;
    text-align: center;
}

.gvCategoryPublic_HeaderStyle
{
    background-color: #000084;
    color: White;
    width: 400px;
    text-align: left;
}

.eventmonth
{
    /*border: 1px solid #69a5dc;
    /*width: 100%;*/
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    text-align: center;
}

.dashedline
{
    border-bottom: 1px dashed #386789;
    margin-bottom: 10px;
    clear:right;
}

.eventmonthtable
{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-bottom: 15px;
    border: 0px solid;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #529898;
    border-left:   1px solid #529898;
    clear: none;
    padding: 2px;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    /*background-color: #65b1af;*/
    color: Gray;
}
.calcurrentday
{
    /*background-color: #98cbca;*/
}
.calweekend
{
    /*background-color: #cbe2e2; */
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #529898;
    height: 15%;
    width: 14%;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
    border-collapse:separate;
    border-spacing: 5px;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: 8pt;
     
}