/* -- scripts/colorbox/colorbox.css -- */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
    #cboxTopLeft{width:25px; height:25px; background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!border1.png) 0 0 no-repeat;}
    #cboxTopCenter{height:25px; background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!border1.png) 0 -50px repeat-x;}
    #cboxTopRight{width:25px; height:25px; background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!border1.png) -25px 0 no-repeat;}
    #cboxBottomLeft{width:25px; height:25px; background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!border1.png) 0 -25px no-repeat;}
    #cboxBottomCenter{height:25px; background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!border1.png) 0 -75px repeat-x;}
    #cboxBottomRight{width:25px; height:25px; background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!border1.png) -25px -25px no-repeat;}
    #cboxMiddleLeft{width:25px; background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!border2.png) -25px 0 repeat-y;}
    #cboxContent{background:#fff;}

    #cboxLoadedContent{margin-bottom:28px;}
    #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
    #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
    #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
    #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
    #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
    #cboxLoadingOverlay{background:url(http://c473302.r2.cf2.rackcdn.com/colorbox!loading.gif) 5px 5px no-repeat #fff;}
    #cboxClose{position:absolute; bottom:0; right:0; background:url(http://c473302.r2.cf2.rackcdn.com/new_pop!close_Off.gif) top left no-repeat; min-width: 25px; width:25px; height:23px; text-indent:-9999px; border: none;}
    #cboxClose.hover{background-image:url(http://c473302.r2.cf2.rackcdn.com/new_pop!close_On.gif);}
    
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://c473302.r2.cf2.rackcdn.com/colorbox!internet_explorer!borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://c473302.r2.cf2.rackcdn.com/colorbox!internet_explorer!borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://c473302.r2.cf2.rackcdn.com/colorbox!internet_explorer!borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://c473302.r2.cf2.rackcdn.com/colorbox!internet_explorer!borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://c473302.r2.cf2.rackcdn.com/colorbox!internet_explorer!borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://c473302.r2.cf2.rackcdn.com/colorbox!internet_explorer!borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://c473302.r2.cf2.rackcdn.com/colorbox!internet_explorer!borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://c473302.r2.cf2.rackcdn.com/colorbox!internet_explorer!borderMiddleRight.png, sizingMethod='scale');}



/* -- theme/mystyle.css -- */

/*
 * Note: background images called "not-here.gif" are defined in backgrounds.css
 */

* {margin:0px;padding:0px;}
img {
    border:none;
    -ms-interpolation-mode:bicubic;
}

p.large_text {
    color: #000;
    font-size: 20px;
}

.fix, .fix10
{
    float:none;
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
}
.fix10 {
    margin: 10px;
}

.nobr {
    white-space: nowrap
}

.main_body
{
    width:940px;
    margin:5px auto;
    min-height:300px;
    overflow:hidden;
    vertical-align:top;
}

#easyTooltip {
    background: #ffffdd;
    border: 1px solid #aaa;
    padding: 10px;
    color: #333;
    line-height: 20px;
    z-index: 20;
}

.usermsg {
    font: bold 16px/20px arial;
    color: #525D7D;
    padding: 15px;
}

#manage_bar, #manage_bar_ft {
    width: 100%;
    height: 34px;
    padding: 8px 0;
    margin-bottom: 5px;
    background: #DB6C00;
    -moz-box-shadow: #aaa 0 3px 3px;
    -webkit-box-shadow: #aaa 0 3px 3px;
    box-shadow: 0 3px 3px #aaa;
    .border-bottom: 2px solid #ccc; /* IE, instead of shadow */
    display: none;
    position: relative;
}

#manage_bar_ft {
    height: 100px;
    background: #ef990b url(http://c473302.r2.cf2.rackcdn.com/npo!manage_bar_bg_h100.png) top left repeat-x;
    display: block;
}

#manage_bar_content, #manage_bar_content_ft {
    color: #fff;
    font: bold 15px/17px "Trebuchet MS", arial, sans-serif;
    text-shadow: 0 1px 1px #db7101;
    text-align: center;
}

#manage_bar_content a {
    text-decoration: underline;
    color: #444;
}

#manage_bar_progress {
    float: right;
    margin-top: -33px;
    margin-right: 3px;
}

#manage_bar_progress .slider_bg, #todolist_progress .slider_bg {
    margin: 2px auto;
    background: url(http://c473302.r2.cf2.rackcdn.com/slider_bg3.gif) center left no-repeat;
}

#manage_bar_progress .slider_cover, #todolist_progress .slider_cover {
    background: url(http://c473302.r2.cf2.rackcdn.com/slider_cover3.gif) center left no-repeat;
}

#management_tools {
    display: block;
    width: 130px;
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
}

#management_tools li a {
    min-width: 138px;
}

.large_error, .box_center .large_error {
    color: #bb0500;
    font: bold 14px/18px arial;
    padding-left: 40px;
    background: url(http://c473302.r2.cf2.rackcdn.com/icons!warning.png) center left no-repeat;
    height: 36px;
}

.large_error a, .box_center .large_error a {
    color: #FF8D0A;
}

.rtl .large_error, .rtl .box_center .large_error {
    padding-left: 0;
    padding-right: 40px;
    background: url(http://c473302.r2.cf2.rackcdn.com/icons!warning.png) center right no-repeat;
}

.donation_top
{
    position:relative;
    top:0px;
    left:0px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/donation_top.gif) left no-repeat;
    width:916px;
    height:4px;
    font-size:0px;
    line-height:0px;
}
.donation_content
{
    position:relative;
    top:0px;
    left:0px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/donation_bg.gif) top left repeat-x;
    width:915px;
    height: 295px;
}
.donation_content_inner {
    float: left;
    background: url(http://c473302.r2.cf2.rackcdn.com/donation_right.gif) top right no-repeat;
    width:916px;
    height:295px;
}
.donation_bottom {
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/donation_bottom.gif) left no-repeat;
    width:916px;
    height:9px;
    font-size:0px;
    line-height:0px;
    .margin-top:-1px; /* IE hack */
}
.donation_content_left {
    position:relative;
    top:0px;
    right:5px;
    padding: 3px 20px 0 20px;
    float:left;
    width:260px;
    height: 295px;
}
.donation_content_left h1 {
    font-size:20px;
    margin-left:0px;
    margin-right:0;
    margin-top:5px;
    margin-bottom:10px;
}
.donation_content_left h2 {
    font:bold 24px arial;
    color:#FFFFFF;
    margin:5px 0px 5px 0;
}
.donation_content_left h3 {
    font:bold 18px arial;
    margin-left:20px;
    margin-right:0;
    margin-top:5px;
    margin-bottom:10px;
}
.donation_content_left p {
    font:normal 14px arial;
    margin:0;
    width:280px;
    line-height:100%;
}
.donation_content_middle {
    float:left;
    width:310px;
    height: 295px;
}
.donation_content_right
{
    float:right;
    width:280px;
    height: 295px;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}

.whats_left
{
    position:absolute;
    top:215px;
    left:35px;
    width:210px;
    margin:0px auto;
}
.whats_left_left
{
    float:left;
    display:inline;
    width:82px;
}
.whats_left_right
{
    float:left;
    display:inline;
    width:82px;
}
.whats_left_right h5 ,.whats_left_left h5
{
    font:normal 13px arial;
    margin:0px 0px 10px 0px;
}
/* ---- silders ------*/

.project_progress td {
    white-space: nowrap;
}

