﻿body {
    background-color: #0066FF;
    /*background:#A5BFDD;*/
    margin:0;
}

/*img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}*/

img {border:0}

table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

td {
    margin: 0px;
    border: 0px;
    text-align: left;
}

/****************Text****************/

p, td, table, div, input, textarea {
    font-family: arial, Sans-Serif;
    font-size: 13px;
    line-height: 17px;
    color: #000;
}

a {
    color: #1d6da1;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.header {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
}

.sub_header {
    color: #0827c4;
    font-weight: bold;
}

.blog_header {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom:10px
    }

.small_text_10 {
    font-size: 10px;
    line-height: 14px;
}

.small_text_11 {
    font-size: 11px;
    line-height: 16px;
}

.small_text_12 {
    font-size: 12px;
    line-height: 18px;
}

/*************Navigation************/
#navigation
{
    position: relative;
    height: 52px;
}

#navigation a
{
    font-family: Arial;
    font-size: 14px;
    color: #1d6da1;
    font-weight: bold;
    line-height: 18px;
    text-align:center
}
.nav_1
{
    display: block;
    float: left;
    width: 65px;
    height: 37px;
    background-image: url('../_img/nav_1.gif');
    text-decoration: none;
    padding: 15px 10px 0px 10px;
}
.nav_1:hover
{
    background-image: url('../_img/nav_1_on.gif');
}
.nav_1_on
{
    display: block;
    float: left;
    width: 65px;
    height: 37px;
    background-image: url('../_img/nav_1_on.gif');
    text-decoration: none;
    padding: 15px 10px 0px 10px;
}

.nav_2
{
    display: block;
    float: left;
    width: 111px;
    height: 47px;
    background-image: url('../_img/nav_2.gif');
    text-decoration: none;
    padding: 5px 10px 0px 10px;
}
.nav_2:hover
{
    background-image: url('../_img/nav_2_on.gif');
}
.nav_2_on
{
    display: block;
    float: left;
    width: 111px;
    height: 47px;
    background-image: url('../_img/nav_2_on.gif');
    text-decoration: none;
    padding: 5px 10px 0px 10px;
}

.nav_3
{
    display: block;
    float: left;
    width: 117px;
    height: 47px;
    background-image: url('../_img/nav_3.gif');
    text-decoration: none;
    padding: 5px 10px 0px 10px;
}
.nav_3:hover
{
    background-image: url('../_img/nav_3_on.gif');
}
.nav_3_on
{
    display: block;
    float: left;
    width: 117px;
    height: 47px;
    background-image: url('../_img/nav_3_on.gif');
    text-decoration: none;
    padding: 5px 10px 0px 10px;
}
.nav_4
{
    display: block;
    float: left;
    width: 127px;
    height: 47px;
    background-image: url('../_img/nav_4.gif');
    text-decoration: none;
    padding: 5px 20px 0px 20px;
}
.nav_4:hover
{
    background-image: url('../_img/nav_4_on.gif');
}
.nav_4_on
{
    display: block;
    float: left;
    width: 127px;
    height: 47px;
    background-image: url('../_img/nav_4_on.gif');
    text-decoration: none;
    padding: 5px 20px 0px 20px;
}
.nav_5
{
    display: block;
    float: left;
    width: 114px;
    height: 47px;
    background-image: url('../_img/nav_5.gif');
    text-decoration: none;
    padding: 5px 10px 0px 10px;
}
.nav_5:hover
{
    background-image: url('../_img/nav_5_on.gif');
}
.nav_5_on
{
    display: block;
    float: left;
    width: 114px;
    height: 47px;
    background-image: url('../_img/nav_5_on.gif');
    text-decoration: none;
    padding: 5px 10px 0px 10px;
}
.nav_6
{
    display: block;
    float: left;
    width: 88px;
    height: 37px;
    background-image: url('../_img/nav_6.gif');
    text-decoration: none;
    padding: 15px 10px 0px 10px;
}
.nav_6:hover
{
    background-image: url('../_img/nav_6_on.gif');
}
.nav_6_on
{
    display: block;
    float: left;
    width: 88px;
    height: 37px;
    background-image: url('../_img/nav_6_on.gif');
    text-decoration: none;
    padding: 15px 10px 0px 10px;
}

/****************Etc****************/

