﻿
/*** FONT DEFINTIONS ***/
@font-face
{
    font-family: Galliard;
    font-style: normal;
    font-weight: normal;
    src: url("galliard.eot");
}
@font-face
{
    font-family: GalliardItalic;
    font-style: italic;
    font-weight: normal;
    src: url("galliardItalic.eot");
}
@font-face
{
    font-family: Webdings;
    font-style: normal;
    font-weight: normal;
    src: url("webdings.eot");
}
/***************************************/


/* ####################### body ####################### */

body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 15px;
    background: #102961;
}

/* Footer Hyperlinks */

.footerlinks a:link, .footerlinks a:visited, .footerlinks a:hover
{
    color: #fff;
    font-size: 11px;
    font-family: Arial;
}

.footerlinks a:hover
{
    color: #b59759;
}
/*
.footerLink
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink:active
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink:link
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 11px;
}
a.footerLink:hover
{
    font-weight: normal;
    text-decoration: none;
    color: #b59759;
    font-size: 11px;
}
*/

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #777777; /* If you want dots under the hoverable text */
		color: #777777; 
		font-size: 13px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: #dfdfdf;
    color: #000000;
    text-align: left;
    padding: 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: -25px;
    left: 105%; 
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* publication object classes */

p.lead
{
    font-size: 16px;
    line-height: 160%;
}

p.leadpresident
{
    font-size: 16px;
    line-height: 160%;
    color: #004071;
    font-style: italic;
}


div.bluedivider
{
    border-bottom: 5px solid #1f2d60;
    width: 25%;
    margin: 30px auto 40px auto;
}

div.copyright
{
    border-top: 1px solid #000000;
    margin-top: 30px;
}
div.bluebox
{
    background-color: #d9dfeb;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 15px;
    display: inline-block;
}
div.endnotes
{
    margin-top: 20px;
}

/* Part/Unit */
.skidPublicationPart
{
    font-weight: normal;
    text-decoration: none;
    color: #004071;
    font-size: 16px;
    font-family: Georgia;
}

a.skidPublicationPart
{
    font-weight: normal;
    text-decoration: none;
    color: #004071;
    font-size: 16px;
    font-family: Georgia;
}
a.skidPublicationPart:active
{
    font-weight: normal;
    text-decoration: none;
    color: #004071;
    font-size: 16px;
    font-family: Georgia;
}
a.skidPublicationPart:link
{
    font-weight: normal;
    text-decoration: none;
    color: #004071;
    font-size: 16px;
    font-family: Georgia;
}
a.skidPublicationPart:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #004071;
    font-size: 16px;
    font-family: Georgia;
}
a.skidPublicationPart:hover
{
    font-weight: normal;
    text-decoration: none;
    color: #d00000;
    font-size: 16px;
    font-family: Georgia;
}

/* Chapter/Article */
.skidPublicationChapter
{
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: Georgia;
}

a.skidPublicationChapter
{
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: Georgia;
}
a.skidPublicationChapter:active
{
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: Georgia;
}
a.skidPublicationChapter:link
{
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: Georgia;
}
a.skidPublicationChapter:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: Georgia;
}
a.skidPublicationChapter:hover
{
    font-weight: normal;
    text-decoration: none;
    color: #d00000;
    font-size: 14px;
    font-family: Georgia;
}

/* ####################### DEFINITIONS ####################### */
h1, h1 a:link, h1 a:visited
{
    font-size: 26px;
    margin: 0 0 20px 0;
    color: #004071;
    font-family: Georgia;
    font-weight: normal;
    font-style: normal;
    line-height: 125%;
}
h1 a:hover
{
    font-size: 26px;
    margin: 0 0 20px 0;
    color: #993333;
    font-family: Georgia;
    font-weight: normal;
}
h2, h2 a:link, h2 a:visited
{
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-family: Georgia;
    color: #004071;
    line-height: 110%;
}
h2 a:hover
{
    font-size: 20px;
    margin: 0 0 10px 0;
    text-decoration: none;
    color: #993333;
    font-family: Georgia;
    font-weight: normal;
}
h3, h3 a:link, h3 a:visited
{
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-family: Georgia;
    color: #004071;
    line-height: 110%;
}
h3 a:hover
{
    font-size: 18px;
    margin: 0 0 10px 0;
    text-decoration: none;
    color: #993333;
    font-family: Georgia;
    font-weight: normal;
}
h4, h4 a:link, h4 a:visited
{
    font-weight: normal;
    font-size: 17px;
    font-style: italic;
    margin: 5px 0 0 0;
    font-family: Georgia;
    color: #004071;
    line-height: 135%;
}
h4 a:hover
{
    font-size: 17px;
    margin: 5px 0 0 0;
    text-decoration: none;
    color: #993333;
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;
}
a:link, a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #993333;
    font-size: 15px;
}
a:hover
{
    font-weight: normal;
    text-decoration: none;
    color: #004071;
    font-size: 15px;
}

