/******************************************************************************/
/* CSS Document layout.css                                                    */
/******************************************************************************/

/******************************************************************************/
/* General Defaults                                                           */
/******************************************************************************/

/************************************************
/* Web-Interface standards */
.ce
{
	Font-Family : Arial, sans-serif ;
	Font-Size : 8pt	   
}
			
.cet
{
	Font-Family : Arial, sans-serif ;
	Font-Size : 9pt;
	width: 110px	   
}
		
.cg
{
	Font-Family : Arial, sans-serif ;
	 Font-Size : 9pt ;
	
}
			   
			   
			   
			   
/*****************************************************
/* Enhancements */
.output
{
	font-family:Arial;
	font-size: 10pt;
	color:black;
	padding-left: 3px;
	padding-top: 0px;
	border: 1px solid #000000;
	width: 600px;
	background: #fff;
	height: 177px;
	text-align: left;
 overflow-y:auto;
 overflow-x:scroll;
 white-space:nowrap;
}

.shadow
{
//	width:602px;
	position:relative;
	top: 2px;
	left: 2px;
	background: #696969;
}
.shadow div{
	position:relative;
	top: -2px;
	left: -2px;
}

.contentbody 
{
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	width: 760px;

}
			   
