/*
 * Version: $Revision: 34771 $
 * Author: BeSite <info@besite.nl>
 * Copyright 2006 BeSite
 */

html, BODY
{
    margin: 0;
    padding: 0;
    background-color: #E9E9EE;
}

BODY, TABLE, INPUT, SELECT, TEXTAREA
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 10pt;
}

input, textarea {
border:1px solid #9B9AB2;
}

INPUT.Radio, INPUT.RadioRequired, INPUT.CheckBox, INPUT.CheckBoxRequired
{
    border: 0px;
    width: inherit;
    height: inherit;
}

BODY#IE INPUT.Radio, BODY#IE INPUT.RadioRequired, BODY#IE INPUT.CheckBox, BODY#IE INPUT.CheckBoxRequired
{
    border: 0px;
    width: 13px;
    height: 13px;
    background-color: transparent;
}

A
{
    text-decoration: underline;
    color:#29275B;
    
}

A:hover
{
    text-decoration: underline;
}

H1, H2, H3, H4, H5, H6
{
    margin-bottom: 5pt;
    color:#29275B;
}

H1
{
    font-size: 14pt;
    margin-top: 10pt;
}

H2
{
    font-size: 14pt;
    margin-top: 8pt;
    margin-bottom:8px;
}

H3
{
    font-size: 12pt;
    margin-top: 7pt;
}

H4, H5, H6
{
    font-size: 10pt;
    margin-top: 6pt;
}

P, LI
{
    margin-top: 0;
    margin-bottom: 5pt;
}

p {
    font-size:14px;
}

UL
{
    margin-top: 0;
    margin-bottom: 0;
}

IMG
{
    border: 0;
}

FORM
{
    margin: 0;
    padding: 0;
}

h3 a {
    text-decoration: none;
}

h3 {
    margin-top: 20px;
}

#social-media {
   display: inline-block;  
}

#social-media h3{
   display: inline-block;  
   padding-bottom: 40px;
}

#social-media a {
    margin: 10px;
}

.signedInbtn {
    padding-top:40px;
}

.addthis_button a {
    float: left;
}

input.Submit {
    background-color:#DAEBF6; 
    color:#29275B; 
    width:150px;
    font-weight: bold;
    cursor:pointer;
    padding:4px;
}

table.RR_Occupant td.Submit input.Submit {
    float: left;
    margin-left:154px;
}

input.Button {
    background-color:#DAEBF6; 
    color:#29275B; 
    width:170px;
    font-weight: bold;
    cursor:pointer;
    padding:4px;
}

table.Contact th {
    font-weight:bold;
}

HR
{
    border: 1px solid #2E3092;
    background-color: #2E3092;
}

DIV.Reaction
{
    background-color: #DEE8E2;
    margin-bottom: 20px;
}
