@import url(reset.css);

.clear {
    clear: both;
}

body {
    color: #292929;
    font: 80%/1.75 "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    background-color: white;
}

p {
    padding-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}
span {-webkit-font-smoothing: antialiased;}

a:link {
    color: #3a6e8f;
    text-decoration: none;
}

a:visited {
    color: #3a6e8f;
    text-decoration: none;
}

a:hover {
    color: black;
}

a:active
{
  outline: none;
}

/* @group layout */

#canvas {
    width: 1024px;
    /*overflow: auto;*/
    clear: both;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background: url(/img/bg_canvas_top.png) no-repeat;
    position: relative;
}

#canvasMyCalendar {
    width: 1200px;
    overflow: auto;
    clear: both;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background: url(/img/colobarTop4.gif) no-repeat;
}

#canvas_consumed {
    width: 830px;
    overflow: auto;
    clear: both;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background: url(/img/colobarTop4.gif) no-repeat;
}

#canvas_admin {
    width: 100%;
    /* overflow: hidden; */
    clear: both;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background: url(/img/colobarTop4.gif) repeat-x;
}

#header {
    padding: 15px 0;
    height: 46px;
}

#homeColumn {
    float: right;
    width: 200px;
    margin-bottom: 45px;
}

#leftColumn {
    float: left;
    width: 200px;
    margin-bottom: 45px;
}

#leftColumn {
    display: none;
}

#adminLeftColumn {
    float: left;
    width: 14%;
    margin-bottom: 45px;
}

#leftColumnNarrow {
    float: left;
    width: 120px;
    margin-bottom: 45px;
    clear: left;
    display: none;
}

#mainContent {
    margin: 0 0 45px 7px;
    width: 670px;
    height: 1% /
* Holly hack for Peekaboo Bug */;
    float: left;
    padding-left: 0!important;
}

#adminContent {
    margin: 0 0 45px 5px;
    width: 78%;
    padding: 0;
    display: inline;
    height: 1% /
* Holly hack for Peekaboo Bug */;
    float: left;
}

#groupContent {
    margin: 0 0 45px 5px;
    width: 78%;
    padding: 0;
    display: inline;
    height: 1% /
* Holly hack for Peekaboo Bug */;
    float: left;
}

#mainContentMy {
    margin: 0 0 45px 10px;
    width: 1013px;
    height: 1% /
* Holly hack for Peekaboo Bug */;
    float: left;
}

#mainContentMy table {
    width: 100%;
}

.main-contentMyCalendar {
    margin: 0 0 45px 10px;
    width: 1000px;
    height: 1% /
* Holly hack for Peekaboo Bug */;
    float: right;
}
.my-crossroads-calendar {
    float: left; 
    width: 860px;
}
.my-crossroads-calendar .calTest{
    width:100%;
}
#mainContentWide {
    float: left;
    width: 1024px;
    height: 1% /
* Holly hack for Peekaboo Bug */;
    margin-bottom: 0;
}


#mainContentWide td {
    background-position: top right;
    background-repeat:no-repeat;
}

#footer {
    font: 12px/20px Helvetica, Arial, Geneva, sans-serif;
    color: black;
    text-align: left;
    background-color: #e2e2e2;
    padding: 25px 0;
    display: block;
}

.container {
    width: 1023px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
}

.homeContainer {
    width: 1023px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
}

#homeFooter .homeContainer {
    padding-top: 20px;
}

#homeFooter .module02 {
    float: right;
    text-align: right;
}

#navwrapper {
    margin: 20px 0;
}

#footer .module01 {
    float: left;
    width: 220px;
    line-height: 25px;
    text-decoration: none;
    text-align: left;
}

#footer .module02 {
    float: right;
    width: 120px;
    text-align: left;
}

#footer #footer-contact, #homeFooter #footer-contact { color: #747474; width: 135px; font-size: 11px; }
#footer #footer-social, #homeFooter #footer-social { margin: 25px 0 0; }
#footer #footer-social a, #homeFooter #footer-social a { display: inline-block; width: 31px; height: 31px; background-image: url(/images/social-icons.png); }
#footer #footer-social a:hover, #homeFooter #footer-social a:hover { text-decoration: none; }
#footer-facebook { background-position: 0 -36px; }
#footer-facebook:hover { background-position: 0 0; }
#footer-twitter { background-position: 0 -180px; margin: 0 10px; }
#footer-twitter:hover { background-position: 0 -144px; }
#footer-email { background-position: 0 -108px; }
#footer-email:hover { background-position: 0 -72px; }

#personalMessage { float: right; padding: 0; text-align: right; width: 270px; margin: 5px 0 0; clear: left; }
#personalMessage #personalName { color: #3A6E8F; font-size: 13px; font-weight: bold; margin: 0; }
#personalMessage ul { list-style-type: none; display: inline-block; float: right; margin: 0; padding: 0 0 5px 0; }
#personalMessage ul:hover { background-color: #F4F5F5; }
#personalMessage ul:hover li.top { background-color: #B05C30; color: #FFFFFF; font-weight: bold; }
#personalMessage ul:hover li.top #personalName { color: #FFFFFF; font-weight: bold; }
/*#personalMessage ul:hover li.hidden { display: block; } -- do this by jquery to make it fade up and down */
#personalMessage ul li { padding: 1px 12px; text-align: left; }
#personalMessage ul li.top { cursor: default; }
#personalMessage ul li.second { padding-top: 8px; }
#personalMessage ul li.hidden { display: none; }
#personalMessage ul li a { color: #b05c30; display: block; } /* color copied from megamenu - my old color was blue 'color: #3A6E8F;' */
#personalMessage ul li a:hover { color: #005984!important; /*text-decoration: underline;*/ } /* color copied from megamenu */


#homeFooter {
    font: 12px/20px Helvetica, Arial, Geneva, sans-serif;
    color: black;
    text-align: center;
    background-color: #e2e2e2;
    padding-top: 0px;
    display: block;
}

#homeFooter .currentMessage {
    float: left;
    width: 360px;
    padding-left: 15px;
    text-decoration: none;
    text-align: left;
    background: url(/img/messages/noMessage.gif) no-repeat;
    margin-bottom: 20px;
}

#homeSearch {
    float: right;
    width: 305px;
    padding-left: 15px;
    /* border-left: 1px solid #b8b8b8; */
    margin-top: 20px;
    margin-bottom: 15px;
}

#login_wrapper {
    padding-top: 5px;
}

.breadcrumbs {
    padding: 5px 0 10px 0;
    height: 51px;
}

.breadcrumbs a.main {
    /*background: url(/img/bg_breadcrumb_left.png) no-repeat;*/
    color: #fff;
    float: left;
    text-transform: uppercase;
    font: 18px/29px Helvetica;
    letter-spacing: -1px;
    padding: 0 0 4px 0;
}

.breadcrumbs a.sub {
    color: #b05c30;
    float: left;
    margin: 4px 0 0 10px;
    padding: 3px 0 0 15px;
    background: url("/img/breadcrumb_arrow.gif") no-repeat scroll left 9px transparent;
}

.breadcrumbs a.sub:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    background: url(/img/breadcrumb_arrow.gif) no-repeat left 9px;
    float: left;
    color: #b05c30;
    margin: 4px 0 0 12px;
    padding: 3px 0 0 20px;
}

/* @end */

/* @group style */

#personalMessage h3 {
    margin-bottom: 4px;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px;
}

#personalMessage h3 strong {
    color: #366987;
}

.big {
    font-size: 230%;
    letter-spacing: -1px;
}
/*
h2 {
    border-bottom: 1px solid silver;
    margin-bottom: 15px;
    font: normal normal 240%/100% Helvetica, Arial, Geneva, sans-serif;
    padding: 0;
}
*/
#mainContent h2.tight {
    border-bottom: 1px solid silver;
    margin-bottom: 0;
    font: normal normal 240%/100% Helvetica, Arial, Geneva, sans-serif;
    padding: 0;
}

#mainContent h3 {
    color: black;
    font: bold 14px Helvetica, Arial, Geneva, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mainContent h3.subContent {
    font: bold 14px Helvetica, Arial, Geneva, sans-serif;
    padding-top: 15px;
    padding-bottom: 5px;
}

#mainContent h3.subContent a {
    color: black;
}

#mainContent h3.subContent a:hover {
    color: #3a6e8f;
}

#mainContent h4 {
    font: bold 14px Helvetica, Arial, Geneva, sans-serif;
    padding-top: 5px;
    padding-bottom: 2px;
}

#loginform h2 {
    font: normal bold 140%/100% Helvetica, Arial, Geneva, sans-serif;
    padding: 0;
    color: white;
}

#footer a:link {
    text-decoration: none;
    color: #366987;
}

#footer a:visited {
    color: #366987;
}

#footer a:hover {
    color: black;
    text-decoration: underline;
}

