﻿body
{
    background-image: url(../images/bg_dot_pattern.gif);
    background-repeat: repeat;
    margin: 20px 0px 30px 0px;
    font-family: arial;
    font-size: 10pt;
    background-color: #fff;
    color: #333333;
    text-align:center;
}
.content{
     width: 850px;
     background-color:#fff;
     padding:0px;
     border:solid 3px #cfd7f1;
     text-align:left;
    clear: both;
	margin-right: auto;
	margin-left: auto;
}
.pageContent{
     padding: 12px 12px 20px 12px;
     text-align:left;
}
.footerBar{
    text-align:center;
    background-color:#234cb0;
    color:#fff;
    padding:4px;
    font-size:10px;
}
.welcome
{
    background-color: White;
    padding: 5px;
    color: #234cb0;
    font-size:12px;
    text-align:right;
}
#eventTable{
    text-align:left;
}
.eventsTop
{
    background-image: url(../images/events_top.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.eventsBottom{
    background-image: url(../images/events_bottom.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}
.events{
    padding: 4px;
    background-color:#E5F2FA;
    border-left:solid 2px #C8DBE9;
    border-right:solid 2px #C8DBE9;
    border-bottom:solid 1px #C8DBE9;
}
.eventItem{
    padding-left:10px;
    background-image:url(../images/bullet.gif);
    background-repeat:no-repeat;
    background-position: 0px 4px;
    font-family:Arial;
    font-size:11px;
    margin:3px;
}
.eventHeader{
    font-weight:bold;
    font-size: 16px;
    color: #3083c2;
    text-align:left;
    padding-left:8px;
    border-bottom:none;
    font-family:Arial;
}
.blueButton{
    background-image:url(../images/button_initial.jpg);
    background-repeat:no-repeat;
    background-position: center 5px;
    padding-top:15px;
    text-align:center;
    vertical-align:middle;
    margin:10px;
    height:45px;
    font-weight:bold;
    text-decoration:none;
}
.blueButton:hover{
    background-image:url(../images/button_rollover.jpg);
    background-repeat:no-repeat;
    background-position: center 5px;
    padding-top:15px;
    text-align:center;
    vertical-align:middle;
    margin:10px;
    height:45px;
    font-weight:bold;
    text-decoration:none;
    color:#3083c2;
}
.noBorderBottom{
    border-bottom:none;
}
A{
    font-family: arial;
    text-decoration: underline;
    color: #234cb0;
}
A:hover 
{
    color:#3083c2;
}
A:visited 
{
    color: #234cb0;
}

.wizard td
{
    color:#ffffff;
    font-size:9pt;
    font-family:Arial;
    padding:4px;
    padding-top:8px;
}
A.wizard{
    color: #ffffff;
}
A.wizard:hover 
{
    color:#ffffff;
}
A.wizard:visited 
{
    color: #ffffff;
}
h3{
    color:#234cb0;
    margin: 0px 0px 4px 0px;
}
h4{
    color:#000;
    margin: 0px 0px 4px 0px;
    font-size:11pt;
    font-weight:bold;
    font-family:Arial;
}
h5
{
    color: #333;
    margin: 0px 0px 4px 0px;
    font-size: 10pt;
    font-weight: bold;
    font-family: Arial;
    font-style: italic;
}
.Title{
    color:#234cb0;
    padding: 6px 0px 15px 6px;
    font-size:18px;
    font-weight:bold;
    text-align:left;
}
TEXTAREA 
{
    font-family: arial;
}
INPUT 
{
    font-family: arial;
    font-size:12px;
}
SELECT 
{
    font-family: arial;
    font-size:12px;
}
.spacer 
{
    background-color: #FFCC99;
    height: 5px;
}
.normal 
{
    font-size: 12px;
    font-weight: normal;
    vertical-align:top;
}
.small 
{
    font-size: 10px;
    font-weight: normal;
    vertical-align:top;
}
.fieldlabel 
{
    font-size: 11px;
    font-weight: bold;
    font-family:Arial;
    text-align:right;
    vertical-align:middle;
}
.padRight{
    width:22%;
    padding-right:10px
}
.alert 
{
    color: #cc0000;
}
.grey 
{
    color: #999999;
}
.nopad 
{
    padding: 0px;
}
.data 
{
    padding-left:11px;
    padding-right:6px;
}
#resultTable{
     border:solid 1px #ccc;
}
li
{
    padding-left: 10px;
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    font-family: Arial;
    font-size: 9pt;
    list-style-type: none;
    margin-bottom:6px;
}
p{
    margin-top:9px;
    margin-bottom:9px;
}
.loginButton{
    text-align:center;
    margin:10px;
    font-weight:bold;
    background-color:#234cb0;
    color:#fff;
    border:none;
    font-size:11px;
    padding:4px;
}
.loginButton:hover{
    background-color:#3083c2;
    color:#fff;
    padding-top:4px;
}
.outline
{
    border:solid 1px #333;   
}
.tblData th
{
    background:#3083c2;
    color:#FFF;
    padding: 2px 0px 2px 4px;
    margin:0;
    font-size:11px;
    text-align:left;
}
.tblData td
{
    vertical-align:top;
}
.default
{
    border-bottom:solid 1px #ccc; 
    vertical-align:top;
}
.tblHeader
{
    background:#3083c2;
    color:#FFF;
    padding: 1px 0px 1px 4px;
    margin:0;
    font-weight:bold;
    font-size:11px;
}
.btn{
    text-align:center;
    font-weight:normal;
    background-color:#234cb0;
    color:#fff;
    border:solid 1px #3083c2;
    font-size:11px;
    padding:2px 0px 2px 0px;
    margin:2px;
}
.btn:hover{
    background-color:#3083c2;
    color:#fff;
    border:solid 1px #fff;
}
.footnote
{
    font-style:italic;
    padding:0;
}
#returnLink
{
    float:right;
    font-size:11px;
}
.sectionHeader
{
    font-size:12px;
    font-weight:bold;
    color:#333;
    font-variant:small-caps;
}
.subHeader
{
    background:#cfd7f1;
    font-size:12px;
    font-weight:bold;
    color:#333;
    font-variant:small-caps; 
}
.tblAccount th
{
    background:#cfd7f1;
    color:#000;
    padding: 2px 0px 2px 4px;
    margin:0;
    font-size:11px;
    text-align:left;
    font-weight:bold;
}
.tblAccount td
{
    vertical-align:top;
}