body
{
    font-family:Arial;
    font-size:10pt;
    text-align:left;

    background-color:#202020;
    color: #FFF;
}

.BG
{
    background-color:#000;
}

.main_container
{
   background-color:#202020;
}

A,
A:hover,
A:visited
{
  color: #FFF;
}

.logo,
.logo A
{
  color: #fe0386;
  text-decoration: none;
}

.logo A:hover,
A.logo_link
{
  text-decoration: none;
}

.txtAsLabel
{
  color: #fe0386 !important;
}

/*
  HEADER
*/
.header_bg
{
   background-color:#fe0386;
   margin-bottom: 15px;
}



/*
  Header image container
*/

.h_left_image_container,
.h_middle_image_container,
.h_right_image_container
{
  padding: 5px;
  background-color:#202020;  
}

.header_container_middle
{
    text-align: center;
}

.header_container_left,
.header_container_right
{
    text-align: center;
    width: 280px;    
}

.header_container_left1
{
  padding-left1: 15px;
  padding-right1: 5px;
}

.header_container_right1
{
  padding-left1: 5px;
  padding-right1: 15px;
}


/*
  MENU
*/

/*
  Menu Styles
*/

A.menu_link,
A.menu_link:active,
A.menu_link:hover,
A.menu_link:visited
{
    color:#FFF;
    text-decoration:none;
    font-size:11pt;
    font-family: Myriad Pro;
    font-weight: bold;
}

A.menu_link:hover
{
    color:#333;  
    text-decoration:none !important;
}

