﻿/*----------- finance screen ------ */
.bodywrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: center 1px;
}

.rankings .bodywrapper, 
.profile .bodywrapper,
.pooledit .bodywrapper,
.notstarted .bodywrapper,
.support .bodywrapper
{
	background-color: #fff;
	background-image: url(../images/content_bg_resultsdecisions.jpg);
	background-position: center center;
}

.profile table
{
	width: 100%;
}
.panelwrapper 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.onepanel 
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.leftpanel 
{
	position: absolute;
	left: 10px; /* sized */
	top: 10px;
	width: 445px;
	bottom: 10px;
}

.rightpanel
{
	position: absolute;
	left: 465px; /* sized */
	top: 10px;
	width: 445px;
	bottom: 10px;
}

.panelinnerwithoutheader,
.panelinnerwithheader 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.contentwrapper 
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.contentheader
{
	top: 0;
	left: 0px;
	width: 100%;
	height: 35px;
}

.pooledit .leftpanel .contentwrapper,
.pooledit .rightpanel .contentwrapper,
.rankings .leftpanel .contentwrapper,
.rankings .rightpanel .contentwrapper,
.mycompany_finance .leftpanel .contentwrapper,
.mycompany_finance .rightpanel .contentwrapper
{
	top: 23px;
}

.onepanel .contentheader
{
	height: 23px;
}

.mycompany_finance .contentheader,
.rankings .contentheader,
.pooledit .contentheader
{
	height: 23px;
}

.contentheader h3 
{
	font-size: 9pt;
	padding: 3px;
}

.leftpanel .contentwrapper,
.rightpanel .contentwrapper
{
	top: 35px;
	bottom: 10px; /* sized */
	height: auto;
}

.notstarted .onepanel .contentwrapper,
.profile .onepanel .contentwrapper
.support .onepanel .contentwrapper
{
	top: 23px;
	height: 94%;
}

.onepanel .contentwrapper
{
	/*top: 23px;*/
	bottom: 10px; /* sized */
	height: 99%;
}

.content 
{
	padding: 5px;
	overflow: auto;
}

.transparentbackground 
{	
	filter: alpha(opacity=20);
	-moz-opacity: .20;
	opacity: .20;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	float: left;
}

.roundindicator
{
	font-weight: bold;
}

