body {
    /*  background: #644377; */
    font-family: Arial, sans-serif;
    font-size: 10pt;
    /* line-height: 135%; */
}
a:link {text-decoration: none; color: #b05bb5;}
a:visited {text-decoration: none; color: #b05bb5;}
a:hover {text-decoration: underline; color: #b05bb5}

.container {
    background: #644377;
/*  width: 755px;
    margin: 0 auto;
    margin-top: 0px;
     */
}

/* HEADER
----------------------------------------------- */
#topTag {
    width: 730px;
    margin: 0 auto;
    height: 20px;
    font-family: arial, sans-serif;
    font-size: 9px;
    color: #CCC;
    text-align: right;
}
#header {
    width: 735px; /* width is 755 */
    height: 85px; /* height is 105 */
    background-color: #FFFFFF;
    padding: 10px;
    position: relative;
    /* background-image: url(../images/header_bg.gif); */
    background-repeat: no-repeat;
}
.toptable {
    font-weight: bold;
    /* background-image: url(../images/header_bg.gif); */
    background-repeat: no-repeat;
    background-color: White;
}
#headerLogo {
    width: 182px;
    height: 45px;
    position: absolute;
    top: 33px;
    left: 10px;
}
#headerNav {
    width: 350px; height: 35px;
    position: absolute;
    top: 38px;
    left: 175px;
}
.headerNav ul {
    margin: 0;
    list-style-type: none;
    text-align: center;
 }
.headerNav li {
    display: left;
    padding: 0 6px;
	
}
.headerNav h3 {
    font-family: arial, sans-serif;
    font-size: 1.1em;
    font-style: italic;
    float: right;
    margin-right: 20px;
}
#ad {
    margin-left: 20px;
}
#headerClub {
    width: 150px;
    height: 100px;
    position: relative;
    left: 570px;
    top: 5px;
    padding: 0;
}
.headerClub h3 {
	
    font-weight: 100;
    font-style: italic;
    font-family:Arial, Helvetica, sans-serif;
}

.style1 {color: #FFFFFF}
.style2 {color: #97B56A}
.style3 {
    color: #FF8000;
    font-size: 12px;
}
.style4 {font-size: 8px}
.style6 {color: #3078CF; font-size: 12px; }
.style7 {color: #CC6600}
	
/* MAIN CONTENT
----------------------------------------------- */
.main {
/*  width: 755px; */
    background: #FFFFFF;
    margin-top: 10px;
    background-image:url(../images/main_bg.gif);
    background-repeat: repeat-y;
    float: left; /* fix bg problem */
    font-family: Arial, sans-serif;
    font-size: 10pt;
}
#bodyColumn {
    margin: 5px 0 0 5px;
/*  width: 520px; */
    float: left;
    display: inline; /* Fixes IE bug that doubles the float amount */
}
#navColumn {
/*  margin: 0 5px 0 0; */
/*  width: 220px; / * true width is 220 */
    float: right;
    display: inline;  /* Fixes IE bug that doubles the float amount */
    background-color: #d6d6d6;
    background-image:url(../images/navColumn_white.gif);
    background-position: top;
    background-repeat: no-repeat;

    font-size: 12px;

}
.bodyContent {
    /* margin: 0 20px 0 20px; */
    /*float: left; /* fix header cut off in IE */
    font-size: 11pt;
}
.bodyContent a {
    /*font-size: 10pt;*/
}

.left {
    float: left;
    /*padding: 5px;*/
	
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
	
	
}
.right {
    float: right;
    /*padding: 5px;*/
	
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
	
	
    }

/* SUBNAV
----------------------------------------------- */
#subnav {
    padding: 0;
/*  margin: 5px 0 0 0; */
    background:#d6d6d6;
    line-height:17px;
    vertical-align: top;
}
#subNav ul {
    padding:0px;
    margin:0px;
    list-style:none;
    padding-top:15px;
}
#subNav li {
    padding:0px;
    margin-left:10px;
}
#subNav li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size:9px;
        color:#000000;
        text-decoration:none;
        padding-top:2px;
        padding-bottom:3px;
        padding-left:13px;
        padding-right:3px;
        background-image:url(../images/purpleArrow.gif);
        background-position:left bottom;
        background-repeat:no-repeat;
}
#subNav li a:hover, .purple .current {
    background-color:#644377;
    color:#FFFFFF;
    background-position:left top;}
