/* html, body        {height:100%; overflow:hidden;}

#primary_header   {position:absolute;}
#primary_content  {position:absolute;}
#secondary        {position:absolute; overflow-x:hidden;}
ul#folder_actions {position:absolute;}

div.body          {padding-top:5px;}

#secondary {
  height:expression(document.body.scrollTop + document.body.clientHeight - document.getElementById('header').offsetHeight - document.getElementById('actions').offsetHeight);
}

#primary_content {
  height:expression(document.body.scrollTop + document.body.clientHeight - document.getElementById('primary_header').offsetHeight - document.getElementById('header').offsetHeight - document.getElementById('actions').offsetHeight);
}

#primary_content {
	top:111px;
}

.no_actions #primary_content	{
	top:81px;
}

#primary_content,
#primary_header {
  width:expression(document.body.scrollLeft + document.body.clientWidth - document.getElementById('secondary').offsetWidth);
}
*/


/*
	IE6 Unsupported Page
*/


#center-ie6   
{
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content-ie6   
{
	background-color: #fff;
	margin-left: -440px;
	position: absolute;
	top: -222px;
	left: 50%;
	width: 867px;
	height: 445px;
	visibility: visible;
}

#contain-ie6
{
	width: 867px;
	margin: 0 auto;
	min-width: inherit;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; 
	font-size: 13px;

}

#hold-ie6
{
	background: url("../images/login-content-admin.png") no-repeat top left;
	padding: 0px 35px 0px 27px;
	zoom: 1.0;
	overflow: auto;
	height: 315px;
	font-size: 15px;
	color: #4D4D4D;
	font-family: arial, helvetica;
}

#hold-ie6 a {
	color: #0068AF;
	text-decoration: none;
}


#footer-ie6
{
	background: url("../images/login-content-footer-admin.png") no-repeat top left;
	height: 18px;
}

h1.ie6-unsupport {
	font-size: 23px;
	font-weight: normal;
	color: #404040;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 5px;
}

#foot-info-ie6 {
	color: #909090;
	float: right;
	font-size: 12px;
	padding-right: 20px;
}

#foot-info-ie6  a {
	color: #909090;
	font-size: 12px;
	text-decoration: none;
}


