/* html tags redefinitions */

html, body {
    padding: 0;
    color: #000000;
    background: #FFFFFF url('/images/bkgs/bkg_left_grn1.jpg') repeat-x 0px 0px;
    text-align:center;
    text-align:left;
    margin: 0px;
}
#contributor table.contributorList td,#contributor table.contributorList th
{
    font-size:12px;
}


html, body, p, ol, ul, td {
    font-family: lucida sans, geneva, arial, sans-serif;
    line-height: 16px;
    font-size: 11px;
    font-weight:normal;
    text-decoration:none;
    color: #4f4f4f;
}
form, fieldset {
    padding: 0px 0px 0px 0px;
    position:relative;
    font-family: arial, geneva, lucida sans, sans-serif;
    line-height: 14px;
    font-size: 11px;
    font-weight:normal;
    text-decoration:none;
    color: #4f4f4f;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
    margin: 0;
    padding: 0;
}
a {
    color: #6F8E42;
    text-decoration:none;
}
a:link {
    color: #6F8E42;
    text-decoration:none;
}
a:visited {
    color: #6F8E42;
    text-decoration:none;
}
a:hover {
    /*color: #4F4F4F;*/
    color: #000;
    text-decoration:none;
}
a.btn {
    display: block;
    color:#fff;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:12px;
    text-align: center;
    height: 21px;
    width: 138px;
    margin-top:6px;
    padding-top: 3px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
}
a.btn:hover{
    color:#fff;
    background-color:#384324;
}
div#Content a.btn { /* IE Hack */
                    color:#FFFFFF;
                    background-color:#384324;
}
a.btnlarge {
    display: block;
    color:#fff;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:12px;
    text-align: center;
    height: 24px;
    width: 156px;
    margin-top:6px;
    padding-top: 6px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
}
a.btnlarge:hover{
    color:#fff;
    background-color:#384324;
}
div#Content a.btnlarge { /* IE Hack */
                         color:#FFFFFF;
                         background-color:#384324;
}
a.btnsmall {
    display: block;
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:10px;
    text-align: center;
    height: 18px;
    width: 30px;
    padding: 4px 0 1px 0;
    margin-left:6px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;

}
div#Wrapper a.btnsmall { /* IE Hack */
                         color:#FFFFFF;
}
a.btnsmall:hover{
    color:#FFFFFF;
    background-color:#384324;
}
a.btnmed {
    display: block;
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:11px;
    text-align: center;
    height: 18px;
    width: 120px;
    padding: 4px 0 1px 0;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
    margin-bottom: 5px;
}
a.btnemail {
    color:#FFFFFF;
    text-align: center;
    height: 18px;
    padding: 4px 8px 4px 4px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
    margin-bottom: 5px;
    margin-left: 10px;
}
div#Wrapper a.btnmed { /* IE Hack */
                       color:#FFFFFF;
}
a.btnmed:hover{
    color:#FFFFFF;
    background-color:#384324;
}
a.btnmedlong {
    display: block;
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:11px;
    text-align: center;
    height: 18px;
    width: 150px;
    padding: 4px 0 1px 0;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
}
div#Wrapper a.btnmedlong { /* IE Hack */
                           color:#FFFFFF;
}
a.btnmedlong:hover{
    color:#FFFFFF;
    background-color:#384324;
}
a.btndonate {
    display: block;
    text-align: center;
    height: 18px;
    width: 54px;
    background: #FFF url('/images/buttons/btn_donate.jpg') no-repeat 0px 0px;
    padding: 0 0 2px 6px;
    margin-left: 12px;
    vertical-align: middle;
}
a.btndonate:hover{
    color:#fff;
    background: #FFF url('/images/buttons/btn_donate_over.jpg') no-repeat 0px 0px;
}
div#Content a.btndonate { /* IE Hack */
                          color:#FFFFFF;
}