.slider_bg
{
    width:82px;
    height:20px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/not-here.gif) left no-repeat;
    position:relative;

}
.slider_txt
{
    font:bold 13px arial;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    position:absolute;
    right:5px;
    z-index:10;
    color: #fafafa;
}
.clock_txt
{
    font:bold 13px arial;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    position:absolute;
    right:15px;
    z-index:10;
    color: #fafafa;
}
.slider_cover
{
        background:transparent url(http://c473302.r2.cf2.rackcdn.com/not-here.gif) right no-repeat;
        position:absolute;
        width:40px;
        height:20px;
        left:4px;
        z-index:5;
}
.slider_cover2nd
{
        background:transparent url(http://c473302.r2.cf2.rackcdn.com/not-here.gif) right no-repeat;
        position:absolute;
        width:75px;
        height:20px;
        left:4px;
        z-index:5;
}
.slider_total
{
    width:79px;
    height:16px;
    margin-top:1px;
    text-align:center;
    color:#000;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/not-here.gif) left no-repeat;
}
.slider_total span
{
    padding:0px 1px;
    color: #7b7b7b; 
    background-color: white;
}

/*  --- Columns ----   */

.cols_left
{
    width:450px;
    float:left;
    display:inline;
    margin:0px 5px 10px 0px;
}

.cols_right
{
    width:450px;
    float:right;
    display:inline;
    margin:0px 0px 10px 5px;
}

.modules {
    min-height: 20px;
}


a.large_button {
    display: inline-block;
    font: bold 16px Arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    background: #49bdec url(http://c473302.r2.cf2.rackcdn.com/large_button.png) no-repeat left top;
    line-height: 40px;
    padding-left: 10px;
}

a.large_button:hover {
    background-color: #69ddff;
}

a.large_button span {
    line-height: 40px;
    display: block;
    padding-right: 10px;
    background: url(http://c473302.r2.cf2.rackcdn.com/large_button.png) no-repeat right bottom;
}

a.large_button span img {
    vertical-align: middle;
}

a.large_button_disabled, a.large_button_disabled:hover {
    background-color: #ccc;
    cursor: default;
}

a.shiny_button {
    display: inline-block;
    font: bold 16px/32px Arial;
    text-decoration: none;
    color: #fff;
    outline: none;
    width: 165px;
    height: 36px;
    padding-top: 4px;
    background: url(http://c473302.r2.cf2.rackcdn.com/website!btn-bg-small.png) left center no-repeat;
    text-align: center;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); 
}

a.shiny_button:hover {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.5); 
}

a.shiny_button img {
    vertical-align: middle;
}

.grand_button, .grand_button_blue, .grand_button_green {
    font-size: 22px;
    line-height: 55px;
    height: 56px;
    width: 242px;
    border: none;
    color: #f5f5f5; /* older browsers */
    color: rgba(255,255,255,0.9);
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    background: url(http://c473302.r2.cf2.rackcdn.com/website!btn-bg-overlay.png) top left no-repeat;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    background-size: contain;
    border-radius: 10px;
}

.grand_button:hover, .grand_button_blue:hover, .grand_button_green:hover {
    color: #fff; /* older browsers */
	color: rgba(255,255,255,1);
    text-decoration: none;
}

.grand_button_blue {
    background-color: rgb(32, 135, 194);
}

.grand_button_green {
    background-color: rgb(216, 223, 55);
}

.grand_button_red {
    background-color: rgb(240, 32, 32);
}

.grand_button_smaller {
    height: 37px;
    width: 161px;
    font-size: 16px;
    line-height: 37px;    
}

/* --------- Footer ---------*/
.footer
{
    text-align: center;
    margin: 1em 0;
    color:#666666;
}
.footer a, .footer a:hover, .footer a:visited, .footer a:active
{
    margin:0px 5px;
    padding:0px 5px;
    color:#666666;
}

.LogonLogin a img
{
    border:none;
}

.slider_cover2nd
{
        background:transparent url(http://c473302.r2.cf2.rackcdn.com/slider_cover2.gif) right no-repeat;
        position:absolute;
        width:75px;
        height:20px;
        left:4px;
        z-index:5;
}

.slider_total2nd
{
    width:79px;
    height:16px;
    margin:0px auto;
    margin-top:1px;
    text-align:center;
    color:#7D7B7B;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/slider_total.gif) left no-repeat;

}

    /* --------------- PopUp + Filter Div ----------*/
  #backgroundFilter
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.popupWindow
{
    width:811px;
    z-index: 1005;
}
.popupWindowTop
{
    width:811px;
    height:93px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/new_pop!pop_top.gif) top right no-repeat;
}
.popUp_title_cover
{
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/new_pop!pop_top_cover.gif) left repeat-y ;
    width:811px;
    margin-top:10px;
}
.popupWindowBg
{
    width:811px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/new_pop!pop_bg.gif) top right repeat-y;
}
.popupWindowBg ul
{
    margin:0px;
}
.popupWindowBottom
{
    width:811px;
    height:10px;
    line-height:0px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/new_pop!pop_bottom.gif) bottom right no-repeat;

}
.Main_popUp_Title
{
    float:left;
    display:inline;
    margin:8px 0px 5px 15px;
}
.Main_popUp_Title h1
{
    font:bold 18px arial;
    color:#e0e0e0;
    margin:0px;
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

}
.Main_popUp_close
{
     float:right;
     display:inline;
     text-align:right;
     margin-right:10px;
     margin-top:5px;
     width:80px;

 }
 .Main_popUp_close a
 {
     float:right;
     display:inline;
     font:normal 13px arial;
     color:#e0e0e0;
     text-decoration:none;
     margin:7px 5px 0px 0px;
  }
.Main_popUp_close .popUpClose
{
    display:block;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/new_pop!close.gif) top right no-repeat;
    width:25px;
    height:23px;
    text-align:center;
    font:bold 14px arial;
    line-height:23px;
    text-decoration:none;
    color:#6E787F;
    margin:0px;

}
.Main_popUp_close .popUpClose:hover
{
     color:#0698D7;
}
.popUp_title
{
    height:48px;
    margin:4px 0 0 10px;
}
.popUp_title h2
{
    font:bold 18px arial;
    color:#B78E10;
}

 .popUp img
{
    float:left;
    display:inline;
}
.popUp h2
{
 float:left;
 font:bold 18px arial;
 color:#B78E10;
 margin:11px 0px 0px 5px;
 }

.popupWindowBg_content {
 background:#ffffff url(http://c473302.r2.cf2.rackcdn.com/new_pop!popupWindowBg_content.gif) top left repeat-x;
 border:1px solid #fff;
 width:780px;
 .width:772px;
 height:377px;
 margin-left:10px;
 padding-top: 10px;
 overflow-y: scroll;
 overflow-x:hidden;
}

.popupWindowBg_content p {
     margin:0px 10px 10px 10px;
}
.popupWindowBg_content ol {
     margin:0px 30px;
     margin-top:5px;
}
.popupWindowBg_content ul {
     margin:0px 30px;
     margin-top:5px;
     list-style: disc;
}
.popupWindowBg_content ul li {
     list-style: disc;
}
.popupWindowBg_content li {
     margin-top:15px;
}
.popupWindowBg_content img.fLeft {
    float:left;
    display:inline;
    margin:5px 5px 0px 0px;
     border:1px solid #949694;
     padding:1px 1px 1px 2px;
     background-color:#fff;
}

.popupWindowBg_content img.fRight {
    float:right;
    display:inline;
    margin:5px 0px 0px 5px;
     border:1px solid #949694;
     padding:1px 1px 1px 2px;
     background-color:#fff;
}

.SubmitBtnAdd_position {
    display:table-cell;
    padding:5px;
}

.SubmitBtnAdd_cover {
    float: left;
    cursor:pointer;
}
.SubmitBtnAdd_left {
    float:left;
    display:inline;
    width:4px;
    height:23px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/submitBtnLeft.gif) left no-repeat;
    font-size:0px;
    line-height:0px;
}
.SubmitBtnAdd_bg {
    float:left;
    display:inline;
    height:23px;
    color:#0698D7;
    font:bold 13px arial;
    line-height:23px;
    padding:0px 10px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/submitBtnBg.gif) left repeat-x;
    border:none;
    cursor:pointer;
}
.SubmitBtnAdd_right {
    float:left;
    display:inline;
    width:4px;
    height:23px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/submitBtnRight.gif) right no-repeat;
}

/* Pagination links */

