﻿
body, html
{
	font-family: Verdana, Gill Sans MT, Sans-Serif; 
/*  background-color: #ffffff; */
	padding: 0px; 
	margin: 0px; 
	border: none
}

div.OuterContent 
{
    BACKGROUND-COLOR: steelblue;
    height: 100%;
    position: relative;
}

div.Contents 
{
	min-height: 400px;
    padding: 0px; margin: 0px;
    margin-left: 200px; 
    background-color: white; 
    height: 100%;
    padding: 10px
}

div.ContentsReport 
{
	min-height: 400px;
    padding: 0px; margin: 0px;
    margin-left: 0px; 
    background-color: white; 
    height: 100%;
    padding: 10px
}

.LoginHeader 
{
 font-size:large;
 font-weight:bold;
 font-family:Arial;
 margin-top:10px;
 text-align:center;
}

.Header 
{
	background-image:url("../Images/header_bck.jpg");
	background-attachment: fixed;
	background-position: top right;
	z-index: -1;
	height:45px;
	margin-left: 200px
}

#clearfooter{clear:both;height:00px;width:100%}

.LoginFooter
{
 clear: both;
 border: solid 1px black;
 /* position: absolute; */
 bottom:0;
 left:0;
 height: 40px;
 width:99.5%;
 background-color: #5F9EA0; /*#87CEEB;  #8DBC8F*/
 font-size:small;
 font-weight:bold;
 text-align:right;
}


.HeaderRow 
{
	float: right;
	text-align:center;
}

body, td, th { font-family: Gill Sans MT, Arial, Sans-Serif }


/*** General use styles ***/
div.clearer { clear: both; margin: 0px; margin-top: -1px; padding: 0px; overflow: hidden; }
div.clearer { WIDTH: 100%; HEIGHT: 1px; visibility: hidden; padding-top: -1px; }

.MainMenu 
{
	text-align:left;
    BACKGROUND-COLOR: #CD3333;	/*#385A6B;	#5F9EA0*/
	height: 1%;
    border-top: solid 1px #500;
    clear: both
}
.MainMenu UL 
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;    
}
.MainMenu UL LI
{
    padding: 0px;
    DISPLAY: block;
    MARGIN: 0px;
    float: left; 
    text-align: left;   
}
.MainMenu UL LI A
{
    BORDER-RIGHT: #500 1px solid;
    BORDER-bottom: #500 1px solid;
    PADDING: 0px 2em 0px 2em;
    COLOR: #ffffff;
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    display: block;
    height:26px;
}
.MainMenu UL LI A:hover
{
    BACKGROUND-COLOR: #FF4422;	/* #5F9EA0;	#B24222*/
}
.MainMenu UL LI A:focus
{
    BACKGROUND-COLOR: #990000
}

.SubMenu 
{
    float: left;
	text-align:left;
	width: 200px;	
	clear: both;
	padding: 0px; margin: 0px;
	position:absolute; 
	top: 0px; 
	left: 0px;	
}

.SubMenu UL 
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    list-style-type: none
}
.SubMenu UL LI
{
    DISPLAY: block;
    MARGIN: 0px;
    padding: 0px;
    height: 1%
}
.SubMenu UL LI A
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-bottom: #000000 1px solid;
    COLOR: #ffffff;    
    TEXT-ALIGN: left;
    TEXT-DECORATION: none;
    display: block;
    padding: 0px;
	text-indent: 20px;
	height:25px;
/*    margin: 0px;    
    height: 1% */
}
.SubMenu UL LI A:hover
{
    BACKGROUND-COLOR: #ADD8E6
}
.SubMenu UL LI A:focus
{
    BACKGROUND-COLOR: #990000
}

.HideImage 
{
	display:none;
}


/* Top title */
div.Title { padding-left: 2em; font-size: 110%; }

div#spanUserInfo 
{
    float: right; font-size: 80%; /* text-align:right;*/ 
}


