﻿body
{
    font-family: Lucida Sans, Verdana;
    font-size: 85%; /*margin: 10px 50px 50px;*/
    background-color: white;
    padding-right: 5px;
}

p
{
    font-size: 1.0em;
}

/* three-pixel bog fix */
* html p
{
    height: 1%;
}

#body-container
{
}

h1
{
    text-align: right;
    font-size: 2em;
    font-weight: bolder;
}

#topheader
{
    font-size: .8em;
    border-bottom: 1px solid ; /*#564b47 */
    text-transform: uppercase;
    text-align: left;
    vertical-align:middle;
    background-color: #23AB26;
    height: 60px;
}

#header
{
    font-size: .8em;
    /*border-bottom: 1px solid ;  #564b47 */
    text-transform: uppercase;
    text-align: right;
    background-color: #abf00f;
    height: 20px;
}

#BuggyTD
{
     background-color:Orange;
   
}


.borderheader
{
    background-color:Orange;    
}

#wrapper
{
    position: relative;
    width: 100%;
    overflow: hidden;
    
}

#menu
{
    /* padding-bottom: 100%;     margin-bottom: -100%; */
    width: 210px;
    background-color: #5EB960;
    font-size: .8em;
    width: 190px; height: 411px; vertical-align: top; text-align:left;
}

#content
{
    vertical-align:top;
    text-align:left;
    width:450px;
}

#footer
{
    clear: left;
    font-size: 1em;
    text-transform: uppercase;
    text-align: right;
    background-color: #4CF750;
    border-top: 3px solid #564b47;
    border-bottom: 3px solid #564b47;
    margin: 0px;
    padding: 5px 15px 5px 15px;
}

h2
{
    font-size: 1.1em;
}

h3
{
    font-size: 1.0em;
}

h4
{
    font-size: .9em;
}


/* Links Selectors */

a:link
{
    color: #006699;
}

a:visited
{
    color: #330099;
}

a:hover
{
    text-decoration: underline;
}


a:active
{
    color: Green;
}


/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

