/* Main Structure */

div#frame {
	width: 870px;
	margin: 0px auto 0 auto;
	padding: 0;
	
}


div#header 
{
	background-color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	height: 88px;
	min-height: 88px;
	_height: 88px; 
	line-height: 60px;
}

div#loginFrame div#header table
{
	padding: 0;
	margin: 0;
}

div#header div#clientLogo
{
	height: 78px;
	min-height: 78px;
	_height: 78px;
	width: 300px;
	float: right;
	background-image: url(../_uploads/images/customer_logo.gif);
	background-position: right;
	background-repeat:no-repeat;
}

div#header div#iposoftLogo
{
	background-image: url(fundManager.gif);
	background-position: left;
	background-repeat:no-repeat;
	height: 78px;
	min-height: 78px;
	_height: 78px;
	width: 300px;
}

div#container {
	
	font-size: 1.1em;
	min-height: 50em;
	_height: 50em;		
	
}

/* ----- */

div#mainCol 
{
	min-height: 50em;
	_height: 50em;
	margin: 0 0px 0 180px;
	background-color: #FFF;
	
}



/* Footer */

div#footer 
{
	font-size: 1em;
	padding: 8px 12px 8px 10px;
	margin: 0px 0px 0px 180px;
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;	
}

div#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#footer ul li {
	margin: 0;
	padding: 0 5px 0 5px;
	display: inline;
}

div#footer ul li a {
	color: #006699;
	text-decoration: none;	
}

div#footer ul li a:hover 
{
	text-decoration: underline;
}