.menu_bg
{
    background-color:#fe0386;
    background-image:url(img/menu_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height:32px;
}

TD.menu_item
{
    width:100px;
    height:32px;
    text-align: center;
}

TD.menu_current_item
{
    width:100px;
    height:32px;
    text-align: center;
}

TD.menu_separator,
TD.curr_menu_separator
{
}

TD.curr_menu_separator
{
}

TD.menu_item A.menu_link:hover
{
    text-decoration: underline;
}

TD.menu_current_item A.menu_link
{
    text-decoration: none;
    cursor: text;
}

/****** Custom Menu *******/

.mainMenuContainer
{
  width: 100%;
  text-align: left;
}

.menuTopItem
{
  vertical-align:top;
}

TABLE.mainMenu
{
}

TABLE.menuTopItem
{
    height: 30px;
}

.menuTopItem
{
  padding-left: 10px;
  padding-right: 10px;
}

.menuTopItem A,
.menuTopItem A:hover,
.menuTopItem A:visited
{
  color:#FFF;
  font-family: Myriad Pro;
  font-size:11pt !important;
  text-decoration: none;
  font-weight: bold;
}

.menuTopItem A:hover
{
  color:#333; 
}

.menuTopItem A:hover
{
  text-decoration: none;
}

.menuItemL2 TABLE
{
  border-top: solid 1px #000;    
  border-left: solid 1px #000;    
  border-right: solid 1px #000;    
 
  background-color:#fe0386;
  width: 200px;   
  margin : 0px 0px 0px 0px;  
}

.menuItemL2 A,
.menuItemL2 A:hover,
.menuItemL2 A:visited
{
    cursor: pointer !important;

    font-size:10pt !important;
    font-weight:bold; 
    text-decoration: none;
    color: #FFF;
}

.menuItemL2 A:hover
{
    color: #333;
}

.menuItemL2 TABLE TR TD
{
  text-decoration: none;
  border-bottom:solid 1px #000;
  padding: 2px 0px 1px 0px;
}

.menuItemL2 TABLE TR TD TABLE,
.menuItemL2 TABLE TR TD TABLE TR TD
{
  border: none;
  text-align: left !important;
}

.menuItemL2 TABLE TR TD TABLE TR TD
{

}

.menuItemL2 A
{
  display: block;    
  width: 198px;

  padding-top:  2px;
  padding-bottom: 2px;
}

.menuItemL2 A:hover
{
  background-image:url('img/bullet.gif');
  background-repeat: no-repeat;
  background-position: left;
}

/****** Menu Buttons *******/
.MenuButton
{
  width:150px;
  height:110px;
  cursor: hand;
  cursor: pointer;
  border:solid 2px #545354;
  text-align:center;
  vertical-align:middle;
}
.MenuButton TD
{
  padding:15px;
  background:#fe0386;
}
.MenuButton A,
.MenuButton A:hover,
.MenuButton A:Visited
{
  text-decoration:none !important;
  color:#000;
}
.MenuButtonHover
{
  background:#fe42a4;
}


/*
  MAIN PAGE
*/

.main_page_bg
{
    vertical-align:top;
    color: #fff;
}

.left_column
{
    text-align: center;
    vertical-align: top;
    width: 235px;
}

.left_column .pic
{
  margin-bottom: 10px;
}

.body_column
{
    vertical-align: top;    
}

.right_column
{
    border-left:solid 1px #545354;
    width: 255px;
    vertical-align: top; 
    color: #fff;
}

/*
  Header style
*/

.pageBody .header,
H3
{
  font-size: 14pt;
  font-weight: bold;
  color: #fe0386;
}

H3
{
  font-size: 12pt;
}

.pageBody .header P
{
  margin-top: 0px;
}

/*
  FOOTER
*/

TD.footer_bg
{
    vertical-align:top;
    padding:5px 10px 5px 10px;
    font-size:11pt;
    color:#8e8e8e;

    border-top: solid 1px #545354;
    background-color: #313031;
}

TD.footer_bg TABLE TR TD
{
    vertical-align:top;
}

.copyright
{
  padding-right: 0.5em;
  font-size: 8pt;
}

.std_copy
{
  font-size: 8pt;
}

/*
  TABS AND BORDERS
*/

.TableWithBorders,
.TableWithBorders TR TD,
.TableWithBorders TR TH
{
  border-color: #545354;
}

DIV.TableHeader,
.TableHeader TD,
.TableHeader TH
{
  font-weight: bold;
  background-color: #fe0386;
  color: #000;
}

.TableHeader A,
.TableHeader A:active,
.TableHeader A:visited,
.TableHeader A:hover,
.TableHeader A.removeRegistrantLink,
.TableHeader A.headerLink
{
  font-weight: bold;
  color: #000;
}

TR.TableRowSelected TD
{
    
}

TR.TableRowHover TD
{

}

TD.frameContent
{
  border-left:   solid 1px #545354;
  border-bottom: solid 1px #545354;
  border-right:  solid 1px #545354;
}

.registrationTable .registrationTable
{
}

TD.tMnuBorder
{
 background-color: #545354;
}

.spaceBox
{
  padding: 15px;
}

TD.tabbedpaneliteminactive, TD.tabbedpaneliteminactive A, TD.tabbedpaneliteminactive A:hover, TD.tabbedpaneliteminactive A:visited 
{
  text-decoration:none;
  background-color: #fe0386;
  color: #000 !important;
}

TD.tabbedpanelitemhover, TD.tabbedpanelitemhover A, TD.tabbedpanelitemhover A:hover, TD.tabbedpanelitemhover A:visited 
{
  text-decoration:none;
  background-color: #fe42a4;
  color: #333 !important;
  cursor:hand;
}

TD.tabbedpanelitemactive, TD.tabbedpanelitemactive A, TD.tabbedpanelitemactive A:hover, TD.tabbedpanelitemactive A:visited 
{
  text-decoration:none;
  background-color: #FFFFFF;
  color: #FFF !important;
}


/*
  Calendar styles
*/

.calendarLink,
.calendarLinkHighlighted
{
  padding: 3px 10px 10px 3px;
}

A.calendarLink,
A:hover.calendarLink,
A:visited.calendarLink
{
  font-weight: normal;
  text-decoration: underline;
}

A:hover.calendarLink
{
  text-decoration: none;
}

A.calendarLinkHighlighted,
A:hover.calendarLinkHighlighted,
A:visited.calendarLinkHighlighted
{
  font-weight: bold;
  text-decoration: underline;
}

A:hover.calendarLinkHighlighted
{
  text-decoration: none;
}

.CalendarTable TD
{
  width: 14%;
  text-align:left;
}

TD.CalendarWeekCell A,
TD.CalendarWeekCellHighlighted A
{
  color: #000;
}

TD.CalendarWeekCell,
TD.CalendarWeekCellHighlighted
{
  background-color: #fe0386;
  color: #000;
}

TD.CalendarWeekCell A:hover
TD.CalendarWeekCellHighlighted A:hover
{
   text-decoration:none;     
}

TD.CalendarEntry,
TD.calendarEntryHighlighted,
TD.calendarEntryOutOfRange
{
  height: 45px;
}

 TD.calendarEntryOutOfRange
{
  background-color: #333;
}

.calendarTopContent .currentMonth
{
  font-size: 12pt;
  font-weight: bold;
  color: #fff;  
}

/*
  Right Tabs
*/

.tab_news
{
}

.tab_subscribe
{
   padding-top: 10px;
   padding-bottom: 10px;
}

.tab_sep_bg
{
  padding-top: 5px;
  padding-bottom: 10px;
  vertical-align: top;
}

.address
{
    color:#fff;
    font-size:11px;
    text-align:right;
}

.subscribeContainer TABLE TR TD
{
   font-weight: bold;
   color: #fff;
}

.subscribeContainer .submitBtn,
.contactUsControls .submitBtn,
.tellAFriendControls .submitBtn
{
    background-image:url('img/button_submit.gif');
    background-repeat:none;
    width:  70px;
    height: 22px;
    border: none !important;
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
    font-size: 0pt;
    line-height: 0;

    color: transparent;
    text-transform: capitalize;
    
    padding: 0 0 0 70px; 
}

.contactUsControls .captionLabel,
.tellAFriendControls .captionLabel
{
   font-weight: bold;
}

.contactUsControls .captionLabel .required,
.tellAFriendControls .captionLabel .required
{
   font-weight: normal;
}

.contactUsControls .buttonContainer TABLE,
.tellAFriendControls .buttonContainer TABLE 
{
  width: 90%;
}

.contactUsControls .buttonContainer TABLE TR TD,
.tellAFriendControls .buttonContainer TABLE TR TD
{
   text-align: right !important;
}

input[type=submit],
input[type=button],
A.register, A.classDetails, A.dropin, A.schedule-btn,
a.customButton,
A.register:visited, A.classDetails:visited, A.dropin:visited, A.schedule-btn:visited,
a.customButton:visited {
    background-color: #fe0386;
    color: #fff;
}

    input[type=submit]:hover,
    input[type=button]:hover,
    A.register:hover, A.classDetails:hover, A.dropin:hover, A.schedule-btn:hover,
    a.customButton:hover {
        background-color: #fe0386;
        color: #333;
    }