#mainContainer {width:762px;margin:0 auto}

#content
{
    text-align: left;
    min-height: 300px;
    /*height: auto !important;
    height: 300px;*/
    background-color: #fff;
    width: 762px;
}

.contentContainerTable
{
    width:762px;
    background:#FFF;
    padding:0;
    border:0
}

.contentContainerCell 
{
    /*padding: 17px 4px 0 26px*/
    padding:20px 10px 0 20px
}

.textbox_outline 
{
    border: 1px solid #9c9c9c;
}
.login
{
    width: 90px;
    color: #1d6da1;
}
hr {
    border: 0px;
    border-bottom: 1px solid #d4d4d4;

/*	background: #ccd2da;
    color: #ccd2da;
    border: none;
    height: 1px;
    margin: 0px;*/
}

hr.smlmargin {margin:10px 0}

.blue_bg {
    background-color: #c8deff;
}

#navCommunity {
    float: right;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
}

.communityTitleBar {
    /*display: inline-block;*/
    float: left;
    margin-top: 6px;
    padding-left: 5px;
    height: 28px;
    width: 560px;
    background-image: url("../_img/blue_repeater.gif");
    background-position: 0px 14px;
    background-repeat: repeat-x;
    color:#333
}

.communityText {
    width:560px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 40px;
    margin-left: 124px;
    padding-left: 8px;
    padding-right: 30px;
}

.profileTitleBar {
    float: left;
    margin-top: 6px;
    padding-top: 12px;
    padding-left: 5px;
    height: 36px;
    width: 472px; 
    background-image: url("../_img/blue_repeater.gif");
    background-repeat: repeat-x;
}
.profileTitleBar2 {
    float: left;
    margin-top: 6px;
    padding-top: 12px;
    padding-left: 5px;
    height: 43px;
    width: 472px;   
    background-image: url("../_img/blue_repeater.gif");
    background-repeat: repeat-x;
}

.financialTitleBar {
    float: left;
    margin-top: 6px;
    padding-top: 12px;
    padding-left: 10px;
    height: 37px;
    width: 705px;
    _width: 707px;
    background-image: url("../_img/blue_repeater.gif");
    background-repeat: repeat-x;
}

.papertitle {
    margin-top: 6px;
}
.imageplace {
    background-image: url("../_img/pic_bg.gif");
    background-repeat: no-repeat;
    padding: 3px;
    height: 230px;
    width: 189px;
    margin-right: 25px;
    _margin-right: 12px;
}

.nav {
    margin: 20px 0px;
    }

.borderbottom {
    /* margin: 10px 35px 15px 2px;*/
    margin:0 10px 0 0;
    border:0;
    border-bottom: 1px solid #d4d4d4;
    line-height:1px
}

.borderleft {
    border: 0px;
    border-left: 1px solid #d4d4d4;
}

.profilelist {
    padding-top: 0px;
    width:640px;
    margin:0 auto;
}

.profilelistheader {
    font-weight: bold;
    line-height: 20px;
    background-color: #c8deff;
    margin-top: 13px;
    margin-right: 20px;
    padding: 5px;
    font-size:15px;
    color:#333;    
}

.profileshort {
    clear: left;
    margin: 0px 0px 8px 0px;
}

.profileshortbottom {
    clear: left;
    margin: 16px 0px 0px 5px;
}

.profileicon {
    float: left;
    margin-right:5px;
    margin-top:3px;
    margin-left:5px
}

.profilelistdata {
  background:#f1f1f1;
  border:1px solid #ddd;
  padding:4px 0;
  width:616px  
}

.privatelist {
    margin-top: 15px;
    _margin-top: 17px;
    /*margin-left: 20px;*/
    margin-right: 2px;
    font-weight: bold;
    line-height: 20px;
    background-color: #c8deff;
    padding-left: 5px;
    width: 180px;
}



.codebox {
    margin-top: 15px;
    margin-left: 5px;
}

.field_container {margin-bottom:15px}
.field_container label {width:80px;float:left;font-weight:bold;}

.privatelogin {
    margin-top: 10px;
    text-align: right;
    margin-right: 6px;
    margin-left: 80px;
}
.lightbuttoncalendar 
{
    display: block;
    height: 27px;
    width: 69px;
    background-image: url("../_img/button_light.gif");
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #1d6da1;
    padding-top: 6px;
    text-decoration: underline;
}