a.btncart {
    display: block;
    color:#fff;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:12px;
    text-align: center;
    height: 24px;
    width: 156px;
    padding-top: 6px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#8db510;
}
a.btncart:hover{
    color:#fff;
    background-color:#384324;
}
div#Content a.btncart { /* IE Hack */
                        color:#FFFFFF;
                        background-color:#384324;
}
a.btnfaves {
    display: block;
    font-family: lucida sans, arial, geneva, arial, sans-serif;
    font-size:11px;
    height: 15px;
    padding-left: 16px;
    padding-top:1px;
    width: 130px;
    font-weight:normal;
    letter-spacing: 120%;
    background: url('/images/buttons/btn_plus.png') no-repeat 0px 3px;
    height:25px;
    background-position:top left;
}
a.btnfaves:hover{
    color:#384324;
   /* background: url('/images/buttons/btn_plus_over.gif') no-repeat 0px 3px;*/
    background: url('/images/buttons/btn_plus.png') no-repeat 0px 3px;
    background-position:top left;
    height:25px;
}
div#Content a.btnfaves { /* IE Hack */
                         color:#384324;
                         background: url('/images/buttons/btn_plus.png') no-repeat 0px 3px;
                         background-position:top left;
                         height:25px;
}
a.btnsmallvar {
    display: block;
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:10px;
    text-align: center;
    height: 18px;
    padding: 4px 4px 1px 3px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
    margin-bottom: 5px;
    width: 86px;
}
div#Wrapper a.btnsmallvar { /* IE Hack */
                            color:#FFFFFF;
}
a.btnsmallvar:hover{
    color:#FFFFFF;
    background-color:#384324;
}


a.divider {
    padding: 0 12px;
    border-right: 1px dotted #cfd0cf;
}
a.dividersmall {
    padding: 0 6px;
    border-right: 1px dotted #cfd0cf;
}
a.dividerBig {
    font-weight:bold;
    padding: 0 12px;
    border-right: 1px dotted #cfd0cf;
}
a.dividerRight {
    padding-left: 12px;
}
img {
    border: 0px;
    margin: 0px
}

h1 {
    font-family: georgia, serif;
    font-size: 33px;
    line-height: 39px;
    font-weight:normal;
    text-decoration:none;
    color: #343534;
    margin: 3px 0 9px 0;
}
h2 {
    line-height: 24px;
    font-size: 20px;
    font-weight:bold;
    text-decoration:none;
    color: #000;
    margin-bottom: 6px;
    font-family: arial, lucida;
}
h3 {
    font-family: arial, lucida;
    line-height: 21px;
    font-size: 15px;
    font-weight:bold;
    text-decoration:none;
    color: #000;
    margin: 0 0 2px 0;
}
h4 {
    font-family: arial, lucida;
    font-size: 15px;
    font-weight:bold;
    text-decoration:none;
    color: #000000;
    margin: 0 0 6px 0;
    padding: 0;
}
h5 {
    line-height: 18px;
    font-size: 12px;
    font-weight:normal;
    text-decoration:none;
    color: #4F4F4F;
    margin: 3px 0;
    padding: 0;
}
h6 {
    line-height: 19px;
    font-size: 13px;
    font-weight:normal;
    text-decoration:none;
    color: #000;
    margin: 3px 0;
    padding: 0;
}
h7 {
    line-height: 19px;
    font-size: 13px;
    font-weight:bold;
    text-decoration:none;
    color: #000;
    margin: 3px 0;
    padding: 0;
}
h8 {
    font-family: arial, lucida;
    line-height: 28px;
    font-size: 20px;
    font-weight:bold;
    text-decoration:none;
    color: #3B4C47;
    margin-bottom: 12px;
}
p {
    line-height: 16px;
    font-size: 11px;
    font-weight:normal;
    text-decoration:none;
    color: #4f4f4f;
    padding-bottom: 3px;
    margin: 0;
}
.parafont{

    line-height: 16px;
    font-size: 11px;
    font-weight:normal;
    text-decoration:none;
    color: #4f4f4f;
    padding-bottom: 3px;
    margin: 0;
}