a.footnote
{
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

a.name:hover
{
    font-size: 40px;
}

p.indent
{
    margin-left: 50px;
    margin-right: 50px;
}




img
{
    border: 0;
}
img.padright
{
    padding: 0 10px 0 0;
}
img.padleft
{
    padding: 0 0 0 10px;
}
img.padrightbottom
{
    padding: 0 10px 10px 0;
}
img.padlefttbottom
{
    padding: 0 0 10px 10px;
}
img.utilimgpadfix
{
    margin: 0 -25px 20px -25px;
}
img.utiltopimgpadfix
{
    margin: -20px -25px 20px -25px;
}

.imgLeftBottomPadding
{
    float: right;
    padding-left: 15px;
}
.video-container
{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-device-width: 480px)
{
    /* define mobile specific styles come here */
    /*.video-container iframe, .video-container object, .video-container embed
                    {
                        margin-left: -40px;
                    }*/
}

/*input[type="button"], input[type="submit"]{
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #004071;
    color: #ffffff;
    cursor: pointer;
}*/
/*.roundbuttons
{
    -moz-border-radius: 7px;
    border-radius: 7px;
    cursor: pointer;
}
.roundbuttonsnews
{
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #004071;
    color: #ffffff;
    cursor: pointer;
}*/
/*utility column has 25px left/right padding, 20px top/bottom; this class adds negative margins to make the image bleed to the edges*/

/* ####################### DEFINITIONS END ####################### */

/* ####################### LISTS ####################### */
li
{
    margin-bottom: 5px;
    list-style-type: square;
}
.researchfocusareaslist li
{
    margin-left: -20px;
}
.oversightcomm
{
    margin: 0;
    padding: 0;
}
.oversightcomm li
{
    margin: 0;
    padding-bottom: 7px;
    list-style-type: none;
}
ol li
{
    list-style-type: decimal;
}
.loweralphalist li
{
    list-style-type: lower-alpha;
}
/* ####################### LISTS END ####################### */

/* ####################### TABLES ####################### */
.thirtypx /* TD Spacer */
{
    width: 30px;
}
table td
{
    vertical-align: top;
}
.universityaffiliatestable
{
    border-collapse: collapse;
    width: 100%;
}
.universityaffiliatestable td
{
    padding: 5px 20px 5px 20px;
    border-bottom: 1px dashed #ccc;
    width: 33%;
}
.chartermembers
{
    width: 100%;
    border-collapse: collapse;
}
.chartermembers td
{
    padding: 5px 0 5px 0;
}
.meetingsbyyeartable td
{
    padding: 0 10px 5px 0;
}
/* ####################### TABLES END ####################### */
.maintable
{
    width: 100%;
    border-collapse: collapse;
}
.mainbody
{
    width: 645px;
    padding: 20px 25px 20px 25px;
    background: #fff;
    line-height: 145%;
}
.mainbodyfullwidth
{
    width: 100%;
    padding: 20px 25px 20px 25px;
    background: #ffffff;
}
.mainutility
{
    width: 225px;
    padding: 20px 25px 20px 25px;
    background: #fff;
    font-size: 15px;
    line-height: 145%;
}
.utilityDynamic
{
    float: right;
    width: 225px;
    padding: 20px 25px 20px 25px;
    background: #fff;
    font-size: 15px;
    line-height: 145%;
}

.utilobjectspacer
{
    margin-bottom: 35px;
}
.dashedline
{
    border-top: 1px dashed #ccc;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
}
.dashed1
{
    border-bottom: 1px dashed #ccc;
    width: 100%;
    padding: 15px 0 5px 0;
}
/* FLOW CONTROL */

/* outer div */
#divContentWrapper
{
    float: left;
    width: 100%;
}


/* banner */
#divHeaderBand
{
    margin-top: 0px;
    background: #ffffff;
}
#divHeaderBand h1
{
    margin: 0;
}


bannerControls
{
    font-family: Verdana, Sans-Serif;
    font-size: 9px;
}
input.bannerControls
{
    font-family: Verdana, Sans-Serif;
    font-size: 13px;
}
a.bannerControls
{
    font-family: Verdana, Sans-Serif;
    color: #000;
    font-size: 9px;
}
span.bannerControls
{
    font-family: Verdana, Sans-Serif;
    font-size: 9px;
}
/* search */
input.bannerSearch
{
    width: 150px;
}

#divMenuColumn
{
    float: left;
    width: 125px;
    margin-left: -100%;
    color: #000000;
    font-size: 15px;
}
/* body */
#divBodyColumn
{
    /*margin: 0 150px 0 150px;*/
}
/* 0, rightWidth, 0, leftWidth */


.contentmain
{
    width: 685px;
}

.util
{
    width: 276px;
}

/* right utility bar */
#divUtilityColumn
{
    float: left;
    width: 150px;
    margin-left: -150px;
    background: #ffffff;
}

.lblIndDesc {

    font-size:14px;
    font-family:Arial;
}
/* footer (clears floats) */
#divFooterBand
{
    clear: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 11px;
}
/*
#divFooterBand a
{
    color: #ffff80;
}
*/



.utilitydynamicshadowed a:link
{
    font-size: 12px;
}


/* RESEARCH */
.researchGrid a:link
{
    font-size: 13px;
    font-weight: bold;
}
.researchGrid
{
    border-right: 1px solid #aaa;
}
.currentresearchheader /*gold bevel div bg image*/
{
    width: 100%;
    background: #fff /*url('../../images/system/goldbevel.png') no-repeat;*/ padding: 10px 25px 10px 25px;
}
.currentresearchtitle
{
    font-size: 22px;
    color: #004071;
    font-family: Georgia;
    font-weight: normal;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.projectsgridviewheader a:link
{
    font-weight: bold;
    text-transform: uppercase;
}
.selectorheaders
{
    border-top: 3px solid #ae0000;
    background-color: #004071;
    color: #ffffff;
}

.callouttable
{
    width: 225px;
    border-collapse: collapse;
    margin: 0 0 10px 25px;
}
.callouttitle
{
    color: #1f2d60;
    font-size: 20px;
    font-weight: normal;
    font-family: Georgia;
    text-align: center;
    border-bottom: 5px solid #993333;
    padding-bottom: 5px;
}
.calloutbody
{
    background: #eeeeee;
    font-size: 13px;
    color: #1f2d60;
    font-family: Georgia;
    padding: 15px;
}

.eventslistingmonth
{
    font-weight: normal;
    font-size: 20px;
    margin: 25px 0 25px 0;
    font-family: Georgia;
    color: #004071;
    line-height: 110%;
    border-top: 1px dashed #aaa;
    padding-top: 25px;
}

.eventslisting li
{
    margin: 0;
}
/*PULLQUOTES THIN*/
.pullquotesthin
{
    border-collapse: collapse;
    width: 175px;
    font-family: Georgia, Arial;
    margin-left: 25px;
    margin-bottom: 10px;
}

/*PULLQUOTES STANDARD*/
.pullquotes a:link
{
    font-size: 12px;
}
.pullquotes
{
    border-collapse: collapse;
    width: 225px;
    font-family: Georgia, Arial;
    margin-left: 25px;
    margin-bottom: 10px;
}
/*PULLQUOTES WIDE*/
.pullquoteswide
{
    border-collapse: collapse;
    width: 325px;
    font-family: Georgia, Arial;
    margin-left: 25px;
    margin-bottom: 10px;
}
/* PULLQUOTES SHARED PROPERTIES*/
.pullquotesbody
{
    color: #004071;
    border-top: 5px solid #993333;
    vertical-align: top;
    padding-top: 7px;
    font-size: 16px;
    line-height: 140%;
    font-style: italic;
}
.pullquotesfooter
{
    font-size: 12px;
    padding-top: 5px;
    vertical-align: top;
    line-height: 140%;
}


sub, sup
{
    font-size: 85%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}




#divBC
{
    visibility: hidden;
    position: absolute;
    padding: 15px;
    background-color: #ffffe8;
    border: 1px solid black;
    line-height: 25px;
    z-index: 100;
    font-family: Georgia;
    margin-bottom: 30px;
}

/* dynamic breadcrumb styles */

bcFixed
{
    font-weight: normal;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
}
span.bcFixed
{
    font-weight: normal;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
}
a.bcFixed
{
    font-weight: normal;
    text-decoration: none;
    color: #993333;
    font-size: 12px;
}
a.bcFixed:active
{
    font-weight: normal;
    text-decoration: none;
    color: #993333;
    font-size: 12px;
}
a.bcFixed:link
{
    font-weight: normal;
    text-decoration: none;
    color: #993333;
    font-size: 12px;
}
a.bcFixed:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #993333;
    font-size: 12px;
}
a.bcFixed:hover
{
    font-weight: normal;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
}


/***************************************************************************************
    small text for tables and receipts
***************************************************************************************/
body.smallText
{
    font-family: Helvetica, Arial;
    font-size: 12px;
    line-height: 110%;
}
p.smallText
{
    font-family: Helvetica, Arial;
    font-size: 12px;
    line-height: 110%;
    padding: 0px 0px 3px 0px;
}
table.smallText
{
    font-family: Helvetica, Arial;
    font-size: 12px;
    line-height: 110%;
}
td.smallText
{
    font-family: Helvetica, Arial;
    font-size: 12px;
    line-height: 110%;
}
th.smallText
{
    border-bottom: solid 1px #000000;
    border-top: none 0px #000000;
    border-left: none 0px #000000;
    border-right: none 0px #000000;
    font-family: Helvetica, Arial;
    font-size: 12px;
    line-height: 110%;
}
span.smallText
{
    font-family: Helvetica, Arial;
    font-size: 12px;
    line-height: 110%;
}
div.smallText
{
    font-family: Helvetica, Arial;
    font-size: 12px;
    line-height: 110%;
}



/***************************************************************************************
    Backshadow Classes for Tables
***************************************************************************************/

.gradUp
{
    background: #75AFF5; /* in case gradient unsupported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e0e0e0'); /* IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e0e0e0'); /* IE8 */
    background: -ms-linear-gradient(bottom, #fcfcfc , #e0e0e0 );
    background: linear-gradient( bottom, #fcfcfc, #e0e0e0);
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e0e0e0)); /* gecko */
    background: -moz-linear-gradient(top, #fcfcfc, #e0e0e0); /* mozilla/ff */
}
.gradUpLight
{
    background: #f0f0f0; /* in case gradient unsupported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0'); /* IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0'); /* IE8 */
    background: -ms-linear-gradient(bottom, #ffffff , #f0f0f0 );
    background: linear-gradient( bottom, #ffffff, #f0f0f0);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); /* gecko */
    background: -moz-linear-gradient(top, #ffffff, #f0f0f0); /* mozilla/ */
}
.gradLeftDown
{
    background: #75AFF5; /* in case gradient unsupported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#fcfcfc'); /* IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0e0e0', endColorstr='#fcfcfc'); /* IE 8+*/
    background: -ms-linear-gradient(left bottom, #e0e0e0 , #fcfcfc );
    background: linear-gradient( left bottom, #e0e0e0, #fcfcfc);
    background: -webkit-gradient(linear, left top, right bottom, from(#e0e0e0), to(#fcfcfc)); /* gecko */
    background: -moz-linear-gradient(left top 315deg, #e0e0e0, #fcfcfc); /* mozilla/ff */
}
.gradDown
{
    background: #75AFF5; /* in case gradient unsupported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#fcfcfc'); /* IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#fcfcfc'); /* IE */
    background: -ms-linear-gradient(bottom, #e0e0e0 , #fcfcfc );
    background: linear-gradient( bottom, #e0e0e0, #fcfcfc);
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fcfcfc)); /* gecko */
    background: -moz-linear-gradient(top, #e0e0e0, #fcfcfc); /* mozilla/ff */
}
th.gradDown
{
    border-bottom: solid 1px #000000;
    border-top: none 0px #000000;
    border-left: none 0px #000000;
    border-right: none 0px #000000;
    background: #75AFF5; /* in case gradient unsupported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#fcfcfc'); /* IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#fcfcfc'); /* IE */
    background: -ms-linear-gradient(bottom, #e0e0e0 , #fcfcfc );
    background: linear-gradient( bottom, #e0e0e0, #fcfcfc);
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fcfcfc)); /* gecko */
    background: -moz-linear-gradient(top, #e0e0e0, #fcfcfc); /* mozilla/ff */
}
.gradDownDark
{
    background: #000080; /* in case gradient unsupported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000080', endColorstr='#e0e0e0'); /* IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000080', endColorstr='#e0e0e0'); /* IE */
    background: -ms-linear-gradient(left bottom, #000080 , #e0e0e0 );
    background: linear-gradient( left bottom, #000080, #e0e0e0);
    background: -webkit-gradient(linear, left top, left bottom, from(#000080), to(#e0e0e0)); /* gecko */
    background: -moz-linear-gradient(top, #000080, #e0e0e0); /* mozilla/ff */
}
.gradDownLight
{
    background: #fafafa; /* in case gradient unsupported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#fcfcfc'); /* IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#fcfcfc'); /* IE */
    background: linear-gradient(bottom, #f3f3f3 , #fcfcfc );
    background: -ms-linear-gradient(bottom, #f3f3f3 , #fcfcfc );
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fcfcfc)); /* gecko */
    background: -moz-linear-gradient(top, #f3f3f3, #fcfcfc); /* mozilla/ff */
}

/***************************************************************************************
***************************************************************************************/


        /*  SIGNUP BUTTON STYLING    ******************/
        
        .clTextCheckedOff
        {
            cursor: pointer;
            height: 28px;
            width: 360px;
            padding: 8px 0 0 8px;
            margin: 0px;
            color: #ffffff;
            background-color: #468c00;
        }
        .clTextCheckedOn
        {
            cursor: pointer;
            height: 28px;
            width: 360px;
            padding: 8px 0 0 8px;
            margin: 0px;
            color: #ffffff;
            background-color: #00672f;
        }
        .clIconChecked
        {
            cursor: pointer;
            width: 36px;
            height: 36px;
            margin: 0px;
            color: #ffffff;
            background-color: #00672f;
        }
        .clTextUncheckedOff
        {
            cursor: pointer;
            height: 28px;
            width: 360px;
            padding: 8px 0 0 8px;
            margin: 0px;
            color: #ffffff;
            background-color: #0059b2;
        }
        .clTextUncheckedOn
        {
            cursor: pointer;
            height: 28px;
            width: 360px;
            padding: 8px 0 0 8px;
            margin: 0px;
            color: #ffffff;
            background-color: #1f2d60;
        }
        .clIconUnchecked
        {
            cursor: pointer;
            width: 36px;
            height: 36px;
            margin: 0px;
            color: #ffffff;
            background-color: #1f2d60;
        }
        
        .clIconDisabled
        {
            cursor: pointer;
            width: 36px;
            height: 36px;
            margin: 0px;
            color: #ffffff;
            background-color: #808080;
        }
        .clTextDisabled
        {
            cursor: pointer;
            height: 28px;
            width: 360px;
            padding: 8px 0 0 8px;
            margin: 0px;
            color: #ffffff;
            background-color: #808080;
        }
        
        
        .clIconCancel
        {
            cursor: pointer;
            width: 36px;
            height: 36px;
            margin: 0px;
            color: #ffffff;
            background-color: #571b1b;
        }
        .clTextCancelOff
        {
            cursor: pointer;
            height: 28px;
            width: 360px;
            padding: 8px 0 0 8px;
            margin: 0px;
            color: #ffffff;
            background-color: #993333;
        }
        .clTextCancelOn
        {
            cursor: pointer;
            height: 28px;
            width: 360px;
            padding: 8px 0 0 8px;
            margin: 0px;
            color: #ffffff;
            background-color: #571b1b;
        }

/*/ jsw jsw jsw */
/*/ jsw jsw jsw */
/*/ jsw jsw jsw */
        
        /** GENERAL PURPOSE MODAL BUTTONS **********************************/
        
        
        .gpIconYesOff
        {
            cursor: pointer;
            width: 36px;
            height: 36px;
            margin: 0px;
            color: #ffffff;
            background-color: transparent;
        }



        .gpBtnFrame
        {
        	display: inline-block;
        	margin: 0 12px 0 0;
        }
        .gpIconCancel
        {
            cursor: pointer;
            width: 36px;
            height: 36px;
            margin: 0px;
            color: #ffffff;
            background-color: #571b1b;
        }
        .gpTextCancelOff
        {
            cursor: pointer;
            height: 28px;
            width: 140px;
            padding: 8px 0 0 8px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #993333;
        }
        .gpTextCancelOn
        {
            cursor: pointer;
            height: 28px;
            width: 140px;
            padding: 8px 0 0 8px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #571b1b;
        }
        
        .gpIconYes
        {
            cursor: pointer;
            width: 36px;
            height: 36px;
            margin: 0px;
            color: #ffffff;
            background-color: #00672f;
        }
        .gpTextYesOff
        {
            cursor: pointer;
            height: 28px;
            width: 140px;
            padding: 8px 0 0 8px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #468c00;
        }
        .gpTextYesOn
        {
            cursor: pointer;
            height: 28px;
            width: 140px;
            padding: 8px 0 0 8px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #00672f;
        }
        .gpIconDisabled
        {
            cursor: pointer;
            width: 36px;
            height: 36px;
            margin: 0px;
            color: #ffffff;
            background-color: #808080;
        }
        .gpTextDisabled
        {
            cursor: pointer;
            height: 28px;
            width: 140px;
            padding: 8px 0 0 8px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #808080;
        }
        .gpTextWideYesOff
        {
            cursor: pointer;
            height: 28px;
            width: 180px;
            padding: 8px 0 0 8px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #468c00;
        }
        .gpTextWideYesOn
        {
            cursor: pointer;
            height: 28px;
            width: 180px;
            padding: 8px 0 0 8px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #00672f;
        }
        .gpTextWideDisabled
        {
            cursor: pointer;
            height: 28px;
            width: 180px;
            padding: 8px 0 0 8px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #808080;
        }
        .gpBtnSmallFrame
        {
        	display: inline-block;
        	margin: 0 8px 0 0;
        }
        .gpIconSmallCancel
        {
            cursor: pointer;
            width: 26px;
            height: 26px;
            margin: 0px;
            color: #ffffff;
            background-color: #571b1b;
        }
        .gpTextSmallCancelOff
        {
            cursor: pointer;
            height: 24px;
            width: 100px;
            padding: 2px 0 0 2px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #993333;
        }
        .gpTextSmallCancelOn
        {
            cursor: pointer;
            height: 24px;
            width: 100px;
            padding: 2px 0 0 2px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #571b1b;
        }
        .gpIconSmallYes
        {
            cursor: pointer;
            width: 26px;
            height: 26px;
            margin: 0px;
            color: #ffffff;
            background-color: #00672f;
        }
        .gpTextSmallYesOff
        {
            cursor: pointer;
            height: 24px;
            width: 100px;
            padding: 2px 0 0 2px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #468c00;
        }
        .gpTextSmallYesOn
        {
            cursor: pointer;
            height: 24px;
            width: 100px;
            padding: 2px 0 0 2px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #00672f;
        }
        .gpIconSmallDisabled
        {
            cursor: pointer;
            width: 26px;
            height: 26px;
            margin: 0px;
            color: #ffffff;
            background-color: #808080;
        }
        .gpTextSmallDisabled
        {
            cursor: pointer;
            height: 24px;
            width: 100px;
            padding: 2px 0 0 2px;
            margin: 0px 0px 0px 0px;
            color: #ffffff;
            background-color: #808080;
        }

/*/ jsw jsw jsw */
/*/ jsw jsw jsw */
/*/ jsw jsw jsw */



/********** 
DATA FORUM CLASSES *****************************/


table.forumQuoteBlock
{
    width: 100%;
    padding: 2 2 2 2;
    border: solid 1px #c0c0c0;
}