.lightbutton {
    display: block;
    height: 27px;
    width: 69px;
    background-image: url("../_img/button_light.gif");
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
}

.lightbutton2 {
    display: block;
    height: 27px;
    width: 138px;
    background-image: url("../_img/button_light2.gif");
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
}

.lightbutton3 {
    display: block;
    height: 27px;
    width: 93px;
    background-image: url("../_img/button_light3.gif");
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding-top: 6px;
}

.tabcontainer {
    position: relative;
    padding: 15px;
    border: 1px solid blue;
    margin-bottom: 25px;
    width: 666px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 500px;    
}
.profilelistitem {
    font-weight: bold;
    /*display: inline-block;*/
    float: left;
    clear: left;
    width: 140px;
}

.clienttopitem {
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.profileitembottom {
    border-bottom: 1px solid #d4d4d4;
    margin-left: 10px;
    width: 270px;
    padding: 3px 0px 4px 10px;
    font-size: 12px;
    clear: left;
    float: left;
    _float: none;
    _height: 17px;
}

.profileitem {
    margin-left: 10px;
    width: 270px;
    padding: 3px 10px;
}

.profileiteminfo 
{
    margin-bottom: 16px;
    width: 270px;
}

.profilelistinfo 
{
    font-weight: bold;
    margin-left: 10px;
    padding: 3px 10px;
}

div.profilelistinfo
{ 
    float:left;
    width:140px;
    font-weight: bold;
    margin-left: 4px;
    padding: 0 10px;
}

.profileitemfullbottom 
{
    border-bottom: 1px solid #d4d4d4;
    margin-left: 10px;
    width: 640px;
    padding: 3px 0px 4px 10px;
    font-size: 12px;
    min-height: 17px;
}

.profileitemfull {
    margin-left: 10px;
    width: 640px;
    padding: 3px 10px;
}

.journalitemfull {
    margin-left: 10px;
    width: 640px;
    padding: 13px 10px 0px 10px;
}

.itemtitle {
    font-weight: bold;
}
.profilebuttonemail {
    color: #ffffff;
    display: block;
    height: 33px;
    width: 115px;
    background-image: url("../_img/button_email.gif");
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 45px;
}

.profilebuttonmoney {
    color: #ffffff;
    display: block;
    height: 40px;
    width: 115px;
    background-image: url("../_img/button_money.gif");
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 45px;
}

.profilebuttonexclamation {
    color: #ffffff;
    display: block;
    height: 40px;
    width: 115px;
    background-image: url("../_img/button_exclamation.gif");
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 45px;
}

.medical {
    width: 455px;
    height: 30px;
    background-image: url("../_img/icon_paper_hr.gif");
    padding-left: 40px;
    padding-top: 12px;
    font-weight: bold;
    margin-top: 5px;
    clear: left;
}

.personal {
    width: 630px;
    height: 30px;
    background-image: url("../_img/icon_paper_hr.gif");
    padding-left: 40px;
    padding-top: 12px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.journal {
    width: 630px;
    height: 30px;
    background-image: url("../_img/icon_paper_hr.gif");
    padding-left: 40px;
    padding-top: 12px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 5px;
}

.financial {
    width: 600px;
    height: 30px;
    background-image: url("../_img/icon_paper_hr.gif");
    padding-left: 40px;
    padding-top: 12px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 15px;
}

.sign {
    font-style: italic;
}

.homepic {
    float: left;
    margin-left: 39px;
    _margin-left: 19px;
    _padding-left: 1px;
    margin-top: 39px;
}

.homeclient {
    margin-left: 175px;
    margin-top: 34px;
    width: 180px;
    font-weight: bold;
    font-size: 13px;
}

.hometestimonial {
    margin-left: 175px;
    margin-top: 18px;
    width: 190px;
    font-size: 12px;
    line-height: 16px;
}

.homeprofilelink {
    margin-left: 36px;
    margin-top: 5px;
    clear: left;
    height: 65px;
}

.homeaccess {
    margin-left: 25px;
    margin-top: 0px;
    width: 315px;
    padding: 10px 15px 15px 15px;
}

.hometable {
    background-image: url(../_img/background.jpg);
    background-repeat: no-repeat;
    /*padding: 30px;*/
}

.homejournal {
    margin-left: 45px;
}

.homecontributions {
    text-align: left;
    margin-left: 10px;
    padding: 10px;
}

.signblock {
    margin-left: 15px;
}

.homebold {
    margin-top: 30px;
    font-weight: bold;
}

.homeright { 
    text-align: left;
    margin-left: 0px;
    margin-top: 30px;
    width: 330px;
}

.homeinstruction {
    margin-top: 15px;
    margin-left: 35px;
    font-weight: bold;
}

.homeaccessgroup {
    clear:left;
    margin-top: 8px;
}

.profileentry {
    margin-bottom: 5px;
}

.buttons {
    margin-top: 5px;
}

.editortitle {
    font-weight: bold;
    margin-top: 10px;
}

.backlink {
    position:absolute;
    margin-top: -5px;
    margin-left: 470px;
    color: #1d6da1;
    font-weight: bold;
    font-size: 11px;
}

.backlinkCalendar
{
    margin-left: 462px;
    margin-top: 13px;
}
.dollar {
    position: absolute;
    margin-left: 630px;
    top: 1px;
}

.financialline {
    position: absolute;
    margin-left: 480px;
    top: 15px;
    font-weight: bold;
    font-size: 12px;
}

.dollarimg {
    margin-top: 8px;
}

.clientbuttons {
    padding-left: 15px;
    width: 175px;
    float: right;
}

.emaillabel {
    font-weight: bold;
    float: left;
    width: 100px;
    text-align: right;
    padding: 5px;
}

.emaildiv {
    width: 500px;
}

#donationbutton {
    position: absolute;
    top: 388px;
    left: 140px;
}
#txtDonationsReceived {
    width: 100px;
}