#crossroads {
    margin: 0;
    padding: 0;
    border-style: none;
}

#crossroads a {
    display: block;
    width: 150px;
    height: 40px;
    margin: 0;
    padding: 0;
    background: url("/img/crossroads.png") top left no-repeat;
    text-decoration: none;
    border-style: none;
}

#crossroads a:hover {
    background-image: url("/img/crossroads-on.png");
}

#crossroads a span {
    display: none
}

#main_content p {
    margin-bottom: 10px;
}

#footer h2 {
    font-size: 16px;
}

#blueCallout {
    background-color: #e7edf9;
    padding: 20px;
}

#greenCallout {
    background-color: #E9EFCD;
    padding: 20px;
}

#eventAction {
    font-size: 11px;
    line-height: 160%;
}

#eventAction a {
    color: #3a6e8f;
    font-weight: bold;
}

#callout {
    background-color: #e7edf9;
    font-size: 11px;
    padding: 20px;
    width: 175px;
    margin-bottom: 10px;
    margin-left: 15px;
    float: right;
    clear: both;
}

#callout a {
    color: #3a6e8f;
    font-weight: bold;
    line-height: 160%;
}

#callout a:hover {
    color: black;
}

#lightBox {
    background-color: #e7edf9;
    padding: 10px;
    display: block;
    clear: both;
    margin-bottom: 10px;
}

#action {
    background-color: #cbe1ea;
    padding: 20px;
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#action h3 {
    font-size: 140%;
    font-weight: bold;
}

.footerdim {
    color: #747474;
    font-size: 11px;
    text-align: left;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #b8b8b8;
    width: 472px;
}

#myhome .footerdim {
    width: 161px;
    float:left
}

#myhome .module02 {
    text-align: left;
}

.footerdimnoborder {
    color: #747474;
    font-size: 11px;
    text-align: left;

    padding-left: 15px;
    padding-right: 15px;

}

.dim {
    color: #b6b6b6 !important;
    font-size: 11px;
}

.dim a {
    color: #b6b6b6;
}

.dim a:hover {
    color: #000;
}

.blogDate {
    color: gray;
    font-size: 11px;
    border-top: 1px solid gray;
    display: block;
    margin: 15px 0 0;
    letter-spacing: .75px;
    padding: 3px 0 0 3px;
}

.blogDate2 {
    color: gray;
    font-size: 11px;
    border-top: 1px solid gray;
    display: block;
    margin: 0px 0 0;
    letter-spacing: .75px;
    padding: 0px 0 0 0px;
}

.blogTitle {
    font-size: 170%;
    padding: 0;
    margin: 0;
    display: block;
}

.goHeadline {
    font-size: 180%;
    font-weight: bold;
    line-height: 130%;
}

.hilight {
    color: red;
    background-color: #fff6a5;
}

.blueHilight {
    background-color: #e7edf9;
    font-weight: bold;
}

.blue {
    color: #82A5B1
}

.lightGray {
    color: #ddd}

.formLabel {
    line-height: 100%;
    font-size: 95%;
    color: black;
    font-weight: bold;
}

.homeMessage {
    font-size: 18px;
    line-height: 20px;
    color: black;
    font-weight: bold;
}

.tiny {
    font-size: 11px;
    line-height: 14px;
}

.tinyMessage {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #374e5c;
}

.tinyByline {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    display: block;
}

.tinyByline a {
    color: #b6b6b6;
}

.tinyByline a:hover {
    color: black;
}
/*
.first {
    font: 140%/160% Helvetica, Arial, Geneva, sans-serif;
    padding-bottom: 15px;
    padding-top: 15px;
}
*/
.first a {
    background-color: #fff7cc;
    text-decoration: none;
    color: #ea8a00;
}

.first a:hover {
    background-color: #ea8a00;
    color: white;
    text-decoration: none;
}

.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.left {
    float: left;
}

.successMsg {
    color: #339900;
}

.errorBox {
    color: #FF0000;
}

.errorBoxHeader {
    font-weight: bold;
    margin: 5px;
    padding-bottom: 0px;
}

.errorList {
  color: #F00;
  list-style-position: inside;
  list-style-type: none;
  margin: 5px;
  text-indent: -10px;
}

/* @end */

/* @group mainnav */

#navContainer {
    margin: 20px 0;
    padding: 0;
}

ul#navlist {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

#navlist li {
    float: left;
    list-style-type: none;
    font: 12px Helvetica, Arial, Geneva, sans-serif;
    margin-right: 7px;

}

#navlist a {
    /*padding: 7px 0 12px 8px;*/
    background: url(/img/bg_main_nav_left.png) 0 -9999px no-repeat;
    display: block;
    padding-bottom: 10px;
    padding-left: 7px;
    position: relative;
    z-index: 100;
}

#navlist a.no_dd {
    background: url(/img/bg_main_nav_left2.png) 0 -9999px no-repeat;
}

#navlist a span {
    background: url(/img/bg_main_nav_right.png) right -9999px no-repeat;
    padding-right: 9px;
    display: block;
    height: 25px;
    padding-top: 6px;
}

#navlist a:hover, #navlist li.roll > a {
    color:#fff!important;
    background-position: 0 0;
}

#navlist a:hover span, #navlist li.roll a span {
    background-position: 100% 0;
    font-weight: bold;
}

#navlist a:link, #navlist a:visited {
    color: #636363;
    text-decoration: none;
}

#navlist .block {
    /*width: 133px;*/
    height: 40px;
    /*border: solid #000 1px;*/
    position: absolute;
    margin-top: -54px;
    /*margin-left: -16px;*/
    background: #fff;
    z-index: 99;
}

#navlist > li > a:hover {

}


/*#navlist a:hover {
    background-color: #e5eef4;
    text-decoration: none;
    color: black;
}*/


body#mycrhome a#myhomenav,
body#serve a#engagenav,
body#trip a#engagenav,
body#campaign a#campaignnav,
body#connect a#connectnav,
body#care a#carenav,
body#grow a#grownav,
body#give a#givenav,
body#media a#medianav,
body#contact a#contactnav,
body#about a#aboutnav,
body#experience a#experiencenav,
body#change a#changenav,
body#connect a#engagenav {
    color: #000;
    font-weight: bold;
}

#navlist .dd_menu {
    background: url(/img/bg_nav_menu.png) repeat-x #f6f7f7;
    border: solid #cfcdcd 1px;
    position: absolute;
    margin-top: -5px;
    z-index: 98;
    display: none;
}

#navlist li:first-child .dd_menu {
    /*display: block;*/
}

#navlist .dd_menu h3 {
    font-size: 12px;
    padding: 0 25px 5px 25px;
}

#navlist .dd_menu ul {
    float: left;
    padding: 15px 10px 15px 0;
    margin: 0;
    white-space: normal;
}

#navlist .dd_menu .left {
    float: left;
    width: 160px;
}

#navlist .dd_menu li {
    float: none;
    margin: 0;
}

#navlist .dd_menu li a {
    color: #005984;
    padding: 5px 7px 5px 25px;
    display: block;
    background: url(/img/icon_nav_li.png) no-repeat 14px 8px;
    font-size: 12px;
    white-space: normal;
}

#navlist .dd_menu li a:hover {
    color: #b05c30!important;
    text-decoration: underline;
    background: url(/img/icon_nav_li.png) no-repeat 14px 8px;
}

#navlist .dd_menu .dd_menu_groupMoreLink a {
    color: #005984;
    padding: 5px 7px 5px 25px;
    display: block;
    background: url(/img/icn/icn-add-gray.gif) no-repeat 8px 7px;
    font-size: 12px;
    white-space: normal;
}

#navlist .dd_menu .dd_menu_groupMoreLink a:hover {
    color: #b05c30!important;
    text-decoration: underline;
    background: url(/img/icn/icn-add-gray.gif) no-repeat 8px 7px;
}

#navlist .dd_menu .dd_menu_groupLessLink a {
    color: #005984;
    padding: 5px 7px 5px 25px;
    display: block;
    background: url(/img/icn/icn-less-gray.gif) no-repeat 8px 7px;
    font-size: 12px;
    white-space: normal;
}

#navlist .dd_menu .dd_menu_groupLessLink a:hover {
    color: #b05c30!important;
    text-decoration: underline;
    background: url(/img/icn/icn-less-gray.gif) no-repeat 8px 7px;
}

#navlist .dd_menu .primary {
    background: #eee;
    padding-right: 0;
    padding-bottom: 15px;
}

#navlist .dd_menu .primary li {
    margin-right: 0;
}

#navlist .dd_menu .primary a {
    padding-right: 20px;
}

#navlist .dd_menu .primary a:hover {
    background: #fff url(/img/icon_nav_li.png) no-repeat 14px 8px;
}

#navlist .dd_menu .sub_wrap {
    float: left;
    width: 320px;
}

