﻿@import "mce.css";
/* =TAGS
----------------------------------------------- 
*/
body 
{
    background-color: #d4eefb;
    font-family: Arial;
    margin: 0;
    padding: 0;
}
div.whiteBG
{
    background: url(/images/top-bg.gif) top left repeat-x #FFF;
    float: left;
    width: 100%;
}
p
{
    font-size: 12px;
    line-height: 18px;    
    padding: 8px 0;
}
div.outsideContainer
{
    margin: 0 auto;
    position: relative;
    width: 900px;
}
img.logo
{
    background: url(/images/logo-bg.gif) 0 45px no-repeat;
    float: left;
    margin: 11px 0 10px 0;
    padding: 0 45px 35px 35px;
}
*html img.logo
{
    float: none;
}
strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}
sup
{
    font-size: 10px;
    vertical-align: super;
    
}
/* =TOP MENU 
----------------------------------------------- 
*/
div.topMenu
{
    color: #000;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 20px;
}
div.topMenu div
{
    display: inline;
    margin: 0;
    padding: 0;
}
div.topMenu a
{
    background: url(/images/acc-header-bg.gif) top left repeat-x #83bbd9;
    border: 1px solid #83bbd9;
    display: block;
    color: #444;
    float: left;
    font-weight: bold;
    font-size: 13px;
    margin: 0 2px;
    padding: 6px 9px;
    text-decoration: none;
}
div.topMenu a:hover
{
    background: url(/images/acc-header-bg-on.gif) top left repeat-x #b1770b;
    border: 1px solid #b1770b;
}
/* =MAIN MENU 
----------------------------------------------- 
*/
ul#mainMenu
{
    float:left;
    margin: 1px 0 0 0;
    padding: 0 0 0 0;
    width: 900px;
    z-index: 1337;
}
ul#mainMenu li
{
    background: url(/images/menu-bullet.gif) 0 13px no-repeat;
    float: left;
    margin: 0;
    padding: 0 0 0 9px;
    width: auto;
}
ul#mainMenu li a
{
    color: #282828;
    float: left;
    font-family: Georgia;
    font-size: 17px;
    margin: 0;
    padding: 0 0 0 11px;
    text-decoration: none;
}
ul#mainMenu li a span
{
    float: left;
    margin: 0 3px 0 0;
    padding: 6px 11px 7px 0;
    cursor: pointer;
}
ul#mainMenu li.first
{
    background: none;
}
ul#mainMenu li a.active
{
    background: url(/images/tab-left.gif) top left no-repeat;  
}
ul#mainMenu li a.active span
{
    background: url(/images/tab-right.gif) top right no-repeat;
}
ul#mainMenu li:hover a
{
    background: url(/images/tab-left.gif) top left no-repeat;
}
ul#mainMenu li.sfhover a
{
    background: url(/images/tab-left.gif) top left no-repeat;
}
ul#mainMenu li:hover a span
{
    background: url(/images/tab-right.gif) top right no-repeat;
}
ul#mainMenu li.sfhover a span
{
     background: url(/images/tab-right.gif) top right no-repeat;
}
/* =SUB MENU 
----------------------------------------------- 
*/
ul#mainMenu li ul
{
    background: url(/images/sub-menu-bg.gif) top left repeat-x #cceafa;
    border-bottom: 1px solid #758795;
    border-left: 1px solid #758795;
    border-right: 1px solid #758795;
    left: -4000px;
    margin: 30px 0 0 0;
    padding: 10px 0;
    position: absolute;
    width: 228px;
    clear: both;
    z-index: 1338;
}
ul#mainMenu li:hover ul
{
    left:auto;
}
ul#mainMenu li:hover, ul#mainMenu li.sfhover
{
    position: static;
}