#banner_top
{
     width:762px;
     height:120px;
   /*  position: relative;
     top: 2px;
*/
     background-image: url("../_img/Banner1mov.gif");
     background-repeat: no-repeat;
}

#banner_btm
{
     width:762px;
     height:223px;
     position: relative;
     background-repeat: no-repeat;
}

#banner_btm img
{
     width:762px;
     height:223px;
     border:0
}

.marquee
{
    background-color: #a8cbff;
    padding: 4px 2px 0px 2px;
    margin: 0px;
    width: 758px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color:#000000;
}

form
{
    margin: 0px;
}

img#financialflowchart 
{
    margin-left: 82px;
}
/* Search */
.search_header
{
}
.search_results_header_bar
{
}
.percent
{
}
.searchLinkUrl
{
}
.searchLink
{
}

/*********************Form Manager**********************/
.fieldBlock
{
    padding-bottom: 15px;
}
.buttonBlock
{
    padding-top: 10px;
}
.buttonBlock input
{
    margin-right: 10px;
}
.shortAnswer, .addressLine
{
    width: 256px;
}
.addressCity
{
    width: 200px;
}
.addressZip
{
    width: 70px;
}
.longAnswer
{
    width: 395px;
    height: 68px;
}
.calcQuantity
{
    width: 25px;
}
.calcTotal
{
    width: 25px;
}
.showCalendar
{
    margin-left: 5px;
    width: 15px;
    height: 15px;
    background: url(../_img/calendar.gif) no-repeat;
    cursor: pointer;
}
.required
{
    /*color:Red;*/
}

div.tab_navigation
{
    background: url(../_img/tab_under_blue.gif);
    background-repeat: no-repeat;
    background-position: 0px 36px;
    position: relative;
    height: 58px;
    width: 698px;
    z-index: 0;
}

div.no_sections
{
    height: 37px;
}

div.tabs a
{
    background: url(../_img/tab_off_repeater.gif) repeat-x;
    display: block;
    _display: inline-block;
    float: left;
    height: 37px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 2px;
}

div.tabs a span.left
{
    background: url(../_img/tab_off_left.gif) no-repeat;
    display: block;
    _display: inline-block;
    padding-left: 22px;
    height: 37px;
}

