﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

body { background-color: #FFFFFF; color: #000000; font-size: 10px; font-family: verdana, arial, sans-serif;}
#header { width: 900px; margin: 0 auto; position: relative; padding: 1em 0; margin: 0 auto; }
#header-bar { background-color: #993300; color: #FFFFFF; margin: 0 0 1em 0; padding: 1.5em 0 2em 0; }
#header-bar .indent { width: 900px; margin: 0 auto; position: relative; }

#header-bar h2 { color: #FFFFFF; font-size: 250%; font-weight: bold; }
#header-bar h3 { color: #FFFFFF; font-size: 112%; font-weight: normal; }

#header .logo a
{
display: block;
background: url(Logo.png) 0 1em no-repeat;
text-indent: -2000px;
width: 220px;
height: 50px;
}

#content { width: 900px; margin: 0 auto; position: relative; padding: 2em 0; margin: 0 auto; }
#content p { margin-bottom: 1em; }

#content a { text-decoration: underline; color: #3e62a6; }
#content a:active { text-decoration: underline; }
#content a:visited { text-decoration: underline; }
#content a:hover { text-decoration: underline; }

#footer { clear: both; padding-bottom: 2em; background-color: #CCCCCC; font-size: 110%; border-top: 1px solid #993300; }
#footer .indent { width: 900px; margin: 0 auto; padding: 0em 0 2em 0; margin: 0 auto; }

#footer-menu {
  margin-bottom: 0.5em;
  padding-top: 2em;
}

#footer-menu li {
float: left;
display: block;
margin-right: 1em;
}

#footer-menu li a {
color: #000000;
font-weight: bold;
text-decoration: underline;
}

#footer-copyright { clear: both; }

#footer-copyright .copyright {
color: #808080;
font-weight: bold;
}

#header a {
color: #993300;
text-decoration: none;
}

#header a:hover {
text-decoration: underline;
}

#header-menu {
position: absolute;
right: 1em;
top: 2.5em;
}

#header-menu li {
float: left;
display: block;
margin-left: 2em;
}

#header-menu li a {
font-size: 138%;
color: #993300;
}

.info-MsgBox, .success-MsgBox, .warning-MsgBox, .error-MsgBox, .validationError-MsgBox {
display: block;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info-MsgBox {
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success-MsgBox {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}
.warning-MsgBox {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error-MsgBox {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}
.validationError-MsgBox 
{
font-weight: bold;    
color: #D63301;
background-color: #FFCCBA;
background-image: url('validationError.png');
list-style: disc outside;
}
.validationError-MsgBox > ul
{
list-style: circle none inside;
}

input[type="text"], input[type="password"], textarea
{
    padding: 4px;
    border: solid 1px #85b1de;
    width: 18em;
    background-image: url( 'gradientBackground.png' );
    background-repeat: repeat-x;
    background-position: top;
} 

.editBox
{
    width: 44em;
    border-style: ridge;
    border-color: #ffffff;


    padding: 1em;
    margin: 0 auto; 
    position: relative; 
}

.editBox .AspNet-Login  
{
}

.editBox .AspNet-CreateUserWizard
{
}

.editBox .title
{
    font-size: 140%;
    font-weight: bold;
    margin-bottom: 1em;
}

.editBox .subtitle
{
    font-weight: bold;
    margin-bottom: 1.5em;
}

.editBox .subtitle2
{
    margin-bottom: 1.5em;
}

.editBox .subtitle2 .email
{
    font-weight: bold;
}

.editBox .hilite
{
    font-weight: bold;
}

.editBox input[type="text"], .editBox input[type="password"]
{
    display: block;
    margin-bottom: 5px;
}

.editBox input.with-hint
{
    margin-bottom: 0px;
}

.editBox .input-hint
{
    color: #a0a0a0;
    margin-bottom: 8px;
}

.editBox .email 
{
    width: 32.4em;
}

.editBox .checkbox2 { }

.editBox .activeInputField
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #85b1de;
}

.editBox .PrivacyStatement
{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
}

.editBox .validation-field-error
{
    border: solid 1px #ff0000;
}

.image
{
  background-color: #5481e0; 
  color: #E0E0E0;
  Font-family:Verdana;
  width:100%;
  text-align:left;
  padding-left: 10px 5px 5px 5px;
}

.imagetext
{
	/*margin-left: 10%;*/
	font-size:large;
}

.scalinglabel
{
	height:20px;
	font-family:Arial;
	font-size:80%;	
}