﻿#remitContainer
{
    width: 566px;
    height: 720px;
    background-color: white;
    color: white;   /* for error messages, etc. */
	margin : 0px 0px 0px 2px;
}

#remitContainerBrowser
{
    width: 910px;
    height: 720px;
    background-color: white;
    color: #F4F5E0; /* for error messages, etc. */
    margin: 0px 0px 0px 2px;
}
        
html, body, #aspnetForm
{
	margin : 0px 0px 0px 0px;
	background:white;
	padding:0;
	height:100%;
	font-family:Arial,sans-serif;
}

.clearFloat
{
	clear:both;
}

#OuterMainPanel
{
    padding: 0;
    margin: 0;
    height: 99%;
}



#ContainerPanel
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    background: url("images/master/mainTopBack.jpg") top repeat-x;
}

#MainPanel
{
	margin: 0px 0px 0px 0px;
	float:right;
    width: 100%;
}

#InnerPanel
{
    padding: 20px 0px 0px 0px;
    margin: 0px;
    width: 100%;
    min-height: 580px;
   	text-align:left;
}


#TopPanel
{
	background: url("images/master/topBack.jpg") repeat-x;
    border: 0px;
    padding: 0px;
    margin: 0px;
    height: 61px;
    min-width: 980px;
}


#PerformanceLogo
{
    background: url("Images/master/performance.jpg") no-repeat;
    width: 520px;
    height: 150px;
}

#ReportingLogo
{
    background: url("Images/master/reporting.jpg") no-repeat;
    width: 520px;
    height: 150px;
}