﻿/* start our own style */
table,tr,th,td {
	font-size: 100%;
}

body, input, textarea, select
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 80%;
	margin: 0;
}

input, textarea, select
{
    font-size: 13px;
}

html, body {
	height: 100%;   /* necessary as div's set to height: 100% need a reference height to calculate the 100% to */
	min-height: 100%;    
}

h1{
	margin-top: 5px;
	margin-bottom: 2px;
	color: #606060;
	font-size: 120%;
}

div.logo
{
    min-height:60px;
    margin-top:-58px;
    margin-right:5px;
    float:right;    
}

div.logo img
{
    text-align:right;
    vertical-align:top;
}

#mainHeader
{
	height: 48px;
	width: 100%;
}

#mainContent
{
	height: 90%; 
}

.headerBottom
{
	background-image: url("../images/navigationshadowBelowHeader.gif");
	background-repeat: repeat-x;    
	background-position: bottom;
	height: 13px;
}

#mainContentArea
{
    padding: 5px 5px 5px 10px;
}

#mainFooter
{
	position: fixed;
	height: 20px;
	width: 100%;
	bottom: 0;
	
	font-size: 13px;
	color: #7785BD;    
	font-weight: normal;
	
	background-image: url(../images/navigationshadow1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainFooter.bottom
{
	bottom: 0px;
}

#loginbox
{
	display: inline;    
}

#pnlServiceAndMaintenanceTab {
    margin-left: 8px;
}
.menuTab 
{
    float: left;
    padding: 0px 5px 0px 5px;
    margin-left: 5px;
}

.menuTab a {
    text-decoration: none;
}

.selectedTab a
{
	color: White;    
	text-decoration: none;
}

.menuTab a:hover 
{
    color: White;    	
}

.progress     
{
	background-color:#6FA62E;
	color:White;
	width: 100px;
 }
 
.progress img 
{
	vertical-align:middle;
	margin:2px;
}
 
a.logoutLink, a:hover.logoutLink
{
    color: #000000;
    margin-top:-32px;
    margin-right:5px;
    z-index:10000;
    float:right;
} 

#divNoJavascipt {
    z-index: 1000; 
    width: 500px; 
    height: 400px; 
    position: absolute; 
    top: 170px; 
    margin-top: -75px; 
    left: 50%; 
    margin-left: -250px; 
    border: 1px solid grey; 
    background-color:#6FA62E;
    padding: 8px;
}