ul, ol {
    line-height: 14px;
    font-size: 11px;
}
input, textarea {
    font-family: lucida sans, geneva, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top:3px;
    padding-left:3px;
    border:1px solid #606060;
}
textarea{
    height:100px;
    border:1px solid #606060;
    background-color: #FFF;
}
input.checkbox {
    border: none;
}
input.graybox {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    width:156px;
    padding-top:3px;
    padding-left:3px;
    height: 18px;
    background-color: #e3e9e5;
    border:1px solid #9ea4a0;
}
html>body input.Signupgraybox {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    width:140px;
    *margin:-1px 0px 0px 0px;
    padding-top:3px;
    padding-left:3px;
    height: 16px;
    background-color: #e3e9e5;
    border:1px solid #9ea4a0;
}
html>body input.SignupgrayboxSmall {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000;
    width:72px;
    *width:62px;
    padding-top:3px;
    padding-left:3px;
    height: 16px;
    background-color: #e3e9e5;
    border:1px solid #9ea4a0;
}

input.lightbox {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #7C7C79;
    width:156px;
    padding-top:3px;
    padding-left:3px;
    height: 18px;
    background-color: #F5f7f7;
    border:1px solid #9ea4a0;
}
input.lightboxwide {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #7C7C79;
    width:324px;
    padding-top:3px;
    padding-left:3px;
    height: 18px;
    background-color: #F5f7f7;
    border:1px solid #9ea4a0;
}

.fieldWithErrors {
    background-color:#B94E1A;
    display:table;
    padding:2px;
    :undefined;
}

input.whiteboxsmall {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    width:110px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    height: 15px;
    background-color: #FFF;
    border:1px solid #8d8e8d;
}
input.whiteboxmini {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    width:72px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    height: 15px;
    background-color: #FFF;
    border:1px solid #8d8e8d;
}
input.whiteboxmedium {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    width:135px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    height: 15px;
    background-color: #FFF;
    border:1px solid #8d8e8d;
}
input.whitebox {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    width:156px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    height: 15px;
    background-color: #FFF;
    border:1px solid #8d8e8d;
}
input.whiteboxlarge {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    width:240px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    height: 18px;
    background-color: #FFF;
    border:1px solid #8d8e8d;
}
input.whiteboxfile {
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #959690;
    width:240px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    height: 24px;
    background-color: #FFF;
    border:1px solid #8d8e8d;
}
textarea.whiteboxlarge{
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    height:120px;
    width:240px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    background-color: #FFF;
    border:1px solid #8d8e8d;
}
textarea.agreement{
    font-family: arial, lucida sans, geneva, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #000;
    height:180px;
    width:480px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    background-color: #FFF;
    border:1px solid #8d8e8d;
    margin-bottom: 12px;
}
select.whiteboxlarge {
    width:240px;
    margin-bottom: 3px;
}

input.go {
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:10px;
    text-align: center;
    height: 21px;
    width: 30px;
    padding: 4px 0 4px 0;
    margin-left:6px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#BFC1B2;
    border:none;
    cursor: pointer;
}
input.signupGo {
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:10px;
    text-align: center;
    height: 21px;
    padding: 4px 0 4px 0;
    margin-left:6px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
    border:none;
    cursor: pointer;
}
input.search {
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:11px;
    text-align: center;
    height: 24px;
    width: 90px;
    padding: 2px 0 1px 0;
    margin-left:6px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
    border:none;
    cursor: pointer;
    display: block;
}
input.btnmed {
    display: block;
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:11px;
    text-align: center;
    height: 24px;
    width: 120px;
    padding: 2px 0 1px 0;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
}
input.btnsmall {
    display: block;
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:11px;
    text-align: center;
    height: 24px;
    width: 72px;
    padding: 2px 0 1px 0;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
}
input.btnlarge {
    display: block;
    color:#fff;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:12px;
    text-align: center;
    height: 27px;
    width: 156px;
    margin-bottom:6px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
}
input.btndonate {
    display: block;
    color:#FFFFFF;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:12px;
    text-align: center;
    height: 24px;
    width: 120px;
    padding: 4px ;
    font-weight:normal;
    letter-spacing: 120%;
    background-color:#6B912A;
}
input.go:hover{
    color:#FFFFFF;
    background-color:#384324;
}
input.btnmed:hover{
    color:#FFFFFF;
    background-color:#384324;
}
input.btnsmall:hover{
    color:#FFFFFF;
    background-color:#384324;
}
input.btnlarge:hover{
    color:#fff;
    background-color:#384324;
}
input.btndonate:hover{
    color:#fff;
    background-color:#384324;
}
input.search:hover{
    color:#FFFFFF;
    background-color:#384324;
}