#navlist form {
    width: 261px;
    padding-right: 10px;
}

#navlist .dd_menu form ul {
    padding: 0;
    margin: 0;
}

#navlist label {
    float: left;
    width: 52px;
    padding-top: 4px;
    padding-left: 25px;
}

#navlist input[type="text"], #navlist input[type="password"] {
    margin: 0 0 5px 23px;
    width: 139px;
    padding: 5px;
    float: left;
    border: 0;
}

#navlist input[type="image"] {
    margin-left: 100px;
    margin-top: 10px;
    margin-bottom: 0;
}

#myhomenav {
    width: 115px;
}

#engagenav {
    width: 61px;
}

#grownav {
    width: 48px;
}

#givenav {
    width: 38px;
}

#medianav {
    width: 46px;
}

#aboutnav {
    width: 50px;
}

#adminnav {
    width: 48px;
}

#frm_search {
    float: right;
}

#frm_search input {
    float: left;
}

#frm_search #txt_search {
    border: solid #c6c7c7 1px;
    color: #c6c7c7;
    width: 216px;
    padding-left: 19px;
    height: 20px;
    padding-top: 6px;
}

/* @end */

/* @group login */

#loginform {
    text-align: left;
    background-color: #d1dfea;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
}

#loginformPop {
    display:none;
    width: 1023px;
    margin-right: auto;
    margin-left: auto;
}

/* @end */

/* @group button */

.clear {


/* generic container (i.e. div) for floating buttons */
    /*overflow: hidden;
    width: 100%;*/
}

a.button {
    background: transparent url('/img/bg_button_a.png') no-repeat scroll top right;
    color: white;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 17px;
    /* sliding doors paddin

g */
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}


a.button span {
    background: transparent url('/img/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
/* hide d

otted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
/* pus

h text down 1px */
}

a.button:visited {
    background: transparent url('/img/bg_button_a.png') no-repeat scroll top right;
    color: white;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 17px;
    /* sliding doors paddin

g */
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}


a.button:visited span {
    background: transparent url('/img/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    }


/* @end */

/* @group tables */

.goBox {
    border-collapse: collapse;
    caption-side: bottom;
    background-color: #e7edf9;
    width: 100%;
    margin-bottom: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.goBox td {
    vertical-align: middle;
    line-height: 100%;
    padding: 10px;
}

.standard {
border-collapse: collapse;
caption-side: bottom;
background-color: #d6e1ec;
margin-bottom: 2em;
width: 100%;
}

.standardgrid {
border-collapse: collapse;
caption-side: bottom;
background-color: #d6e1ec;
margin-bottom: 2em;
width: 100%;
}

.standardgrid td {
    border-bottom: 1px dotted #bbb;
    vertical-align: top;
    padding: 3px 2px 3px 4px;
    line-height: 150%;
}

.specstandard {
border-collapse: collapse;
caption-side: bottom;
background-color: #d6e1ec;
margin-bottom: 2em;
width: 100%;
margin-top: -2em;
}

.standard td, .specstandard td {
    border-bottom: 1px dotted #bbb;
    vertical-align: top;
    padding: 3px 10px;
    line-height: 150%;
}

.lined {
    border-collapse: collapse;
    background-color: #fff;
    width: 100%;
}

.lined td {
    border-top: 1px dotted #bbb;
    vertical-align: top;
    padding: 4px 10px;
    line-height: 130%;
}

.eventTable {
    border-collapse: collapse;
    width: 100%;
}

.eventTable td {
    border-top: 1px solid #bbb;
    vertical-align: middle;
    padding: 8px 10px 10px;
    line-height: 130%;
}

.eventTable tr.alt {
    background-color: #f4f4f4;
}

.blogTable {
    table-layout: fixed;
}

.mediaTable {
    border-collapse: collapse;
    width: 100%;
}

.mediaTable td {
    border-top: 1px solid #d6d6d6;
    vertical-align: middle;
    line-height: 130%;
    padding: 5px 2px 5px 5px;
}

.mediaTable th {
    font-size: 11px;
    color: gray;
    text-transform: uppercase;
}

.mediaTable tr.alt {
    background-color: #f4f4f4;
}


.mediaTable tr.sel {
    background-color: #fff7cc;
}

.serveTable {
    border-collapse: collapse;
    width: 100%;
}

.serveTable td {
    border-top: 1px solid #d6d6d6;
    vertical-align: middle;
    /*vertical-align: top;*/
    line-height: 200%;
    padding: 5px 2px 5px 5px;
}

.serveTable th {
    font-size: 11px;
    color: gray;
    text-transform: uppercase;
}

.serveTable tr.alt {
    background-color: #f4f4f4;
}


.serveTable tr.sel {
    background-color: #fff7cc;
}

.mySidebar {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    color: gray;
}

.mySidebar td {
    border-top: 1px dotted #bbb;
    vertical-align: top;
    line-height: 130%;
    padding: 4px 10px 7px 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.top10 {
    border-collapse: collapse;
    background-color: #E7EDF9;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.topChannels {
    border-collapse: collapse;
    background-color: #f7f7c8;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #756c5e;
}

.topChannels a {
    color: #b05c30;
    font-weight: bold;
}

/* @end */

/* @group profileTabs */

#profileTabs {
    float: left;
    background: url("/img/tab-bg.gif") repeat-x;
    font-size: 93%;
    line-height: normal;
    display: block;
}

#profileTabs ul {
    margin: 0;
    padding: 10px 10px 0;
    list-style: none;
}

#profileTabs li {
    float: left;
    background: url("/img/tab-left.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 9px;
}

#profileTabs a {
    float: left;
    display: block;
    background: url("/img/tab-right.gif") no-repeat right top;
    padding: 5px 15px 4px 6px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

#profileTabs .current {
    background-image: url("/img/tab-left-on.gif");
}

#profileTabs .current a {
    background-image: url("/img/tab-right-on.gif");
    color: #333;
    padding-bottom: 5px;
}

/* @end */

/* @group subnav */

#subNav {
    font-size: 11px;
    margin: 25px 0px 10px;
    padding: 5px;
    background-color: #fff;
    line-height: 15px;
}

#subNav strong {
    font-family: Georgia, "Times New Roman", Times, serif;
    display: block;
    padding: 0px 5px 5px 2px;
    color: #ea8a00;
    margin: 0px;
}

#subNav a, #subNav a:visited {
    display: block;
    border: 1px dotted #ccc;
    border-width: 1px 0px 0px 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    font-size: 11px;
    color: #909090;
    padding: 5px 0px 5px 25px;
}

#subNav .selected {
    background-color: #f0f0f0;
    font-weight: bold;
}

#subNav em {
    font-style: normal;
    font-size: 11px;
    color: #333;
}

#subNav  a:hover {
    background-color: #e7edf9;
    color: black;
    text-decoration: none;
}

#subNav .bArrow {
    background-image: url(/img/icn/blue-arrowup.gif);
}

#subNav .bPeople {
    background-image: url(/img/icn/blue-people.gif);
}

#subNav .bBang {
    background-image: url(/img/icn/blue-bang.gif);
}

#subNav .bTV {
    background-image: url(/img/icn/blue-tv.gif);
}

#subNav .bMusic {
    background-image: url(/img/icn/blue-music.gif);
}

#subNav .bPodcast {
    background-image: url(/img/icn/blue-podcast.gif);
}

#subNav .bInfo {
    background-image: url(/img/icn/blue-info.gif);
}

#subNav .bMail {
    background-image: url(/img/icn/blue-mail.gif);
}

#subNav .bCal {
    background-image: url(/img/icn/blue-cal.gif);
}

#subNav .bTalk {
    background-image: url(/img/icn/blue-talk.gif);
}

#subNav .bMovie {
    background-image: url(/img/icn/blue-movie.gif);
}

#subNav .gArrow {
    background-image: url(/img/icn/green-arrowup.gif);
}

#subNav .gCity {
    background-image: url(/img/icn/green-city.gif);
}

#subNav .gGlobe {
    background-image: url(/img/icn/green-globe.gif);
}

#subNav .gDocs {
    background-image: url(/img/icn/green-doc.gif);
}

#subNav .gCheck {
    background-image: url(/img/icn/green-check.gif);
}

#subNav .gPeople {
    background-image: url(/img/icn/green-people.gif);
}

#subNav .oArrow {
    background-image: url(/img/icn/orange-arrowup.gif);
}

#subNav .oTalk {
    background-image: url(/img/icn/orange-talk.gif);
}

#subNav .oSun {
    background-image: url(/img/icn/orange-sun.gif);
}

#subNav .oInfo {
    background-image: url(/img/icn/orange-info.gif);
}

#subNav .oPerson {
    background-image: url(/img/icn/orange-person.gif);
}

#subNav .oStar {
    background-image: url(/img/icn/orange-star.gif);
}

