/* CSS - CommonPartitions.css - */
/* ********************* Common Partition ************************** */
#leftPanel {
    float: left ;
	width: 180px ;
	height: 600px ;
	background-color: #ebe6dc ;
	border: 0px solid #ebe6dc ;
}
#rightPanel {
    width: 844px ;
    float: left ;
	margin-right: 0px ;
	text-align: center ;
	
}
#rightSide {
    width: 150px ;    /* 210 for IE */
	height: 570px ;
	float: right ;
	font-family: arial ;
	font-weight: bold ;
	font-size: 14px ;
	text-align: left ;
	background-color: #ebe6dc ;
	color: black ;
	padding: 15px ;
}
#user{
    color: black ;
	font-size: 14px ;
} 
#password {
    color: black ;
	font-size: 14px ;
}
#rightSide ul{
    padding-left: 12px ;
}
#rightSide ul li {
    margin-bottom: 10px ;
}
#content {
    width: 620px ;
    font-size: 14px ;
    margin: 20px ;
	text-align: left ;
}
#footer {
    clear: both ;
	height: 40px ;
	font-size: 10px ;
	font-weight: bold ;
	background-color: #ebe6dc ;
	color: #f3f3f3 ;
	text-align: left ;
	padding: 10px ;
	border-top: 2px groove black ;
}
/* End common content */