.greyPanel
{
	height:100%; 
	width:100%; 
	background-color:#e4d6bc;
	border-left:6px solid #Dcc8A7; 
	border-right:6px solid #Dcc8A7;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:12px;
	padding-top:12px;
	font-family:Tahoma; 
	font-size:9px; 
	color:#522F20;
	vertical-align:text-top;
	cursor:default;
}




.topBarGreyLeft
{
	background-position:left;
	background-image:url('../images/topBar2.gif');
	background-repeat:none;
	height:27px;
	width:50%;
}


.topBarGreyRight
{
	background-position:right;
	background-image:url('../images/topBar2.gif');
	background-repeat:none;
	height:27px;
	width:50%;
}