#subNav .oRewind {
    background-image: url(/img/icn/orange-rewind.gif);
}

#subNav .blackArrowup {
    background-image: url(/img/icn/black-arrowup.gif);
}

#subNav .oHeart {
    background-image: url(/img/icn/orange-heart.gif);
}

#subNav .oClock {
    background-image: url(/img/icn/orange-clock.gif);
}

#subNav .oPhone {
    background-image: url(/img/icn/orange-phone.gif);
}

#subNav .oMoney {
    background-image: url(/img/icn/orange-money.gif);
}

#subNav .oTrips {
    background-image: url(/img/icn/orange-people.gif);
}

#subNav .oBang {
    background-image: url(/img/icn/orange-bang.gif);
}

#subNav .oQuest {
    background-image: url(/img/icn/orange-quest.gif);
}

#subNav .oSeven {
    background-image: url(/img/icn/orange-seven.gif);
}

#subNav .oPeople {
    background-image: url(/img/icn/orange-people.gif);
}

#subNav .oPeople {
    background-image: url(/img/icn/orange-people.gif);
}

#subNav .oCoffee {
    background-image: url(/img/icn/orange-coffee.gif);
}

#subNav .oNSEW {
    background-image: url(/img/icn/orange-nsew.gif);
}

#subNav .lbArrow {
    background-image: url(/img/icn/ltblue-arrowup.gif);
}

#subNav .lbTV {
    background-image: url(/img/icn/ltblue-tv.gif);
}

#subNav .lbBang {
    background-image: url(/img/icn/ltblue-bang.gif);
}

#subNav .lbTalk {
    background-image: url(/img/icn/ltblue-talk.gif);
}

#subNav .lbSun {
    background-image: url(/img/icn/ltblue-sun.gif);
}

#subNav .lbHeart {
    background-image: url(/img/icn/ltblue-heart.gif);
}

#subNav .lbBang {
    background-image: url(/img/icn/ltblue-bang.gif);
}

#subNav .lbPeople {
    background-image: url(/img/icn/ltblue-people.gif);
}

#subNav .lbStar {
    background-image: url(/img/icn/ltblue-star.gif);
}

#subNav .lNolaApp {
    background-image: url(/img/icn/link_nola_app.gif);
}

#subNav .lNolaContact {
    background-image: url(/img/icn/link_nola_contact.gif);
}

#subNav .lNolaDonate {
    background-image: url(/img/icn/link_nola_donate.gif);
}

#subNav .lNolaEmergency {
    background-image: url(/img/icn/link_nola_emergency.gif);
}

#subNav .iNolaTrips {
    background-image: url(/img/icn/link_nola_faq.gif);
}

#subNav .lNolaFaq {
    background-image: url(/img/icn/link_nola_faq.gif);
}

#subNav .lNolaIntro {
    background-image: url(/img/icn/link_nola_intro.gif);
}

#subNav .lNolaMyTrip {
    background-image: url(/img/icn/link_nola_my_trip.gif);
}

#subNav .lNolaNews {
    background-image: url(/img/icn/link_nola_news.gif);
}

#subNav .lNolaTripPrep {
    background-image: url(/img/icn/link_nola_trip_prep.gif);
}

#subNav .lNolaTrips {
    background-image: url(/img/icn/link_nola_trips.gif);
}

#subNav .lMamaApp {
    background-image: url(/img/icn/link_mama_app.gif);
}

#subNav .lMamaContact {
    background-image: url(/img/icn/link_mama_contact.gif);
}

#subNav .lMamaDonate {
    background-image: url(/img/icn/link_mama_donate.gif);
}

#subNav .lMamaEmergency {
    background-image: url(/img/icn/link_mama_emergency.gif);
}

#subNav .lMamaFaq {
    background-image: url(/img/icn/link_mama_faq.gif);
}

#subNav .lMamaIntro {
    background-image: url(/img/icn/link_mama_intro.gif);
}

#subNav .lMamaMyTrip {
    background-image: url(/img/icn/link_mama_my_trip.gif);
}

#subNav .lMamaNews {
    background-image: url(/img/icn/link_mama_news.gif);
}

#subNav .lMamaTripPrep {
    background-image: url(/img/icn/link_mama_trip_prep.gif);
}

#subNav .lMamaTrips {
    background-image: url(/img/icn/link_mama_trips.gif);
}

/* @end */

/* @group forms */

input.on {
    background: white;
    color: #00557b;
    padding: 3px;
    font-family: Helvetica, Arial, Geneva, sans-serif;
}
input.onshort {
    background: white;
    color: #00557b;
    padding: 3px 0;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    margin: 0;
    width: 90px;
}


textarea {
    padding: 3px;
    border-style: none;
    font: 12px/14px Helvetica, Arial, Geneva, sans-serif;
    color: #00557b;
}

select.on {
    padding: 3px;
    border-style: none;
    font-family: Helvetica, Arial, Geneva, sans-serif;
    color: #00557b;
}

form {
    padding: 0px;
    margin: 0px;
}

input.on, input.onshort {
    color: #006666;
    border: solid 1px #f4fbdc;
    background: white;
    padding: 3px;
}

input.on:hover, input.onshort:hover {
    color: #006666;
    border: solid 1px #e0f4ff;
    background: #dbe9ff;
}

input.on:focus, input.onshort:focus {
    color: black;
    border: solid 1px #e0f4ff;
    background: #fffbd9;
}

input.onIE {
    color: #006666;
    border: solid 1px #e0f4ff;
    background: #dbe9ff;
}

.inputsearch {
    background: white url(/img/icn/icn-search.png) no-repeat 3px 4px;
    border: solid 1px #f4fbdc;
    padding-left: 17px;
    font: 12px Arial, Helvetica, Geneva, sans-serif;
    height: 20px;
    padding-top: 3px;
}

/* @end */

/* @group slider */

.news_slider {
    position: relative;
}

#container {
    width: 393px;
    background: #D6E1EC;
    overflow: hidden;
    border-top: 10px solid #D6E1EC;
    border-left: 30px solid #D6E1EC;
    border-right: 25px solid #D6E1EC;
    border-bottom: 10px solid #D6E1EC;
    position: relative;
}

#container_inner {
    width: 999999px;
}

#container ul {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    left: 0;
}

#container li {
    float: left;
    list-style: none;
    padding-right: 28px;
}

#container li a {
    display: block;
}

.prev {
    position: absolute;
    top: 46px;
    left: 6px;
    z-index: 99;
}

.next {
    position: absolute;
    top: 46px;
    right: 10px;
    z-index: 99;
}


/* @end */






/* @Tables */

#ul-table {
text-align:center;
margin: 0px auto;
padding:0;
list-style-type:none;
clear:both;
}
#ul-table li {
width: 139px;
float:left;
text-align: left;
}
#ul-table li.Table400wBy100t {
width: 290px;
height: 100px;
}



/* @end Tables */






/* For team pages */
.teamPageDiv {
  position: relative;
  display: none;
  float: top;
  overflow: auto;
}

.teamPageDiv H3 {
  font-size: 10pt;
  color: #000000;
  border-right: #98aab1 1px solid;
  border-top: #98aab1 1px solid;
  border-left: #98aab1 1px solid;
  border-bottom: #98aab1 1px solid;
  background-color: #e5eef4;
  width: 560px;
}

.teamPageMenuDiv a {
  font-size: 10pt;
  color: #636363;
  text-decoration: none;
  background-color: #FFFFFF;
  padding-right: 10px;
  padding-left: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.teamPageMenuDiv a:hover {
  font-size: 10pt;
  background-color: #e5eef4;
  color: black;
  padding-right: 10px;
  padding-left: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
}

.teamPageMenuDivaSelected {
  font-size: 10pt;
  text-decoration: none;
  background-color: #FFFFFF;
  padding-right: 10px;
  padding-left: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
  font-weight: bold;
  color: black;
}

.hiddenBlock {
  display: none;
}


.errorMessage {
    font-weight: bold;
    font-size: 12pt;
}
.viewPodcast strong {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
}

.calTest table {
    background-color: #ffffff;
    width: 100%;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
}

.calTest td {
    vertical-align: top;
    font-size: 8pt;
}

.calTestAltRow {
    background-color: #ffffff;
    width: 100%;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
}

.calendarView {
    width: 100%;
}

.calendarView td {
    vertical-align: top;
    font-size: 10px;
}

.roomList {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}

.roomList td {
    vertical-align: top;
    line-height: 150%;
    padding-right: 5px;
    padding-bottom: 5px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: 10px;
}

.inventoryList {
    width: 100%;
    border-style: none;
    text-decoration: none;
}

.inventoryList td {
    vertical-align: top;
    line-height: 150%;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 10px;
    border-style: none;
}

.calTest a:hover, .calTest a:visited, .calTest a:active, .calTest a:hover {
    text-decoration: none;

}

.standardSmall {
    border-collapse: collapse;
    caption-side: bottom;
    background-color: #d6e1ec;
    margin-bottom: 2em;
    width: 100%;
}

.standardSmall td, .specstandard td {
    border-bottom: 1px dotted #bbb;
    vertical-align: top;
    padding: 3px 10px;
    line-height: 150%;
    font-size: 10px;
}

.linew td {
     border-top: 1px solid;
}

.calendarFacilities table {
    border-right: thin solid #00ff00;;
}

#profileheader h3 {
    color: black;
    font: bold 14px Helvetica, Arial, Geneva, sans-serif;
    padding: 3px 0;
}
.profileheader h3 {
    color: black;
    font: bold 14px Helvetica, Arial, Geneva, sans-serif;
    padding: 3px 0;
}

