﻿body, table
{
    margin:0;
    padding:0;
    font: 9pt Verdana, Arial, sans-serif;
}

td .td2 
{
        font: 8pt Verdana, Arial, sans-serif;
}
     
div#container
{
     width:950px;
     margin:0 auto;
     border-right:solid 0px #5F738C;
     background: #fff;
}

div#wrapper 
{

}

div#content
{
    background: #fff;
    width: 900px;
    font: 8pt Verdana, Arial, sans-serif;
    min-height:500px;
    margin-left:20px;
    margin-top:20px;
}

div#content p
{
    line-height:1.4;
    margin: 0 0 0 0px;
    padding:0 10px 10px 0px;
    }
    
div#footer
{
    clear:both;
    width:100%
}

div#footer p{margin:0;padding:5px 10px}

div#spacer
{
    height:15px;
    line-height:15px;
}

/*  Logged In Banner */

#LoggedInBanner 
{
 background-color:#C4C4C7;
 padding: 3px 0 3px 0;
 margin-bottom:0px;
 border-bottom: solid 1px #999999;
 text-indent: 40px;
 height:22px;
 font: 9pt Verdana, Arial, sans-serif;
}

#MyContactsBanner 
{
 background-color:#DADADA;
 padding: 5px 0 5px 0;
 margin-bottom:10px;
 border-bottom: solid 1px #999999;
 text-indent: 40px;
 height:18px;
 font: 8pt Verdana, Arial, sans-serif;
}

#MyContactsFrame 
{
 background-color:#F0F0F0;
 padding: 5px 0 5px 0;
 margin-bottom:10px;
 border-bottom: solid 1px #999999;
 padding-left:40px;
 font: 8pt Verdana, Arial, sans-serif;
}

#MyContactsFrame p
{
 font: 8pt Verdana, Arial, sans-serif;
}

/* Default Styles */

a {
	text-decoration: none;
	color: #d32525;
}
a:visited {
	color: #d32525;
}
a:hover {
	text-decoration: underline;
	color: #e05252;
}

#content a {
	text-decoration: none;
	color: #d32525;
}

#content a:visited {
	color: #d32525;
}

#content a:hover {
	text-decoration: underline;
	color: #e05252;
}

/* Basic Tags */

h1 {
  font-size: 2em;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  margin-bottom: 20px; 
  padding-bottom: 4px;
  border-bottom-width: 1px;
  border-bottom-style:solid;
  border-bottom-color: #c0c0c0;
  width:878px;
}
   
h2 {
  font-size: 1.6em;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  color:#D72120;
  text-transform: uppercase;
  margin-bottom:15px;
}
   
h3 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  margin-bottom:5px;
}
   
h4 {
  font-size: 1em;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  margin-bottom:0px;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  color:#D72120;
  margin-bottom:5px;
}

h6 {
  font-size: 1em;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  font-style: italic;
  color:#D72120;
  margin-bottom:0px;

}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
} 


.validationSummary
{
border: 1px solid #FBC2C4;
padding: 8px 35px;
color: #D12F19;
background: #FBE3E4 url(/Images/icons/SymboError.png) 10px 6px no-repeat;
margin: 3px;
}

.required {
color:Red;
}