/* end html tags redefinitions */

/* main page blocks */


#Wrapper {
    margin: 0 auto;
    padding: 0px;
    width: 852px;
    background: #567963 url('/images/bkgs/bkg_header_grn1.jpg') no-repeat 0px 0px;
}

#Heading {
    margin: 0px;
    padding: 0px;
    height: 72px;
    width: 852px;
}
#Heading .headerBanner {
    float: left;
}	
#Heading .headerLinks {
    width: 198px;
    padding-top: 36px;
    float: right;
    margin-right: 24px;
}
#Heading .envLabel {
    float: right;
    width: 222px;
    padding-top: 12px;
    margin-left: 600px;
    margin-top: -72px;
    color: #DADBD7;
}
#Heading .headerSearch {
    margin: 0px;
    clear: both;
}
#Heading .headerSearch a {
    cursor: pointer;
}
#Footing {
    clear:both;
    margin: 0px auto;
    padding-top: 0;
    background: #EDEDED;
    height: 42px;
    border: 1px solid #9DA59F;
    border-top: 1px solid #dfdfdf;
    width: 852px;
}
#Footing p {
    font-family: arial, sans-serif, lucida sans, geneva;
    font-size: 10px;
    padding: 12px 24px;
    color: #959690;
    text-decoration:none;
}
#Footing a {
    color: #959690;
}
#Footing a:hover {
    color: #384324;
}

#Footing .footerBanner {
    float: left;
}	
#Footing .footerLinks {
    float: right;
    margin-left: 36px;
    text-transform: uppercase;
}	
#Footing .footerSearchBox {
    width: 204px;
    padding-top: 9px;
    margin-right: 24px;
    float: right;
}
#Footing .footerSearch {
    margin: 0px;
    clear: both;
}
#Footing .footerSearch input.graybox {
    background: #FFF;
    border: 1px solid #d0d0d0;

}
#Footing img {
    vertical-align: middle;
}
#Footing .footerSearch a {
    cursor: pointer;
}
#mainContent {
    width: 852px;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border-top: 1px solid #9DA59F;
    border-left: 1px solid #9DA59F;
    border-right: 1px solid #9DA59F;
}
#mainNavigation {
    width: 818px;
    padding: 6px 12px 6px 24px;
    height: 12px;
    background: #698F7C url('/images/bkgs/bkg_left_corner.gif') no-repeat 0px 0px;
}
#mainNavigation .primary {
    float: left;
    padding-left: 5px;    /*Photon changed on 05/08/09 for navigation bar adjustment*/
    border: 0px #fff solid;
}
#mainNavigation .primary a {
    color:#97998C;
    font-family: arial, geneva, lucida sans, sans-serif;
    font-size:14px;
    padding-right: 6px;
    padding-left: 6px;
    font-weight:bold;
    letter-spacing: 120%;
}
#mainNavigation .primary a:hover{
    color:#000;
}
#mainNavigation .primary .divider {
    border-left: 1px #9da59f solid;
    width: 1px;
    height: 36px;
    margin: 6px 12px;
    position: relative;
    top: 3px;
}
#mainNavigation .persistent {
    float: right;
    margin-right: 0px;
    /*width: 250px;*/
}
#mainCrumbs
{
    margin-left: 24px;
    padding: 9px 0;
    height: 18px;
}
#contentContainer
{
    width: 852px;
    margin: 0;
    padding: 0;
    float: left;
    padding-bottom: 1px;
    overflow: hidden;
}
#contentContainer .contentTrapper { 				/* to make 2 columns go all the way to the bottom */
                                        background: #FFF;
                                        overflow: hidden;
                                        width: auto;

}
#contentContainer .contentTrapperSplash { 				/* to make 2 columns go  to bottom for splash section */
                                              background: #FFF; /* url('/CW/images/bkgs/bkg_account.gif') repeat-y top right; */
}
#mainColumn {
    width: 672px;
    float: left;
}
#rightColumn {
    width: 156px;
    float: right;
}
#splashRow
{ 
    width: 828px;
    margin-right: 0px;
    padding: 24px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}