.calendaradminbox {
    border: 1px solid #98AAB1;
    width: 380px;
    margin-top: 0px;
    min-height: 200px;
    overflow: hidden;
}
.calendaradminbox p {
    padding: 0px;
}
.calendaradminbox table {
    margin: 0px;
    padding: 0;
}
.calendaradminbox td {

}

.profileheader {
    background: #e7edf9;
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    line-height: 1.5;
}
#profileheader {
    background: #e7edf9;
    padding: 0px 5px 0px 5px;
    font-size: 14px;
    line-height: 1.5;
}
.profilebody {
    padding: 5px;
}

.report {
    border-collapse: collapse;
}

.report table {
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
}

.report tr {

}

.report th {
    padding: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.report td {
    padding: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-size: 16px;
}

.facilitiesReport {
    border-collapse: collapse;
}

.facilitiesReport table {
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px;
    border-color: #000000;
}

.facilitiesReport tr {

}

.facilitiesReport th {
    padding: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-size: 16px;
    font-weight: bold;
}

.facilitiesReport td {
    padding: 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    font-size: 14px;
}

/* Added by Dan for error reporting in teamEvents*/
.teamSuccessMsg {
    color: #339900;
}

.teamErrorBox {
    color: #FF0000;
}

/* Added by Steve for My Donations / Group Page Submenu Styling */
.bubbleTabNavContainer {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.bubbleTabNavList li {
    float: left;
    list-style-type: none;
    font: 12px Helvetica, Arial, Geneva, sans-serif;
    margin-right: 7px;
}

.bubbleTabNavListInactive a span {
    background: url(/img/bg_main_nav_right.png) right -9999px no-repeat;
    padding-right: 9px;
    display: block;
    height: 25px;
    padding-top: 6px;
    /*background-position: 100% 0;*/
}

.bubbleTabNavListActive a span {
    background: url(/img/bg_main_nav_right.png) right -9999px no-repeat;
    padding-right: 9px;
    display: block;
    height: 25px;
    padding-top: 6px;
    background-position: 100% 0;
}

.bubbleTabNavListActive a {
    /*padding: 7px 0 12px 8px;*/
    background: url(/img/bg_main_nav_left.png) 0 -9999px no-repeat;
    display: block;
    padding-bottom: 10px;
    padding-left: 7px;
    position: relative;
    z-index: 10;
        background-position: 0 0;
        color:#fff!important;
        font-weight: bold;
}

.bubbleTabNavListInactive a {
    /*padding: 7px 0 12px 8px;*/
    background: url(/img/bg_main_nav_left.png) 0 -9999px no-repeat;
    display: block;
    color: #636363;
    padding-bottom: 10px;
    padding-left: 7px;
    position: relative;
    z-index: 10;
        /*background-position: 0 0;*/
        /*color:#fff!important; */
        /*font-weight: bold;*/
}

.bubbleTabNavListActive a.no_dd {
    background: url(/img/bg_main_nav_left2.png) 0 -9999px no-repeat;
}

.bubbleTabNavListInactive a.no_dd {
    background: url(/img/bg_main_nav_left2.png) 0 -9999px no-repeat;
}






.tripsDonation table {
  background: #fff;
}

.tripsDonation tr:hover {
  background: #f7f7f7;
}

.tripsDonation tr.th:hover {
  background: #D3DCE3;
}

.tripsDonation th.header {
  font-size: 12px;
  background: #D3DCE3;
  color: black;
  font-weight: bold;
  padding: 5px 10px;
}

.tripsDonation td {
  padding-left: 10px;
}


/* end */

/* Used in tinyMCE style definitions */
.heading {
    font: normal bold 18pt/20pt Helvetica,Arial,sans-serif;
    text-decoration: underline;
}

.content {
    font: normal 10pt/15pt Helvetica,Arial,sans-serif;
}

h2, .h2, .header {
    color: #000;
    font: normal normal 380%/100% Helvetica, Arial, Geneva, sans-serif;
    margin-bottom: 6px;
    padding: 0;
}

.first, .subheading {
    color: #88898c;
    font: normal normal 145%/100% Helvetica, Arial, Geneva, sans-serif;
}

.h3, .sectionHeader {
    color: #000;
    font: bold 14px Helvetica, Geneva, sans-serif;
}

.normal {
    color: #292929;
    font: 100%/1.75 Helvetica, Arial, Geneva, sans-serif;
    background-color: white;
    text-align: left;
    margin: 0;
    padding: 0;
}


/* Engage Foundation Styles */
#engagefoundationlogo {
    margin: 0;
    padding: 0;
    border-style: none;
}

#engagefoundationlogo a {
    display: block;
    width: 399px;
    height: 81px;
    margin: 0;
    padding: 0;
    background: url("/images/engage_foundation_logo.png") top left no-repeat;
    text-decoration: none;
    border-style: none;
}

#engagefoundationlogo a:hover {
    background-image: url("/images/engage_foundation_logo.png");
}

#engagefoundationlogo a span {
    display: none
}


#engagefoundationcanvas {
    width: 830px;
    overflow: auto;
    clear: both;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    border-top: 10px solid #898F2D;
    min-height: 600px;
}

#engagefoundationcanvas #mainContent {
  margin: 40px 0 0 0;
}

#engagefoundationfooter {
    font: 12px/20px Helvetica, Arial, Geneva, sans-serif;
    color: black;
    text-align: center;
    border-top: 1px solid #D3D196;
    padding-top: 25px;
    display: block;
    width: 830px;
    margin: 0 auto;
}

.blogPost p {margin:0; padding:0;}
.noPspace {margin:0;padding:0;}
.noPspace p {margin:0;padding:0;}
#tinymce p {margin:0;padding:0;}
#content p {margin:0;padding:0;}

div.flash { z-index: 1; }

.small {
    font-size:smaller;
    padding-top:.5em;
    vertical-align:text-top;
}

.small img {
    padding-left:.25em;
    width:1.1em;
    height: 1.1em;
}

#pager {
    border-top: 1px solid #cfcdcd;
    padding: 0 16px 0 20px;
}

#pager h3 {
    color: #3a6e8f;
    font-size: 18px;
    margin: 20px 0 8px;
}

#pager img {
    width: 127px;
    height: 127px;
}

#pager .pagerOverlay {
    display: none;
    position: relative;
    top: -121px;
    left: 12px;
    z-index: 5;
    height: 18px;
    width: 96px;
}

#pager #pagerTiles {
    width: 278px;
    height: 128px;
    margin-bottom: 3px;
    overflow: hidden;
}

#pager #pagerTiles ul {
    padding: 0;
}

#pager #pagerTiles ul li {
    margin-right: 16px;
    list-style-type: none;
}

#pagerNav {
    font: 100%/1.75 Helvetica,Arial,Geneva,sans-serif !important;
}

#pagerNav a {
    color: #676768;
    font-size: 13px !important;
    cursor: pointer;
}

#pager .pagerPrev {
    display: inline;
    background: url(/img/icn/icn-left-gray.gif) no-repeat left 1px;
    font-weight: bold;
    padding-left: 18px;
}

#pager .pagerNext {
    display: inline;
    background: url(/img/icn/icn-right-gray.gif) no-repeat right 5px;
    font-weight: bold;
    padding-right: 18px;
    float: right;
}

.appsearchlabel {
  text-align: right;
  font-weight: bold;
  padding: 0 10px 0 0;
  width: 105px;
}

.applicantSearchResult {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
}

.myTripsDiv {
  border-bottom: 0px solid #ccc;
  margin: 0 0 10px 0;
}

.myTripsTable {
    border-collapse: collapse;
    width: 100%;
}

.myTripsTable td {
    border-top: 1px solid #ebebeb;
    vertical-align: top;
    line-height: 130%;
    padding: 40px 2px 40px 5px;
}


.myTripsTable tr.sel {
    background-color: #fff7cc;
}

.missiontripappsearch {
  padding: 0 0 15px 0;
}

