﻿body
{
    /* background-image: url(../img/backgrounds/bgMain.gif);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: repeat-y; */
    background-color: #A0A0A0;
		
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    height: 100%;
}
/*div.bodyWrap
{
     background-color: #FFFFFF; 
    height: 100%;    
    width: 896px;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}*/
div.box
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
        
    width: 896px;
}
HTML.B_IE div.box
{
    margin: -3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.header
{
    overflow: hidden;
    display: block;
    height: 47px;
    background-color: #92C65F;
    color: #FFFFFF;

    margin: 0px 0px 0px 0px;
    padding: 0px 10px 10px 10px;
}

h1.flowWordLogo
{
	background-image: url(../img/flowLogos/logo_green.png);
	background-repeat: no-repeat;
	background-position: left top;
    background-color: #92C65F;
	
    display: block;
	text-indent: -99999px;
	height: 75px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
HTML.B_IE6 h1.flowWordLogo
{
    background-image: none;
    background-color: #92C65F;   
    
    display: block;
	text-indent: -99999px;
	height: 75px;
    
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/flowLogos/logo_green.png',sizingMethod='image');
}

div.banner
{
    text-align: center;
    
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    
    margin-top: 0px;  
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

div.sideContent
{
    padding: 10px 0px 0px 0px;
}

div.menuBackground
{
    background-color: #92C65F;
    height: 47px; 
}

HTML.B_IE div.scroller
{
    /* margin: -10px 0px -10px 0px;
    padding: -5px 0px -5px 0px; */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

HTML.B_FF div.scroller
{
    /* margin: -2px 0px -5px 0px; */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.paraScroller
{
    margin-top: 10px;
}

#marqueecontainer
{
    position: relative;
    width: 870px; /* marquee width */
    height: 117px; /*marquee height */
    background-color: white;
    overflow: hidden;
    /*border-bottom: double 3px #919191;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

div.marqueeAppsAndTraders
{
    width: 200px;
    height: 150px;
    display: block;
    float: left;
    
    margin: 0px 0px 0px 0px;    
    padding: 10px 10px 10px 10px;
}

div.marqueeImageBox
{
    width: 160px;    
    height: 70px;    
    
    border: solid 1px #302F67;
    padding: 10px 10px 10px 10px;    
    margin: 0px auto 0px auto;
}

div.marqueeImageBox img
{
    max-width: 140px;
    max-height: 65px;
    margin-left: auto;
    margin-right: auto;
}

HTML.B_IE6 div.marqueeImageBox img
{
    width: 140px;
    height: 65px;
}

div.marqueeLink
{
    font-size: 1.2em;
    font-weight: bold;
    
    padding: 5px 10px 0px 10px;
    margin: 0px auto 0px auto;
    width: 160px;      
    width: 160px;  
    text-align: center;  
}

div.menuListingShort
{
    /* padding-left: 10px; */
    padding-top: 5px;
}

div.gridOptions
{
    font-weight: bold;
    font-size: 1.1em;    
    margin-bottom: 5px;
    text-align: left;
    overflow: hidden;
}

div.gridOptions2
{
    font-weight: bold;
    font-size: 1.1em;  
    text-align: left;
    padding-top: 5px;
    overflow: hidden;
}

div.boxFooter
{
    clear: both;
    width: 100%;   
    
    overflow: hidden;
    /*background-color: #302F67; */
    background-color: #19252D;
    color: #FFFFFF;
    font-weight: bold;
    
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.boxFooter p
{
    text-align: right;
    font-size: 0.9em;
    
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 0px 0px;    
}

form
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.hidden
{
    display: none;
}
