﻿BODY
{
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	word-spacing: normal;
}

.GeneralLabel
{
	font-size: 11px;
	color: Gray;
	font-weight: bold;
}

.PageHeader
{
	font-size: Large;
	color: #565F66;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	
}




.Center
{
    text-align: center;
}

.FloatLeft
{
    float: left;
}

.FloatRight
{
    float: right;
}

.FloatNone
{
    float: none;
}

.ClearBoth
{
    clear: both;
}

.SpaceTop
{
    margin-top: 5px;
}

.SpaceRight
{
    margin-right: 5px;
}

.SpaceBottom
{
    margin-bottom: 5px;
}

.SpaceLeft
{
    margin-left: 5px;
}

.WidthFiftyPercent
{
    width: 50%;
}


.WidthOneHundredPercent
{
    width: 100%;
}

.BackGroundColorDev
{
    background-color: Aqua;
}

.Padding
{
    padding: 5px;
}

/* fix floating div problem in firefox, where inside div will not stretch */

.floatcontainer:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.floatcontainer
{
    display: inline-block;
}
/* Hides from IE Mac \*/* html .floatcontainer
{
    height: 1%;
}
.floatcontainer
{
    display: block;
}
/* End Hack */