.donateseperator {
  padding: 15px 0 0 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

#searchAppForm input[type="text"] {
  width: 150px;
  padding: 5px;
  border: 1px solid #ccc;
  float: left;
}

#searchAppForm input[type="submit"]  {
  float: left;
  margin: 3px 0 0 10px;
}

.donateh3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#donate_block_box a {
  font-size: 13px !important;
}

#missionmail {
  margin-top: -30px;
}

.app_profile_photo {
  padding: 0 0 0 10px;
  vertical-align: top;
  text-align: right;
}

.app_profile_photo img {
  padding: 5px;
  margin: 5px 0 0 0;
  border: 1px solid #ccc;
}

.missiontripimage {
  width: 300px;
  overflow: hidden;
}

#profile ul {
list-style:none;
margin:0;
padding:0;
}

#profile em {
font:inherit;
line-height:13px;
}

#edit-photo {
float:left;
margin:0 15px 0 0;
position: relative;
}

#edit-photo .profile-photo {
border:solid #CFCDCD 1px;
width: 140px;
height: 105px;
overflow: hidden;
}
#edit-photo .profile-image {
    display: block;
}
#edit-photo .loading {
    position: absolute;
    top: 20px;
    left: 38px;
    display: none;
}

#edit-photo p {
color:#989898;
font-size:11px;
line-height:16px;
padding:0 0 5px;
}

.profile-info-large {
float:left;
width:360px;
}

.profile-info-large h2 {
color:#241f20;
font-size:27px;
font-weight:400;
}

.profile-info-large h2 span {
display:block;
font-size:16px;
color:#a6a6a6;
}






.progress {
border: 1px solid #CFCDCD;
overflow: hidden;
height: 18px;
width: 150px;
margin-bottom: 8px;
background-color: #F7F7F7;
background-image: -moz-linear-gradient(top, whiteSmoke, #F9F9F9);
background-image: -ms-linear-gradient(top, whiteSmoke, #F9F9F9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whiteSmoke), to(#F9F9F9));
background-image: -webkit-linear-gradient(top, whiteSmoke, #F9F9F9);
background-image: -o-linear-gradient(top, whiteSmoke, #F9F9F9);
background-image: linear-gradient(top, whiteSmoke, #F9F9F9);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
display: block;
}

.progress .bar {
width: 0%;
height: 18px;
color: white;
font-size: 12px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #7fa8bf;
background-image: -moz-linear-gradient(top, #7fa8bf, #4d819f);
background-image: -ms-linear-gradient(top, #7fa8bf, #4d819f);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7fa8bf), to(#4d819f));
background-image: -webkit-linear-gradient(top, #7fa8bf, #4d819f);
background-image: -o-linear-gradient(top, #7fa8bf, #4d819f);
background-image: linear-gradient(top, #7fa8bf, #4d819f);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fa8bf', endColorstr='#4d819f', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-ms-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}





#profile-status ul {
margin: 0;
padding: 0;
}
#profile-status li {
display: block;
line-height: 26px;
}
#profile-status ul input {
margin-right: 10px;
}
.status-bar {
    float: left;
    margin: 23px 0 0 70px;
}
.status-bar p {
padding: 0;
}
.col1, .col2 {
float: left;
width: 228px;
overflow: hidden;
margin-left: 36px;
}
select#loadExternal {
background:#f3f8fc;
width:230px;
display:block;
border:1px solid #d5d2d2;
font-size:12px;
color:#696a6b;
font-family:Arial, Helvetica, sans-serif;
}

#skillset {
overflow:hidden;
float:left;
width:355px;
margin:30px 30px 0 0;
}

#selected-skillset {
float:left;
width:220px;
margin:30px 0 0;
}

#selected-skillset ul li span,#skillset ul li span {
display:block;
float:left;
}

#selected-skillset ul li em,#skillset ul li em {
color:#696a6b;
font-size:14px;
padding:3px 0 0 10px;
}

input#personal-first,input#personal-last,input#personal-maiden,input#personal-nickname {
display:block;
width:285px;
font-size:21px;
color:#6b6b6b;
background:#fff;
border:1px solid #dedddd;
padding:4px 0 4px 5px;
}

input#personal-first:focus,input#personal-last:focus,input#personal-maiden:focus,input#personal-nickname:focus {
background:#f2f8fc;
color:#5185a2;
}

ul.gender-options li span {
float:left;
display:block;
}

ul.gender-options li em {
display:block;
float:left;
padding:3px 0 0 5px;
}

.giving-header {
position:relative;
border-bottom:4px solid #dedddd;
height:40px;
margin:0 0 16px;
}

.giving-header h2 {
color:#000;
font-size:27px;
float:left;
}

.giving-header h2 span {
font-size:30px;
color:#5185a2;
font-weight:400;
}

h3#giving-options,h3#giving-options2 {
color:#a46037;
font-size:17px;
background:url(/img/profile/general-fund-arrow.png) no-repeat right center;
font-weight:400;
width:130px;
float:left;
cursor:pointer;
margin:0 0 0 8px;
padding:6px 0;
}

#successful-gift p {
font-size:15px;
line-height:21px;
color:#373737;
padding:0 0 30px;
}

#successful-gift p a {
color:#a56037;
text-decoration:none;
font-style:italic;
}

#giving-options-dropdown,#giving-options-dropdown2 {
position:absolute;
top:27px;
left:297px;
}

#giving-options-dropdown ul,#giving-options-dropdown2 ul {
background:#f2f2f2;
border:1px solid #999a9a;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
/*height:61px;*/
width:177px;
}

#giving-options-dropdown ul li a,#giving-options-dropdown2 ul li a {
color:#275B83;
display:block;
font-size:13px;
height:27px;
line-height:33px;
text-decoration:none;
padding:0 0 3px 10px;
}

#giving-options-dropdown ul li a#general-fund-link,#giving-options-dropdown2 ul li a#general-fund-link {
-moz-border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
}

#giving-options-dropdown ul li a#game-change-link,#giving-options-dropdown2 ul li a#game-change-link {
-moz-border-radius:0 0 8px 8px;
-webkit-border-radius:0 0 8px 8px;
border-radius:0 0 8px 8px;
}

#giving-options-dropdown ul li a:hover,#giving-options-dropdown2 ul li a:hover {
color:#a45f36;
background:url(/img/profile/general-fund-arrow) no-repeat 167px center #fff;
}

.giving-amount {
float:right;
background:url(/img/profile/icon-dollar.png) no-repeat 5px center;
border-top:4px solid #dedddd;
border-right:4px solid #dedddd;
border-left:4px solid #dedddd;
-moz-border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
border-radius:8px 8px 0 0;
width:140px;
padding:0 0 4px;
}

.giving-amount input{
font-size:24px;
color:#005984;
border:none !important;
background:none !important;
text-align:right;
width:135px !important;
padding:6px 5px 0 0 !important;
}
.giving-amount h3 {
font-size:24px !important;
font-weight: normal !important;
color:#005984 !important;
border:none;
background:none;
text-align:right;
width:135px !important;
padding:6px 5px 0 0 !important;
}
.giving-amount h3 {
font-size:24px !important;
color:#005984 !important;
text-align:right;
width:140px;
padding:5px 5px 0 0;
}

span.click {
bottom:-24px;
color:#6C6C6C;
font-size:11px;
position:absolute;
right:0;
}

.secure-tag {
display:block;
background:url(/img/profile/icon-lock.png) no-repeat left top;
font-style:italic;
font-size:11px;
width:62px;
float:left;
line-height:18px;
margin:0 0 24px;
padding:1px 0 0 22px;
}

.account-info {
position:relative;
overflow:hidden;
margin: 0 0 15px;
}
.note {
padding-bottom: 55px;
}
.account-info label {
display:block;
color:#050505;
font-size:14px;
padding: 0 0 0px;
}

.account-info input {
font-size:21px;
color:#909090;
border:1px solid #dedddd;
padding:5px 0 5px 5px;
margin: 2px;
}

.account-info input:focus,.giving-amount input:focus {
background:#f2f8fc;
}

.account-info p {
color:#777;
font-size:13px;
font-style:italic;
margin:0 0 15px;
padding-bottom: 0;
}

.account-info p em {
color:#a56037;
}

.account-number {
float:left;
width:310px;
}

.account-number input {
width:303px;
}

ul.account-types li {
float:left;
opacity:.2;
padding:0 10px 0 0;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
}

ul.account-types li.selected-card {
opacity:1;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}

.zip-cvv {
overflow:hidden;
width:343px;
float:left;
}

.zip {
float:left;
width:148px;
padding:0 20px 0 0;
}

.zip input {
width:143px;
}

.cvv {
float:left;
width:130px;
}

.cvv input {
width:125px;
}

.cvv label span {
font-size:14px;
font-style:italic;
color:#979696;
}

