﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    /*background: #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.8;
}

.modalPopup
{
    padding: 10px;
    background-color: #FFFFFF; /*border-width: 3px;     border-style: solid;     border-color: black;         padding-left: 10px; 	     width:100px; 	 height:140px;*/
}

.noborder
{
    border-style: none;
    border-width: 0px;
}

.rbl input[type="radio"]
{
    margin-left: 5px;
    margin-right: 2px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.minigrpfont
{
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


.page
{
    width: 942px;
    background-color: #fff; /*margin: 0px 0px 0px 0px;border: 1px solid #496077;*/
    border: 1px solid #AAAAAA;
    border-radius: 7px;
    display: table;
    margin: 0 auto;
}

.header
{
    position: relative; /*margin: 0px;*/
    padding: 0px; /*background: #4b6c9e;*/
    background: #3868A8;
    width: 100%;
    border: 1px solid #AAAAAA;
    border-radius: 7px 7px 0 0;
    margin: 0 auto;
}

.sectionheader
{
    /*position: relative; /*margin: 0px;*/ /*padding: 0px; */ /*background: #4b6c9e;*/
    text-align: left; /*background: #EEEEEE;*/ /*background: #ff7f00;*/
    background: #3868A8;
    border: 1px solid #AAAAAA;
    border-radius: 7px;
    margin: 0; /*auto;*/
    azimuth: text-align: left; /*width: 750px;*/
    width: auto;
    color: #FFF;
    padding-left: 5px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px; /*background-color: #993232;*/
}


.filterarea
{
    background: #DCE4F9; /*border: 1px solid #AAA;*/
    padding: 10px;
}


.shadow
{
    box-shadow: 1px 3px 5px #888888;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 450px; /*420px;*/
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

.accordionHeader
{
    padding-bottom: 5px;
    padding-top: 10px;
}

.accordionHeaderSelected
{
    padding-bottom: 5px;
    padding-top: 10px;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}
fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

div.accountInfo
{
    width: 42%;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}


.loginDisplay
{
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    text-align: right;
    font-variant: small-caps;
    padding: 14px;
    color: White;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-family: SecondaSoft-Bold,Arial,sans-serif;
    font-weight: 400;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

input.textEntry, input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

.loginDisplay a:link, .loginDisplay a:visited, .loginDisplay a:hover
{
    color: #FFF;
}

a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}

*
{
    outline: none;
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-decoration: none; /*padding: 0;*/
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

/*.bold
{
    font-weight: bold;
}*/

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

a:link, a:visited, a:active
{
    color: #034af3;
}

input.textEntry, input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

.loginDisplay a:link, .loginDisplay a:visited, .loginDisplay a:hover
{
    color: #FFF;
}

.container
{
    position: relative;
    width: 900px;
    padding: 20px;
}

.containerFAQ
{
    color: #4e5766;
    line-height: normal;
    background-color: #fff;
    position: relative;
    border: 1px solid #AAA;
    width: 940px;
    height: 280px;
    text-align: left;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin: 10px auto;
    padding: 20px 0 0;
}

.containerdonate
{
    color: #4e5766;
    line-height: normal;
    background-color: #fff;
    position: relative;
    border: 1px solid #AAA;
    width: 940px;
    height: 3000px;
    text-align: left;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin: 10px auto;
    padding: 20px 0 0;
}

.container_left
{
    background: #EEE;
    float: left;
    width: 320px;
    border-radius: 9px 9px 9px 9px;
    display: inline-block;
    margin: 0 16px 15px 0;
    padding: 20px;
}

.container_left_23
{
    background: #EEE;
    float: left;
    width: 540px;
    border-radius: 9px 9px 9px 9px;
    display: inline-block;
    text-align: justify;
    margin: 10px 20px 30px 15px;
    padding: 10px;
}

.container_middle_big
{
    background: #EEE;
    width: 850px;
    border-radius: 9px 9px 9px 9px;
    text-align: justify;
    margin: 10px 0 15px 15px;
    padding: 10px;
}

.quote
{
    background: url(../images/quotes.png) no-repeat scroll 17px 24px transparent;
    color: #424242;
    text-shadow: none;
    padding: 22px 28px 22px 48px;
}

.quote_box
{
    background: none repeat scroll 0 0 #FFF;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    width: 290px;
    float: left;
    margin: 10px 0 0;
    padding: 1px 1px 0;
}

.quote_box_content
{
    background: url(../images/quotes_background.png) repeat-x scroll left bottom #FFF;
    border-radius: 10px 10px 10px 10px;
    min-height: 200px;
    border: 1px solid #C6C6C6;
    position: relative;
    margin: 0;
    padding: 1px;
}

.quotes_box_shadow
{
    background: url(../images/quotes_box_shadow.png) no-repeat scroll 0 0 transparent;
    bottom: 0;
    height: 14px;
    left: 1px;
    position: relative;
    width: 150px;
    float: left;
}

.container_right
{
    background: #EEE;
    float: left;
    width: 470px;
    border-radius: 9px 9px 9px 9px;
    display: inline-block;
    margin: 0 0 15px;
    padding: 20px;
}

.container_left_column
{
    background: #FFF;
    float: left;
    width: 320px;
    display: inline-block;
    padding: 20px 20px 20px 0;
}

.container_right_column
{
    background: #FFF;
    float: right;
    width: 470px;
    display: inline-block;
    margin: 0 20px 15px 0;
    padding: 20px;
}

.container_actionbuttons
{
    background: #FFF;
    float: left;
    width: 512px;
    display: inline-block;
    margin: 0 0 15px;
    padding: 0;
}

.container_actionbuttons_small
{
    background: #FFF;
    float: left;
    display: inline-block;
    padding: 0;
}


.container_left_donate
{
    background: #EEE;
    width: 110px;
    height: 70px;
    border-radius: 9px 9px 9px 9px;
    float: left;
    display: inline-block;
    margin: 0 15px 0 0;
}

.container_right_action
{
    background: #EEE;
    width: 110px;
    height: 70px;
    border-radius: 9px 9px 9px 9px;
    float: right;
    display: inline-block;
    margin: 0 15px 0 0;
}

.container_right_action_small
{
    float: right;
    display: inline-block;
}


.subheader
{
    text-align: left;
    width: 201px;
    color: #FFF;
    background-color: #993232;
    padding: 3px 3px 3px 5px;
}

.subheader1
{
    width: 442px;
    background-color: #993232;
}

.content
{
    background-color: #FFF;
    border: 1px solid #AAA;
    width: 940px;
    text-align: left;
    display: table;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin: 0 auto;
}

.cmiddlepd
{
    padding: 0 20px;
}

.page_head
{
    padding-bottom: 10px;
    padding-left: 14px;
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.paragraph
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.block-border
{
    margin-bottom: 0;
}

.donateform
{
    line-height: 20px;
    font-size: 14px;
}

.table
{
    clear: both; /* width: 585px;*/
}

.table th
{
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    border-right: 1px solid #CCC !important;
    color: #000;
    vertical-align: top;
    text-align: left;
    border-left: 1px solid #CCC !important;
    padding: 6px 7px;
}

.table th:last-child
{
    border-right: none;
}

.table td a
{
    color: #1C66FF;
    text-decoration: underline;
}

.table td
{
    vertical-align: top;
    text-align: left;
    border: 1px solid #CCC !important;
    background: #f9f9f9;
    padding: 6px;
}

.table th a
{
    text-decoration: none !important;
    color: #000 !important;
}

.table tr.odd td
{
    background: #f9f9f9;
}

.table tr.even td
{
    background: #EBEBEB;
}

.table tr:hover td
{
    background: #FEF7F1;
}

.table select
{
    border: 1px solid #CCC;
    background: #FFF;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 2px;
}

.table select option
{
    padding-right: 10px;
}

.table input[type=text]
{
    border: 1px solid #CCC;
    background: #FFF;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    height: 22px;
    width: 300px;
    padding: 0 3px;
}

.table input[type=password]
{
    border: 1px solid #CCC;
    background: #FFF;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    height: 22px;
    width: 250px;
    padding: 0 3px;
}

.table textarea
{
    border: 1px solid #CCC;
    background: #FFF;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    padding: 0 3px;
}

.button_inline
{
    display: inline;
    list-style: none;
    margin: 20px 15px;
}

.button_inline_small
{
    display: inline;
    list-style: none;
}

.button
{
    width: 50px;
    height: 20px;
    text-decoration: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin: 15px;
    padding: 10px 15px;
}

.buttongrey
{
    background: #ddd;
    width: 50px;
    height: 20px;
    text-decoration: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 10px 15px;
}

.buttongrey1
{
    background: #ddd;
    width: 160px;
    height: 20px;
    text-decoration: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 10px 15px;
}


.not-active
{
    pointer-events: none;
    cursor: default;
}

.buttongrey_small
{
    background: #ddd;
    width: 50px;
    height: 20px;
    text-decoration: none;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding: 6px 15px;
}
.cmn_btn_mrl
{
    margin-left: 10px;
}

.footer_container
{
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
    background: #fff;
    width: 880px;
    margin: 0 auto;
}

.fright
{
    float: right;
}

.footer_pthome
{
    padding-left: 10px;
    padding-right: 9px;
    position: relative;
    width: 214px;
    font-size: 12px;
    margin: 0 auto;
}

.footer_ptlinks
{
    padding-left: 40px;
    padding-right: 9px;
    position: relative;
    width: 140px;
    font-size: 12px;
    margin: 0 auto;
}

.footer_ptmedia
{
    padding-left: 30px;
    padding-right: 9px;
    position: relative;
    width: 120px;
    font-size: 12px;
    margin: 0 auto;
}

.footer_ptmedia ul li
{
    margin-bottom: 4px;
    padding-left: 29px;
}

.footer_ptmedia ul li.fb
{
    background: url(../images/facebook.png) no-repeat;
}

.footer_ptmedia ul li.tweet
{
    background: url(../images/twitter.png) no-repeat;
}

.footer_ptmedia ul li.mail
{
    background: url(../images/email1.png) no-repeat;
}

.footer_pt
{
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
    width: 277px;
    margin: 0;
}

.login_chkalign input
{
    height: 13px;
    position: relative;
    top: -2px;
    vertical-align: bottom;
    width: 13px;
    margin: 0;
    padding: 0;
}

.aspNetDisabled
{
    vertical-align: middle !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.FBConnectButton_Small, .FBConnectButton_RTL_Small
{
    border-radius: 4px 4px 4px 4px !important;
    background-position: -6px -163px !important;
    font-size: 10px;
    line-height: 10px;
}

.FBConnectButton_Small .FBConnectButton_Text
{
    margin-left: 17px;
    padding: 6px !important;
}

.bread
{
    padding-bottom: 15px;
}

.bread ul li
{
    float: left;
    font-size: 10px;
}

.bread ul li span
{
    color: #1C66FF;
    font-size: 10px;
    padding: 0 4px;
}

.bread ul li a
{
    color: #000;
    font-size: 10px;
    text-decoration: none;
    padding: 0 4px;
}

.bread ul li a:hover, .bread ul li a:active
{
    color: #1C66FF;
}

.clearfix:before, .clearfix:after
{
    content: "";
    display: table;
}

.medium
{
    font-family: SecondaSoft-Medium,Arial,sans-serif;
    font-weight: 400;
}

.rounded
{
    border-radius: 6px 6px 6px 6px;
}

.rounded-no-bottom
{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-no-left
{
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.rounded-no-right
{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-no-top
{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.title-bar
{
    border-bottom: 0 solid #595959;
    margin-bottom: 25px;
}

.title-bar .title
{
    color: #595959;
    font-size: 23px;
    margin: 0 11px 0 0;
}

.title-bar .sub-title
{
    color: #595959;
    font-size: 15px;
    font-style: italic;
    line-height: 29px;
    margin: 0;
}

.title-bar .filter-by
{
    background: 0 repeat scroll 0 0 transparent;
    border-radius: 3px 3px 3px 3px;
    color: #777570;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    line-height: 11px;
    margin-right: 34px;
    margin-top: -3px;
    text-transform: uppercase;
    width: 134px;
    padding: 7px 4px 4px 10px;
}

.title-bar .filter-by .filter
{
    background: url(/assets/icons_badges_bullets-f07c27f32757458f4dd644e6a592a318.png) no-repeat scroll 105px -554px transparent;
    display: block;
    width: 134px;
}

.title-bar nav .previous
{
    margin-right: 20px;
}

.title-bar nav .previous a
{
    background: url(/assets/icons_badges_bullets-f07c27f32757458f4dd644e6a592a318.png) no-repeat scroll -11px -79px transparent;
    height: 14px;
    width: 9px;
}

.title-bar nav .next a
{
    background: url(/assets/icons_badges_bullets-f07c27f32757458f4dd644e6a592a318.png) no-repeat scroll -12px -106px transparent;
    height: 14px;
    width: 9px;
}

.title-bar nav .next a:hover
{
    background-position: -12px -417px;
}

.title-bar nav .previous a:hover
{
    background-position: -11px -438px;
}

.minigrptable
{
    margin-left: 15px;
}

.minigrpsums
{
    margin: 0 0 5px;
    padding: 0;
}

.minigrpsum
{
    background: none repeat scroll 0 0 #FFF;
    list-style: none outside none;
    margin-bottom: 25px;
    margin-right: 20px;
    position: relative;
    width: 260px;
    height: 420px;
}

.minigrpsum p
{
    margin: 0;
}

.minigrpsum .project-category
{
    background: none repeat scroll 0 0 #AEAEAE;
    color: #FFF;
    display: block;
    height: 24px;
    letter-spacing: .04em;
    line-height: 26px;
    padding-left: 10px;
    text-transform: uppercase;
}

.minigrpsum .stats
{
    background: #FFF no-repeat scroll left top transparent;
    color: #777;
    position: relative;
    padding: 35px 10px 10px;
}

.minigrpsum .groupdetails
{
    height: 145px;
    padding-left: 10px;
}

.minigrpsum .groupdetails .groupname
{
    display: block;
    font-size: 16px;
    letter-spacing: .04em;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-top: 10px;
}

.minigrpsum .groupdetails .coordinator
{
    display: block;
    font-size: 10px;
    margin-bottom: 7px;
    padding-right: 10px;
}

.minigrpsum .groupdetails .groupgoal
{
    color: #595959;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding-right: 10px;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}

.minigrp_wrapper
{
    float: left;
    left: 50%;
    position: relative;
}

.minigrp_sum
{
    float: left;
    left: -50%;
    position: relative;
}

.minigrpsum .stats .amount
{
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
}

.minigrpsum .stats .minigrp_totals
{
    border-right: 1px solid #DEDEDE;
    font-family: arial;
    font-size: 11px;
    margin-right: 10px;
    padding-right: 9px;
}

.grid-pager
{
    font-family: Tahoma;
    background-color: #FBFBFD;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}

.grid-pager table
{
    width: 10px;
    margin: 0;
    padding: 0;
}

.grid-pager td
{
    border-right: 1px solid #222;
}

.grid-pager a
{
    color: #069;
    text-decoration: none;
}

.PagerContainerTable
{
    color: #d1d1e1;
    text-align: center;
    margin-bottom: 0;
    padding: 6px 6px 0;
}

.PagerInfoCell
{
    font: bold 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
    color: #777;
    white-space: nowrap;
    font-weight: 700;
    margin: 10px;
}

.PagerInfoCell:link
{
    color: #777;
    text-decoration: none;
}

.PagerInfoCell:visited
{
    color: #fc6;
    text-decoration: none;
}

.PagerCurrentPageCell
{
    color: #2A487D;
    background-color: #FFF;
    cursor: default;
    border-right: #CFCFCF 1px solid;
    font-weight: 700;
}

.PagerOtherPageCells
{
    font-weight: 700;
    color: #777;
    background-color: #FFF;
    cursor: default;
    border-right: #CFCFCF 1px solid;
}

.PagerSSCCells
{
    background-color: #ccc;
}

.PagerHyperlinkStyle
{
    font-weight: 700;
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}

.PagerHyperlinkStyle:link
{
    color: #777;
    font-weight: 700;
    text-decoration: none;
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}

.PagerHyperlinkStyle:active
{
    font-weight: 700;
    color: #777;
    text-decoration: none;
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}

fieldset label.inline, ul#menu li
{
    display: inline;
}

.clear, .c, .clear_float, .clearfix:after
{
    clear: both;
}

a:link, a:visited, a:active, a:active
{
    color: #034af3;
}

.btnA
{
    border: 1px solid #00CC00;
    border-radius: 5px;
    color: white;
    padding: 3px 5px 3px 5px;
    background: left 3px top 5px no-repeat #00CC00;
    color: White;
}
.btnC
{
    border: 1px solid #FF8000;
    border-radius: 5px;
    color: white;
    padding: 3px 5px 3px 5px;
    background: left 3px top 5px no-repeat #FF8000;
    color: White;
}
.btnB
{
    border: 1px solid #FF3333;
    border-radius: 5px;
    color: white;
    padding: 3px 5px 3px 5px;
    background: left 3px top 5px no-repeat #FF3333;
    color: White;
}

object, a
{
    outline: none;
}

img, .PagerContainerTable td:last-child
{
    border: none;
}

.button_bar .btn:first-child, .button_bar .btn:first-child > .btn, .button_bar .select:first-child, .button_bar .select:first-child > .btn, .button_bar .actbtn:first-child, .button_bar .actbtn:first-child > .actbtn, .button_bar .select:first-child, .button_bar .select:first-child > .actbtn
{
    border-radius: .4em 0 0 .4em;
    z-index: 1;
}

.button_bar .btn, .button_bar .select, .button_bar .actbtn, .button_bar .select
{
    width: auto;
    z-index: 1;
}

.button_bar .btn, .button_bar .select > .btn, .button_bar .actbtn, .button_bar .select > .actbtn
{
    border-radius: 0 0 0 0;
}

.btn.primary, .btn.subtle.primary:hover, .actbtn.primary, .actbtn.subtle.primary:hover
{
    background-color: #FF9800;
    box-shadow: 0 -4px 0 #EE7100 inset, 0 -3px 0 #E06500 inset, 0 -2px 0 #D75D00 inset, 0 -1px 0 #C54104 inset, 0 1px 1px rgba(255,255,255,0.4) inset, 0 2px 3px rgba(0,0,0,0.1);
    color: #FFF;
    text-shadow: 0 -1px 0 #DA4412;
    border-color: rgba(192,63,4,0.65);
}

.button_bar > span, .button_bar > span:hover, .button_bar > a, .button_bar > a:hover, .button_bar > button, .button_bar > button:hover, .button_bar .select > .btn, .button_bar .select > .btn:hover, .button_bar > span, .button_bar > span:hover, .button_bar > a, .button_bar > a:hover, .button_bar > button, .button_bar > button:hover, .button_bar .select > .actbtn, .button_bar .select > .actbtn:hover
{
    background-clip: border-box;
    margin: 0 -1px 0 0 !important;
}

.button_bar > span, .button_bar > a, .button_bar > button, .button_bar .select > .btn, .button_bar > span, .button_bar > a, .button_bar > button, .button_bar .select > .actbtn
{
    display: inline-block;
    float: left;
}

.btn, .btn.subtle:hover, .actbtn, .actbtn.subtle:hover
{
    -moz-appearance: none;
    -moz-box-sizing: border-box;
    -moz-user-select: none;
    background-clip: border-box;
    background-color: #F1F1F1;
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: .4em .4em .4em .4em;
    box-shadow: 0 -4px 0 rgba(0,0,0,0.06) inset, 0 -3px 0 rgba(0,0,0,0.06) inset, 0 -2px 0 rgba(0,0,0,0.06) inset, 0 -1px 0 rgba(0,0,0,0.06) inset, 0 -5px 0 #FFF inset, 0 1px 1px #FFF inset, 0 2px 3px rgba(0,0,0,0.1);
    color: #3B3B3B;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    outline: 0 none;
    overflow: visible;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    transition: none 0 ease 0 !important;
    vertical-align: top;
    white-space: nowrap;
    margin: 0;
    padding: .375em .7em .625em !important;
}

.btn, textarea, input[type=email], input[type=url], input[type=password], .actbtn, textarea, input[type=email], input[type=url], input[type=password]
{
    font: 12px/1.375 "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    resize: none;
}

.button_bar .btn + .btn, .button_bar .select + .btn, .button_bar .actbtn + .actbtn, .button_bar .select + .actbtn
{
    z-index: 0;
}

.button_bar .btn:last-child, .button_bar .btn:last-child > .btn, .button_bar .select:last-child, .button_bar .select:last-child > .btn, .button_bar .actbtn:last-child, .button_bar .actbtn:last-child > .actbtn, .button_bar .select:last-child, .button_bar .select:last-child > .actbtn
{
    border-radius: 0 .4em .4em 0;
}

.button_bar > span:last-child, .button_bar > a:last-child, .button_bar > button:last-child, .button_bar .select > .btn:last-child, .button_bar > span:last-child, .button_bar > a:last-child, .button_bar > button:last-child, .button_bar .select > .actbtn:last-child, .minigrpsums .last
{
    margin-right: 0;
}

.actnow .actnow_container, .importantcauses .importantcauses_container, .footer .footer_container
{
    padding-top: 0;
    z-index: 10;
}

ul#navigation li, .nav ul li, .fleft
{
    float: left;
}

.nav ul li a:hover, .nav ul li a:active, #navtab
{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
}

.table th:first-child, .table th:first-child, .table td:first-child
{
    border-left: none;
}

.button:hover, .buttongrey:hover, .buttongrey1:hover
{
    text-decoration: none !important;
    background: #FFF;
    color: #000;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.fb, .tweet, .mail
{
    margin-right: 8px;
    width: 100px;
    height: 30px;
}

.PagerHyperlinkStyle:hover, .PagerHyperlinkStyle:visited
{
    color: #000;
    text-decoration: none;
    font: 11px arial, verdana, geneva, lucida, 'lucida grande' , arial, helvetica, sans-serif;
}


legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.name
{
    width: 100px;
    border: 1px solid #ccc;
}
input.phone
{
    width: 80px;
    border: 1px solid #ccc;
}
input.address1
{
    width: 100px;
    border: 1px solid #ccc;
}
input.address2
{
    width: 50px;
    border: 1px solid #ccc;
}
input.city
{
    width: 50px;
    border: 1px solid #ccc;
}
input.state
{
    width: 25px;
    border: 1px solid #ccc;
}
input.zip
{
    width: 40px;
    border: 1px solid #ccc;
}

input.grade
{
    width: 30px;
    border: 1px solid #ccc;
}
input.school
{
    width: 120px;
    border: 1px solid #ccc;
}
input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

.cpBody
{
    /*  background-color: #DCE4F9; /*font: normal 11px auto Verdana, Arial;*/
    background-color: #DCE4F9; /*font: normal 11px auto Verdana, Arial;*/
    border: 1px gray;
    width: 750px;
    padding: 5px; /*padding-top: 7px;*/
}

.cpBody1
{
    background-color: #FFF; /*font: normal 11px auto Verdana, Arial; F7F6F3*/
    border: 1px gray;
    width: 900px;
    padding: 4px;
    padding-top: 0px;
    padding-left: 5px;
}


.cpHeader
{
    /* color: white;*/ /*background-color: #719DDB;*/ /* font-size: 12px;*/ /*  font: bold 11px auto "Trebuchet MS" , Verdana;      cursor: pointer;     width: 450px;     height: 18px;*/
    padding: 4px;
    padding-left: 0px;
}

.gridviewclass
{
    width: 750px;
}

.pclass
{
    width: 750px;
}


/* === Button Style === */
.btnSubmit /*button.submit*/
{
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
.btnSubmit:hover /*button.submit:hover*/
{
    opacity: .85;
    cursor: pointer;
}
.btnSubmit:active /*button.submit:active*/
{
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
}
