﻿/* Default CSS Stylesheet for a new Web Application project */

#divLoginPage
{
    margin:0 auto; 
    text-align:center   
}

#divLoginPreHeaderLeft
{
	width: 451px;
	height: 20px;
	display:inline;
	text-align: left;
	background-color: #917e60;
}

#divLoginPreHeaderRight
{
	width: 451px;
	height: 20px;
	display:inline;
	text-align: right;
	background: #917e60;
}

#divLoginHeaderLeft
{
	display:inline;
	width: 902px;
	text-align: center;
	height: 140px;
	background-color: #917e60;
	background: #917e60;
}

#divLoginHeaderRight
{
	width: 0;
	float: right;
	background: #917e60;
	height: 140px;
}

#divLoginSubHeader
{
	
	width: 902px;
	height: 10px;
	background-color:#000000;
}


#divLoginContentLeft
{
	display:inline;
	bgcolor:#eee6db;
	vertical-align:middle;
	
}
#LoginContenttable
{
	background-color: #917e60;
	background: #917e60;	
	bgcolor:#eee6db;
	
}

#divLoginContentRight
{
	display:inline;
	
	vertical-align:middle;
	background-color: #eee6db;
	background: #eee6db;
	
}

#divLoginSubContent1
{
	width: 902px;
	height: 10px;
	display:none;
	background-color:#917e60;
}
#divLoginSubContent2
{
	width: 902px;
	display:none;
}

#divLoginSubContent2
{
	width: 902px;
	height: 0px;
	vertical-align:middle;
	background: #917e60;
}