a.next_page {
   background: url(http://c473302.r2.cf2.rackcdn.com/goBlue.gif) right no-repeat;
   padding: 0 15px;
}

a.prev_page {
   background: url(http://c473302.r2.cf2.rackcdn.com/goBlueBack.gif) left no-repeat;
   padding: 0 15px;
}

span.next_page {
   background: url(http://c473302.r2.cf2.rackcdn.com/go_grey.gif) right no-repeat;
   padding: 0 15px;
   color: #666;
}

span.prev_page {
   background: url(http://c473302.r2.cf2.rackcdn.com/go_grey_back.gif) left no-repeat;
   padding: 0 15px;
   color: #666;
}

.rtl a.next_page {
   background: url(http://c473302.r2.cf2.rackcdn.com/goBlueBack.gif) left no-repeat;
}

.rtl a.prev_page {
   background: url(http://c473302.r2.cf2.rackcdn.com/goBlue.gif) right no-repeat;
}

.rtl span.next_page {
   background: url(http://c473302.r2.cf2.rackcdn.com/go_grey_back.gif) left no-repeat;
}

.rtl span.prev_page {
   background: url(http://c473302.r2.cf2.rackcdn.com/go_grey.gif) right no-repeat;
}

/* Fundraiser logo */

.fundraiser_logo_pic_inner
{
    float:left;
    display:inline;
    background-color:#e9e9e9;
    border:1px  solid #C8C8C8;
    margin: 0 15px 0px 5px;
    .line-height: 0px;
    font-size: 0px;
}
.fundraiser_logo_pic_inner img
{
    border:1px solid #fff;
    margin:2px;
    display:inline;
    max-width: 100px;
}

.fundraiser_logo_swf_inner
{
    float:left;
    display:inline;
    background-color:#e9e9e9;
    border:1px  solid #C8C8C8;
    margin: 2px;
    line-height: 0;
    font-size: 0;
}

/* ----- Boxes v2 ----- */

.box_v2 {
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	background: #fff;
	position: relative;
}

.box_v2 .box_title {
	padding: 15px;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
}

.box_v2 .box_top_right {
	position: absolute;
	top: 0;
	right: 0;
}

.box_v2 .box_center {
    padding: 15px 15px 0 15px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.box_v2 .box_bottom {
    height: 15px;
}

.box_v2.untitled {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
}

.box_v2.untitled .box_title {
    display: none;
}

/* ----- Invite page ----- */

.ThankYou {
    margin-left: 10px;
}

.ThankYou h1 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.donation_strip {
    height: 51px;
    background: url(http://c473302.r2.cf2.rackcdn.com/donation_strip.gif) top left no-repeat;
    position: relative;
}

.donation_strip div.step1 {
    position: absolute;
    top: 14px;
    left: 150px;
    color: #fff;
    font: bold 22px arial;
}

.donation_strip div.step2 {
    position: absolute;
    top: 18px;
    left: 415px;
    color: #fff;
    font: 14px arial;
}

.donation_strip div.step2 em {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.donation_strip div.step3 {
    position: absolute;
    top: 14px;
    left: 850px;
    color: #ebda22;
    font: bold 22px arial;
    font-style: italic;
}

.clear				{ clear: both; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
.input-wrap	{ position: relative; }
.form-field	{ margin: 15px 0; }

/* FORM DEFINITIONS */
INPUT.form-text			{ background: #FFF; }
INPUT.form-text, TEXTAREA.form-textarea1, SELECT.M, #friends_div { border: 1px solid #6fb2ca; font-size: 15px; font-family: "Arial"; color: #666;
behavior: url(/css/border-radius.htc);
-moz-border-radius: 	4px;
-webkit-border-radius: 	4px;
-khtml-border-radius: 	4px;
border-radius: 			4px;
}

TEXTAREA.form-textarea1_fixed { border: 1px solid #6fb2ca; font-size: 15px; font-family: "Arial"; color: #666;
/*behavior: url(/css/border-radius.htc);*/
-moz-border-radius: 	4px;
-webkit-border-radius: 	4px;
-khtml-border-radius: 	4px;
border-radius: 			4px;
}

INPUT.form-text			{ height: 20px; padding: 5px; }
TEXTAREA.form-textarea	{ padding: 5px; }
SELECT.form-select		{ height: 30px; padding: 5px; }
INPUT.form-submit		{ float: right; color: #FFF; font-family: "Trebuchet MS"; border: none; cursor: pointer; text-align: center; }


.call-to-action .btn				{ display: inline-block; float: left; height: 21px; padding: 10px 0 18px; background: no-repeat; text-align: center; color: #00b0d8; font-size: 18px; font-family: "Trebuchet MS"; text-decoration: none; }
.call-to-action .cancel				{ width: 102px; background-image: url(http://c473302.r2.cf2.rackcdn.com/bg-btn-sb-narrow.png); }
.call-to-action .ok					{ width: 102px; margin-right: 15px; background-image: url(http://c473302.r2.cf2.rackcdn.com/bg-btn-sb-next.png); color: #818700; text-shadow: 0 1px 0 #FFF; }
.call-to-action .disabled			{ color: #DDD; text-shadow: -1px -1px 0 #9b9b9b; }
.call-to-action A:hover.btn			{ padding: 12px 0 16px; }
.call-to-action A:hover.cancel	        	{ background-image: url(http://c473302.r2.cf2.rackcdn.com/bg-btn-sb-narrow-active.png); }
.call-to-action A:hover.ok			{ background-image: url(http://c473302.r2.cf2.rackcdn.com/bg-btn-sb-next-active.png); }



/* --- add contacts styles */

.addContactBox {
    border:1px solid #C8C8C8;
    width:230px;
    height:180px;
    margin:0px 10px;
}

.addContactBox h2 {
    background-color:#E6F5FB;
    color:#525D7D;
    font:normal 18px arial;
    padding: 5px 10px;
    margin: 2px;
}

.addContactBoxBottom {
    color:#525D7D;
    font:normal 13px arial;
    margin:10px;
    height:50px;
}

.addContactButtons {
    margin: 10px; 
}

.addContactButtons a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    opacity: 0.85;
    font:normal 13px arial;
}

.addContactButtons a:hover {
    text-decoration: none;
    opacity: 1; 
}

.addContactButtons img {
    vertical-align: middle; 
}

.NoteAddContact {
    margin-bottom: 15px;
}

.search_contact_content {
    background:#DEF1FA;
    width:685px;
    margin-left: 15px;
}

.rtl .search_contact_content {
    margin-left: 0px;
    margin-right: 15px;
}

.search_contact_content .form_field ul {
    list-style: none;
    margin: 0;
}

.search_contact_content .form_field li {
    list-style: none;
    margin: 0;
    line-height: 170%;
    direction: ltr;
}

.search_contact_content .form_field ul input {
    width: 20px;
}

.import_contacts_tabs td {
    font:normal 18px arial;
    color:#525D7D;
    text-align: center;
    vertical-align: middle;
    height: 45px;
    border-bottom: 1px solid #c8c8c8;
}

.import_contacts_tabs .tab_sel {
    border-bottom: none;
}

.import_contacts_tabs .tab_left {
    background: url(http://c473302.r2.cf2.rackcdn.com/box_main_top_left.gif) top left no-repeat;
    width: 8px;
}

.import_contacts_tabs .tab_center {
    background: url(http://c473302.r2.cf2.rackcdn.com/box_main_top_bg.gif) top left repeat-x;
}

.import_contacts_tabs .tab_right {
    background: url(http://c473302.r2.cf2.rackcdn.com/box_main_top_right.gif) top left no-repeat;
    width: 8px;
}


.rtl .import_contacts_tabs .tab_left {
    background: url(http://c473302.r2.cf2.rackcdn.com/box_main_top_right.gif) top left no-repeat;
}


.rtl .import_contacts_tabs .tab_right {
    background: url(http://c473302.r2.cf2.rackcdn.com/box_main_top_left.gif) top left no-repeat;
}

#import_contacts_manual_cover {
    position: relative;
}

#import_contacts_manual_table th {
    background-color:#DEF1FA;
    padding: 5px;
    text-align: left;
    color: #525D7D;
    font: bold 13px arial;
    line-height: 20px;
}

#import_contacts_manual_table th.name input {
    border:1px solid #E3E3E3;
    width: 150px;
    padding: 2px;
    font: 13px arial;
    color: #525D7D;
}

#import_contacts_manual_table th.email input {
    border:1px solid #E3E3E3;
    width: 200px;
    padding: 2px;
    font: 13px arial;
    color: #525D7D;
}

#import_contacts_manual_table td {
    padding: 8px 10px 8px 15px;
    font: 13px arial;
    color: #525D7D;
}

#import_contacts_manual_table td.name {
    font-weight: bold;
}

#import_contacts_manual_table td.action a {
    padding-left: 20px;
    background: url(http://c473302.r2.cf2.rackcdn.com/icons!icon_delete.gif) left center no-repeat;
}

a.general_link {
   text-decoration:none;
   color:#0698D7;
   font:bold 14px arial;
   background:transparent url(http://c473302.r2.cf2.rackcdn.com/goBlueDown.gif) left no-repeat;
   padding-left:15px;
   float:left;
   margin-left:15px;
}

a.goback {
   text-decoration:none;
   color:#0698D7;
   font:bold 14px arial;
   float:left;
   margin-left:15px;
}

a.goback:before {
    content: "« ";
}

a.gonext {
   text-decoration:none;
   color:#0698D7;
   font:bold 14px arial;
   float:right;
   margin-right:15px;
}

a.gonext:after {
    content: " »";
}

/******** Simple pages ********/

.simple_page {
    padding: 20px 40px;
    color: #525d7d;
}

.simple_page p, .simple_page ul, .simple_page ol {
    margin-top: 5px;
}

.simple_page ul, .simple_page ol {
    margin-left: 30px;
}

/******** Forms ********/

.form_field_label {
    font-size:16px;
    margin-bottom:5px;
}

.form_field_asterisk {
    color: #c00;
}

.form_help {
    display: inline-block;
    font: normal 12px/15px arial;
    color: #777;
    margin-top: 4px;
}

.form_help a {
    text-decoration: underline;
}

.form_field_input input, .form_field_input select, .form_field_input textarea {
    direction: ltr;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #6FB2CA;
    color:#666666;
    font-family:"Arial";
    font-size:15px;
    padding:5px;
}

.form_field_input select {
    height:30px;
}

.form_field_input input {
    min-height: 20px;
}

.CheckboxInput .form_field_input input {
	margin-top: 2px;
	width: auto !important;
}

.RadioSelect .form_field_input input {
    vertical-align: middle;
}

.form_field_input input:focus, .form_field_input select:focus, .form_field_input textarea:focus {
    border:1px solid #666;
    background-color: #ffffcc;
}

.form_field_with_error input, .form_field_with_error select, .form_field_with_error textarea {
    background-color:#FFE8E9 !important;
    border:1px solid #CC0000 !important;
}

p.form_error, div.form_field_error {
    color:#CC0000;
    display:block;
    font-size:12px;
    margin:3px 0 0 0;
}

.form_field {
    padding: 5px 0 0 0;
}

.wide_form {
    margin: 15px 0;
}

.wide_form .form_field_label {
    width: 145px;
    float: left;
}

.wide_form .form_field_input_cover {
    float: left;
}

.wide_form .form_field_input input {
    width: 225px;
}

fieldset {
    border: none;
}

h2.form_section {
    background: url(http://c473302.r2.cf2.rackcdn.com/fading_hr.png) left bottom no-repeat;
    margin-bottom: 10px;
}

.form_header {
    margin: 30px 0 15px 0;
    height: 1px;
    width: 400px;
    background: url(http://c473302.r2.cf2.rackcdn.com/fading_hr.png) left no-repeat;
    position: relative;
}

.form_header h3 {
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 16px;
    background: #fff;
    padding: 0 3px;
    color: #B48E11;
}

.wide_form.friendly .form_field_label {
    width: 160px;
}

.friendly .SubmitBtnAdd_left {
    height:35px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/submitBtnLargeLeft.gif) left no-repeat;
}

.friendly .SubmitBtnAdd_bg {
    font-size: 16px;
    height:35px;
    line-height:35px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/submitBtnLargeBg.gif) left repeat-x;
}

.friendly .SubmitBtnAdd_right {
    height:35px;
    background:transparent url(http://c473302.r2.cf2.rackcdn.com/submitBtnLargeRight.gif) right no-repeat;
}

.CheckboxSelectMultiple .form_field_input ul,
.RadioSelect .form_field_input ul {
	margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

.CheckboxSelectMultiple .form_field_input input,
.RadioSelect  .form_field_input input {
	  width: auto;
	  vertical-align: top;
}

/******** Donation bar ********/

div.donate_bar, img.signup_bar {
    height: 52px;
    width: 916px;
    margin: -5px auto 0 auto;
    display: block;
    clear: both;
}

div.donate_bar_step_1 {
    background: url(http://c473302.r2.cf2.rackcdn.com/123_bar_step_1.png) center no-repeat;
}

div.donate_bar_step_2 {
    background: url(http://c473302.r2.cf2.rackcdn.com/123_bar_step_2b.png) center no-repeat;
}

div.donate_bar_step_3 {
    background: url(http://c473302.r2.cf2.rackcdn.com/123_bar_step_3.png) center no-repeat;
}

/******** After invite page ********/

.after_invite {
    padding: 15px 25px;
}

.after_invite p {
    margin: 10px 0;
}

/******** Right-to-left support ********/

.rtl {
    direction: rtl;
}

.rtl .cols_left {
    float: right;
    margin:0px 0px 10px 5px;
}

.rtl .cols_right {
    float: left;
    margin:0px 5px 10px 0px;
}

.rtl .wide_form .form_field_label {
    float: right;
}


.rtl .wide_form .form_field_input_cover {
    float: right;
}

.rtl input, .rtl select, .rtl textarea {
    direction: rtl;
}

.rtl .project_breakdown th.desc {
    text-align: right;
}

.rtl .form_header {
    background: url(http://c473302.r2.cf2.rackcdn.com/fading_hr_heb.png) right no-repeat;
}

.rtl .form_header h3 {
    right: 20px;
    left:auto;
    text-align: right;
}

.rtl .project_breakdown th.cost {
    text-align: left;
}

.rtl .project_breakdown td.cost, .rtl .project_breakdown td.total_cost  {
    text-align: left;
}

.rtl .project_breakdown td.total {
    text-align: right;
}

.rtl .project_breakdown td.desc {
    background-position: right;
}

.rtl .Main_popUp_Title {
    float:right;
    margin:8px 15px 5px 0px;
}

.rtl .Main_popUp_close {
     float:left;
     text-align:left;
     margin-right:0;
     margin-left:10px;
}

.rtl .Main_popUp_close a {
     float:left;
     margin:7px 0px 0px 5px;
}

.rtl .popupWindowBg_content {
    margin-left:0px;
    margin-right:10px;
}

.rtl .popUp_title {
    margin:4px 10px 0 0;
}

.rtl .popUp h2 {
    float:right;
    margin:11px 5px 0px 0px;
}

.rtl .SubmitBtnAdd_cover {
    float: right;
}

.rtl .invite_content_inside_left_side {
    float:right;
}

.rtl .invite_content_inside_right_side {
    float:right;
    padding-left: 0px;
    padding-right: 10px;
    background-position: top right;
}

.rtl div.invite_btn {
    float:left;
}

.rtl .contacts_table_header div {
    float: right;
}

.rtl .contacts_table_header .contact_sel {
    padding-right: 17px;
}

.rtl #invite_btn div {
	left: 90px;
	width: 350px;
}

/********** Liveperson **********/

#lpbutton {
    width: 157px;
    margin-left: -8px;
}

#lpsmall {
    height: 34px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 7px;
}

#lpbutton .lpPoweredByDiv, #lpbutton .lpEmtStarRating, #lpsmall .lpPoweredByDiv, #lpsmall .lpEmtStarRating {
    display: none;
}


.campaign_gallery_img {
    border-style: dashed;
    border-width: 1px;
    border-color: #cccccc;
    width: 70px;
}

/* projects list */

.project_summary > td {
    border-top: 1px dashed #fff;
    padding: 15px 15px 15px 0;
    margin: 0;
}

.project_summary > td:last-child {
    padding-right: 0;
}


/* ----------------------- OVERLAY DEFINITIONS ------------------------ */
.overlay                                        { position: fixed; width: 100%; height: 100%; z-index: 9999999; }
.overlay .popup					{ position: relative; width: 800px; height: 240px; padding: 15px; margin: 0 auto;}
.overlay .popup .close				{ position: absolute; right: -15px; top: -15px; display: block; width: 48px; height: 48px; cursor: pointer; }
.overlay .popup .logo				{ float: left; margin: 20px 40px 20px 25px; }
.overlay .popup .title                      	{ margin: 20px 0 0; }
.overlay .popup .title H3			{ font-size: 24px; color: #005778; line-height: 30px; }
.overlay .popup .title H2			{ font-size: 36px; color: #00b8ff; line-height: 42px; }
.overlay .popup .cta				{ width: 345px; margin: 20px auto; text-align: center; }
.overlay .popup .claim				{ display: block; width: 345px; height: 63px; margin-bottom: 5px; background: url(http://c473302.r2.cf2.rackcdn.com/fasttrack!btn-claim-campaign.png) no-repeat; cursor: pointer; }


.cta2				{ width: 345px; margin: 20px auto; text-align: center; }
.claim2				{ display: block; width: 345px; height: 63px; margin-bottom: 5px; background: url(http://c473302.r2.cf2.rackcdn.com/fasttrack!btn-claim-campaign.png) no-repeat; cursor: pointer; }



/* -- theme/website.css -- */

/*
 * Note: background images called "not-here.gif" are defined in backgrounds.css
 */

*					{ margin: 0; padding: 0; }
HTML, BODY			{ height: 100%; width: 100%; margin: 0; padding: 0; }
BODY				{ font-family: "Trebuchet MS", Arial; font-size: 14px; color: #000; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-header-tile.gif) repeat-x top #FFF; }

P					{ margin: 0 0 8px 0; line-height: 20px; }

A					{ color: #01b7ff; outline: none; }
A:active, OBJECT	{ outline: none; }
A:hover				{ text-decoration: none; }

IMG					{ border: 0; }

UL					{ margin: 0; padding: 0; list-style: none; }
UL LI		        { margin: 0; padding: 0; list-style: none; }
.bullets LI         { padding-left: 20px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bullet.png) no-repeat left 4px; margin-bottom: 10px; }
.rtl .bullets LI    { padding-right: 20px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bullet.png) no-repeat right 4px; margin-bottom: 10px; }

H1    				{ font-family: "Trebuchet MS", Arial; color: #005778; font-size: 24px; line-height: 26px; padding: 0; margin: 0; }
H2                  { font-family: "Trebuchet MS", Arial; color: #005778; font-size: 21px; line-height: 23px; padding: 0; margin: 0; }
H3					{ font-family: "Trebuchet MS", Arial; color: #00719c; font-size: 18px; line-height: 20px; font-weight: normal; padding: 0; margin: 0; }

#banner H1	{ font-size: 36px; line-height: 40px; position: absolute; top: 30px; left: 30px; }

.post				{ padding-bottom: 25px; border-bottom: 1px dotted #4eb4c2; margin: 0 auto 25px; }
.post H2			{ margin: 0 0 10px; }
.post H3			{ margin-bottom: 30px; }

.post LI			{ padding-left: 20px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bullet.png) no-repeat left 4px; margin-bottom: 10px; }
.post P				{ margin-bottom: 20px; }

.data-table	TD, .data-table	TH	{ padding: 10px 15px; }
.data-table	TH		{ background: #f3f3f2 url(http://c473302.r2.cf2.rackcdn.com/website!bg-th.gif) repeat-x top; border-bottom: 1px solid #FFF; }
.data-table	.first TD	{ border-top: 1px solid #CCC; }
.data-table	TD	{ background-color: #F5F5F5; }
.data-table	.even TD{ background-color: #EEE; }

.clear				{ clear: both; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */

.inner				{ width: 960px; margin: 0 auto; }

.corners			{
behavior: url(/css/border-radius.htc);
-moz-border-radius: 	10px;
-webkit-border-radius: 	10px;
-khtml-border-radius: 	10px;
border-radius: 			10px;
}

.cor				{ position: absolute; display: block; width: 4px; height: 4px; background: url(http://c473302.r2.cf2.rackcdn.com/website!white-corners.png) no-repeat; }
.tl					{ top: 0; left: 0; background-position: top left; }
.tr					{ top: 0; right: 0; background-position: top right; }
.bl					{ bottom: 0; left: 0; background-position: bottom left; }
.br					{ bottom: 0; right: 0; background-position: bottom right; }

/* FORM DEFINITIONS */
INPUT.form-text			{ background: #FFF; }
INPUT.form-text, TEXTAREA.form-textarea, SELECT.form-select	{ border: 1px solid #c7c7c7; font-size: 12px; font-family: "Trebuchet MS", Arial; }
INPUT.form-text			{ height: 19px; padding: 0 5px; }
SELECT.form-select		{ height: 21px; }
INPUT.form-submit		{ float: right; height: 20px; color: #FFF; font-family: "Trebuchet MS", Arial; font-size: 14px; padding: 0 10px 3px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-submit-btn.gif) repeat-x; border: none; cursor: pointer; }

/* ----------------------- HEADER DEFINITIONS ------------------------ */
#header_bg              { height: 100px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-header-tile.gif) repeat-x top #FFF; }
#header					{ width: 100%; height: 100px; z-index: 1; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-clouds.png) no-repeat center top; }
#header .inner			{ position: relative; }

A#logo					{ position: absolute; left: 20px; top: 5px; width: 104px; height: 108px; background: url(http://c473302.r2.cf2.rackcdn.com/website!logo.png) no-repeat; z-index: 3; }
A#logo SPAN				{ position: absolute; top: -9999px; }

#nav_left               { position: absolute; top: 5px; color: #005575; line-height: 14px; display: none; }
#nav_left > div         { display: inline-block; text-align: right; font-size: 11px; margin-right: 10px; }
#nav_left > div > em    { display: block; font-size: 15px; font-style: normal; font-weight: bold; }


#system					{ float: right; width: 800px; margin-top: 5px; }
#system	.login			{ display: inline-block; color: #005575; float: right; margin-right: 20px;}

#system	.language		{ position: relative; top: -2px; float: right; z-index: 3; border: 1px solid black; border: 1px solid rgba(0,0,0,0.5); background: white; background: rgba(255,255,255,0.8); border-radius: 5px; box-shadow: 0 0 5px rgba(0,0,0,0.2) inset; }
#system	.language A		{ display: inline-block; width: 104px; height: 15px; line-height: 14px; padding: 3px 0 3px 25px; text-decoration: none; background: url(http://c473302.r2.cf2.rackcdn.com/website!icon-lang.png) 5px 2px no-repeat; color: #000; }
#system	.language UL 	{ position: absolute; top: 21px; left: 1px; border: 1px solid black; border: 1px solid rgba(0,0,0,0.5); border-radius: 0 0 5px 5px; background: white; background: rgba(255,255,255,0.8); visibility: hidden; z-index: 3; }
#system	.language UL A 	{ width: 103px; padding-left: 23px; }
#system	.language:hover UL 	{ visibility: visible; }
#system .language UL A  { background: transparent; }
#system .language UL LI:last-child A { border-radius: 0 0 4px 4px; }
#system .language UL A:hover { color: white; color: rgba(255,255,255,0.8); background: black; background: rgba(0,0,0,0.5); }

#call-us				{ position: absolute; top: 58px; right: 0; z-index: 0; font-size: 12px; font-weight: bold; color: #005575; text-align: right;}
#call-us a              { color: #005575; }
#call-us a span         { font-size: 12px; font-weight: bold; color: #005575; }

/* ----------------------- MENU DEFINITIONS ------------------------ */
#primary-menu			{ position: absolute; left: 0; top: 50px; height: 50px; z-index: 2; }
#primary-menu .menu		{ position: relative; display: inline-block; float: left; padding: 0 0 0 110px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-pm.png) no-repeat left top; z-index: 2; }
#primary-menu .menu	UL	{ display: inline-block; margin-right: -50px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-pm.png) no-repeat right top; }
#primary-menu LI		{ position: relative; display: inline-block; float: left; }
#primary-menu A			{ display: inline-block; height: 20px; padding: 15px; font-size: 18px; color: #00b0d8; text-decoration: none; text-align: center; }
#primary-menu A:hover	{ color: #00586c; }
#primary-menu LI.active A 		{ color: #00586c; }
#primary-menu LI.last A 		{ padding-right: 20px; }

#primary-menu LI UL		{ position: absolute; width: 150px; left: 0; top: -99999px; z-index: 3; }
#primary-menu LI:hover UL	{ top: 50px; }
#primary-menu LI LI		{ display: block; float: none; border-bottom: 1px solid #FFF; margin: 0; }
#primary-menu LI:hover LI A{ height: 20px; padding: 10px 15px 5px; border: 1px solid #dbedf3; color: #000; background: none; text-align: left; font-size: 12px; }
#primary-menu LI:hover LI A:hover { border: 1px solid #d6e8ee; background-color: #ebf6f9; }

#primary-menu .register			{ width: 120px; height: 20px; padding: 15px 10px 15px 60px; margin-left: -20px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-btn-register.png) no-repeat right top; color: #FFF; }
#primary-menu :hover.register	{ height: 30px; margin-top: -10px; background-image: url(http://c473302.r2.cf2.rackcdn.com/website!bg-btn-register-active.png); color: #FFF; }
.lang_de #primary-menu .register { height: 40px; padding: 5px 10px 5px 60px; line-height: 20px; }
.lang_de #primary-menu :hover.register { height: 50px; }
.lang_es #primary-menu .register { height: 40px; padding: 5px 10px 5px 60px; line-height: 20px; }
.lang_es #primary-menu :hover.register { height: 50px; }

/* ----------------------- BANNER DEFINITIONS ------------------------ */
.front #banner			{ height: 240px; background: none; }
#banner                 { position: relative; width: 960px; height: 120px; margin-bottom: 20px; background: no-repeat top center; background-image: url(http://c473302.r2.cf2.rackcdn.com/website!bg-banner-960x120.png); }
#banner H1              { position: absolute; top: 0; left: 0; min-width: 200px; height: 80px; padding: 40px 80px 0 40px; margin: 0; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-banner-header.png) no-repeat top right; color: #FFF; font-size: 40px; line-height: 40px; font-weight: normal; z-index: 0; white-space: nowrap; max-width: 830px; overflow: hidden; text-overflow: ellipsis;}
#banner IMG             { position: absolute; top: -5px; right: 40px; }
#banner .cor            { position: absolute; bottom: 0; left: 0; width: 10px; height: 120px; background: url(http://c473302.r2.cf2.rackcdn.com/website!banner-corners.png) no-repeat top; z-index: 999; }

/* ----------------------- CONTENT DEFINITIONS ------------------------ */
#content				{ width: 100%; padding: 30px 0; background: #fff url(http://c473302.r2.cf2.rackcdn.com/website!bg-content-tile.gif) repeat-x top; }
.inner #content			{ margin-top: 10px; }

#primary-content		{ width: 690px; padding: 10px 0 10px 10px; float: left; }
#primary-content-full   { width: 940px; padding: 10px; }
#primary-content.rtl    { float: right; }

#sidebar				{ width: 240px; padding: 10px; float: right; }
#act_bar				{ width: 330px; padding: 10px; float: right; margin-top: -30px; height: 345px;}

#try					{ display: block; width: 242px; height: 30px; padding-top: 60px; margin-bottom: 15px; background: url(not-here.gif) no-repeat top; text-align: center; font-size: 18px; text-decoration: none; color: #57584a; }
#try:hover 				{ background-image: url(not-here.gif); }

#try2 {
    display: block;
    width: 242px;
    height: 90px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #57584a;
}

#try2 span {
    display: block;
    height: 44px;
    padding-top: 15px;
    font-size: 24px;
    background: url(http://c473302.r2.cf2.rackcdn.com/website!btn-bg-green.png) no-repeat top;
    color: #444615;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}

#try2 span:hover {
    color: #21220a;
}


#sidebar .btn			{ position: relative; display: block; width: 175px; height: 45px; padding: 15px 0 0 67px; margin-bottom: 10px; background: url(not-here.gif) no-repeat top; text-decoration: none; font-size: 18px; }
#sidebar .btn IMG		{ position: absolute; top: 12px; left: 10px; }
#sidebar .btn:hover IMG	{ top: 15px; }
#sidebar .btn:hover		{ height: 42px; padding: 18px 0 0 67px; background-image: url(not-here.gif); color: #007c98; }

#sidebar #tour IMG				{ top: 10px; left: 5px; }
#sidebar #tour:hover.btn IMG	{ top: 13px; }

#sidebar .social		{ width: 174px; margin: 33px auto; }
#sidebar .social LI		{ float: left; margin-right: 10px; }
#sidebar .social A		{ display: inline-block; width: 32px; height: 32px; padding: 2px; }
#sidebar .social A:hover{ background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-social-active.png) no-repeat; }
#sidebar .social LI.last{ margin-right: 0; }


#sidebar .btn			{ position: relative; display: block; width: 175px; height: 45px; padding: 15px 0 0 67px; margin-bottom: 10px; background: url(not-here.gif) no-repeat top; text-decoration: none; font-size: 18px; }
#sidebar .btn IMG		{ position: absolute; top: 12px; left: 10px; }
#sidebar .btn:hover IMG	{ top: 15px; }
#sidebar .btn:hover		{ height: 42px; padding: 18px 0 0 67px; background-image: url(not-here.gif); color: #007c98; }

#sidebar #tour IMG				{ top: 10px; left: 5px; }
#sidebar #tour:hover.btn IMG	{ top: 13px; }

#sidebar .social		{ width: 174px; margin: 33px auto; }
#sidebar .social LI		{ float: left; margin-right: 10px; }
#sidebar .social A		{ display: inline-block; width: 32px; height: 32px; padding: 2px; }
#sidebar .social A:hover{ background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-social-active.png) no-repeat; }
#sidebar .social LI.last{ margin-right: 0; }

#act_bar .activities	{ background-color: #f0f1d9; padding: 10px; margin: 20px 0; font-size: 12px; line-height: 15px; }
#act_bar .activities H2	{ color: #b3ba13; margin-bottom: 15px; }
#act_bar .activities LI {
    height: 60px;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #f0f1d9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#act_bar .activities LI * { margin: 0; padding: 0; }
#act_bar .activities LI:hover { border-color: #b3ba13; }
#act_bar .activities .org	{ color: #4e8b00; }
#act_bar .activities li {display: none;}
#act_bar #feed0, #act_bar #feed1, #act_bar #feed2 {display: block;}

#act_bar .activities .visual				{ position: relative; float: left; width: 70px; height: 60px; margin-right: 15px; overflow: hidden; }
#act_bar .activities .visual .png-corners	{ display: block; position: absolute; top: 0; left: 0; width: 70px; height: 60px; background: url(http://c473302.r2.cf2.rackcdn.com/website!thumb-frame1.png) no-repeat; z-index: 2; }
#act_bar .activities .visual .img			{ position: absolute; z-index: 0; width: 70px; height: 60px; }

#act_bar .activities .more	{ display: block; padding: 10px 20px 0; background: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-more-green.png) no-repeat right 13px; color: #b3ba13; text-align: right; }

.why					{ width: 330px; float: left; }
.why h3                 { margin-top: 5px; }
.why UL					{ margin: 15px 0; }
.why LI					{ padding: 0 0 5px 25px; background: url(not-here.gif) no-repeat left 5px; cursor: pointer; }
.why LI.open			{ background-image: url(not-here.gif); }
.why LI.open h3         { color: #00b8ff; font-weight: bold; }
.why P                  { display: none; }
.why LI:first-child P   { display: block; }
.why H2                 { font-size: 24px; line-height: 26px; }

.testimonials		{
	width: 212px;
    height: 500px;
    overflow: hidden;
    padding: 15px;
    margin-top: 50px;
    margin-right: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius:  8px;
	background-color: #9DDAE7;
	background-image: url(http://c473302.r2.cf2.rackcdn.com/website!bg-testimonials.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9DDAE7), to(#fff));
    background-image: -webkit-linear-gradient(top, #9DDAE7, #fff);
    background-image:    -moz-linear-gradient(top, #9DDAE7, #fff);
    background-image:     -ms-linear-gradient(top, #9DDAE7, #fff);
    background-image:      -o-linear-gradient(top, #9DDAE7, #fff);
}
.testimonials .visual	{ width: 200px; height: 140px; margin: 10px 0; overflow: hidden; text-align: center; color: #75888f; font-weight: normal; font-size: 15px;}
.testimonials LI	{ font-size: 15px; line-height: 19px; }
.testimonials H2        { font-size: 24px; line-height: 26px; }
.testimonials .name	{ font-weight: bold; }
.testimonials .name, .testimonials .date	{ color: #005778; }
.testimonials BLOCKQUOTE { font-style: italic; margin: 0; padding: 10px 0 0 0; }
#slider1 ul, #slider1 li {
    margin:0;
    padding:0;
    list-style:none;
    width:200px;
    height:380px;
    overflow:hidden;
}
.testimonials A             { display: inline-block; width: 29px; height: 28px; margin-top: 20px; margin-right: 30px;}
.testimonials #prev A       { background: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-left.png) no-repeat left; }
.testimonials #next A       { background: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-right.png) no-repeat right; }
.testimonials #prev A:hover { background-image: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-left-active.png); }
.testimonials #next A:hover { background-image: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-right-active.png); }
.testimonials #prev         { margin-left: 55px; }

.featured {
	width: 650px;
	padding: 15px;
	margin: 20px 0;
	.margin-top: 48px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	background-color: #fff;
	background-image: url(http://c473302.r2.cf2.rackcdn.com/website!bg-featured.png);
	background-position: top;
	background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaf2f4), to(#fff));
    background-image: -webkit-linear-gradient(top, #eaf2f4, #fff);
    background-image:    -moz-linear-gradient(top, #eaf2f4, #fff);
    background-image:     -ms-linear-gradient(top, #eaf2f4, #fff);
    background-image:      -o-linear-gradient(top, #eaf2f4, #fff);
}

.featured .content { margin: 20px 0; }
.featured .visual	    { float: left; position: relative; width: 280px; height: 110px; margin: 0 25px 0 0; overflow: hidden; }
.featured .visual .png-corners	{ display: block; position: absolute; top: 0; left: 0; width: 280px; height: 110px; background: url(http://c473302.r2.cf2.rackcdn.com/website!corner-280x110.png); z-index: 2; }
.featured .visual IMG		{ position: absolute; z-index: 0; }
.featured h4                    { margin: 0; padding: 0; }
.featured H2                    { font-size: 24px; line-height: 26px; }
#slider2 {
    width:650px;
    height:110px;
    overflow:hidden;
    position: relative;
    margin-bottom: 5px;
}
#slider2 ul, #slider2 li {
    margin:0;
    padding:0;
    list-style:none;
    width:650px;
    height:110px;
    overflow:hidden;
    position: relative;
}
#slider2 p {
    line-height: 18px;
}
.featured #prev2 A       { background: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-left.png) no-repeat left; display: inline-block; width: 29px; height: 28px; margin: 0 15px; }
.featured #next2 A       { background: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-right.png) no-repeat right; display: inline-block; width: 29px; height: 28px; margin: 0 15px; }
.featured #prev2 A:hover { background-image: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-left-active.png); }
.featured #next2 A:hover { background-image: url(http://c473302.r2.cf2.rackcdn.com/website!arrow-right-active.png); }
.featured #prev2         { margin-left: 446px; }

.reasons				{ margin: 25px 0 0; }
.reasons UL				{ margin: 10px 0 0; }
.reasons LI             { color: #00719c; font-size: 18px; line-height: 20px; font-weight: normal; margin-bottom: 10px;}
.reasons LI IMG         { width: 32px; height: 32px; vertical-align: middle; margin-right: 5px;}
.reasons H2             { font-size: 24px; line-height: 26px; }

/* ----------------------- FOOTER DEFINITIONS ------------------------ */
#footer					{ width: 960px; padding: 40px 0; border-top: 1px dotted #4eb4c2; margin: 20px auto 0; }
#footer .menu			{ width: 220px; margin: 0 10px; float: left; }
#footer .menu H4		{ width: 200px; height: 18px; padding: 3px 10px; margin-bottom: 15px; color: #0094b6; font-size: 14px; font-family: "Tahoma"; background: url(not-here.gif) no-repeat top; }
#footer .menu LI		{ margin-bottom: 10px; padding: 0 0 0 10px; }
#footer .menu A			{ color: #0094b6; }

#credits				{ width: 100%; height: 54px; padding: 0 0 20px 0; background-color: #eef2fb; color: #0094b6; font-size: 11px; }

/* Flat pages */

.flatpage OL LI {
    margin-left: 20px;
    margin-bottom: 10px;
}

.flatpage UL LI {
    padding-left: 20px;
    margin-bottom: 10px;
    background: url(http://c473302.r2.cf2.rackcdn.com/website!bullet.png) no-repeat left 4px;
}

.flatpage H1 {
    font-size: 36px;
    margin: 20px 0;
}

.flatpage H2 {
    margin: 10px 0;
}

.flatpage H3 {
    margin: 8px 0;
}

#benefits_table td {
    padding: 15px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

#benefits_table td div {
    height: 150px;
    padding: 15px;
    overflow: hidden;
    background: #839bb7 url(http://c473302.r2.cf2.rackcdn.com/donation_bg_short.gif) top left repeat-x;
    border: 3px solid #4b6483;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#benefits_table h3 {
    margin: 0 0 10px 0;
    color: #222;
}

ul.subnav {
    font-size: 15px;
    margin: 0 0 10px 20px;
}

.subnav li {
    list-style:none;
    display: inline;
    padding: 0 1em;
    background: url(http://c473302.r2.cf2.rackcdn.com/small_V_divider.jpg) top left no-repeat;
}

.subnav li.first {
    padding-left:0;
    background-image: none;
}

.subnav li a {
    cursor: pointer;
    color: #00b0d8;
    text-decoration: none;
}

.subnav li a:hover {
    color: #00586c;
}

.subnav li a.selected {
    text-decoration: underline;
}

.subnav li.last {
    background-image: none;
    padding-left: 55px;
    padding-right: 0;
}

.subnav li.last a.large_button {
    text-align: center;
    width: 160px;
    background-color: #dd0000;
}

.subnav li.last a.large_button:hover {
    background-color: #ff3333;
}

/* Breadcrumbs */

.breadcrumbs, .breadcrumbs_rtl {
    color: #747373;
    width: 960px;
    margin: 0 auto 15px auto;
    font-size: 12px;
}

.breadcrumbs_rtl {
    direction: rtl;
    padding-right: 60px;
}

.breadcrumbs a {
    font-weight: normal;
    padding-right: 12px;
    background: url(http://c473302.r2.cf2.rackcdn.com/go_grey.gif) right 5px no-repeat;
}

.breadcrumbs a:first-child {
    margin-left: 20px;
}

.breadcrumbs_rtl {
    direction: rtl;
}

.breadcrumbs_rtl a {
    font-weight: normal;
    padding-left: 12px;
    background: url(http://c473302.r2.cf2.rackcdn.com/go_grey_back.gif) left 5px no-repeat;
}

/* Edit buttons */

.edit_module_overlay {
    position: relative;
    height: 70px;
    width: 8px;
    float: right;
    z-index: 5;
}

.rtl .edit_module_overlay {
    float: left;
}

.edit_module_overlay a {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #c60;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    border-radius: 3px;
    color: #fff;
    font: bold 13px "Trebuchet MS", arial, sans-serif;
    text-shadow: 0 1px 1px #db7101;
    padding: 1px 6px;
    white-space: nowrap;
    text-decoration: none;
    background: #e98015;
    background: -moz-linear-gradient(top, #e98015 0%, #f4b100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e98015), color-stop(100%,#f4b100));
    background: -webkit-linear-gradient(top, #e98015 0%,#f4b100 100%);
    background: -o-linear-gradient(top, #e98015 0%,#f4b100 100%);
    background: -ms-linear-gradient(top, #e98015 0%,#f4b100 100%);
    background: linear-gradient(to bottom, #e98015 0%,#f4b100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98015', endColorstr='#f4b100',GradientType=0 );
}

.rtl .edit_module_overlay a {
    right: auto;
    left: 5px;
}

.edit_module_overlay a:hover {
    text-decoration: none;
    color: #444;
}

#pr_outerbox .edit_module_overlay {
    position: absolute;
    top: 0;
    right: -7px;
}

.rtl #pr_outerbox .edit_module_overlay {
    right: auto;
    left: -7px;
}

.edit_page_overlay {
    position: absolute;
    top: -7px;
    left: 25px;
    display: none; /* will be shown using javascript */
    border: 1px solid #c60;
    border-radius: 3px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    color: #fff;
    font: bold 13px "Trebuchet MS", arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    padding: 4px 10px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #e98015;
    background: -moz-linear-gradient(top, #e98015 0%, #f4b100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e98015), color-stop(100%,#f4b100));
    background: -webkit-linear-gradient(top, #e98015 0%,#f4b100 100%);
    background: -o-linear-gradient(top, #e98015 0%,#f4b100 100%);
    background: -ms-linear-gradient(top, #e98015 0%,#f4b100 100%);
    background: linear-gradient(to bottom, #e98015 0%,#f4b100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98015', endColorstr='#f4b100',GradientType=0 );
}

.rtl .edit_page_overlay {
    left: auto;
    right: 25px;
}

.edit_page_overlay:hover {
    text-decoration: none;
    color: #444;
    text-shadow: none;
}

#page_tools_menu {
    position: absolute;
    top: 26px;
    left: -1px;
    background: #FFEEBF;
    border: 1px solid #c60;
    text-align: left;
    z-index: 100;
}

.rtl #page_tools_menu {
    left: auto;
    right: -1px;
    text-align: right;
}

#page_tools_menu > li > a {
    padding: 6px;
    display: block;
    color: #444;
    text-decoration: none;
    text-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#page_tools_menu > li > a:hover {
    background: #f4b100;
}

/* Subnavigation */

#primary-content.lobby              { width: 520px; }
#secondary-content                  { float: left; width: 175px; }

#secondary-content .menu            { position: relative; width: 175px; min-height: 300px; padding: 50px 0 0; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-secondary-menu.png) no-repeat top right; }
#secondary-content .menu .bottom    { position: absolute; bottom: -50px; width: 175px; height: 50px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-secondary-menu.png) no-repeat bottom right; }
.rtl #secondary-content .menu            { background-image: url(http://c473302.r2.cf2.rackcdn.com/website!bg-secondary-menu.rtl.png); }
.rtl #secondary-content .menu .bottom    { background-image: url(http://c473302.r2.cf2.rackcdn.com/website!bg-secondary-menu.rtl.png); }

#secondary-content .menu UL         { width: 175px; background: url(http://c473302.r2.cf2.rackcdn.com/secondary-menu-seperator.png) no-repeat top right; }
#secondary-content .menu LI         { width: 175px; height: 46px; padding-top: 2px; background: url(http://c473302.r2.cf2.rackcdn.com/website!secondary-menu-seperator.png) no-repeat bottom right; white-space: nowrap; }
.rtl #secondary-content .menu UL    { background-image: url(http://c473302.r2.cf2.rackcdn.com/secondary-menu-seperator.rtl.png); }
.rtl #secondary-content .menu LI    { background-image: url(http://c473302.r2.cf2.rackcdn.com/website!secondary-menu-seperator.rtl.png); }
#secondary-content .menu A          { display: block; width: 145px; height: 22px; padding: 13px 15px; text-decoration: none; font-size: 16px; line-height: 18px; }
#secondary-content .menu A:hover    { color: #0088a7; }
#secondary-content .menu .active A  { height: 20px; padding: 14px 15px 25px; background: url(http://c473302.r2.cf2.rackcdn.com/website!bg-secondary-menu-active.png) no-repeat top right; color: #0088a7; font-weight: bold; }

/* Wizards */

.wizard #call-us            { top: 51px; width: 159px; height: 35px; padding: 7px 5px; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-help-center.png) no-repeat; text-align: center; font-size: 14px; font-weight: normal; font-family: "Trebuchet MS", Arial; }
.wizard #call-us .number    { display: block; font-weight: bold; font-family: tahoma; letter-spacing: 1px; }
.wizard #call-us STRONG     { font-weight: normal; color: #969c0f; }

.wizard .steps              { height: 55px; padding: 9px 0; margin: 15px 0; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-wizard-steps.png) no-repeat center; }
.wizard .steps UL           { margin: 0 0 0 50px; }
.wizard .step              { display: inline-block; position: relative; width: 170px; height: 25px; padding: 15px 40px 15px 40px; margin-left: -38px; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-step.png) no-repeat right; font-size: 18px; font-family: "Trebuchet MS", Arial; color: #00719c; text-decoration: none; }
.wizard .step SPAN         { display: inline-block; width: 25px; height: 25px; margin: -3px 0 0 10px; text-align: center; }
.wizard .steps LI           { display: inline-block; float: left; margin: 0; padding: 0; line-height: 22px; }
.wizard .steps LI .active  { background: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-step-active.png) no-repeat right; color: #FFF; }
.wizard .steps LI.first .step      { width: 200px; }
.wizard .steps LI.first .active    { background: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-step-first.png) no-repeat right; color: #FFF; }
.wizard .steps .active SPAN       { background: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-step-number.png) top left no-repeat; }

.wizard.wizard_3_steps .step                    { width: 250px; }
.wizard.wizard_3_steps .steps LI.first .step    { width: 250px; }   
.wizard.wizard_3_steps .steps LI .active        { background: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-step-active-wide.png) no-repeat right; }
.wizard.wizard_3_steps .steps LI.first .active  { background: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-step-first-wide.png) no-repeat right; }

.wizard-nav .btn                  { float: left; height: 49px; padding: 10px 0 18px 0; background: 0 0 no-repeat; text-align: center; color: #00b0d8; font-size: 18px; font-family: "Trebuchet MS", Arial; border: none; cursor: pointer; }
.wizard-nav .back                 { width: 102px; background-image: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-btn-sb-narrow.png); }
.wizard-nav .next                 { width: 102px; background-image: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-btn-sb-next.png); color: #818700; float: right; text-shadow: 0 1px 0 #FFF; }
.wizard-nav .save                 { width: 233px; background-image: url(http://c473302.r2.cf2.rackcdn.com/wizard!bg-btn-sb-wide.png); margin: 0 0 0 45px; }
.wizard-nav .disabled             { color: #ccc; cursor: default; }
.wizard-nav input:hover.btn       { padding: 12px 0 16px 0; background-position: 0 -50px; }
.wizard-nav input:hover.disabled  { padding: 10px 0 18px 0; background-position: 0 0; }

.wizard .mockup             { float: left; width: 402px; }
.wizard form               { float: right; width: 530px; }
.wizard .form_field         { margin: 15px 0; padding: 0; }
.wizard form LABEL         { display: block; margin-bottom: 5px; color: #333; font-size: 18px; font-family: "Trebuchet MS", Arial; }

.wizard form .input-wrap   { position: relative; }
.wizard form .info         { position: absolute; top: 1px; right: 20px; display: block; width: 19px; height: 14px; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!icon-info.gif) no-repeat; z-index: 1000; }

.wizard form .form_field_input {
    position: relative;
    display: block;
    width: 518px;
    padding: 5px;
    border: 1px solid #6FB2CA;
    background: #FFF;
    z-index: 100;
    -moz-border-radius:     4px;
    -webkit-border-radius:  4px;
    -khtml-border-radius:   4px;
    border-radius:          4px;
}

.wizard form .form_field_error .form_field_input {
    border-color: #d62f2f;
}

.wizard form .form_field_input input,
.wizard form .form_field_input textarea,
.wizard form .form_field_input select {
    background: #fff;
    border: none;
    width: 518px;
    padding: 0;
}

.wizard form .form_field_input select {
    height: 20px;
}

.wizard form .imagefield input, .wizard form .filefield input {
    font-size: 11px;
    border: 1px solid #ccc;
}

.wizard .form_help         { position: relative; width: 518px; padding: 9px 5px 5px; border: 1px solid #6FB2CA; margin-top: -4px; font: 12px/12px "Trebuchet MS", Arial, sans-serif; color: #126876; z-index: 0; background-color: #dce8ea;
-moz-border-radius:     0 0 4px 4px;
-webkit-border-radius:  0 0 4px 4px;
-khtml-border-radius:   0 0 4px 4px;
border-radius:          0 0 4px 4px; }
.wizard form .text         { float: left; display: inline-block; }
.wizard form .counter { float: right; display: inline-block; text-align: center; }
.wizard .mockup IMG         { position: relative; z-index: 100; }
.wizard .mockup .form_help  { width: 390px; top: -6px; }
.wizard .mockup-html                        { position: relative; width: 374px; height: 442px; padding: 14px; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-bg.png) no-repeat; z-index: 100; }
.wizard .mockup-html .header                { margin-bottom: 10px; }
.wizard .mockup-html .header .logo          { display: inline-block; float: left; margin: 0 10px 0 0; opacity: 0.2; filter:alpha(opacity=20); }
.wizard .mockup-html .header .title         { display: inline-block; float: left; margin: 2px 0 0 0; color: #FFF; opacity: 0.2; filter:alpha(opacity=20); font-size: 19px; }
.wizard .mockup-html .facebook .title       { padding-left: 22px; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-facebook.png) no-repeat left center; }
.wizard .mockup-html .twitter .title        { padding-left: 22px; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-twitter.png) no-repeat left center; }
.wizard .mockup-html .title                 { display: block; height: 16px; margin: -4px 0 4px; padding: 2px 0; font-size: 14px; color: #777; font-weight: bold; }
.wizard .mockup-html .col1                  { width: 180px; float: left; }
.wizard .mockup-html .col2                  { width: 180px; float: right; }
.wizard .mockup-html .mockup-box            { position: relative; width: 162px; padding: 10px 9px; margin: 0 0 15px 0; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-bg-box.gif) no-repeat top; opacity: 0.2; filter:alpha(opacity=20); }
.wizard .mockup-html .mockup-box .bottom    { position: absolute; bottom: 0; left: 0; width: 180px; height: 10px; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-bg-box.gif) no-repeat bottom; }
.wizard .mockup-html .campaign-description  { height: 134px; margin-bottom: 10px; background:url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-bg-box-main.gif); }
.wizard .campaign-description .title        { margin: 5px 0; }
.wizard .mockup-html .statistics            { height: 118px; margin-bottom: 10px; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-statistics.gif); }
.wizard .mockup-html .paragraph             { width: 162px; height: 45px; margin: 5px 0 0; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-paragraph.png) no-repeat; }
.wizard .campaign-description .paragraph    { background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-paragraph-white.gif) no-repeat; }
.wizard .mockup-html .facebook .paragraph   { width: 162px; height: 50px; margin: 5px 0 0; background: url(http://c473302.r2.cf2.rackcdn.com/wizard!mockup-paragraph-fb.png) no-repeat; }

.wizard .fb_object_selector .fb_choices {
    border: none;
    width: 508px;
}

.wizard .form_field_input .fb_object_selector input {
    border: 1px solid #ccc;
    padding: 3px;
    width: 508px;
}

.flatpage #testimonials td {
	padding-bottom: 40px;
}



/* -- backgrounds-sprite.css -- */

/*
 * Below are CSS sprite definitions for SmartSprites (http://smartsprites.osinski.name)
 * We define one tall sprite for background images that have small width, and a wide
 * one for wider images. Navbar images have a separate sprite, because they use a
 * large color palette.
 * Background images with repeat-y are tricky, so we currently don't use sprites for them.
 * If you change this file, run smartsprites\g2g_generate.bat to update the 
 * sprite files and backgrounds-sprite.css
 */

#system .language .en {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_tall.png');
  background-position: left -0px;
} 

#system .language .fr {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_tall.png');
  background-position: left -19px;
} 

#system .language .es {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_tall.png');
  background-position: left -38px;
} 

#system .language .de {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_tall.png');
  background-position: left -57px;
} 

#system .language .he {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_tall.png');
  background-position: left -76px;
} 

#system .language .ru {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_tall.png');
  background-position: left -95px;
}

.why LI {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_tall.png');
  background-position: left -114px;
} 

.why LI.open {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_tall.png');
  background-position: left -139px;
}

#try {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_wide.png');
  background-position: left -0px;
} 

#try:hover {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_wide.png');
  background-position: left -89px;
}

#sidebar .btn {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_wide.png');
  background-position: left -178px;
} 

#sidebar .btn:hover {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_wide.png');
  background-position: left -237px;
}

#footer .menu H4 { 
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!homesprite_wide.png');
  background-position: left -686px;
}

.slider_bg {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -0px;
}

.slider_cover {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -20px;
}

.slider_cover2nd {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -40px;
}

.slider_total {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -60px;
}

.box_top_left {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -77px;
}

.box_top_bg {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -147px;
}

.box_top_right {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -222px;
}

.box_bottom_left {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -292px;
}

.box_bottom_bg {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -305px;
}

.box_bottom_right {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -313px;
}

.rtl .box_top_left {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -326px;
}

.rtl .box_top_right {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -396px;
}

.rtl .box_bottom_left {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -466px;
}

.rtl .box_bottom_right {
  background-image: url('http://c473302.r2.cf2.rackcdn.com/sprites!tallsprite2.gif');
  background-position: left -479px;
}




/* -- theme/project_footer.css -- */

#project_footer {
	text-align: center;
	font: normal 14px arial;
	color: #525D7D;
}

#project_footer div {
	display: inline-block;
}

#project_footer .edit_module_overlay {
	height: auto;
	margin-top: -20px;
}

#project_footer #project_footer_social {
	display: block;
}

#project_footer #project_footer_social a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-decoration: none;
	margin-top: 8px;
}

#pfs_facebook {
	background: url(http://c473302.r2.cf2.rackcdn.com/sharing!footer!facebook.png) top left no-repeat;
}

#pfs_twitter {
	background: url(http://c473302.r2.cf2.rackcdn.com/sharing!footer!twitter.png) top left no-repeat;
}

#pfs_google_plus {
	background: url(http://c473302.r2.cf2.rackcdn.com/sharing!footer!googleplus.png) top left no-repeat;
}

#pfs_flickr {
	background: url(http://c473302.r2.cf2.rackcdn.com/sharing!footer!flickr.png) top left no-repeat;
}

#pfs_pinterest {
	background: url(http://c473302.r2.cf2.rackcdn.com/sharing!footer!pinterest.png) top left no-repeat;
}

#pfs_linkedin {
	background: url(http://c473302.r2.cf2.rackcdn.com/sharing!footer!linkedin.png) top left no-repeat;
}


/* -- theme/phone.css -- */

@media (max-width: 960px) {

	/* General */

	body, #footer, #header, #header_bg {
		width: 100%;
		min-width: 450px;
	}
	div.breadcrumbs, div.breadcrumbs_rtl, div.inner, div#project_page, div#project_footer, div.cols_left, div.modules, div.project_left, div.project_right, div.npo_page, #system {
		width: 450px;
	}

	/* Project page */

	div#project_page {
		padding: 0;
	}
	div#content {
		margin: 0 auto;
	}
	div.cols_left, div.project_left {
		float: none;
	}
	#pr_outerbox {
		display: none;
	}
	.page_banner img {
		max-width: 450px;
	}

	/* Donate page */

	div#photo_table {
		width: auto;
		padding: 20px 15px;
	}
	div.donate_bar {
		display: none;
	}
	#photo_table_left, #photo_table_right {
		display: block;
	}
	#photo_table_left {
		margin-bottom: 20px;
	}

	/* Payment page */

	.payment_page #primary-content {
		width: auto;
		margin: 0;
	}

	/* Events */

	.wizard_3_steps {
		display: none;
	}
	div.tickets_table {
		padding: 0;
	}

	/* Login/register */

	div#primary-content-full {
		width: 450px;
	}
	div#login_center {
		display: none;
	}
	div#login_right {
		margin-top: 20px;
	}

}



