/* $Id: style.css,v 1.1.2.1 2009/07/06 08:03:14 agileware Exp $ */
/* begin Page */
body
{
margin: 0 auto;
padding: 0;
background-color: #C5C9AB;
background-image: url('images/Page-BgTexture.jpg');
background-repeat: repeat-x;
background-attachment: fixed;
background-position: bottom left;
font: 0.75em/170% Verdana, Arial, Helvetica, sans-serif;
color: #454C43;
}
.Main
{
position: relative;
width: 100%;
left: 0;
top: 0;
}
.PageBackgroundGlare
{
position: absolute;
width: 100%;
height: 321px;
left: 0;
top: 0;
}
.PageBackgroundGlareImage
{
background-image: url('images/Page-BgGlare.png');
background-repeat: no-repeat;
height: 321px;
width: 307px;
margin: 0;
}
html:first-child .PageBackgroundGlare
{
border: 1px solid transparent; /* Opera fix */
}
.cleared
{
float: none;
clear: both;
margin: 0;
padding: 0;
border: none;
font-size:1px;
}
form
{
padding:0 !important;
margin:0 !important;
}
table.position
{
position: relative;
width: 100%;
table-layout: fixed;
}
/* end Page */
/* begin Box, Sheet */
.Sheet
{
position:relative;
z-index:0;
margin:0 auto;
width: 960px;
min-width:23px;
min-height:23px;
}
.Sheet-body
{
position: relative;
z-index:1;
padding: 15px;
}