/*
#subNav p, #subNav h2, #subNav h3, #subNav h4, #subNav h5 {
    padding-left: 13px;
    padding-right: 10px;
	
}
*/
#subNav p {
    color: #666666;
    }

/* FOOTER
----------------------------------------------- */
#footerCurve {
    clear: both; /* fix float problem */
    width: 755px;
    height: 20px;
    background-image: url(../images/bottomCurve.gif);
}
#footer {
    clear: both; /* fixes float problem */
    width: 755px;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    font-family: arial, sans-serif;
    font-size: 11px;
    color: #494949;
    text-align: center;
}
#footer p {
    margin: 10px 0;
}
#footer p.location {color: #999999;}

/* BUTTONS
----------------------------------------------- */
div.goButton {
    float: right;
    width: 36px;
    height: 19px;
    margin: 0;
}
div.goButton a {
    display: block;
    margin: 0; padding: 0;
    width: 36px;
    height: 19px;
    overflow: hidden;
    font-size: 1px;
    color: #FFF;
    text-indent: -500px;
}
div.goButton span {
    display: block;
    margin:0; padding: 7px 0 0 13px;
}
div.goButton a:hover {
    background-position: -36px 0;
}
.goPurple {background: url('../images/btnPurpleAll.gif') 0 0 no-repeat;}
.goOrange {background: url('../images/btnOrangeAll.gif') 0 0 no-repeat;}
.goGreen  {background: url('../images/btnGreenAll.gif') 0 0 no-repeat;}

/* LINKS
----------------------------------------------- */
a.header {
    font-family: arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    }
