
body
{
	margin: 0px;
	padding:0px;
	font: small Tahoma;
	position: absolute; 
	overflow: hidden; 
	direction: ltr;
    width: 100%; 
    height: 100%;
}

img{
	cursor: pointer;
}

.company{
	font-family: "Casque OpenFace", sans-serif;
	font-size: 32px;
}

.flyout
{
	position:fixed;
	z-index: 10;
	left: 0px;
	top: inherit;
	height: 450px;
	width: 350px;
	background: White;
	overflow: auto;
	border: thin outset;
	display: block;
}

.actionheader
{
    position: absolute; 
    top: 0px;
    left: 0px;
    height: 30em;
    width: 100%; 
    display: block; 
    padding-bottom: 4px; 
    z-index: 4;
	background: White;
	overflow: hidden;
}

.actioncontent{
	background: #FFFFFF;
	overflow: auto;
	bottom: 2px;
	height: 19em;
	z-index: 1;
}

.actioncontentflyout{
	background: #FFFFFF;
	overflow: auto;
	bottom: 2px;
	top: .5em;
	z-index: 1;
	width:100%;
	position: absolute;
}

.status{
	left: 200px;
	top: 200px;
	position: absolute;
	display: none;
	background: #E6E6FA;
	border: 1px dotted Black;
	width: 175px;
	height: 45px;
	z-index: 1111;
}

.exception
{
    background-position: #E6E6FA;
    left: 200px;
    top: 200px;
    position: absolute;
    display: none;
    background: #E6E6FA;
    border: 1px dotted Black;
    width: 200px;
    height: 100px;
    z-index: 1111;
    color: #FF0000;
    font-weight: bold;
}

.page
{
    padding: 1px;
    position: absolute; 
    top: 0em; 
    left: 0em; 
    right: 0em; 
    width: 100%; 
    bottom: 2px;
    min-height: 200px; 
    min-width: 500px; 
    overflow: hidden;
}

.left
{
    border-right: 1px solid blue;
    position: absolute; 
    top: 4.07em; 
    left: 0px; 
    bottom: 2px; 
    width: 19em;
/*    height: 90%; */
    overflow: hidden; 
    z-index: 5; 
    background: white;
}

#main
{
    position: absolute; 
    left: 19.1em; 
    top: 4.07em;
    right: 0em; 
    bottom: 2px; 
    z-index: 1;
}

#menuitem
{
	overflow: auto;
	background: White;
	font-size: x-small;
    width: 100%;
    min-height: 100px;
}

.nav
{
    position: absolute; 
    left: 0px;
    bottom: 0px; 
    width: 100%; 
    z-index: 5;
    padding-left: 2px;
}

DIV.actionheaderresults
{
	border: solid 1px #F1F1F1;
}

DIV.results
{
	width: 100%;
	overflow: auto;
	height: 175px;
}

DIV.popup{
	border: 1px solid	 #000000;
	background: #B0C4DE;
}

DIV.selection{
	width: 100%;
	height: 150px;
	overflow: auto;
}

DIV.reportparams{
	border-top: 1px solid black;
}

DIV.scroll{
	overflow: auto;
}

DIV.grow
{
	width:auto;
	margin: 0px auto;
	overflow: auto;
}

DIV.growform{
	overflow: auto;
}

DIV.sidepanel{
	position: absolute;
	border: 1px dashed;
	overflow: auto;
	height: 400px;
	width: 300px;
	background-color: #E6E6FA;
	padding: 5px;
}

DIV.hover{
	cursor: pointer;
	background: #CECECE;
}

DIV.select{
	cursor: pointer;
	background: #6699FF;
}

DIV.normal{
	cursor: pointer;
	background: #FFFFFF;
}

TABLE.content{
	width: 100%;
	border: 1px solid #669ACC;
}

table.header{
	width: 100%;
	border: 1px solid	 #B0C4DE;
}

table.mainheader{
	width: 100%;
	/*TODO:fade background image*/
	border-left: 1px solid #B0C4DE;
	border-right: 1px solid #B0C4DE;
	border-top: 1px solid #B0C4DE;
}

TABLE.tab{
	width: 100%;
	border-bottom: 1px solid #669ACC;
}

TABLE.results{
	width: 100%;
	border: 1px solid #669ACC;
}

TR.hover{
	cursor: pointer;
	background: #CECECE;
}

TR.select{
	cursor: pointer;
	background: #6699FF;
}

TR.normal{
	cursor: pointer;
	background: #FFFFFF;
}

TR.reportnormal{
	background: #E6E6FA;
	cursor: pointer;
}

TR.toolbar{
	background: #cbd8ff;
}

TR.header
{
    background-color: #B0C4DE;
}

TR.fixedheader{
	position:absolute;
	background-color: #B0C4DE;
}

TD.menuitem
{
    width: 100%;
    height: 25px;
    cursor: pointer;
    background-color: #FFFFCC;
    vertical-align: middle;
}

TD.menuitemselect
{
    height: 25px;
    width: 100%;
    cursor: pointer;
    background-color: #FFCC66;
}

TD.menuitemover
{
    height: 25px;
    width: 100%;
    cursor: pointer;
    background-color: #6699FF;
    color: #FFFFFF;
}

TD.button
{
	border: 1px solid #F5F5DC;
}

TD.item
{
	text-decoration: underline;
	cursor: pointer;
	color: Blue;
}

TD.header{
	background-color: #B0C4DE;
}

INPUT{
	border: 1px solid black;
}

INPUT.invalid
{
	border: 1px solid Red;
}

INPUT[type="checkbox"]
{
	border: 0px;
}


/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}