/* text style used for most text rendered by modules */
.Allspace
{
   width: 745px
}
.Menuspace
{
	width: 147px;
	height: 100%px;
	background-color: #eceada;
   vertical-align: top;
   padding-left: 10px
}
.Workspace
{
	padding-left: 10px;
	width: 568px;
   vertical-align: top
}
.Title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    color: #3b4e6c;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    line-height: 23px    
    
}
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: normal;
    vertical-align: top;
    line-height: 17px    
}

.NormalDouble
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: normal;
    line-height: 20px    
}

.NormalSmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: black;
    vertical-align: top;
    font-weight: normal;
    line-height: 17px    
}

.NormalBig
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: black;
    vertical-align: top;
    font-weight: 700;
    line-height: 17px    
}

.NormalSmallAlt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: black;
    background-color: whitesmoke;
    font-weight: normal;
    line-height: 17px    
}

.TableHeader
{
	 font-family: Arial, Helvetica, sans-serif;
	 color: White;
	 background-color: #3b4e6c;
    font-size: 11px;
    font-weight: 700;
    vertical-align: top;
    line-height: 17px   
}

.TableAlt
{
	 background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: normal;
    vertical-align: top;
    line-height: 17px    
}

.Status
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: normal;
    line-height: 17px    
}

.StatusRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Red;
    font-weight: normal;
    line-height: 17px    
}

.History
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    font-weight: normal;
    line-height: 17px    
}

.databoxheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background-color: #dfdcc1;
    font-weight: normal;
    line-height: 17px    
}

.databoxheadersm
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: black;
    background-color: #dfdcc1;
    font-weight: normal;
    line-height: 17px    
}