a.header:link {color: #999; text-decoration: none;}
a.header:visited {color: #999; text-decoration: none;}
a.header:hover {color: #412054; text-decoration: underline;}
a.header:active {color: #412054; text-decoration: underline;}

#bodyColumn a {font-weight:300; text-decoration:none; color:#412054;}
#bodyColumn a:hover {text-decoration:underline}

#navColumn #ad a {font-weight:300; text-decoration:none; color:#a45600;}
#navColumn #ad a:hover {text-decoration:underline}

a.footer:link {color: #CCC; text-decoration: none;}
a.footer:visited {color: #CCC; text-decoration: none;}
a.footer:hover {color: #FFF; text-decoration: underline;}
a.footer:active {color: #FFF; text-decoration: underline;}

/* FORMATTING THE TEXT
----------------------------------------------- */
.main .hrline {border-bottom:1px solid #d3d3d3;}
.main hr {border:none; height:1px; border-bottom:1px solid #d3d3d3; padding-right:30px;}
.main .subhead {}
.main .footnote {
    font-size:smaller;
    font-style: italic;
    color: #666;
}
.main #bodyColumn ul , .main #bodyColumn li {margin-left:10px; padding-left:0px;}
.main .footnote sup {font-style:normal;}
.main sup {
    line-height: 0;
    font-size: smaller;
}

.main h1 {font-size:21px; font-weight: 100; font-family: Arial, Helvetica, sans-serif; color:#412054; margin: 0; padding: 10px 0 5px 0;}
.main h2 {font-size:18px; font-weight: 100; font-family: Arial, Helvetica, sans-serif; color:#333333;}
.main h3 {font-size:16px; font-weight: 100; font-family: Arial, Helvetica, sans-serif; color:#412054;}
.main h4 {font-size:16px; font-weight: 100; font-family: Arial, Helvetica, sans-serif; color:#a45600;}
.main h5 {font-size:12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color:#412054;}


H5 {
    font-family:  Arial, Helvetica, sans-serif;
    color: #644377;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #644377;
}


/* ----------------------------------------------- */

.newscontainer {

}

.mainactiveweb {
/*  width: 755px; */
    background: #FFFFFF;
    margin-top: 10px;
    background-image:url(../images/main_bg_white.gif);
    background-repeat: repeat-y;
    float: left; /* fix bg problem */
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}

/* Time Table */

.ttHeader{
    font-size: 7pt;
    font-weight: bold;
    padding: 0px;
    background: #efefef;
}
.ttHeader2{
    font-size: 7pt;
    padding-left: 15px; padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.ttDay{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 7pt;
    background:  url(i/tt_cc3.gif) #e3e3e3 no-repeat top right;
    padding: 0px;
}
.ttDay2{
    background:  url(i/tt_cc1.gif) no-repeat top left;
    font-size: 7pt;
    padding: 10px;
    text-decoration: underline;
}
.ttBtm{
    background:  url(i/tt_cc4.gif) #e3e3e3 no-repeat bottom right;
}
.ttBtm2{
    background:  url(i/tt_cc2.gif) no-repeat bottom left;
}
.ttDate{
    font-size: 7pt;
    background-color: #efefef;
    padding-left: 10px; padding-right: 10px;
    padding-top: 10px;
}
.ttcol{
    font-size: 7pt;
    width: 200px;
    padding: 8px; padding-left: 15px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid white;
}
.ttcoll{
    font-size: 7pt;
    width: 150px;
    padding: 8px; padding-left: 15px;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid white;
}
.ttcolr{
    font-size: 7pt;
    width: 200px;
    padding: 8px; padding-left: 15px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid white;
}

/* Others */

.topictitle {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 4px;
}
.topicdate{
padding-top: 6px;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #65a5cf;
}
.new{
    width: 190px;
    margin-right: 20px;
}

.contentarea {
/* width: 860; */
width: 100%;
}


/* CMS */

.cmstitle {font-size:21px; font-weight: 100; font-family: Arial, Helvetica, sans-serif; color:#412054; margin: 0; padding: 10px 0 5px 0; line-height: 30px;}
.cmsannouncement {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: italic; padding-top: 5px;}
.cmstext {font-family: Arial, Helvetica, sans-serif;}

.BMClassBar {
    FONT-SIZE: 10pt
}
.BMDayCaption {
    FONT-SIZE: 10pt
}

/* Login Screen & User Box */
.Box {
    FONT-SIZE: 10pt
}
.ActionButton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: 800;
color: #644377;
border-color: #DDDDDD #666666 #666666 #DDDDDD;
background-color: #f7f6fF; border-style: solid;
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;

filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCCCCC');
}

.b3d {
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: 800;
border-color: #DDDDDD #666666 #666666 #DDDDDD;
background-color: #f7f6fF; border-style: solid;
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;

filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCCCCC');
}

.bhover {
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: 800;
color: red;
border-color: #DDDDDD #666666 #666666 #DDDDDD;
background-color: #f2f1ec; border-style: solid;
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;

filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCCCCC');
}

.userbox { padding-left: 17px; padding-right: 0px; margin-left: 0px; margin-right: 0px; height: 20px;}
.passbox { height: 20px;}

Input    {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; BORDER: #b0b0b0 1px solid; height: 18px;}
textarea {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #444444;}
select   {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #444444;}

H4, .title, .PageTitle{
padding-top: 4px;
padding-bottom: 5px;
        font-family:  Arial, Helvetica, sans-serif;
    color: #644377;
    font-size: 17px;
    font-weight: bold;
}
.col1{
    padding-right: 30px;
    font-size: 12px;
    vertical-align: top;
}
.col2{
    background:  url(i/vr.gif) repeat-y top left;
    padding-left: 30px;
    width: 450px;
}
.profcol{
    background:  url(i/vr.gif) repeat-y top left;
    padding-left: 30px;
    font-size: 12px;
    vertical-align: top;
}
li {
    list-style-image:url(i/li.gif);
    font-size: 11px;
}

/* Entry Table */

.EntryTable        {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.EntryTable .Data  {font-family: Arial, Helvetica, sans-serif; font-size: 17px; color:#939598;}
.EntryTable .Error {color: #FF0000; font-family: Arial, Helvetica, sans-serif; font-size: 11px }
.EntryTable .Label  {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; width=190;}
.EntryTable .MLabel {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; width=190; font-weight: 800;}
.EntryTable .Text  {color: #644377; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.EntryTable .Note  {color: #494949; font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.EntryTable a      {font-size: 10px}

.BottomLine {border-top: 1px #644377 solid; padding-top: 5px; }
/* Booking calendar */

.CalBody {
}
.CalCap {
   background-color: #644377;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 800;
   color: white;
}
.CalPrevCell a:visited,.CalPrevCell a:hover,.CalPrevCell a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 800;
   color: gray;
}
.CalSelCell a:visited,.CalSelCell a:hover,.CalSelCell a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 800;
   color: blue;
}
.CalSelCell {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 800;
   border: 1px solid #FF0000;
}
.CalUnCell {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 100;
   color: silver;
   text-decoration: line-through;
}
.CalToday a:visited,.CalToday a:hover,.CalToday a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 800;
   color: red;
}
.CalNextCell a:visited,.CalNextCell a:hover,.CalNextCell a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 800;
   color: gray;
}
.CalCurCell a:visited,.CalCurCell a:hover,.CalCurCell a{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 800;
   color: #644377;
}
.CalCurTitle {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: 800;
   color: #644377;
}

/* Statement and grids */

.GridHeader {
       font-family: Arial, Helvetica, sans-serif;
       font-weight: 800;
       color: #644377;
       border-bottom: 2px solid #644377;
       border-top: 2px solid #644377;
       font-size: 11px;
       vertical-align:top;
       padding: 5px;
}
.GridPaymentRow {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
       border-bottom: 1px solid #CCCCFF;
       background-color: #FFFFFF  ;
       bg: EEFFEE;
       color: #008000; *#644377 ;
       }
.GridCell {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
       border-bottom: 1px solid #CCCCFF;
       vertical-align: top;
       padding: 5px;
}
.GridSubCell {
       font-family: Arial, Helvetica, sans-serif;
       color: black;
       font-size: 11px;
       vertical-align:top;
       padding: 5px;
}
.SLabel {
       font-size: 11px;
}
.dsform {
       font-size: 11px;
}
.ReportCopy {
       font-size: 11px;
}

.menu{
/*  padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: right;
*/
    font-family:  Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.menu a:link {text-decoration: none; color: #b05bb5;}
.menu a:visited {text-decoration: none; color: #b05bb5;}
.menu a:hover {text-decoration: underline; color: #b05bb5}
/*
.menu #on{
background:  url(i/menu1.gif) no-repeat bottom center;
}
*/
.menuItem{
/*  padding-bottom: 10px;
    padding-left: 5px; padding-right: 3px;
    margin-right: 30px; */
}
.accwelcome{
color: #644377;
text-align: left;
font-family:  Tahoma, sans-serif;
font-size: 12px;
/*
padding-bottom: 15px;
height: 20px;
font-size: 10pt;
*/
font-weight: bold;
}

a.loginlink {
    font-family: arial, sans-serif;
    font-size: 8pt;
/*  font-weight: 500; */
}

td {
    font-size: 8pt;
}

.Toolbar input.ActionButton{
    border-radius: 50px;
    min-width: 200px;
    font-size: 14px;
    letter-spacing: 1px;
    background: transparent;
    border: 3px solid #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-style: normal;
    transition: all 0.2s ease-in-out;
    height: 50px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
}
.Toolbar input.ActionButton:hover {
    background: #fff;
    color: #804c9e;
}
.EntryTable input.ActionButton:hover {
    background: #fff;
    color: #804c9e;
}

@media screen and (max-device-width:736px), (max-width:736px){
    .EntryTable .Data {
        font-size: 43pt;
    }
}