#container
{ 
width: 90%; 
margin: 10px auto; 
background-color: #fff;
color: #333;
line-height: 130%;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}
#content
{
margin-left: 200px;
border-left: 1px solid gray;
}

#CaseCalenderLeft
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}
#CaseCalenderDetail
{
margin-left: 200px;
border-left: 1px solid gray;
}


BODY {

}

.TitleNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-color:CornflowerBlue;
}
 .Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size="8pt";
    font-weight: normal;
}

.Error
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.DataTable
{
    border-color:CornflowerBlue;
    border-width:1px;
    border-style:Solid;
}

.Grid
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-color:CornflowerBlue;
    border-width:1px;
    border-style:Solid;
    background-color:CornflowerBlue;
}

.GridHeader
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: white;
    border-color:CornflowerBlue;
    border-width:1px;
    border-style:Solid;
    background-color:CornflowerBlue;
}

.GridNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color:white;
}

.GridAlternateNormal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color: Gainsboro;
}


.FooterText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: "8pt";
/*    font-weight: bold;*/
    color:MidnightBlue;
}

.FAQCaption
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:MidnightBlue;
}

.FAQAnswer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color:CornflowerBlue;
}

.FAQQuestion
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:CornflowerBlue;
}

.FAQQuestionWithAnswer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:CornflowerBlue;
}

.FAQSection
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:MidnightBlue;
}

.HomepageText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color:MidnightBlue;
}

/* GENERIC */

HR {
    border-style: solid;
    color: CornflowerBlue;
    height:1pt;
    text-align:left
}

a
{
  text-decoration: none
}

a:hover
{
  text-decoration: underline;
  color: red;
}

