﻿
/* global styles */
*{
	padding:0;
	margin:0;
}
html{
	margin:0;
	padding:0;
	height:100%;
}
body
{
	font-family: Trebuchet MS, Arial;
	font-size: 90%;
	margin: 0;
	height: 100%;
}
form
{
    height:100%;
    margin:0;
    padding:0;
    }
a:link{
	color:#203F5C;
}
a:visited{
	color:#203F5C;
}
a:hover{
	background:#B5C6D8;
	color:#203F5C;
}
a:active{
	color:#203F5C;	
}
h1{
}
h2{
	color:#203F5C;
	font-size:18px;
	font-style:italic;
	clear:both;
	margin-bottom: 10px 0;
	border-bottom: solid 1px black;
}
h3{
}
/* main layout styles*/
#container{
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* logo */
#logo{
	position:relative;
	top:0px !important;
	top:5px;
	width:100%;
	height:50px;
	z-index:0;
}
#logo h1{
	width:260px;
	height:30px;
}
#logo h1 a{
	width:260px;
	height:46px;
	text-indent:-2000em;	
	left:200px;
	top:10px!important;
	top:-12px;
	position:absolute;
	background:url(images/ewi.gif) no-repeat!important;
	z-index:0;
}
#logo a {
	color:#fff;
	text-decoration:none;
}

/* content */
#content{
	float:left;
	padding:0 15px;
	overflow:visible;
	margin:15px 0;
	padding-bottom:40px;
	
}

/* footer */

#footer{
	background: #C1D2E2;
	width:100%;
	border-top:1px solid #1F3E5C;
	position: absolute;
	bottom: 0 !important;
	left: 0 !important;
}
#footerNav {   	  
  font-size:85%;	  
  font-family:Lucida Sans Unicode, Arial;
  color:#1F3E5C;
  padding:15px;
  }
#footerNav a {
  margin:0;
  text-decoration:none;
  color:#1F3E5C;
  }
#footerNav a:hover {
	text-decoration:underline;
	color:#1F3E5C;
	background:none;
  }
 #footerNav #footerCurrent a {
	text-decoration:underline;
	color:#1F3E5C;
  }
table
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.Error
{
	font-weight:bold;
	font-family:Arial, Helvetica, Sans-Serif;
	color:Black;
	font-size:11px;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	background-color: Red;
	padding: 5,5,5,5;
}

.Message
{
	font-weight:bold;
	font-family:Arial, Helvetica, Sans-Serif;
	color:Black;
	font-size:11px;
	border-style: solid;
	border-width: 1px;
	border-color:Black;
	background-color: Yellow;
}

.Footer
{
	font-size:10px;
	text-decoration:underline;
	color:Purple;
	font-family: Verdana;
}

.Input
{
	background-color:White;
	border-color:Black;
	border-width:1px;
	border-bottom-style:outset;
	color:Black;
}

.Validation
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
}

.DefaultButton
{
	FONT-SIZE: 10pt;
    FONT-FAMILY: verdana, arial, sans-serif;
}

.header
{
	font-weight:bold;
	font-size:16px;
	border-bottom: solid 1px black;
	margin-bottom:2px;
}

.subHeader
{
	font-weight:bold;
	font-size:14px;
	border-bottom: solid 1px gray;
}

.description
{
	font-size: 12px;
	margin-bottom:10px;
}

.section
{
	padding-left:25px;
}

.label
{
	vertical-align:top;
	font-weight:bold;
	text-align: right;
	padding-right: 3px;
}

.Notice
{
    padding:15px;
}

.Green
{
    color:Green;
}