﻿
/* 755 width + 5 padding  = 760 */

body
{
	background-color: #545d63; 
	/* background image covers the sides
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	*/
	font-family: arial, helvetica, sans-serif, tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: black;
}

#PageContentArea
{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: auto;
	height: auto;
	background-color: #ffffff;
	min-height :400px;
}

#Logo 
{
	margin-top :4px;
	background-image: url(Images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

/* 600 for main content area + 160 = 760*/
#LeftContentArea
{
	float:left;
	width:120px;
}

.LoginWindow
{
	padding-left:20px;	
	padding-top:13px;
	padding-right:5px;	
	background:url(Images/border.gif);
	font-size:small ;
	font-weight:bold; 
	height:90px;
	width:120px;
}

.MessageWindow
{
	padding-left:5px;	
	padding-top:5px;
	padding-right:5px;	
	font-size:small ;
	font-weight:bold; 
	height:90px;
	width:150px;
}

/* 600 for main content area + 160 for left = 760*/
#MainContentArea
{
	float:right;
	padding-left:5px;	
	padding-right:5px;	
	width:580px;
	background-color: white;
	border:dashed 1px gray;
	min-height :400px;
}

.ContentTitle
{
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
}

.ContentText
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
}

.ContentLinks
{
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	color:#2d2b0b;
	background-color: white;
}

.BulletTitle
{
	margin-top: 1.12em;
	font-weight: bold;
}

.NavigationBar
{
	background-image: none;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: center;
}



.Footer
{
	padding: 1px;
	background-image: url(images/footer.gif);  
	color: #545d64;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	text-align: center;
	text-transform: capitalize;
}

.UpdateProgressDiv
{
    BORDER-RIGHT: #808080 outset;
    BORDER-TOP: #808080 outset;
    Z-INDEX: 100;
    LEFT: 45%;
    BORDER-LEFT: #808080 outset;
    WIDTH: 150px;
    BORDER-BOTTOM: #808080 outset;
    POSITION: absolute;
    TOP: 33%;
    HEIGHT: 50px;
    BACKGROUND-COLOR: #e5e5e5
}

.UpdateProgress
{
    DISPLAY: block;
    Z-INDEX: 90;
    LEFT: 10px;
    POSITION: relative;
    TOP: 33%
}

/* Q'd out - don't like it.
.BaseButtonShort
{ 
	cursor: hand; 
	text-align:center;
	background: transparent url('images/BaseButtonShort.gif') no-repeat 0% 0%;
	padding: 0;
	width: 95px;
	height: 45px;
	border: none;		
	overflow: hidden;
	font: corbel;
	padding-bottom:2px;
	font-size: 10pt;
	font-weight:bold; 
	color: White;
}

.BaseButtonShort:hover
{ 
	cursor: hand; 
	text-align:center;
	background: transparent url('images/BaseButtonHighLightShort.gif') no-repeat 0% 0%;
	padding: 0;
	width: 95px;
	height: 45px;
	border: none;		
	overflow: hidden;
	font: corbel;
	padding-bottom:2px;
	font-size: 10pt;
	font-weight:bold; 
	color: black;
}

.BaseButton
{ 
	cursor: hand; 
	text-align:center;
	background: transparent url('images/BaseButton.gif') no-repeat 0% 0%;
	padding: 0;
	width: 135px;
	height: 45px;
	border: none;		
	overflow: hidden;
	font: corbel;
	padding-bottom:2px;
	font-size: 10pt;
	font-weight:bold; 
	color: White;
}

.BaseButton:hover
{ 
	cursor: hand; 
	text-align:center;
	background: transparent url('images/BaseButtonHighLight.gif') no-repeat 0% 0%;
	padding: 0;
	width: 135px;
	height: 45px;
	border: none;		
	overflow: hidden;
	font: corbel;
	padding-bottom:2px;
	font-size: 10pt;
	font-weight:bold; 
	color: black;
}
Q'd out - don't like it. */