BODY
{
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Sans-Serif;
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.hiddenByDefault
{
    display: none;
    visibility: hidden;
}


.content
{
    padding:15px 15px 0 15px;
    background-image: url(images/bkg.gif); 
    background-repeat: repeat-x; 
}

.buttonstyle
{
    background-color: #4684b2;
    border: 1px black;
    border-style: double;
    border-spacing: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: White;
}

.buttonstyle a:hover
{
    background-color: #999999;
}

.bodyText
{
    color: #333333;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    font-family: Verdana, Sans-Serif;
}

.version
{
    color: #333333;
    font-size: 11px;
    line-height: 30px;
    font-weight: normal;
    font-family: Verdana, Sans-Serif;
}

.bodyText2
{
    color: #333333;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    font-family: Verdana, Sans-Serif;
    text-align: right;
}

TD
{
    font-family: Verdana, Sans-Serif;
}
.formEntry
{
    color: #333333;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
}

.bigHeader
{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
    margin-bottom: 30;
       
}

.pagetitle
{
    color: #336699;
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
}

.header
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
}

.header2
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
}

.chartbox
{
    border-style: solid;
    border-color: #4684b2;
    border-width: 2px;
    background-color: White;
    padding: 5px; /*overflow: visible;*/
    cursor: pointer;
}

.expandableChart
{
    margin-top: 14px; /* set on the chart below the clickable header, disappears when chart panel is collapsed */
    margin-left: 4px;
    width: 800%; /*overflow: visible !important; /* the collapsible panel extender set overflow: hidden. this should override that */
}


.errorText
{
    color: #990000;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
}

.infoText
{
    color: #333333;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    font-style: italic;
    font-family: Verdana, Sans-Serif;
}

SPAN.PopupWarning
{
    color: #333333;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    font-style: italic;
    font-family: Verdana, Sans-Serif;
    display: none;
    padding: 1ex;
    background-color: #EEEEEE;
    border: solid 1px Gray;
    width: 300px;
    height: 40px;
}

a:link
{
    color: #0066cc;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
}

a:visited
{
    color: #0066cc;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana, Sans-Serif;
}

a:active
{
    color: #0066cc;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
}

a:hover
{
    text-decoration: underline;
}

table.container
{
    border-style: solid;
    border-color: #4684b2;
    border-width: 2px;
    background-color: White;
}

/* for labels that should be invisible but still present for 508 compliance */
.hiddenLabel
{
    visibility: hidden;
}

li
{
    margin-bottom: 1.5ex;
}

input
{
    border-width: 1px;
    border-bottom-style: inset;
}
/*
These two styles are used by the public version to indicate which
casualty mode (total, or distributed) is active.
*/
input.deactivated
{
    background-color: #EEEEEE;
    border-color: #DDDDDD;
}
input.activated
{
    background-color: #FFFFFF;
    border-color: #999999;
}

TABLE#tblCornellResults TD
{
    text-align: right;
}

