﻿

.pnlContent
{
    float: left;
}

.pnlPagesMain
{
	float: left;
	height: 540px;
    text-align: left;
	width: 99%;
}

/*DefaultPanels*/
.pnlDefaultBody
{
    
    /*background-image: url('http://localhost:58152/OneFinancial/Files/OneFinancialOpening.JPG');*/
}

/*FinancialsPanels*/
.pnlFinancialsBody
{
    float: left;
    height: 760px;
	text-align: left;
	width: 1700px;
}

.pnlFinancialButtons
{
	float: left;
	height: 40px;
	width: 100%;
}

/*OverviewPanels*/
.pnlOverviewBody
{
    float: left;
    height: 760px;
	text-align: left;
	width: 954px;
}

.pnlOverviewBills
{
	border: none;
	border-color: #000066;
	color: #000066;
	float: left;
	/*height: 344px;*/
	text-align: center;
	width: 948px;
}

.pnlOverviewCredit
{
	border: medium none #000066;
	color: #000066;
	float: left;
	/*height: 344px;*/
	text-align: center;
	width: 1200px;
}

.pnlOverviewTotals
{
	border: solid;
	border-width: 0px;
	border-color: darkblue;
    height: 700px;
    float: left;
	text-align: center;
	width: 446px;
}

.pnlOverviewTotalsL
{
	border: solid;
	border-width: 0px;
	border-color: darkblue;
    height: 325px;
    float: left;
	text-align: center;
	width: 262px;
}

.pnlOverviewTotalsR
{
	border: solid;
	border-width: 0px;
	border-color: darkblue;
    height: 652px;
    float: right;
	text-align: center;
	width: 170px;
}

.pnlOverviewBalance
{
	border-color: #000066;
	border-style: double;
	border-width: 2px;
    float: left;
    height: 104px;
	margin-top: 3px;
	text-align: left;
	width: 260px;
}

.pnlOverviewBanking
{
	border-color: #000066;
	border-style: double;
	border-width: 2px;
    float: left;
    height: 120px;
	margin-top: 3px;
	text-align: left;
	width: 260px;
}

.pnlOverviewTableButtons
{
	float: right;
	height: 326px;
	width: 96px;
}
