@import "buttons.css";
@import "result.css";
@import "page.css";
@import "sales.css";

html
{
	margin:0;
	height:0;
	background-color:#fafafa;
	height:100%;
	width:100%;
	padding:0;
}

body
{	
	height:100%;
	width:100%;
	background-color:#f5f5f5;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-width:0px;
	font-family: "Trebuchet MS", "Verdana", "arial", "sans-serif";
	font-size: 12px;
}

table.header
{
	width:100%;
	height:27px;
	top: 0;
	/*background-image:url('../images/header_bg.jpg');
	background-image:url('../images/header2.gif');*/
    /*background: #f57b20;*/
    /*background: -webkit-linear-gradient(bottom,#f6ae86,#f57b20); *//*Safari 5.1-6*/
    /*background: -o-linear-gradient(top,#f6ae86,#f57b20); *//*Opera 11.1-12*/
    /*background: -moz-linear-gradient(top,#f6ae86,#f57b20); *//*Fx 3.6-15*/
    /*background: linear-gradient(to top, #f6ae86,#f57b20); *//*Standard*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57b20', endColorstr='#f6ae86',GradientType=1 );*/


    /*background: #001030;*/
    /*background: -webkit-linear-gradient(bottom,#6090b0,#001030);    !*Safari 5.1-6*!*/
    /*background: -o-linear-gradient(top,#6090b0,#001030);            !*Opera 11.1-12*!*/
    /*background: -moz-linear-gradient(top,#6090b0,#001030);          !*Fx 3.6-15*!*/
    /*background: linear-gradient(to top, #6090b0,#001030);           !*Standard*!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001030', endColorstr='#6090b0',GradientType=1 );*/
	line-height: 27;
}

td.header_content {
	height: 100%;
	width:100%;
	font-size:11px;
	text-align:right;
	margin: 0;
	padding: 0;
	color: #ffeeee;
}

td.header_buttons
{
	color:#ffffff;
	text-align:right;
	padding-right:5px;
}

#content {
	position: absolute;
	top:40px;
	width: 100%; 
	height:50px;
	overflow:hidden;
}