#contentSplash {
    width: 624px;
    margin: 0;
    padding: 24px;
    background: #F2F4F4;
    float:left;
    min-height: 150px;
}
#staticcontentSplash {
    width: 624px;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    background: #F2F4F4;
    float:left;
    min-height: 150px;
}
.staticContent{
    padding-right:0px;
}

#contentSplash .splashLeaader {
    margin-bottom: 6px;
    margin-top: -6px;
}
#contentSplash .splashImage {
    float:left;
    margin-right: 12px;
}
#contentSplash .splashText {
    margin-left: 132px;
    margin-top: 0;
}
#contentSplash .splashText h5 p { /* to bring quotes inline */
                                  display: inline;
}
#contentSplash .splashWishText {
    margin-left: 12px;
    margin-top: 0;
}
#contentSplash .splashLinks {
    float: right;
}
#contentSplash .splashImage img {
    border: 1px solid #9DA59F;
}
#contentSplash h1 {
    margin-bottom: 5px;
}
#splashcontentSplash h1 {
    margin-bottom: 5px;
}
#contentSplashBanner {
    width: 648px;
    margin-top: 20px;
    padding: 5px 0px 5px 24px;
    background: #F2F4F4;
    float:left;
    min-height: 0px;
}
#standSplash {
    width: 624px;
    margin: 0;
    padding: 0 0 24px 24px;
    background: #FFF;
    float:left;
    min-height: 151px;
}
#standSplashDonations {
    width: 624px;
    margin: 0;
    padding: 24px 24px 24px 24px;
    background: #FFF;
    float:left;
    min-height: 151px;
}
#standSplash ol.help,ul.help,ul.links,ol.listBody {
    margin-left: 18px;
    margin-bottom: 6px;
    margin-top: 6px;
}
#standSplash ul.help{
    font-family:verdana,arial,helvetica,sans-serif;
}
#standSplash ol.help li, ul.help li, ul.links li,ol.listBody li {
    padding-bottom: 9px;
    font-size: 12px;
    line-height: 17px;
}
#standSplash ul.help {
    list-style-image: url('/images/arrow_green.gif');
}