ul#mainMenu li:hover ul, ul#mainMenu li.sfhover ul 
{
	left: auto;
}
*html ul#mainMenu li:hover ul, ul#mainMenu li.sfhover ul 
{
    margin: 0;
	left: auto;
}
ul#mainMenu li ul li, ul#mainMenu li ul li.sfhover
{
    background: none;
    margin: 0;
    padding: 0;
    width: 198px;
}
ul#mainMenu li ul li a, ul#mainMenu li:hover ul li a, ul#mainMenu li.sfhover ul li a
{
    background: none;
    color: #2c2c2c;
    display: block;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    list-style: none;
    padding: 0 15px;
    text-decoration: none;
    width: 198px;
}
ul#mainMenu li ul li a:hover
{
    background: url(/images/sub-menu-link-bg.gif) top left repeat-x;

}
/* =CONTENT 
----------------------------------------------- 
*/
div.content
{
    float: left;
    font-size: 12px;
    padding: 10px 15px 15px 9px;
    position: relative;
    width: 590px;
}
div.content h1
{
    border-bottom: 1px solid #12629b;
    color: #12629b;
    font-family: Georgia;
    font-size: 26px;
    font-weight: lighter;
    margin: 0 0 10px 0;
    padding: 15px 0 3px 0;
}
h1.floatLeft
{
    float: left;
    width: 590px;
}
div.content h2
{
    clear: both;
    font-family: Georgia;
    font-size: 18px;
    font-weight: lighter;
    padding: 15px 0;
}
div.content h3
{
    border-bottom: 1px solid #1b6397;
    clear: both;
    color: #1b6397;
    line-height: 20px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 10px 0 5px 0;
}
div.content h4
{
    border-bottom: 1px dotted #b1770b;
    color: #b1770b;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
}
div.content img.floatLeft
{
    float: left;
    padding: 10px 10px 10px 0;
}
div.content img.floatRight
{
    float: right;
    padding: 10px 0 10px 10px;
}
div.content ul, div.content ol
{
    padding: 10px 0 10px 25px;
}
div.content ol li
{
    list-style-type: decimal;
    padding: 5px 0 5px 10px;
}
div.content ul li
{
    list-style-type: disc;
    padding: 5px 0 5px 10px;
}
div.content ul li a
{
    color: #1b6397;
}
div.content ul li a:hover
{
    color: #d27d00;
}
div.full
{
    width: 868px;
}
div.content p
{
    line-height: 19px;
}
div.content p a
{
    color: #1b6397;
}
div.content p a:hover
{
    color: #d27d00;
}
div.content blockquote.mission
{
    margin: 30px;
    text-align: center;
}
div.content blockquote h3
{
    border: none;
}
/* =SIDE MENU 
----------------------------------------------- 
*/
div.sideMenu
{
    float: left;
    padding: 25px 0 0 0;
    width: 265px;
}
div.sideMenu fieldset
{
    background: url(/images/box-bg.gif) top left repeat-x #FFF;
    border: 1px solid #8bb6d5;
    float: left;
    margin: 0 0 25px 0;
    padding: 5px;
    width: 265px;
}
div.sideMenu fieldset h4
{
    color: #666;
    display: block;
    font-family: Tahoma;
    font-size: 18px;
    font-weight:lighter;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
div.sideMenu fieldset h4 a
{
    color: #12629b;
    display: block;
    font-family: Tahoma;
    font-size: 18px;
    font-weight:lighter;
    text-transform: uppercase;
}
div.sideMenu fieldset a
{
    color: #666;
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}
div.sideMenu fieldset a:hover
{
    color: #2778b3;
}
div.sideMenu fieldset li.active a
{
    color: #2778b3;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}
div.sideMenu fieldset a.register
{
    background: url(/images/register-button.gif) top left no-repeat;
    display: block;
    height: 31px;
    margin: 6px 0 6px 6px;
    width: 240px;
}
div.sideMenu fieldset a.register:hover
{
    background-position: 0 -31px;
}
div.sideMenu fieldset span
{
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
div.sideMenu fieldset ul
{
    margin: 0 0 10px 10px;
}
div.sideMenu fieldset ul li
{
    background: url(/images/bullet-arrow.gif) 0 8px no-repeat;
    line-height: 20px;
    padding: 0 0 0 10px;
}
div.sideMenu fieldset ul li.active
{
    background: url(/images/blue-bullet-arrow.gif) 0 8px no-repeat;
    line-height: 20px;
    padding: 0 0 0 10px;
}
div.calendar
{
    padding: 170px 0 0 0;
}

/* =FORMS
----------------------------------------------- 
*/
label
{
    display: block;
    font-size: 13px;
    padding: 3px 0;
}
div.sideMenu input.text
{
    color: #666;
    font-size: 18px;
    width: 247px;
}
div.sideMenu input.button
{
    color: #111;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 10px;
    width: auto;
}
div.sideMenu div.formBottom
{
    clear: both;
    padding: 5px 0;
    text-align: right;
}
div.sideMenu div.calendar input.hideTextbox
{
    color: #FFF;
    background: transparent;
    border: 0;
    font-size: 0px;
    margin: 0 0 0 10px;
}
div.sideMenu span.chkBox
{
    display: block;
}
div.sideMenu span.chkBox input
{
    float: left;
}
div.sideMenu span.chkBox label
{
    float: left;
    font-weight: normal;
    font-style: normal;
    width: auto;
}
div.sideMenu span.ErrorMessage
{
    clear: both;
    color:#F00;
    display: block;
    font-style: normal;
    font-weight: normal;
}
/* =CLASS STYLES
----------------------------------------------- 
*/
.textAlignRight
{
    text-align: right;
    
}
/* =FOOTER
----------------------------------------------- 
*/
div.footer
{
    background: url(/images/footer-bg.gif) top left repeat-x #d3eefb;
    color: #000;
    float: left;
    font-size: 12px;
    height: 100%;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
div.footer a
{
   color: #000; 
}
/* =ACCORDION
----------------------------------------------- 
*/
.acc
{
    margin: 15px 0 0 0;
    z-index: -100;
}
.accHeader
{
    background: url(/images/acc-header-bg.gif) top left repeat-x #83bbd9;
    border: 1px solid #83bbd9;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 15px;   
    width: 573px;
}
.accHeader:hover
{
    background: url(/images/acc-header-bg-hover.gif) top left repeat-x #34a7db;
    border: 1px solid #34a7db;
}
.accHeaderOn
{
    background: url(/images/acc-header-bg-on.gif) top left repeat-x #b1770b;
    border: 1px solid #b1770b;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 15px;   
    width: 573px;
}
.accContent
{
    background-color: #fffcda;
    border-left: 1px solid #b1770b;
    border-right: 1px solid #b1770b;
    border-bottom: 1px solid #b1770b;
    font-size: 12px;
    padding: 15px;
    width: 558px;
}
div.content .accContent h2
{
    clear: both;
    font-family: Georgia;
    font-size: 18px;
    font-weight: lighter;
    padding: 15px 0;
}
.accContent td
{
    padding: 3px 0;
}
*html .accContent td
{
    padding: 1px 0;
    margin: 0;
}
.accContent td.info
{
    padding: 0 15px 0 0;
    text-align: right;
    width: 100px;
}

.accContent td.cfinfo
{
    padding: 0 15px 0 0;
    text-align: right;
    width: 215px;
}
.accContent td.cfinfo p
{
    line-height: 18px;
}
.accContent td select
{
    width: 155px;
}

.accContent td input
{
    width: 150px;
}
span.redText
{
    color: #F00;
}
input.Button
{
    border: none;
    cursor: pointer;
    display: inline;
    height: 31px;
    width: 75px;
}
.next
{
    background: url(/images/next-button.gif) top left no-repeat #FFF;
}
.back
{
    background: url(/images/back-button.gif) top left no-repeat #FFF;
}
.finish
{
    background: url(/images/finish-button.gif) top left no-repeat #FFF;
}
input.Button:hover
{
    background-position: 0 -31px;
}
input.Button:active
{
    background-position: 0 -62px;
}

input.info
{
    margin: 15px 0 0 195px;
}
input.adminInfo
{
    float: right;
    margin: 15px 0 0 0;
}
div.cfInfoButtons
{
    margin: 15px 0 0 232px;
}
div.interestButtons
{
    text-align: right;
}

.accContent td.rdo input, table.chkBoxes td input, .chkBoxes input
{
    float: left;
    width: 20px;
}
.accContent td.rdo label, table.chkBoxes td label
{
    float: left;
}
.admin
{
    
    float: right;
    margin: 15px 0 0 0;
}
.accContent td.rdo br
{
    clear: both;
}
.grdView
{
    margin: 10px 0 0 0;
}
.grdView td input
{
    width: auto;
}
.grdView .grdTD
{
    padding: 5px;
}
.grdView .grdTD td.first
{
    padding: 5px;
    width: 110px;
}
.grdView .grdTD td
{
    line-height: 18px;
}
.accContent td.prospectRoleTable
{
    padding: 0 15px;
}
.accContent td.prospectRoleTable td
{
    padding: 5px 0;
}
div#contentLoader
{
    color: #555;
    background-color: #fffcda;
    border: 1px solid #b1770b;
    display: none;
    font-family: Georgia;
    font-size: 30px;
    height: 180px;
    left: 9px;
    line-height: 55px;
    padding: 100px 0 0 0;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 588px;
    z-index: 1000;
}
div.regFinish
{
    color: #555;
    background-color: #fffcda;
    border: 1px solid #b1770b;
    display: none;
    font-family: Georgia;
    font-size: 30px;
    height: 180px;
    left: 9px;
    line-height: 55px;
    padding: 50px 0 0 0;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 588px;
    z-index: 1000;
}
div.regFinish p
{
    font-family: Arial;
    font-size: 12px;
    line-height: 19px;
}
div.pnlFinish
{
    color: #555;
    background-color: #fffcda;
    border: 1px solid #b1770b;
    float: left;
    font-family: Georgia;
    font-size: 30px;
    height: 180px;
    line-height: 55px;
    padding: 50px 0 0 0;
    text-align: center;
    width: 588px;
    z-index: 1000;
}
div.pnlFinish p
{
    font-family: Arial;
    font-size: 12px;
    line-height: 19px;
    padding: 0 50px;
}
div.pnlFinishAuto
{
    color: #555;
    background-color: #fffcda;
    border: 1px solid #b1770b;
    float: left;
    font-family: Georgia;
    font-size: 30px;
    line-height: 55px;
    padding: 20px 0 20px 0;
    text-align: center;
    width: 588px;
    z-index: 1000;
}
div.pnlFinishAuto p
{
    font-family: Arial;
    font-size: 12px;
    line-height: 19px;
    margin: 15px 0;
    padding: 0 50px;
    text-align: left;
}
.floatRight
{
    float: right;
}
#tdFacility
{
    display: none;
}
.eventTable td h2
{
    clear: none;
    display: block;
    float: left;
    width: 290px;
}
.eventTable td div.container
{
    background: url(/images/sub-menu-bg.gif) bottom left repeat-x #fff;
    border: 1px solid #76c5eb;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px 0 5px 10px;
    width: 270px;
}
.eventTable span
{
    font-size: 10px;
}

.eventTable td td
{
    margin: 0;
    padding: 3px 10px 3px 0;
}
.eventTable td td select
{
    width: 160px;
}
.eventTable td td input
{
    width: 155px;
}
tr.last td
{
    text-align: left;
}
a.mainButton
{
    background: url(/images/button.jpg) top left repeat-x;
    border: 1px solid #34a7db;
    color: #000;
    float: right;
    font-family: Arial;
    font-size: 14px;
    margin: 0 0 0 5px;
    padding: 5px;
    text-decoration: none;
    width: auto;
}
a.mainButton:hover
{
    background-position: 0 -31px;
    border: 1px solid #b1770b;
}
a.mainButton:active
{
    background-position: 0 -62px;
    border: 1px solid #cf4700;
}
.clearBoth
{
    clear: both;
}
div.eventButton
{
    clear: both;
    float: right;
    margin: 15px 9px 0 0;
}
tr.tinyMCE td
{
    margin: 0;
    padding: 0;
}
tr.calendar td
{
    padding: 0;
    margin: 0;
}
.displayNone
{
    display: none;
}
.mapInfoWindow
{
    line-height: 18px;
}
#map
{
    height: 300px;
    float: right;
    width: 320px; 
}
a.eventListing
{
    background-color: #eff9fe;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 3px 0;
    text-decoration: none;
    width: 530px;
}
a.eventListing:hover
{
    background-color: #d9f2ff;
}
a.eventListing p
{
    color: #444;
    cursor: pointer;
    float: left;
    padding: 0 10px 0 10px;
    width: 130px;
}
a.eventListing em
{
    color: #12629b;
    cursor: pointer;
    float: left;
    font-style: normal;
    padding: 10px 0;
    text-decoration: underline;
    width: 250px;
}
a.eventListing span
{
    color: #444;
    cursor: pointer;
    float: left;
    padding: 10px 0;
    width: 125px;
}
a.on
{
    background-color: #FFF;
}
div.eventListingHeader
{
    background: url(/images/top-bg.gif) bottom left repeat-x;
    float: left;
    margin: 0;
    padding: 3px 0;
    width: 585px;
}
div.eventListingHeader p
{
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    width: 130px;
}
div.eventListingHeader label
{
    color: #000;
    float: left;
    font-weight: bold;
    padding: 13px 0 10px 0;
    width: 300px;
}
div.eventListingHeader span
{
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 13px 0 10px 0;
    width: 125px;
}
div.formField
{
    clear: both;
    float: left;
    margin: 5px 0;
    width: 585px;
}
div.full div.formField
{
    width: 790px;
}
div.formField p
{
    background: url(/images/left-arrow.gif) 2px 3px no-repeat #fffcda;
    border: 1px solid #b1770b;
    float: left;
    margin: 0 5px;
    padding: 1px 5px 0px 25px;
    width: 226px;
}
div.formField label
{
    float: left;
    padding: 4px 10px 0 0;
    text-align: right;
    width: 95px;
}
div.formField input
{
    float: left;
    width: 200px;
}
div.formField select
{
    float: left;
    width: 205px;
}
div.formField span.error
{
    float: left;
    padding: 0 0 0 10px;
}
div.formField span.errorNextLine
{
    clear: both;
    float: left;
    margin: 5px 0 0 110px;
}
div.formField textarea
{
    height: 200px;
    text-align: left;
    width: 465px;
}
div.full div.formField textarea
{
    height: 350px;
    width: 620px;
}
div.full .mbBottomButtons
{
    width: 400px;
}
div.formField div.rightForm
{
    float: left;
    width: 205px;
}
div.formFieldRightButtons
{
    float: left;
    margin: 10px 0 0 0;
    text-align: right;
    width: 309px;
}
div.formFieldRight
{
    float: right;
    margin: 15px 9px 0 0;
}
div.formFieldRightSmall
{
    margin: 0 0 0 140px;
}
div.formFieldRightSmall a.forgotLink
{
    color: #4e7592;
    float: left;
    padding: 5px 0 0 0;
}
/* =MESSAGE BOARD CATEGORIES
----------------------------------------------- 
*/
.mbCatHeaderStyle
{
    background: url(/images/top-bg.gif) bottom left repeat-x;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0 15px 10px;
    text-align: left;
}
.mbTopicHeaderStyle
{
    background: url(/images/top-bg.gif) bottom left repeat-x;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.mbCatItemStyle
{
    border-bottom: 1px solid #12629b;
    line-height: 18px;
    padding: 10px 0 15px 10px;
    text-align: left;
    width: 350px;
}
.mbCatItemStyle a
{
    color: #12629b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
}
.mbCatItemStyle a:hover
{
    color: #fdba49;
}
.mbFullTDStyle
{
    background-color: #cceafa;
    line-height: 18px;
    padding: 10px;
}

.mbLastPostItemStyle
{
    border-bottom: 1px solid #12629b;
    line-height: 18px;
    margin: 0;
    padding: 0 0 10px 10px;
    width: 150px;  
}
.mbLastPostItemStyle a
{
    color: #12629b;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.mbLastPostItemStyle a:hover
{
    color: #fdba49;
}
.mbTopicItemStyle
{
    border-bottom: 1px solid #12629b;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    width: 75px;  
}
.mbTopTopicsItemStyle
{
    border-bottom: 1px solid #12629b;
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0 15px 10px;
    width: 350px;  
}
.mbTopTopicsItemStyle a
{
    color: #12629b;
    font-size: 14px;
    font-weight: bolder;
}
.mbTopTopicsItemStyle a:hover
{
    color: #fdba49;
}
.mbHeaderOn
{
    background: url(/images/acc-header-bg-on.gif) top left repeat-x #b1770b;
    border: 1px solid #b1770b;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 5px 15px;   
    position: relative;
    width: 573px;
}
.mbContent
{
    background-color: #fffcda;
    border-left: 1px solid #b1770b;
    border-right: 1px solid #b1770b;
    border-bottom: 1px solid #b1770b;
    float: left;
    font-size: 12px;
    padding: 15px 0;
    width: 588px;
}
.rightButton
{
    clear: both;
    float: left;
    padding: 0 14px 0 0;
    text-align: right;
    width: 574px;
}
div.checkBox input
{
    width: 20px;
    margin: 4px 0 0 90px;
}
*html div.checkBox input
{
    margin: 0 0 0 85px;
}
div.checkBox label
{
    text-align: left;
    width: 400px;
    
}
.mbPostHeader
{
    background: url(/images/acc-header-bg.gif) top left repeat-x #b6dffc;
    border: 1px solid #83bbd9;
    float: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 5px 10px 5px 15px;
    width: 563px;
}
.mbPostContent
{
    background-color: #FFF;
    border-left: 1px solid #83bbd9;
    border-right: 1px solid #83bbd9;
    border-bottom: 1px solid #83bbd9;
    float: none;
    font-size: 12px;
    padding:  0 15px;
}
.mbPostContentOn
{
    background-color: #edf8fe;
    border-left: 1px solid #83bbd9;
    border-right: 1px solid #83bbd9;
    border-bottom: 1px solid #83bbd9;
    float: none;
    font-size: 12px;
    padding:  0 15px;
}
div.mbTopButtons
{
    float: right;
}
div.mbBottomButtons
{
    float: right;
    margin: 10px 0 0 0;
}
div.mbBottomPostButtons
{
    float: right;
    margin: 10px 0 10px 0;
}
a.mbButton
{
    background: url(/images/button.jpg) top left repeat-x;
    border: 1px solid #34a7db;
    color: #000;
    float: left;
    font-family: Arial;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 5px;
    text-decoration: none;
    width: auto;
    white-space: nowrap;
}
a.mbButton:hover
{
    color: #000;
    background-position: 0 -31px;
    border: 1px solid #b1770b;
}
a.windowCancel
{
    position: absolute;
    top: 6px;
    right: 6px;
}
.mbPost
{
    float: left;
    margin: 15px 0 0 0;
}
.mbTopics
{
    clear: both;
    float: left;
    margin: 10px 0 0 0;
}
#html .topicPages
{
    border: 1px solid #71716d;
    float: left;
    color: #333333;
    font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.topicPages a
{
    background: url(/images/button.jpg) top left repeat-x;
    border: 1px solid #34a7db;
    color: #000;
    float: left;
    margin: 10px 2px 10px 2px;
    padding: 5px 10px;
    text-decoration: none;
}
.topicPages span
{
    background: url(/images/button.jpg) top left repeat-x;
    background-position: 0 -31px;
    border: 1px solid #b1770b;
    float: left;
    border: 1px solid #71716d;
    margin: 10px 2px 10px 2px;
    padding: 5px 10px;
    text-decoration: none;
}
.topicPages a:hover
{
    color: #000;
    background-position: 0 -31px;
    border: 1px solid #b1770b;
}
.recipeList
{
    background-color: #f0f9fe;
    border: 1px solid #8bb6d5;
    color: #4e7592;
    display: block;
    float: left;
    font-size: 14px;
    margin: 4px 0 4px 0px;
    padding: 5px 0 5px 10px;
    position: relative;
    text-decoration: none;
    width: 513px;
}
.recipeList span
{
    color: #000;
    font-size: 12px;
}
.recipeList:hover
{
    background-color: #fffcda;
    border: 1px solid #b1770b;
    color: #b1770b;
}
.featured
{
    background: url(/images/featured.gif) 2px 2px no-repeat #f0f9fe;
    padding: 5px 0 5px 80px;
    width: 443px;
}
textarea.journalMCE
{
    height: 350px;
    text-align: left;
    width: 550px;
}
div.smallFormButtonContainer
{
    float: left;
    margin: 15px 3px 10px 0;
    text-align: right;
    width: 290px;
}
div.journalButtonContainer
{
    text-align: right;
    margin: 15px 3px 10px 0;   
}
a.journalButton
{
    background: url(/images/button.jpg) top left repeat-x;
    border: 1px solid #34a7db;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    margin: 0 0 0 10px;
    padding: 5px;
    text-decoration: none;
    width: auto;
    white-space: nowrap;
}
a.journalButton:hover
{
    color: #000;
    background-position: 0 -31px;
    border: 1px solid #b1770b;
}
.print
{
    background: url(/images/printer.gif) top left no-repeat #f1fafe;
    border: 1px solid #12629b;
    color: #12629b;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 10px;
    padding: 20px 10px 20px 55px;
    text-decoration: none;
}
.print:hover
{
    background-color: #fffcda;
    border: 1px solid #b1770b;
    color: #b1770b;
}
.viewEvent
{
    clear: both;
    margin: 10px 0 0 0;
    width: 590px;
}



.searchName
{
    border-bottom: 1px solid #12629b;
    line-height: 18px;
    padding: 10px 0 15px 10px;
    width: 100px;
}
.searchContactInfo
{
    border-bottom: 1px solid #12629b;
    line-height: 18px;
    margin: 0;
    padding: 0 0 10px 10px;
    width: 150px;  
}
.searchContactInfo a
{
    color: #12629b;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.searchContactInfo a:hover
{
    color: #fdba49;
}
.searchParticipation
{
    border-bottom: 1px solid #12629b;
    line-height: 18px;
    padding: 0 0 10px 0;
    width: 200px;
}
.searchParticipation a
{
    color: #12629b;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.searchParticipation a:hover
{
    color: #fdba49;
}
.ddlMargin
{
    margin: 0 0 10px 0;
}
.adminTools
{
    background-color: #fffcda;
    border: 1px solid #b1770b;
    float: left;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bolder;
    margin: 5px 0 15px 0;
    padding: 10px;
    width: 568px;
}
.adminTools span
{
    float: left;
    padding: 4px 0 0 0;
}
.adminTools a
{
    background: url(/images/button.jpg) top left repeat-x;
    border: 1px solid #34a7db;
    color: #000;
    float: left;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 10px;
    padding: 5px;
    text-decoration: none;
    width: auto;
}
.adminTools a:hover
{
    color: #000;
    background-position: 0 -31px;
    border: 1px solid #b1770b;
}
.editLink
{
    background: url(/images/edit.gif) 2px 2px no-repeat #f0f9fe;
    border: 1px solid #8bb6d5;
    float: left;
    height: 20px;
    margin: 6px 5px 0 0;
    width: 20px;
}

.editLink:hover
{
    background-color: #fffcda;
    border: 1px solid #b1770b;   
}
.deleteLink
{
    background: url(/images/delete.gif) 2px 2px no-repeat #f0f9fe;
    border: 1px solid #8bb6d5;
    float: left;
    height: 20px;
    margin: 6px 5px 0 0;
    width: 20px;
}
.deleteLink:hover
{
    background-color: #fffcda;
    border: 1px solid #b1770b;   
}

.Text
{
    color: #000;
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px 0 25px;
    text-decoration: none;
    width: auto;
}
.ptpnList label
{
    display: inline;   
}
.adminLinks
{
    float: left;
}
.myAccount
{
    float: left;
    width: 585px;
}
.myAccount a
{
    background: url(/images/button.jpg) top left repeat-x;
    border: 1px solid #34a7db;
    clear: both;
    color: #000;
    float: right;
    font-family: Arial;
    font-size: 14px;
    margin: 10px;
    padding: 5px;
    text-decoration: none;
    width: auto;
    white-space: nowrap;
}
.myAccount a:hover
{
    color: #000;
    background-position: 0 -31px;
    border: 1px solid #b1770b;
}
.myAccount label
{
    border-right: 1px solid #8bb6d5;
    clear: both;
    color: #777;
    display: inline;
    float: left;
    font-size: 14px;
    padding: 4px 5px 4px 0;
    text-align: right;
    width: 130px;
}
.myAccount span
{
    float: left;
    font-size: 14px;
    margin: 0 0 0 5px;
    padding: 4px 0;
    width: 400px;
}
.myAccount ul li a
{
    background: none;
    border: none;
    color: #1b6397;
    float: none;
    margin: 0;
}
.myAccount ul li a:hover
{
    border: none;
    color: #d27d00;
}

.reqItemStyle
{
    line-height: 18px;
    padding: 10px 0 15px 10px;
    text-align: left;
}
.reqItemStyleCenter
{
    cursor: pointer;
    line-height: 18px;
    padding: 10px 0 15px 0px;
    text-align: center;
}
.requestHeader
{
    cursor: pointer;
}
.requestHeader:hover, .requestHeaderAlt:hover, .requestHover
{
    background-color: #d4eefb;
}
.requestHeaderAlt
{
    background-color: #eff8fd;
    cursor: pointer;
}
.request
{
    border-bottom: 1px solid #8bb6d5;
}
*html .requestDetails
{
    width: 98%;
}
.requestDetails td
{
    border:1px solid #eff8fd;
    padding: 3px 5px;
    line-height: 18px;
}
.strong
{
    background-color: #eff8fd;
    font-weight: bold;
}
.requestButton
{
    
    font-family: Georgia;
    font-size: 16px;
    font-weight: lighter;
    margin: 5px 10px 10px 0;
}
.leftTD
{
    padding: 6px 10px 0 0 !important;
    text-align: right;
}
.ajax__slider_h_rail
{
    float: left;
}
.sliderLabel
{
    float: left;
    font-family: Tahoma;
    padding: 2px 0 0 5px;
}
.adminTable td
{
    padding: 3px 0;
    vertical-align: top;
}
.requestLink
{
    color: #1b6397;
    float: left;
    padding: 15px 0 0 10px;
}
.requestLink:hover
{
    color: #d27d00;
}



.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


ul#slide-images{
    position:relative;
    display:block;
    margin:0px;
    padding:0px;
    width:582px;
    height:231px;
    overflow:hidden;
}

ul#slide-images li{
    position:absolute;
    display:block;
    list-style-type:none;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
}

ul#slide-images li img{
    display:block;
    background-color:#FFFFFF;
}
div.video
{
    background-color: #FFFCDA;
    border: 1px solid #B1770B;
    padding: 10px 25px;
}
#videoTitle
{
    font-family: Georgia;
    font-size: 20px;
    font-weight: lighter;
    margin: 5px 0 15px 0;
}
#videoDesc
{
    line-height: 20px;
    margin: 15px 0 5px 0;
}
div.videoLinks
{
    width: 100%;
}
.videoLinks a
{
    float: left;
    background: url(/images/box-bg.gif) repeat-x top left #FFF;
    border: 1px solid #8BB6D5;
    margin: 0 0 15px 10px;
    padding: 15px;
    text-decoration: none !important;
    width: 250px;
}
.videoLinks a:hover
{
    background: #FFFCDA;
    border: 1px solid #B1770B;
}
.videoLinks a img
{
    float: left;
    padding: 5px 0 0 0;
    width: 56px;
}
.videoLinks a span strong
{
    color: #444;
    display: block;
    font-weight: bold;
}
.videoLinks a span
{
    clear: right;
    color: #444;
    float: left;
    line-height: 18px;
    padding: 0 0 0 15px;
    width: 179px;
}
div.topFormField
{
    float: left;
    width: 100%;
}
div.topFormField label
{
    float: left;
    margin: 5px 0;
    width: 100%;
}
div.topFormField input
{
    float: left;
    width: 250px;
}
div.topFormField select
{
    float: left;
    width: 255px;
}
div.topFormField textarea
{
    float: left;
    height: 200px;
    width: 555px;
}

div.topFormField span.error
{
    float: left;
    margin: 0 0 0 15px;
    width: 150px;
}
div.topFormField span.fullError
{
    float: left;
    margin: 10px 0;
    width: 150px;
}
div.topFormField .chk
{
    float: left;
    margin: 10px 0;
    width: 100%;
}
div.topFormField .chk input
{
    margin:8px 0 0;
    width:25px;
}
div.topFormField .chk label
{
    width: 400px;
}
div.shineList
{
    float: left;
    border-bottom: 1px solid #CCC;
    width: 590px;
}
div.shineList h2
{
    float: left;
    width: 590px;
}
div.shineList h2 a
{
    color: #12629B;
}
div.shineList h2 a:hover
{
    color: #b1770b;
}
div.shineList a.imgThumb
{
    float: left;
    width: 120px;
}
div.shineList a.imgThumb img
{
    border: 5px solid #CCC;
}
div.shineList div
{
    float: left;
    width: 470px;
}
div.shineList div p
{
    padding-top: 0;
}
div.shineList .editLink
{
    background-position:4px 4px;
    padding:5px 7px 0 25px;
    width:auto;
}
div.shineList .deleteLink
{
    background-position:4px 4px;
    padding:5px 7px 0 25px;
    width:auto;
}
div.shineListAdmin
{
    float: left;
    margin: 5px 0 20px 120px;
    width: 300px;
}
a.submitYourWork
{
    background: url(/images/submit-your-work.jpg) top left no-repeat;
    float: left;
    height: 39px;
    margin: 5px 0;
    width: 199px;
}
a.submitYourWork:hover
{
    background-position: 0 -39px;
}

div.shine
{
    float: left;
    width: 590px;
}
div.shine div.imgFull
{
    float: left;
    width: 325px;
}
div.shine div.details
{
    float: left;
    width: 265px;
}

div.comments
{
    float: left;
    margin:35px 0 0 0;
    width: 590px;
}


div.addComment
{
    float: left;
    width: 100%;
}
div.addComment .mceIframeContainer
{
    width: 500px;
}
div.addComment iframe
{
    height: 175px !important;
}
div.addComment a.mainButton
{
    float: left;
    margin: 10px 0;
}
div.addComment span.error
{
    float:left;
    font-size:15px;
    font-weight:bold;
    margin:15px 0 5px;
    width:100%;
}
.comment p
{
    font-size: 14px;
}
.comment{
    background: url(/images/comment-top.gif) top left no-repeat;
    margin:0 0 30px 13px;
    padding: 10px 0 0 0;
    position: relative;
    width: 360px;
}
.absLink{
    border: 1px solid #CCC;
    background-color: #FFF;
    display: block;
    padding: 0 3px 3px 3px;
    position: absolute;
    top: -10px;
    right: 10px;
    height: 10px;
}
.comment div{
    background: url(/images/comment-bottom.gif) bottom left no-repeat;
    color:#666666;
    font-size:14px;
    line-height:22px;
    min-height:50px;
    padding:0 10px 37px 20px;
    position:relative;
    width:330px;
}
.delete
{
    background: url(/images/delete-comment.gif) top left no-repeat;
    bottom: 0px;
    padding: 0 0 0 20px;
    position: absolute;
    right:51px;
}
.edit
{
    background: url(/images/edit-comment.gif) top left no-repeat;
    bottom: 0px;
    padding: 0 0 0 20px;
    position: absolute;
    right: 0px;
}
.comment label
{
    display: block;
}
.comment input
{
    display: block;
    margin: 5px 0 0 0;
}
.comment textarea
{
    display: block;
}
.update
{
    background: url(/images/update.gif) top left no-repeat;
    padding: 0 0 0 20px;
    bottom:0;
    left:124px;
    position:absolute;
}
.cancel
{
    background: url(/images/delete.gif) top left no-repeat;
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
    bottom:0;
    left:47px;
    position:absolute;
}
*html .comment div{
    height: 50px;
}
.user div span{
    bottom: -17px !important;
}
.comment div span{
    bottom: 2px;
    color: #797979;
    font-size: 12px;
    left: 50px;
    line-height: 16px;
    position: absolute;
    width: 229px;
}
.comment div img{
    left:8px;
    position:absolute;
    top:-1px;
}
.fitnessVideoLinks
{
    clear: both;
    float: left;
    margin: 15px 0;
    width: 100%;
}
#videoFitness
{
    clear: both;
    margin: 0 0 20px 0;
}
.fitness1
{
    background: url(/images/fitness-video-1.jpg) 5px 5px no-repeat #FFFCDA;
    border:1px solid #B1770B;
    float: left;
    padding:19px 5px 23px 60px;
    margin: 0 10px 0 0;
}
.fitness2
{
    background: url(/images/fitness-video-2.jpg) 5px 5px no-repeat #FFFCDA;
    border:1px solid #B1770B;
    float: left;
    padding:19px 5px 23px 60px;
    margin: 0;
}