.account-expiration select {
margin:10px 0 0;
}
.frequency {
overflow: hidden;
margin: 0 0 15px 0;
}
.church-site {
overflow:hidden;
float:left;
width:157px;
margin:0 0 20px;
}

#one-time-gift-area {
position:relative;
overflow:hidden;
padding:0 0 50px;
}



/* Add Note section
-------------------------------------------------------*/
.add-note-section {
    position: relative;
    display: block;
    float: left;
}
.add-note-area {
width:327px;
height:113px;
background:#f2f2f2;
border:1px solid #9b9c9c;
display:none;
padding:8px 9px;
position: absolute;
top: 56px;
left: 0px;
}
a.add-note {
display:block;
background:url(/img/profile/icon-add.png) no-repeat left center;
color:#797878;
font-size:14px;
font-weight:700;
float:left;
text-decoration:none;
outline:none;
margin:31px 0 0;
padding:5px 0 0 23px;
}
.add-note-area h5 {
color:#929191;
font-style:italic;
font-size:11px;
padding:0 0 4px;
}
.add-note-area textarea {
width:310px;
height:34px;
border:1px solid #9b9c9c;
overflow:auto;
padding:5px;
resize:none;
}
.add-note-area textarea:focus {
border:1px solid #5185a2;
}
a.submit-note {
display:block;
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#E88958', endColorstr='#B15D31',GradientType=0 );
background:linear-gradient(top, #E88958 0%,#B15D31 100%);
width:61px;
text-align:center;
color:#fff;
height:22px;
line-height:22px;
text-decoration:none;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
float:left;
margin:3px 10px 0 0;
}
a.cancel-note {
float:left;
color:#4e82a0;
margin:15px 0 0;
}


/* E-gift Accounts section
-------------------------------------------------------*/
ul.egift-row {
overflow:hidden;
border-bottom:1px dashed #d0d0d0;
margin:0 0 8px !important;
padding:0 0 8px !important;
}
ul.egift-row-last {
border: none !important;
}
ul.egift-row li {
float:left;
line-height:28px;
overflow:hidden;
}
ul.egift-row li.account-action {
float: right;
}
ul.egift-row li.account-title {
color:#5185a2;
width:195px;
overflow:hidden;
}
ul.egift-row li.amount {
color:#050505;
width:95px;
}
ul.egift-row li.account-title span {
float:left;
margin:0 4px 0 0;
}
ul.egift-row li.account-title a{
display:block;
float:left;
margin:2px 0 0;
}
ul.egift-row li.account-schedule {
color:#868585;
width:200px;
}
ul.egift-row li.account-edit {
margin:0 10px 0 37px;
padding:0;
}
ul.egift-row li.account-action a#remove {
display:block;
border:1px solid #b8bbbb;
font-size:11px;
color:#3e3e3e;
text-transform:uppercase;
text-align:center;
width:55px;
text-decoration:none;
float: right;
margin-left: 10px;
}
ul.egift-row li.account-action a#add, ul.egift-row li.account-action a#edit {
display: block;
border: 1px solid #B8BBBB;
font-size: 11px;
color: #A46037;
text-transform: uppercase;
text-align: center;
width: 34px;
text-decoration: none;
}
#egift-row-questions1, #egift-row-questions2 {
overflow:hidden;
background:#f2f8fc url(/img/profile/question-bg.png) no-repeat;
border: 1px solid #72a0b9;
position:absolute;
display:none;
font-size:11px;
padding:8px;
}
#egift-row-questions1 {
top:65px;
left:167px;
}
#egift-row-questions2 {
top:114px;
left:100px;
}
#question1, #question2 {
padding: 2px;
}


/* Recurring Gift Section
-------------------------------------------------------*/
p.account-message {
font-style:italic;
color:#373737;
font-size:13px;
line-height:18px;
padding:14px 0 20px;
}

ol.bank-credit {
float:left;
list-style:none;
margin:0 0 24px;
padding:0;
}

ol.bank-credit input {
margin-right:5px;
}

#tabs {
float:left;
margin-bottom:30px;
}

/*Profile Sub Nav**/
#profile-nav li {
display: inline-block;
margin-right: 10px;
font-size: 15px;
float:left;
}
#profile-nav a {
background: url(/img/bg_main_nav_left.png) 0 -9999px no-repeat;
display: block;
padding-bottom: 10px;
padding-left: 7px;
position: relative;
color: #949393;
}
#profile-nav a  span{
background: url(/img/bg_main_nav_right.png) right -9999px no-repeat;
padding-right: 9px;
display: block;
height: 25px;
padding-top: 6px;
cursor: pointer;
}
#profile-nav a:hover {
color: #292929;
}
#profile-nav .active {
color: #fff !important;
background-position: 0 7px;
}
#profile-nav .active span {
background-position: 100% 7px;
}

#giving-option-area {
background:#eee;
border:1px solid #b9b8b8;
padding-top:15px;
width:153px;
position:absolute;
top:40px;
left:0;
z-index:1000;
display: none;
}
#giving-option-area li {
margin: 0;
}
#giving-option-area a {
line-height:25px !important;
color:#275b83 !important;
font-size:13px;
text-align:left !important;
padding:5px 15px;
display: block;
width: 123px;
}

#giving-option-area a:hover {
background:#fff;
color:#a46037 !important;
}

a.select-fund:hover {
background-position:0 100%;
}

#save-profile,a.give-btn {
display:inline-block;
color:#fff;
font-weight:700;
font-size:15px;
line-height:27px;
text-decoration:none;
text-align:center;
height:25px;
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b7e99', endColorstr='#7aa3bb',GradientType=0 );
background:linear-gradient(top, #4b7e99 0%,#7aa3bb 100%);
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
}

#save-profile:hover,a.give-btn:hover {
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b15d31', endColorstr='#e68857',GradientType=0 );
background:linear-gradient(top, #b15d31 0%,#e68857 100%);
}


#yes {
display:block;
float:left;
width:73px;
height:25px;
background:url(/img/profile/btn-yes.png) no-repeat;
text-indent:-9999px;
margin:0 10px 0 0;
}

#cancel {
display:block;
float:left;
width:73px;
height:25px;
background:url(/img/profile/btn-cancel.png) no-repeat;
text-indent:-9999px;
}

#profile-edit .label {
float:left;
width:292px;
margin:0 20px 15px 0;
}

#profile-edit .label label {
display: block;
font-size: 14px;
color: #050505;
margin: 0px;
}

#profile-edit input[type="text"],#profile-edit input[type="password"] {
display:block;
width:281px;
font-size:21px;
color:#6B6B6B;
background:#FFF;
border:1px solid #DEDDDD;
padding:4px 0 4px 5px;
margin: 2px
}

#profile-edit input[type="text"]:focus,#profile-edit input[type="password"]:focus{background: #F2F8FC;}

#profile-edit .service-provider, #profile-edit .phone-primary {
width:auto;
}


#profile-edit .full {
width:624px;
margin:0 0 20px;
}

#profile-edit .full > input {
width:612px;
}

#profile-edit .contact-phone {
border-top:1px solid #D3D2D2;
padding-top:20px;
}

#settings {margin-bottom: 50px;}
.settings-col1, .settings-col2{float: left; width: 320px;margin-bottom: 20px;}
#settings ul label,#settings ul input {
display:inline-block;
margin:0 5px 0 10px;
}
#settings ul li label {
color:#696A6B;
font-size:14px;
width:110px;
padding: 3px 0 0 0;
margin: 0;
}
#preferences {margin-bottom: 50px;}
#preferences ul label,#preferences ul input {
display:inline-block;
margin:0 5px 0 10px;
}
#preferences ul li label {
color:#696A6B;
font-size:14px;
width:157px;
padding: 3px 0 0 0;
margin: 0;
}

.clear,#settings ul li, #preferences ul li {
clear:both;
}

.post p a:hover,a.comment-link:hover,a.story-link:hover,a.profile-email:hover,#calendar-dashboard-footer ul li a:hover,h4.event-details em a:hover,#event-details-expanded h4 em a:hover,#event-details-expanded a.event-location:hover {
text-decoration:underline;
}

#profile-section {
overflow:hidden;
margin:0 0 20px;
}
.label {
margin:0 0 30px;
}

.egift-accounts {
overflow:hidden;
margin:0 0 30px;
}
ul.gender-options li,#profile-edit ul.gender-options li {
float:left;
overflow:hidden;
margin:0 15px 0 0;
}

.account-type,.account-expiration {
float:right;
width:237px;
}

ul.game-change li.account-edit a#edit,ul.general-fund li.account-add a#add {
display:block;
border:1px solid #b8bbbb;
font-size:11px;
color:#a46037;
text-transform:uppercase;
text-align:center;
width:34px;
text-decoration:none;
}

ol.bank-credit li {
float:left;
margin:0 15px 0 0;
}
.or{
font-style: italic;
color: #979696;
}