#standSplash ol.help b,ol.listBody b,ul.help b {
    font-size: 13px;
    color: #000;
    font-weight:normal;
    margin-bottom: 9px;
}
#standSplash ul.help b{
    font-weight:bold;
    font-size: 12px;
}
#accountColumn
{ 
    width: 138px;
    margin: 36px 0 0 0;
    padding: 12px 6px 12px 12px;
    float:right;
    background: #F8FBFA;
    min-height: 174px;
    border-top: 1px #dfe4e4 solid;
    border-left: 1px #dfe4e4 solid;
    border-bottom: 1px #dfe4e4 solid;
}
#accountColumn ul.account  {
    list-style: none;
    margin-left: 6px;
    margin-bottom: 6px;
}
#accountColumn ul.account li {
    padding-bottom: 6px
}
#accountColumn .divider {
    border-bottom: 2px solid #FFF;
    margin: 24px -12px;
}
#sponsorColumn
{ 
    width: 138px;
    margin: 0px 0 0 0;
    padding: 12px 6px 12px 12px;
    float:right;
    background: #F8FBFA;
    min-height: 174px;
    border-left: 1px #dfe4e4 solid;
    border-bottom: 1px #dfe4e4 solid;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}
#sponsorColumn .sponsorItem {
    border-top: 1px solid #dfe4e4;
    padding-top: 12px;
    padding-left: 12px;
    margin: 12px -6px 12px -12px;
    font-size: 11px;
}
#flagInappropriate
{
    width: 138px;
    margin: 0px 0 0 0;
    padding: 12px 6px 12px 12px;
    float:left;
    background: #F8FBFA;
    min-height: 30px;
    border-left: 1px #dfe4e4 solid;
    border-bottom: 1px #dfe4e4 solid;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}
.flagFont
{
    width: 138px;
    margin: 0px 0 0 0;
    text-align:center;

}

#flashmessage {
    width: 600px;
    padding: 6px 24px;
    background-color: #F5F7E7;
    margin: 36px 0 6px 24px;
}
#requestmessage {
    width: 600px;
    padding: 6px 30px 6px 20px;
    background-color: #F5F7E7;
    
}
#flashmessage p,#requestmessage p {
    font-size: 13px;
    line-height: 18px;
    color: #B94E1A;
}
#appbetaflash {
    width: 600px;
    padding: 9px;
    background-color: #eceedf;
    margin: 12px 0;
    border: 1px #afafaf dotted;
}
#appbetaflash p {
    font-size: 12px;
    line-height: 18px;
    color: #B94E1A;
    text-align: center;
}
#homebetaflash {
    width: auto;
    padding: 4px;
    background-color: #eceedf;
    border-bottom: 1px #afafaf dotted;
    margin: 0;
}
#homebetaflash p {
    font-size: 11px;
    color: #666464;

    line-height: auto;
    text-align: center;
}

#mainRow { 
    width: 828px;
    margin-right: 0px;
    padding: 0 0 24px 24px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}
#mainRow_narrow { 
    width: 648px;
    margin-right: 0px;
    padding: 0 0 24px 24px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    float: left;
}
#mainRow_narrow_videos {
    width: 648px;
    margin: -100px;
    padding: 0 0 24px 24px;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
    float: left;
}
#contentContainer .gridList {
    margin-bottom: 24px;
}
#contentContainer .gridList .sideTeacher {
    width: 192px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    
}

#contentContainer #sideBar {
    width: 198px;
    margin: 24px 24px 0 0;
    float:left;
}
#sideBar h3 {
    margin-top: 8px;
}
#sideBar ul.classes  {
    list-style: none;
    margin-left: 24px;
}
#sideBar ul.classes li {
    padding-bottom: 6px
}
#sideBar ul.account  {
    list-style: none;
    margin-left: 6px;
    margin-bottom: 6px;
}
#sideBar ul.account li {
    padding-bottom: 6px
}

#sideBar .sideTextBlock {
    margin: 0;
    padding-bottom: 12px;
}
#sideBar .sideTextBlock ul.classes li {
    padding-bottom: 2px;
}
#sideBar .sideTextBlock_icon {
    margin: 0;
    width:220px;
    padding-bottom: 12px;
}
#contentContainer #listBar
{
    width: 426px;
    margin: 24px 0 0 0;
    float:left;
}
#contentContainer #listBarVideos
{
    width: 426px;
    margin: 32px 0 0 0;
    float:left;
}
#contentContainer #listBarWide
{
    width: 582px;
    margin: 24px 0 0 0;
    float:left;
}
#mainRow #sponsColumn {
    width: 132px;
    margin: -16px 0 0 0;
    padding: 12px;
    float:right;
    background: #F8FBFA;
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}
.schoolWideWish {
    font-family:arial;
    font-size:14px;
    float:left;
    margin-top:2px;
    margin-bottom:5px;
    font-weight:bold;
}
.schoolEmailThis {
    text-align:right;
    margin-top:2px;
    margin-bottom:5px;
}
.progressContainer {
    background: #D2DBD8;
    width: auto;
    padding: 12px;
    margin-bottom: 12px;
}
.progressContainer .textBlock{
    padding: 12px;
}
.progressContainer .status {
    padding-left: 12px;
    width: 312px
}
.progressContainer input.whiteboxmini {
    font-size: 15px;
    height: 19px;
    margin-top: -2px;
    padding-top: 5px;
}
.progressContainer input.btndonate {
    font-size:12px;
    height: 28px;
    width: 120px;
    padding: 5px ;
    margin-top: -2px;
}

