/*
   Cascading Style Sheet for iMerchant

   Note: all the color properties can have values either in color number format,
   e.g. color: #FFFFFF, or represented with a color name, e.g. color: white.
*/

.bodymargin   /* used by the <body> element of the signin page to control page margin */
{
	margin: 0cm 0cm 0cm 0cm;
}
.topbody      /* used by the <body> element of both top and left area of the transaction window */
{
	height: 100%;
	background-color: #CCCCCC;
}
td.tdbody1    /* background for the left banner area */
{
	background-color: #CCCCCC;
}
td.tdbody2    /* background for the center banner area */
{
	background-color: #CCCCCC;
}
td.tdbody3    /* background for the right banner area */
{
	background-color: #CCCCCC;
}
.topImage1    /* left banner image size */
{
	width: 340px;
	height: 74px;
}
.topImage2    /* center banner image size */
{
	width: 340px;
	height: 74px;
}
.topImage3    /* right banner image size */
{
	width: 340px;
	height: 74px;
}
.ff_label_topleft   /* top left label for the selected module */
{
	font-size: 18pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
}
.ff_label_menulinks   /* menu links in the left transaction window */
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial;
	text-align: left;
}
div
{
	overflow: auto;
}
body
{
	position: static
}
