
/********************************************************************
    ACADEMIC CALENDAR
********************************************************************/
.ACnavlist 
{
    display: block;
    width: 630px;
    height: 40px;
    margin: 25px 0px 0px 45px;
    padding: 0px 0px 0px 0px;
}

.ACnavlist table 
{
    display: block;
    width: 630px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}

.ACnavlist table tr 
{
    display: block;
    width: 630px;
    height: 40px;
    background: url(/images/bg_dottedSeperator.gif) repeat-x left bottom;
}

.ACnavlist table tr td 
{
    display: inline-block;
    float: left;
    width: 185px;
    height: 40px;
    margin: 0px;
    padding: 0px 10px;
    position: relative;
}

.ACnavlist table tr td ul.btnDynamic 
{
    left: 0px;
    right: inherit;
    padding: 10px 0px 0px 7px;
    display: block;
    width: 90%;
    text-align: center;
}

.ACnavlist table tr td ul.btnDynamic li a 
{
    width: 85%;
}


div.monthcontainer 
{
    display: block;
    width: 630px;
    height: auto;
    margin: 0px 0px 0px 45px;
    padding: 0px 0px 0px 0px;
}

div.monthcontainer h2 
{
    margin: 22px 0px 10px 0px !important;
}


#divContent-Right div.monthcontainer div p,
div.monthcontainer div p
{
    margin: 25px 0px 15px 0px;
}

div.monthcontainer div p strong 
{
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
}

div.monthcontainer div table 
{
    width: 630px;
    height: auto;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 15px;
    line-height: 21px;
    color: #666666;
}

div.monthcontainer div table tr 
{
    width: 630px;
    height: 30px;
}

div.monthcontainer div table tr td:first-child 
{
    width: auto;
}

div.monthcontainer div table tr td + td 
{
    width: auto;
    text-align: right;
    padding-right: 27px;
}