/* end main page blocks */

/* general styling */
.emailFloatLeft {
    float: left;
    width: 160px;
}
.floatLeft {
    float: left;
}
.floatLeft select {
 width:196px;
}
.floatRight {
    float: right;
}


.floatRightSchool {
    float: right;
    widht:500px;
    padding-left: 78px;
    margin-top:-12px;
}
.thinline {
    border-top: 1px solid #cfd0cf;
    margin-bottom:10px;
}
    .thinlineCartResult {
    border-top: 1px solid black;

}
.thinlinebottom {
    border-top: 1px solid #cfd0cf;
    margin-top:10px;
}
.thindotline {
    border-top: 1px dotted #cfd0cf;
    margin-bottom:10px;
}

.titleDark {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}
.titleBoldDark {
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-weight:bold;
}
.titleBoldLight {
    font-size: 20px;
    line-height: 30px;
    color: #596058;
    font-family: arial, lucida;
    font-weight:bold;
}
.headingDark {

    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-top:6px;
    font-family:verdana,arial,helvetica,sans-serif;
    text-align:justify;


}
.headingDarkCartResults {

    font-size: 12px;
    color: #000000;
    
    font-family:verdana,arial,helvetica,sans-serif;
    text-align:justify;


}
 .commentSection , .commentPhotoSection {
     font-family:verdana,arial,helvetica,sans-serif;
     font-size: 12px; 
}



.headingBoldDark {
    font-size: 12px;     /*Photon changed on 04/08/09 - Reduced the font size from 13px to 12px*/
    line-height: 18px;
    color: #000000;
    font-family: arial, lucida;
    font-weight:bold;
}
.headingLight {
    font-size: 13px;
    line-height: 18px;
    color: #596058;
}
.subheadingDark {
    font-family: arial, lucida;
    font-weight:bold;
    text-decoration:none;
    color: #000;
    font-size: 12px;
    line-height: 18px;
   
}
.subheadingLighter {

    font-family:verdana,arial,helvetica,sans-serif;
    text-decoration:none;
    color: #000;
    font-size: 12px;
    line-height: 18px;
}
.subheadingDarkBoldLess {
    font-family: arial, lucida;
    text-decoration:none;
    color: #000;
    font-size: 12px;
    line-height: 18px;
}
.subheading1Dark {
    font-family: arial, lucida;
    font-weight:bold;
    text-decoration:none;
    color: #000;
    font-size: 11px;
    line-height: 16px;
}
.subheadingLight {
    font-family: arial, lucida;
    font-weight:bold;
    text-decoration:none;
    color: #596058;
    font-size: 12px;
    line-height: 18px;
}
.subheading1Light {
    font-family: arial, lucida;
    font-weight:bold;
    text-decoration:none;
    color: #596058;
    font-size: 15px;
}
.mainBoldLight {
    font-size: 24px;
    line-height: 33px;
    color: #596058;
    font-family: arial, lucida;
    font-weight:bold;
}
.bodyLight {
    text-decoration:none;
    color: #404040;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
}
.bodyDark {
    text-decoration:none;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px;
    font-family:verdana,arial,helvetica,sans-serif;
}
.listBody
{
        text-decoration:none;
        color: #000;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
        font-family:verdana,arial,helvetica,sans-serif;

}