.giving-tab,#recurring-gift,#egift-area {
position:relative;
}

#profile-edit ul.gender-options li input, .phone-primary input {
width:auto;
margin: 3px 0.5ex;
padding: 1px;
}


/* Alerts & Errors
-------------------------------------------------------*/
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #FCF8E3;
border: 1px solid #FBEED5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: none;
}
.alert-danger, .alert-error {
background-color: #F2DEDE;
border-color: #EED3D7;
}
.alert-danger, .alert-error, .alert-danger .alert-heading, .alert-error .alert-heading {
color: #B94A48;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
border-color: #B94A48;
}

/* Lightbox / Modal Box
-------------------------------------------------------*/
.modal-open .dropdown-menu {
  z-index: 2050;
}
.modal-open .dropdown.open {
  *z-index: 2050;
}
.modal-open .popover {
  z-index: 2060;
}
.modal-open .tooltip {
  z-index: 2070;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  max-height: 500px;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-image:url(/img/profile/select-fund-border.png);
  background-position: top left;
  background-repeat: repeat-x;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  padding: 15px;
  overflow: hidden;
}
.modal-body .modal-form {
  margin-bottom: 0;
}
.modal-header {
    padding: 15px 15px;
    border-bottom: 1px solid #EEE;
    overflow: hidden;
}
.modal-header h3 {
font-size: 24px !important;
margin: 12px 0 0 0;
float: left;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
    cursor: pointer;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  float: right;
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-secondary {
    margin-top: 12px;
}

/* Tooltips
-------------------------------------------------------*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #72a0b9;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #72a0b9;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #72a0b9;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #72a0b9;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #373737;
  text-align: center;
  text-decoration: none;
  background-color: #f2f8fc;
  border: 1px solid #72a0b9;
  -moz-box-shadow: 0 0 6px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0 6px 2px rgba(0,0,0,0.2);
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.ui-widget { font-family: Helvetica, Arial, Geneva, sans-serif; font-size: 100%;}

    .givingFull {
        width: 200px;
    }
    .givingHalf {
        width: 100px;
    }
    #errorMsg {
        border: 1px red solid;
        padding: 2px;
        margin: 0 0 2px 0;
    }
   .errorMsgs {
        border: 1px red solid;
        padding: 2px;
        margin: 0 0 2px 0;
    }  
    .text-label {
        color: #cdcdcd;
        font-weight: bold;
    }

    
/*validation box css*/
    .block {
        width:400px;
        margin:0 auto;
        text-align:left;
    }
    .element * {
        padding:5px; 
        margin:2px; 
        font-family:arial;
        font-size:12px;
    }
    .element input.text {
        float:left; 
        width:270px;
        padding-left:20px;
    }
    .element .textarea {
        height:120px; 
        width:270px;
        padding-left:20px;
    }
    .account-number .hightlight {
        border:1px solid red;
        background:url(iconCaution.gif) no-repeat 2px
    }
    .element #submit {
        float:right;
        margin-right:10px;
    }
    
/*.edit-photo-profile .profile-photo{border: none !important;  text-align:center !important;}
.edit-photo-profile .profile-photo .profile-image{display:inline !important; border:1px solid #CFCDCD !important; }
.edit-photo-profile span.profile-image{border:none !important;}*/

.address-info td{vertical-align:top;}
.address-info label{padding-right:10px; width:140px;}
.address-info textarea{font-size:21px; color:#6B6B6B; line-height: 25px; width:507px; height: 200px;}
.address-info textarea:focus{background: #F2F8FC;} 
a.add-note-gift{margin-top:20px !important; margin-left:20px;}
.add-note-area-gift{margin-left:20px; top:50px !important; height:108px !important;}
.add-note-section-gift{z-index:100;}

.modal-cancel{ margin-right: 10px; margin-top: 15px !important;}
.add-note-area-onetime{top:30px !important;}
.account-info .church-site + div > .add-note-area-onetime{left:159px;}
.cr-fr{float:right !important;}
 
.cr_note_data_table{border:1px solid #9B9C9C; background:#F2F2F2; padding:8px 9px;   overflow: hidden;
    position: absolute; width: 270px; z-index: 999;  margin:1px 0 0 -275px;}
.cr-admin-egift #adminContent{display:none;}

.alert-success{overflow:hidden; background-color: #DFF0D8; border-color: #D6E9C6;  color: #468847; padding: 8px 35px 8px 14px; width: 300px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.alert-success span{width:290px;}
.alert .close { line-height: 18px; position: relative; right: -21px; top: -2px;}
a.close {font-weight:bold; color:#000; background: none repeat scroll 0 0 transparent;  border: 0 none;  cursor: pointer;  padding: 0;  position: relative; right: -25px;  font-size:14px;}
a.close:hover {  color: #000000; cursor: pointer;  opacity: 0.4;  text-decoration: none;}
.alert-info{overflow:hidden; background-color: #D9EDF7; border-color: #BCE8F1;  color: #3A87AD; padding: 8px 35px 8px 14px; width: 300px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px;}
.alert-info-blue-nowidth {color: hsl(200, 50%, 45%); background-color: hsl(200, 65%, 91%); border-color: hsl(190, 65%, 84%); padding: 8px 35px 8px 14px; margin-bottom: 18px; text-shadow: 0 1px 0 hsla(0, 100%, 100%, 0.5); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.alert-info span{width:290px; float:left;}
.where{   float: right; font-size: 13px; margin: 0; padding: 5px 0px 0px 0px;}
.cr-fl{ float:left;}
.alert-block { display: none; border: 1px solid #EED3D7 !important; border-radius: 4px 4px 4px 4px; margin-bottom: 18px; padding: 8px 35px 8px 14px;text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);}
.tripspinner { padding:40px; }
.cr-pro-pos{position:relative;}
.profile-photo a{display:none;}
.profile-photo:hover .cr-profile-overlay{display:block; position: absolute; bottom: 0pt; background: none; width: 100%;  text-align: center; padding: 3px 0px; font-size:13px;}

/*.profile-photo:hover .cr-profile-overlay{display:block; position: absolute; bottom: 0pt; background: none repeat scroll 0% 0% rgb(58, 110, 143); width: 100%; opacity: 0.7; color: rgb(255, 255, 255); text-align: center; padding: 3px 0px; font-size:13px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);}*/
.clean_navlist_horiz li {
  display: inline;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #777;
  text-align: left;
  margin: 0;
}

.clean_navlist_horiz div{
  display: inline;
}

.clean_navlist_horiz form{
  display: inline;
}

.clean_navlist_horiz li.noline {
       border-left: none;
}

.clean_navlist_horiz a {
       text-decoration: none;
}

.clean_navlist_horiz a:hover {
       text-decoration: underline;
}

ul.clean_navlist_horiz {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

.qq-upload-button{height:105px; position:relative !important; overflow:visible !important; *height:auto;}
.cr-change-photo{display:block; position: absolute; bottom: -5px; background: none repeat scroll 0% 0% rgb(58, 110, 143); width: 100%; opacity: 0.7; color: rgb(255, 255, 255); text-align: center; padding: 3px 0px; font-size:13px; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70); *left:0; *bottom:-6px;}

.cr-profile-upload{*position:relative; *z-index:-1; *margin:-5px 3px 0 0;}
.cr-change-photo + input{*top:-15px !important;}
 #profile-section{float:left;  display: table;}
#recurring-gift-area .alert-success {width:auto !important;  border: 1px solid #D6E9C6 !important; color:#51A351 !important}
.post-content ol li{list-style: decimal inside none !important;}
.post-content ul li{list-style: disc inside none !important;}


table.media-srh{font-size:12px; line-height:1.75em;}

.cvv {margin-left: 160px; position: absolute;float:none; z-index: 1; margin-top:3px;}
.cvv input{width:100px !important;}
.mar-b15{margin-bottom:15px !important;}

.cr-clr{clear:both;}
.pad-t-10{padding-top: 10px !important;}

#smarty_autocomplete_id {height: 65px;}
#contactsection .smarty-ui, #onetime-gift-area .smarty-ui, #recurring-gift-area .smarty-ui {left: 0px !important; top: 0px !important; position: relative !important}

#giverReportForm .standard { background: #fff; width: 108%;}
#giverReportForm .standard tr#headTr{ background-color: #d3dce3 ;}
#giverReportForm .standard tr#headTr th{ border-right:solid 1px #fff; font-size: 12px;font-weight: bold !important; padding: 5px !important; text-align: left;}
#giverReportForm .standard tr#headTr th:last-child{ border-right:solid 1px #d3dce3;}
#giverReportForm .standard tbody td{ padding:5px;}
#giverReportForm .standard tbody tr:hover {background:#eeeeee}
#cr-grprt-toptble tbody td {padding:10px 5px;}
#cr-grprt-toptble tbody tr:hover { background:#fff !important;}