div.tabs a span.right
{
    background: url(../_img/tab_off_right.gif) no-repeat right;
    display: block;
    _display: inline-block;
    padding-right: 22px;
    padding-top: 6px;
    height: 30px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

div.tabs a.on, div.tabs a:hover
{
    background: url(../_img/tab_on_repeater.gif) repeat-x;
}

div.tabs a.on span.left, div.tabs a:hover span.left
{
    background: url(../_img/tab_on_left.gif) no-repeat;
}

div.tabs a.on span.right, div.tabs a:hover span.right
{
    background: url(../_img/tab_on_right.gif) no-repeat right;
    padding-top: 7px;
    padding-right: 22px;
    color: #000;
}
/************************* Calendar ************************/
.CalenderBoldText
{
    font-weight: bold;
    color: #00224f;
    font-size: 14px;
}
div.CalendarContainer
{
    float:left;
    width: 235px;
    height: 190px;
    padding-left: 20px;
    border-left: 1px solid #d4d4d4;
}
table.calendar_title
{
    width: 100%;
    height: 26px;
    color: #fff;
    font-size: 13px;
    border: 2px solid white;
    border-bottom: none;
}
table.calendar_title td
{
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    background-color: #2668bf;
}
.nextPrev
{
    width: 25px;
    text-align: center;
    border: 2px solid white;
    border-bottom: none;
}
.calendar_day, .other_month, .calendar_selected_day, .calendar_has_event
{
    border: 2px solid white;
    background-color: #d6d4d5;
    width: 28px;
    height: 23px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.calendar_has_event
{
    background-color: #aecbff;
}
.calendar_day a
{
    text-align: center;
    padding: 1px;
}
.other_month *
{
    visibility: hidden;
    display: none;
}
.other_month
{
    line-height: 0px;
    height: 0px;
    border-collapse: collapse;
    font-size: 0px;
}
.calendar_day
{
    color: #002254;
}

.calendar_day a
{
    color: #cc0e22;
}

.calendar_selected_day a
{
    text-decoration: none;
}

.calendar_dayheader
{
    color: White;
    background: #224879;
    border: 2px solid white;
    border-bottom: none;
    width: 28px;
    height: 22px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

table.calendar
{
    font-weight: normal;
    width: 191px;
}
div#CalendarFilter
{
    float: left;
    width: 220px;
    margin-bottom: 20px;
}
div#CalendarFilter div, .CalendarContainer
{
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
}

div#CalendarFilter div select
{
    display: block;
    width: 150px;
}

.calendar_sectiontitle
{
    font-size: 16px;
    font-weight: bold;
}

.event_header
{
    width:455;
    overflow:hidden;
    font-weight: bold;
    font-size: 14px;
}

.event_description span
{
    font-weight: bold;
    margin-right: 8px;
}

#calendar_separator
{
    width: 175px;
    border-bottom: 1px solid #d4d4d4;
}

tr.list_item td input
{
    vertical-align: bottom;
}

tr.list_item td
{ 
    vertical-align: top;
    font-size: 12px;
    /*_height: 40px;*/
    /*border-bottom: 1px solid #d4d4d4;*/
    border-left: none;
    /*padding: 5px 10px 5px 10px;
    overflow: hidden;*/
}

td.ListSeparator {padding:5px 0;border-bottom:1px solid #ccc}

.calendar_searched_for
{
    padding: 3px 8px;
    background-color: #c8deff;
    font-weight: bold;
}
.communitydetails
{
    margin-left: 30px;
}
.blogLabel 
{
    display:block;
    float: left;
    width: 80px;	
}


/*Blog Display Styles */

.blogDataItem {margin-bottom:20px;margin-top:10px;width:650px;}
.blogItemTitle {font-weight:bold;font-size:1.2em;border-bottom:1px solid #f1f1f1;padding-bottom:5px}
.blogItemTitle a {text-decoration:underline;color:#333}
.blogItemTitle a:hover {color:#1d6da1;text-decoration:none}
.blogItemDate {margin-top:5px;font-size:.88em;float:left}
.blogItemComment {margin-top:5px;float:right;font-size:.88em;padding:10px;}
.blogItemBody {}
.blogItemTags {font-size:.88em}

.blogCommentsList td {padding-left:10px;border-bottom:1px solid #ccc;}

/* End Blog Display Styles */


.labelRow{line-height:2em}

.registration
{
    margin-top: 15px;
}
.registration div
{
    margin-top: 10px;
}
.leftRequest
{
    float: left;
    width: 283px;
    padding: 0px 20px 20px 50px;
    border-right: 1px solid #d4d4d4;
}
.rightRequest
{
    float: left;
    width: 283px;
    padding: 0px 20px 20px 20px;
}
.checkbox div
{
    margin-top: 0px;
    padding-left: 10px;
}
.RegisterNameLabelLeft
{
    padding-top: 3px;
    display: block;
    float: left;
    width: 70px;
}
.RegisterNameLabelRight
{
    padding-top: 3px;
    display: block;
    float: left;
    width: 50px;
}
.RegisterSignupLabel
{
    padding-top: 3px;
    display: block;
    float: left;
    width: 283px;
}
.categoryCheck
{
    width: 155px;
    height: 113px;
    overflow: auto;
    border: 1px solid #000;
}
.categoryList
{
    float: left;
    width: 163px;
    margin-bottom: 15px;
    margin-right: 5px;
}
.eventList
{
    float: left;
    width: 480px;
    margin-left: 5px;
    margin-right: 10px;
}

.eventList tr.list_item td, .list tr.list_item td
{
    /*padding: 3px 0px;*/
}
.list_header td
{
    font-weight: bold;
}
.eventList .list
{
    width: 500px !important;
}
#eventListContainer
{
    width: 500px;
    height: 140px;
    overflow: auto;
}
a.iconlink
{
    text-decoration: none;
}

a.iconlink img
{
    vertical-align: middle;
}

a.iconlink img.left
{
    padding-right: 6px;
}

a.iconlink img.right
{
    padding-left: 6px;
}

a.iconlink_tight img.left
{
    padding-right: 2px;
}

a.iconlink_tight img.right
{
    padding-left: 2px;
}

a.iconlink span
{
    text-decoration: underline;
}
.eventList .list td, .categoryList div, .categoryList .categoryCheck td
{
    font-size: 10px;
}
.eventButton
{
    margin-left: 560px;
}
#CalendarEdit
{
    padding-left: 20px;
}
.accessLabel
{
    clear: left;
    float: left;
    width: 180px;
    padding-right:10px;
    padding-bottom:10px
}
.accessRadio
{
    float: left;
    width: 100px;	
}
.yellow
{
    color: Green;
    background-color: Yellow;
}

#accesslist {width:300px;border:2px solid #ccc}

#accesslist td
{	
    padding:4px;	
}
.cms_button
{
    width: 60px;
    background: url(../_img/cms_button_bg_60.gif) no-repeat;
    height: 21px;
    border: 0;
    cursor: pointer;
}
.cms_button_90
{
    width: 90px;
    background: url(../_img/cms_button_bg_x.gif) repeat-x;
    height: 21px;
    border: solid 1px #000;
    border-collapse: collapse;
    cursor: pointer;
}
.cancel
{
    /*float: right;*/
    margin-top: 8px;
    margin-right: 6px;
}
.publicCheck
{
    font-weight: bold;
    font-size: 12px;
}
.DeliveryAddress input
{
    margin-right: 10px;
}
.DeliveryAddress span
{
    margin-right: 6px;
}
#menuContainer div div div div
{
    overflow: hidden;
    cursor: pointer;
}
.profileTable td
{
    padding: 0px;
}
.CalendarContainer td
{
    padding: 0px;
}
.alignLeft
{
    text-align: left;
}
.alignCenter 
{
    text-align: center;
}
.alignRight 
{
    text-align: right;
}
.doubleSpace
{
    line-height:1.5em
}

/*community.ascx Nav Tabs top padding for anchor*/
#NavTabAnchorPad {clear:right;height:20px}

/* Validation */
.validation-failed {}
.validation-advice {color:red}
    
    
/* Donate List Page */

table.DonationGrid {
  border:1px solid #999;
  width:480px;
}

table.DonationGrid th {
  font-weight:bold;
  text-align:center;
  background:#efefef;
  border:1px solid #999;
  color:#333;
  font-size:12px
}

table.DonationGrid td {
  padding:2px 3px;
  border:1px solid #999;
  color:#333;
  font-size:12px
}

table.DonationGrid .currency {
  text-align:right;
  padding-right:6px;
}

table.DonationGrid .center {
  text-align:center;  
}

 #fsDonationTimeline, #fsDonationTimeline_c {margin-left:16px;border:1px solid #ddd;background:#f1f1f1;padding:6px;margin-top:16px;width:290px}
    
