body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000033;
}
body a, body a:visited
{
    color: Navy;
    text-decoration: none;
}
body a:hover
{
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6
{
    color: #322D71;
}

/* Page Structure ID's */
#page
{
    width: 985px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#header
{
    top: 5px;
    position: relative;
    margin-bottom: 70px;
    z-index: 1;
}
#header a, #header a:visited
{
    text-decoration: none;
}
#header a:hover
{
}
#loginBox, #loginStatus, #searchBar, .notice
{
    position: relative;
}
#loginBox, #searchBar
{
    float: right;
    top: 10px;
}
#loginBox
{
}
#searchBar
{
}
#loginStatus
{
    top: 40px;
    float: left;
    font-weight: bold;
}
.notice
{
    position: relative;
    top: -25px;
}
#main, #fullContent, .backGround
{
    background-attachment: fixed;
    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
#mainContent
{
    width: 64%;
}
#fullContent, #searchContent
{
    width: 100%;
}
.searchQuery
{
    color: #FFFFFF;
    background-color: #677B52;
}
#searchNav, #sortNav
{
    position: relative;
    float: right;
}
#searchNav
{
    top: -20px;
}
#sortNav
{
    top: -55px;
}
.editResult
{
    position: relative;
    top: -55px;
}

#mainContentRight, #subContent, .FR, .nobdrR
{
    float: right;
}
#mainContentRight
{
    width: 64%;
}
#subContent
{
    width: 34%;
}
#subContentLeft, #leftContent, .FL, .nobdrL, #mainMidLeft
{
    float: left;
}
#subContentLeft
{
    width: 32%;
}
#leftContent
{
    width: 25%;
}
#mainMidLeft
{
    width: 50%;
}
#centerContent
{
    padding-left: 6px;
    padding-right: 6px;
    overflow: auto;
}
#rightContent
{
    float: right;
    width: 25%;
}
#footer
{
    padding-top: 20px;
    width: 985px;
    clear: both;
}
.footerUp
{
    position: relative;
    height: 50px;
    clear: both;
}
#toolTipBox
{
    display: none;
    padding: 5px;
    font-size: 12px;
    border: black solid 1px;
    font-family: verdana;
    position: absolute;
    background-color: #ffd038;
    color: #000000;
}

a, a:visited
{
    color: Olive;
    text-decoration: none;
}
a:hover
{
    color: #574D04;
    text-decoration: underline;
}


/* ALL CONTENT BOXES - HEADING & NAME */
.eventHeading, .eventName, .newsHeading, .newsName, .homeHeading, .homeName, .sponsorHeading, .sponsorName
{
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 3px;
    margin-bottom: 6px;
}

/* Events Content, Header, Hyperlinks */
.eventHeading
{
    background: #FFC164 url("../icons/event.png") no-repeat;
    border: solid 1px #DD6900;
}
.eventName
{
    color: #D37B24;
    background-color: #FFDCA8;
    border-top: solid 1px #FFBB55;
    overflow: auto;
}
.eventBox
{
    font-size: x-small;
    padding: 5px;
    color: #DD6900;
    background: #FFFFE2 url("../images/bgimg_orange.jpg") repeat;
    border: solid 1px #DD6900;
    margin-bottom: 10px;
    clear: left;
    overflow: auto;
}
.eventBox h1, .eventBox h2, .eventBox h3, .eventBox h4, .eventBox h5, .eventBox h6, .eventBox a, .eventBox a:visited
{
    color: #DD6900;
    text-decoration: none;
}
.eventBox a:hover
{
    color: Olive; /* text-decoration: underline;*/
}
.eventBox img
{
    border: solid 1px #FFBB55;
}
#floatEvents
{
    float: right;
    width: 200px;
}
/* END Events Content, Header, Hyperlinks */


/* News Content, Header, Hyperlinks */
.newsHeading
{
    background-color: #5AA7E5;
    background-image: url("../icons/news.png");
    background-repeat: no-repeat;
    border: solid 1px #104067;
}
.newsName
{
    background-color: #B9DAF4;
    border-top: solid 1px #5AA7E5;
    overflow: auto;
}
.newsBox
{
    font-size: x-small;
    padding: 6px;
    color: #104067;
    background-color: #F4FBFF;
    background-image: url("../images/bgimg_blue.jpg");
    background-repeat: repeat;
    border: solid 1px #104067;
    margin-bottom: 10px;
    overflow: auto;
    clear: left;
}
.newsBox h1, .newsBox h2, .newsBox h3, .newsBox h4, .newsBox h5, .newsBox h6, .newsBox a, .newsBox a:visited
{
    color: #104067;
    text-decoration: none;
}
.newsBox a:hover
{
    color: #6699FF;
    text-decoration: underline;
}
.newsBox img
{
    border: solid 1px #5AA7E5;
}

#floatNews
{
    float: left;
    width: 200px;
}
/* END News Content, Header, Hyperlinks */


/* Home Content, Header, Hyperlinks */
.homeHeading
{
    background-color: #5AA7E5;
    background-image: url("../icons/whatson.png");
    background-repeat: no-repeat;
    background-color: #17AA43;
    border: solid 1px #2B5500;
}
.homeName
{
    background-color: #BAF5CC;
    border-top: solid 1px #17AA43;
    overflow: auto;
}
.homeBox
{
    font-size: x-small;
    padding: 6px;
    color: #2B5500;
    background-color: #F4FFF5;
    background-image: url("../images/bgimg_green.jpg");
    background-repeat: repeat;
    border: solid 1px #2B5500;
    margin-bottom: 10px;
    overflow: auto;
    clear: both;
}
.homeBox h1, .homeBox h2, .homeBox h3, .homeBox h4, .homeBox h5, .homeBox h6, .homeBox a, .homeBox a:visited
{
    color: #2B5500;
    text-decoration: none;
}
.homeBox a:hover
{
    color: #00DD00;
    text-decoration: underline;
}
.homeBox img
{
    border: solid 1px #17AA43;
}
/* END Home Content, Header, Hyperlinks */


/* Ajax centerContent on Events.aspx page */
.showEvent
{
    font-size: small;
    background-color: #FFFFE2;
    border: solid 1px Olive;
    padding-top: 3px;
    padding-left: 9px;
    padding-right: 6px;
    padding-bottom: 6px;
    overflow: auto;
}
.showName
{
    color: Olive;
    font-size: x-large;
    font-weight: bold;
    text-align: center;
    background-color: #F9EFAE;
    border-top: solid 1px Olive;
    width: 98%;
    padding: 3px;
    overflow: auto;
}
.showEvent h1, .showEvent h2, .showEvent h3, .showEvent h4, .showEvent h5, .showEvent h6, .showEvent a, .showEvent a:visited, .showEvent
{
    color: Olive;
    text-decoration: none;
}
.showEvent a:hover
{
    color: #DD6900;
    text-decoration: underline;
}
.showEvent img
{
    border: solid 1px Olive;
}
/* Ajax centerContent on Events.aspx page */

/* Start Sponsor Box Styles */
.sponsorHeading
{
    background-image: url("../icons/sponsors.png");
    background-repeat: no-repeat;
    background-color: #E4EFB3;
    border: solid 1px Olive;
}
.sponsorName
{
    background-color: #DCEEC3;
    border-top: solid 1px #E4EFB3;
    overflow: auto;
}
.sponsorBox
{
    font-size: x-small;
    padding: 6px;
    color: #2B5500;
    background-color: #FDFFEC;
    border: solid 1px Olive;
    margin-bottom: 10px;
    overflow: auto;
}
.sponsorBox h1, .sponsorBox h2, .sponsorBox h3, .sponsorBox h4, .sponsorBox h5, .sponsorBox h6, .sponsorBox a, .sponsorBox a:visited
{
    color: #2B5500;
    text-decoration: none;
}
.sponsorBox a:hover
{
    color: #00DD00;
    text-decoration: underline;
}
/* End Sponsor Box Styles */

.testBox
{
    background-color: #FFFEFA;
    border: dotted 1px #FFDA82;
}

.eventItemName
{
    font-weight: bold;
    padding-right: 10px;
}


/* View Users & Admin Access Tables */
.viewBoxYes, .viewBoxNo, .boxYes, .boxNo
{
    font-size: x-small;
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    margin-bottom: 5px;
    overflow: auto;
}
.viewBoxYes, .viewBoxNo
{
    width: 60%;
    margin-bottom: 20px;
}
.viewBoxYes, .boxYes, .Yes
{
    color: #2B5500;
}
.viewBoxYes, .boxYes
{
    border: solid 1px #2B5500;
    background-color: #F4FFF5;
}
.viewBoxNo, .boxNo, .No
{
    color: #FF0000;
}
.viewBoxNo, .boxNo
{
    border: solid 1px #FF0000;
    background-color: #FFF2F2;
}
.viewEventBox
{
    font-size: small;
    color: Olive;
    padding: 6px;
    background-color: #FFFFE2;
    border: solid 1px Olive;
    margin-bottom: 20px;
    overflow: auto;
}
/* END View Users & Admin Access Tables */


/* Common classes */
a img, a:visited img
{
    border: solid 1px #FFFFFF;
    padding: 6px;
}
a:hover img
{
    border: solid 1px Olive;
    padding: 6px;
}
.bdr
{
    border: solid 1px #000066;
}
.bdr img
{
}
.Don
{
    background-image: url("../images/Don-Huntley.jpg");
    background-position: right;
    background-repeat: no-repeat;
    height: 444px;
}
.nobdr img, .nobdrR, .nobdrL
{
    border: none;
}
.rightTxt
{
    text-align: right;
}
.ctrTxt, .ctrObj
{
    text-align: center;
}
.ctrObj
{
    margin-left: auto;
    margin-right: auto;
}
.ctrObj img a, .ctrObj a:visited img, .ctrObj a:hover img
{
    border: solid 1px #FFFFFF;
}

.loginHelp
{
    font-size: x-small;
    line-height: 24px;
    text-align: right;
}
.loginHelp a
{
}
.aLogItemS, .aLogItem
{
    float: left;
}
.aLogItem
{
    width: 120px;
}
.newUser
{
    float: left;
    line-height: 24px;
    margin-right: 5px; /*  border: solid 1px #F00000; */
}
.ValidateError
{
    margin-right: 5px; /*  border: solid 1px #F0DD00;     */
}

.helpmenu ul
{
    font-weight: bold;
}
.helpmenu li
{
}

.ClearLeft
{
    clear: left;
}
.FullWidth
{
    width: 100%;
}
.rqFieldStyle
{
    font-weight: bold;
    color: Red;
}
.success, .failed, .false
{
    font-size: small;
    font-weight: bolder;
}
.success
{
    color: Green;
}
.failed, .false
{
    color: Red;
}
.disabled
{
    color: #C3C3C3;
}
.false
{
    font-size: medium;
}
/* .t? are testimonials for the whatson script */
.help, .Map, .t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10, .t11, .t12, .t13, .t14, .t15
{
    color: #DD6900;
    border: dotted 1px #DD6900;
    background-color: #FFFFFF;
    visibility: hidden;
    display: none;
}
#wcpaFront
{
    background-image: url("../images/IMG_0051_sml.jpg");
    background-repeat: no-repeat;
}
#lblResult
{
    font-size: x-small;
    font-weight: bolder;
}
.testimonial
{
    padding: 3px;
    margin-bottom: 3px;
    border: dotted 1px #C3C3C3;
}
.NoPadMag
{
    padding: 0px;
    margin: 0px;
}

.Content, .Colm20, .Colm30, .Colm50
{
    float: left;
}
.Colm20
{
    width: 20%;
}
.Colm30
{
    width: 30%;
}
.Colm50
{
    width: 50%;
}
.indMar
{
    margin-left: 30px;
}
.ind15
{
    text-indent: 120px;
}
.Lrg, .LrgBld, .LrgGrnBld
{
    font-size: large;
}
.LrgBld, .LrgGrnBld
{
    font-weight: bold;
}
.LrgGrnBld
{
    color: #386A59;
}
.sml, .smlctr, .List
{
    font-size: small;
}
.smlctr
{
    text-align: center;
}
.List
{
    line-height: 2;
}
.zLow
{
    z-index: 0;
}
.bld
{
    font-weight: bold;
}
.lrgGrn, .lrgGrnBld
{
    font-size: large;
    color: #386A59;
}
.lrgGrnBld
{
    font-weight: bold;
}
.fR6M, .floatImgR, .floatImgR, .fRaR
{
    float: right;
}
.fR6M
{
    padding-right: 6px;
}
.floatImgR
{
    margin-left: 20px;
}
.fRaR
{
    text-align: right;
    line-height: 27px;
}
.fL75, .fLM, .fL6RM, .floatImgL, .col1, .colm1, .colm2, .colm3, .colm300, .fLNames, .fLValues, .ImgBox, .TitleBox, .fL10, .fLW, .ClearLeft
{
    float: left;
}
.fL75
{
    width: 75%;
}
.fLM
{
    width: 78%;
}
.fL6RM
{
    margin-right: 6px;
}
.floatImgL
{
    margin-right: 20px;
}
.fLNames
{
    text-align: right;
}
.fLNames, .fLValues
{
    margin-right: 15px;
    line-height: 25px;
}
.fL10
{
    padding-right: 10px;
}
.fLW
{
    width: 90px;
}
.ImgBox
{
    width: 39%;
}
.TitleBox
{
    width: 10%;
}
.col1
{
    width: 550px;
}
.colm1
{
    padding-right: 10px;
}
.colm2
{
}
.colm3
{
    width: 60%;
}
.colm300
{
    width: 300px;
    margin: 3px;
    padding: 10px;
    color: #215FB4;
    background-color: #EFF6FF;
    border: solid 1px #215FB4;
}
.colmOF
{
    overflow: auto;
}
.xsml
{
    font-size: x-small;
}
.norm
{
    font-size: small;
}
.disabled
{
    color: #C9C9C9;
}
