html, body
{
	padding: 0;
	margin: 0;
}
body {
	background-color: #eee;
	font-family: Arial, Helvetica, Verdana;
/*	font-size: 14px;
	line-height: 22px;*/

  /* MSS-4160 */
  font-size: 16px;
  line-height: 1.2em;

	color: #333;
	-webkit-text-size-adjust: none;
}

body.BG
{
  background-color: #FFF;
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	/*font-size: 18px;*/
	font-size: 130%;
        line-height: 1.4em;
}
h4, h5, h6
{
	/*font-size: 16px;*/
	font-size: 115%;
        line-height: 1.3em;
}
p
{
	margin: 0 0 10px 0;
}

a, a:link, a:active, a:visited, a:hover
{
}

pre
{
	/*font-size: 12px;*/
	font-size: 85%;
        line-height: 1.2em;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#page
{
/*        min-width: 320px;*/
        min-width: 300px;
}

#page nav
{
	display: none;
}

#header
{
	background-color: #999;
	/*font-size: 12pt;*/
        font-size: 115%;
        line-height: 1.3em;

	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	min-height: 40px;
	position: relative;

	padding-left: 42px;
}

.menu-btn
{
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 6px 5px;
    background-color: transparent;
    background-image: none;

    border: solid 1px #FFF;

/*    border-radius: 3px;*/
}

.menu-btn .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 2px;
}

.menu-btn .icon-bar + .icon-bar
{
  margin-top: 4px;
}

.menu-btn .icon-bar {
    background-color: #fff;
}

.menu-btn:hover .icon-bar, .menu-btn:focus .icon-bar
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

#header a.menu
{
	display: block;
	width: 30px;
	height: 25px;
        float: left;
	position: absolute;
	top: 0;
        /*top: 6px; Responsive fix */

	left: 10px;
        padding: 0px;
        color:#555;
}

#header a.shopping_cart
{
	background: center center no-repeat transparent;
	background-image: url('img/shopping_cart.png');

	display: block;
	width: 40px;
	height: 40px;
        float: left;
	position: absolute;
	top: 0;
	left: auto;
	right: 10px;
}

/*
@media (max-width: 468px) 
{
  #header #siteTitle IMG
  {
    width: 100%;
  }
}
*/

#content
{
	padding: 20px;
}

#footer
{
	padding: 5px;
        /*font-size: 8pt;*/
        font-size: 80%;
        line-height: 1.2em;
}

.pageBody .header
{
  /*font-size: 14pt;*/
  font-size: 135%;
  line-height: 1.5em;
  font-weight: bold;
}

#content DIV.bct
{
  /*font-size: 12pt;*/
  font-size: 115%;
  line-height: 1.3em;
  font-weight: bold;
}

/****** Menu Buttons *******/
.MenuButton
{
  width:150px;
  height:110px;
  cursor: hand;
  cursor: pointer;
  border:solid 2px #000000;
  text-align:center;
  vertical-align:middle;
}
.MenuButton TD
{
  padding:15px;
  background:#EEE;
}
.MenuButton A,
.MenuButton A:hover,
.MenuButton A:Visited
{
  text-decoration:none !important;
  color:#000000;
}
.MenuButtonHover
{
  background:#999;
}

A.TableHeader,
DIV.TableHeader,
TH.TableHeader,
TD.TableHeader,
.TableHeader TH, .TableHeader TD
{
  font-weight: bold;
  text-align: center;
  background-color: #999;
  color: #FFF;
}

.TableHeader A.headerLink,
.TableHeader A.customLink
{
   color: #FFF;    
}

A.TableWithBorders, 
.TableWithBorders, .TableWithBorders tr td, 
.TableWithBorders tr th
{
    border-color: #000;
}

TD.tMnuBorder
{
 background-color: gray;
}

.spaceBox
{
  padding: 15px;
}

TD.tabbedpaneliteminactive, TD.tabbedpaneliteminactive A, TD.tabbedpaneliteminactive A:hover, TD.tabbedpaneliteminactive A:visited 
{
  text-decoration:none;
  background-color: #999;
  color: #FFFFFF !important;
}

TD.tabbedpanelitemhover, TD.tabbedpanelitemhover A, TD.tabbedpanelitemhover A:hover, TD.tabbedpanelitemhover A:visited 
{
  text-decoration:none;
  background-color: #eee;
  color: #666 !important;
  cursor:hand;
}

TD.tabbedpanelitemactive, TD.tabbedpanelitemactive A, TD.tabbedpanelitemactive A:hover, TD.tabbedpanelitemactive A:visited 
{
  text-decoration:none;
  background-color: #FFFFFF;
  color: #000000 !important;
}

