﻿html, body {
 padding: 0px;
 margin: 0px;
 height:100%;
}

H1 {
 font: normal 18px trebuchet ms, sans-serif;
 color: #000000;
 padding: 0 0 0 0;
 margin: 0px;
}

H2 {
 font: bold 14px trebuchet ms, sans-serif;
 color: #444444;
 padding: 0 0 10 0;
 margin: 0px;
}

H3 {
 font: bold 12px trebuchet ms, sans-serif;
 color: #444444;
 padding: 0 0 10 0;
 margin: 0px;
}

P, DIV, TD {
	font: normal 12px trebuchet ms, sans-serif;
}

.header {
	width: 100%;
	height: 50px;
	background: url('./images/barTop.gif') repeat-x #000000;
}

.body 
{
	padding: 10px;
	padding-bottom: 30px; /* height of the footer */
}

.contentOuter {
	background: #99B3CC;
}

.contentInner {
	padding: 20px;
}

.container {
   height:100%;
}

.footer 
{
	bottom: 0;
	width: 100%;
	height: 30px;
	background: url('./images/barBottom.gif') repeat-x #000000;
	text-align: right;
}

.foottxt {
 font: bold 12px sans-serif;
 color: #ffffff;
 padding: 0 20 0 20;
}

.foottxt A {
 color: #99B3CC;
 text-decoration: none;
}

.foottxt A:HOVER {
 color: #FFFFFF;
}

.topLink {
 padding: 1 20 0 4;
}

.topLink A {
 font: bold 12px sans-serif;
 color: #99B3CC;
 text-decoration: none;
}

.topLink A:HOVER {
 color: #ffffff;
}

.LinkButton
{ 
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 8pt;
    font-family: Tahoma;
    cursor: hand;
    color: #000000;
    background-color: #D0D5AC;
    text-decoration: none;
    text-align: center;
}

.input
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 8pt;
    font-family: Tahoma;
    cursor: hand;
    color: #000000;
    background-color: #D0D5AC;
    text-decoration: none;
    text-align: center;
}

/* Style class for UpdateProgress */
.Sample1PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.styleELabel {background-color:#ffffff;font-weight:bold;border:2px #006699 solid;}


