body
{
	background: #CCC ;
	
}

.interface_table
{
	padding: 0px;
	border: 0px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	width: 80%;
	height: 100%;
  background:#A9C0CE 
}

.top_bar
{
	background: url(../images/interface_top.jpg) repeat-x;
	height: 104px;
}

.logo
{
	background: url(../images/interface_logo_bg.jpg) repeat-x;
	height: 50px;
	padding: 0px;
	
}

.login
{
	background: url(../images/interface_logo_bg.jpg) repeat-x;
	height: 50px;
	width: 230px;
	text-align: right;	
}

.center_main
{
	background: #A9C0CE url(../images/interface_03.jpg) no-repeat top right;
	height: 275px;
	color: #FFF;
	font-family: Verdana;
	font-size: 12px; 	
	font-weight: bold;
	padding: 0px;
}

.bottom_bar
{
	background: url(../images/interface_bottom.jpg) repeat-x;
	height: 171px;
	text-align: right;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 5px;
	color: #848484;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
}

.empty
{
	background: #FFF;
}