.headingQuote {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    font-weight:normal;
    margin-bottom: 6px;
}
.headingQuoteIcon {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight:normal;
    margin-bottom: 6px;
}
.linking a  {
    width: 88px;
    height: 85px;
    margin: 0;
    font-size: 10px;
    text-decoration:none;
    color: #000000;
}
.linking a:hover {
    color: #63d7ff;
}
.clear{
    height: -1px;
    clear: both;
}
/* Photon - Added on 06/08/09 - for height space*/
.heightSpace{
    height: 10px;
}
.heightSpace_p {
    margin-top:5px;
}
.dark{
    color: #000000;
}
.more {
    float: right;
}
.moreHead {
    float: right;
    margin-top: 9px;
}
.heading {
    line-height: 20px;
    font-size: 13px;
    font-weight:bold;
    text-decoration:none;
    color: #000000;
    margin: 0 0 2px 0;
}
.highlight {
    color: #b94e1a;
}
.small {
    font-size: 10px;
    color: #afafaf;
}
a.small{
   cursor:pointer;
}
.no-wishlist_text {
    padding-top:7px;
}
.badlilnk_text {
    padding-bottom:12px;
}
/* end general styling */


/* Member profile styling*/
.favSchoolName {
    width:255px;
    padding-left:5px;
    float:left;
     font-size:12px;
 font-family:Verdana,Arial,Helvetica,sans-serif;
   overflow:hidden;
}
.favCollegeName {
    width:525px;
    float:left;
     font-size:12px;
 font-family:Verdana,Arial,Helvetica,sans-serif;
  overflow:hidden;
}

.favSchoolAddr {
    width:130px;
      padding-left:5px;
    float:left;
      overflow:hidden;
     font-size:12px;
 font-family:Verdana,Arial,Helvetica,sans-serif;
}
.favTeacherName {
  overflow:hidden;
    width:130px;
    float:left;
     font-size:12px;
 font-family:Verdana,Arial,Helvetica,sans-serif;
}
.emptyCoteSpace{
   width:270px;
    float:left;
}
.emptyCoteSmallerSpace{
   width:120px;
    float:left;
}

.favSchoolRemove
{      overflow:hidden;
         padding-left:5px;
    font-size:12px;
 font-family:Verdana,Arial,Helvetica,sans-serif;
}
.groupAddress {
    text-align:left;
    padding-left:20px;
}
.newsletter {
    text-align:center;
    color:#6F8E42;
    height:20px;
}
.removejustify{
    text-align:left;
}
#schoolbanner{
    float:left;
    margin:0;
    padding-top:24px;
    width:624px;
}
#schoolbanner .schoolDetails {
border-top:1px solid #C4D1C4;
margin-top:0px;
padding-top:12px;
}
.back_school{
    margin-left:470px;
    font-weight:bold;
    margin-bottom:3px;
    font-size:12px;
}
.closeLines
{
    line-height:12px;
}

.boxedRow{
    border: 1px solid #cfd0cf;
    padding-bottom:  15px;
    padding-top:  15px;
   
     
}
.send_msg{
    margin-left:5px;
}
.padding_for_currency{
    margin-left:4px;
}
#error_donate{
    color:red;
    font-weight:bold;
    margin-left:212px;
    font-family:arial,lucida;
    font-size:12px;
}
.borderRight{
    border-right:1px solid black;

}
 .amountalign{
    text-align:right;
}
.amountwidth{
    width:135px;
    font-size:12px;
}
.contributorwidth{
    width:200px;
    font-size:12px;
}

.po_users th {
	background-color: #CCCCCC; color: black;
	padding-right:10px;
	padding-left:10px;
}
.po_users td {
	padding-right:10px;
	padding-left:10px;
}
.po_users tr.even_row {
	background-color: #EEEEEE; color: black;
}
.po_users tr.odd_row {
	background-color: #FFFFFF; color: black;
}
.donationamountwidth{
    width:60px;
    font-size:12px;
}
.label{
    float:left;
    width:150px;
    margin-bottom:10px;
}
.fields{
    float:left;
    width:280px;
    margin-bottom:10px;
}
span.blue_txt{
    color:#548de2;
    line-height:25px;
}
