﻿body
{
    font-family: Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
    font-size: 85%;
	margin:30px;
    background-color:#dce6f2; 
}

p 
{
    font-size: 1.0em;
}

/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p { height: 1%; }
#body-container
{  
}
    
#header
{
    font-size: .8em;
    background-color: #9CB6D9;
    border-top: 1px solid #564b47;
    border-bottom: 1px solid #564b47;
    text-transform: uppercase;
    text-align: left;
}
    
#status
{
    font-size: .8em;
    background-color: #9CB6D9;
    border-top: 1px solid #564b47;
    border-bottom: 1px solid #564b47;
    text-transform: uppercase;
    text-align: right;
}

#wrapper
{
    overflow:hidden;
    float:left;
}

#menu
{
    padding-bottom: 32767px;
	margin-bottom: -32767px;
	
    width: 200px;
    background-color: #B8D7FF;
    float: left;
}

#content    
{
    margin-top:10px;
    margin-left: 210px;
    height:250px;
}

#footer
{
    clear:left;
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    background-color: #8096B2;
    border-top: 3px solid #564b47;
    border-bottom: 3px solid #564b47;
    margin: 0px;
    padding: 5px 15px 5px 15px;
}

h1
{
    text-align: left;
    font-size: 2em;
    font-weight: bolder;
}

h2
{
    font-family:Tahoma;
    font-size:x-large;
    font-weight:bold;
    text-align: center;
}

h3
{
    font-size: 1em;
}

h4
{
    font-size: .9em;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
    color: #006699;
}

a:visited
{
    color: #330099;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: green;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #900;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #fcc;
}

.RowStyle
{
}

.SelectedRowStyle
{
    background-color: Yellow;
}

/* Accordion dropdown styles for selection Styles */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: White;
}