/* responsive tabs */
.tabs {
  background-color: transparent;
  padding: 0 5px;

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.tabs div.menu-item 
{
  background-color: Transparent;  
  display: inline-block;      
  margin: 10px 0 -1px 5px;  
}
.tabs a {
  display: block;
  padding: 3px 7px;
  text-decoration :none;
  background-color: #999;
  color: #FFFFFF;  

  text-decoration:underline;
}
.tabs a:hover {

  text-decoration:none;

  background-color: #eee;
  colorX: #666;
  cursor:hand;

/*
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
*/
}

.tabs div.menu-item.active
{
  /*border-bottom-color: #FFF;    */
}

.tabs .menu-item a.active,
.tabs .menu-item a.active:hover 
{
  /* 
     copied from the 
     tabbedpanelitemactive 
  */
  background-color: Transparent;
  color: #000000;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
    
  text-decoration: none !important; 
  cursor: text !important; 
}

@media (max-width: 769px) {
  .tabs a {
    padding: 5px 10px;
  }
}

/*
  Calendar page formatting
*/

.calendarLink,
.calendarLinkHighlighted
{
  padding: 3px 10px 10px 3px;
}

A.calendarLinkHighlighted,
A:hover.calendarLinkHighlighted,
A:visited.calendarLinkHighlighted
{
  font-weight: bold;
  text-decoration: none;
}

.CalendarTable TD
{
  width: 14%;
  text-align:left;
}

TD.CalendarWeekCell
{
  background-color: #FFFFFF;
}

TD.CalendarWeekCellHighlighted
{
  background-color: #FFFFFF;
  font-weight: bold;
}


TD.CalendarEntry,
TD.calendarEntryHighlighted,
TD.calendarEntryOutOfRange
{
  height: 45px;
}

 TD.calendarEntryHighlighted
{
  background-color: #FFFFFF;
}

 TD.calendarEntryOutOfRange
{
  background-color: #EEEEEE;
}

.currentMonth
{
  text-align: center;
  /*font-size: 24px;*/
  font-size: 150%;
  line-height: 1.7em;

  color: #000;
  font-weight: normal;
}


DIV.poweredByContainer
{
  background-color: transparent;
  text-align: left;
  float: none;
  padding: 0px;
}

DIV.poweredByContainer BR
{
  display: none;
}

.siteTitle
{
  margin: 0px !important;
}

    .msgBody, .mainMessages
    {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #514333;
    background-color: #f6fab6;
    }

    TD.msgText, .innerMessage
    {
    padding:2px;
    /*font-size: 80%;*/
    font-size: 90%;
    line-height: 1.2em;
    font-weight: bold;
    color: #293451;
    background-color: #f6fab6;
    }
    
    .classDescriptionHint
    {
    position:absolute;
    z-index:999;
    width:220px;
    background-color:#F2F2F2;
    color: #000;
    padding:10px;
    border:1px solid #E5E5E5;
    display: none;
    font-size: 90%;
    line-height: 1.2em;
    }

/*
  Custom menu properties for IE 8 and less
*/

.mainMenuContainer
{
  background-color: #999;
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #FFF;
}

.menuTopItem
{
  margin: 0px;
}

.mainMenu
{
}

.menuTopItem A,
.menuTopItem A:hover,
.menuTopItem A:visited
{
    color: #FFF;
    cursor: pointer !important;
    text-decoration: none;
}

.menuItemL2 TABLE
{
  border-top: solid 1px #000;    
  border-left: solid 1px #000;    
  border-right: solid 1px #000;  
  width: 200px;   
  margin : 0px 0px 0px 0px;  
}

.menuItemL2 A,
.menuItemL2 A:hover,
.menuItemL2 A:visited
{
    cursor: pointer !important;
    text-decoration: none;
    padding-left:7px;
    color: #000;
}

.menuItemL2 TABLE TR TD
{
  padding: 2px 0px 1px 0px;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom:solid 1px #000;
}

.menuItemL2 TABLE TR TD TABLE,
.menuItemL2 TABLE TR TD TABLE TR TD
{
  border: none;
}

.menuItemL2 A
{
  display: block;    
}

.menuTopItem A:hover
{
  text-decoration: underline;
}


.menuItemL2 TABLE,
.menuItemL2 TABLE TR TD
{
  background-color:Transparent;  
}

.menuItemL2 A:hover
{
  background-color: #eeeeee;
  text-decoration: underline;  
}

.browserWarning
{
  border: solid 2px red;
  color: red;
  background-color: #FFFFEE;
  padding: 10px;
}

.pickClassesGridContainer
{
  /*overflow: inherit !important;*/
  width: 100% !important;
  height: auto !important;
}

.pickClassesGridContainer #scroller
{
  width: 770px;
  margin-bottom: 5px;
}

.Classes2SelectorGrid TR TD
{
  white-space: nowrap !important;
}

.loadingPickClassesIndicator,
.loadingPickClassesIndicator TR TD
{
  height: auto !important;
  text-align: left !important;
}

.feeGridContainer 
{
  height: auto !important;
}

.subscribeContactTable
{
  margin: 0px auto;
}

.news_header,
.subscribe_header,
.address_header{
  color: #999;
/*  font-size: 18px;*/
  font-size: 130%;
  line-height: 1.5em;
  font-weight: bold;
}

TABLE.subscribe_content
{
  border: solid 1px #999;
}

TABLE.subscribe_content TD.subscribe_header
{
  text-align: center;
  padding-top: 5px;
}

TABLE.subscribe_content .subscribeContactTableLastTR TD
{
  padding-bottom: 5px;  
}

.subscribeContactTable INPUT.subscribeInput
{
    width: 200px;
}

hr {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

A.register, A.classDetails, A.dropin, A.schedule-btn, a.customButton {
    color: #fff !important;
}