﻿/************************************************************************/
/******* THEME NAME: Basic 3                                      *******/
/*******                                                          *******/
/******* Overlaying styles in the file                            *******/
/******* you can easily change visual design of the website theme *******/
/************************************************************************/

/*******************************************************************/
/******* COMMON STYLES                                       *******/
/*******************************************************************/

#idPrintLinkContainer{
	display: none;
	visibility: hidden;
}

BODY
{
  background-color: #9a9a9b;
  height: 100%;
}

/******* Main font styles *******/

BODY, TD, P
{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #000000;
  font-size: 12px;
}
BODY
{
  font-weight: normal;
}
H1, H2, H3, H4, H5, H6
{
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: black;
}
H1
{
  font-size: 12px;
  font-weight: bold;
}
H2
{
  font-size: 12px;
}
H3
{
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
H4
{
  font-size: 12px;
}
H5
{
  font-size: 12px;
}
H6
{
  font-size: 12px;
}
P:first-child, H1:first-child, H2:first-child, H3:first-child, H4:first-child, H5:first-child, H6:first-child
{
  margin-top: 0;
}
A, A:link, A:active, A:visited
{
  color: black;
  text-decoration: underline;
}
A:hover
{
  color: #01adc3;
}

/*******************************************************************/
/******* Extra font styles                                   *******/
/*******************************************************************/

H1.contStyleExcHeadingColored,
H2.contStyleExcHeadingColored,
H3.contStyleExcHeadingColored,
H4.contStyleExcHeadingColored
{
  color: #555555;
}
SPAN.contStyleExcInlineColored1
{
  color: #555555;
}
SPAN.contStyleExcInlineColored2
{
  color: #53A31B;
}
SPAN.contStyleExcInlineHighlighted
{
  background-color: #CCCCCC;
}
SPAN.contStyleExcInlineLarger
{
  font-size: 100%;
}
SPAN.contStyleExcInlineSmaller
{
  font-size: 100%;
}


/******* Extra font styles for content *******/

#idPrimaryContentBlock1Content,
#idPrimaryContentBlock1Content TD,
#idPrimaryContentBlock1Content P
{
}
#idPrimaryContentBlock1Content H1,
#idPrimaryContentBlock1Content H2,
#idPrimaryContentBlock1Content H3,
#idPrimaryContentBlock1Content H4,
#idPrimaryContentBlock1Content H5,
#idPrimaryContentBlock1Content H6
{
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: black;
}
#idPrimaryContentBlock1Content A,
#idPrimaryContentBlock1Content A:link,
#idPrimaryContentBlock1Content A:active,
#idPrimaryContentBlock1Content A:visited
{
}
#idPrimaryContentBlock1Content A:hover
{
}
#idPrimaryContentBlock1Content H1.contStyleExcHeadingColored,
#idPrimaryContentBlock1Content H2.contStyleExcHeadingColored,
#idPrimaryContentBlock1Content H3.contStyleExcHeadingColored,
#idPrimaryContentBlock1Content H4.contStyleExcHeadingColored
{
  color: #000000;
}
#idPrimaryContentBlock1Content SPAN.contStyleExcInlineColored1
{
  color: #555555;
}
#idPrimaryContentBlock1Content SPAN.contStyleExcInlineColored2
{
  color: #53A31B;
}
#idPrimaryContentBlock1Content SPAN.contStyleExcInlineHighlighted
{
  background-color: #CCCCCC;
}
#idPrimaryContentBlock1Content SPAN.contStyleExcInlineLarger
{
}
#idPrimaryContentBlock1Content SPAN.contStyleExcInlineSmaller
{
}

/******* Extra font styles for the footer *******/

#idFooterContent H1.contStyleExcHeadingColored,
#idFooterContent H2.contStyleExcHeadingColored,
#idFooterContent H3.contStyleExcHeadingColored,
#idFooterContent H4.contStyleExcHeadingColored
{
  color: #53A31B;
}
#idFooterContent SPAN.contStyleExcInlineColored1
{
  color: #53A31B;
}
#idFooterContent SPAN.contStyleExcInlineColored2
{
  color: #555555;
}
#idFooterContent SPAN.contStyleExcInlineHighlighted
{
  background-color: #CCCCCC;
}
#idFooterContent SPAN.contStyleExcInlineLarger
{
}
#idFooterContent SPAN.contStyleExcInlineSmaller
{
}

#title{
  color: white;
  float: right;
  padding: 52px 15px 0 0;
  text-align: left;
}
#title h1{
  color: white;
  display: inline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
#title img{
	vertical-align: top;
	margin-right: 5px;
}

/*******************************************************************/
/******* Main content container                              *******/
/*******************************************************************/

#idMainContainer
{
  width: 800px;
  height: auto;
}

/*******************************************************************/
/******* HEADER                                              *******/
/*******************************************************************/

#idHeaderContainer
{
  width: 800px;
  height: auto;
  background: black;
  text-align: right;
  margin: 0;
  padding: 0;
  border-bottom: 10px solid black;
}

#idHeaderContainer img
{
  border: none;
}

/******* Header containers for applying background *******/

#idHeaderContainer .d1
{
  width: 100%;
  background: black;
  margin: 0;
  padding: 0;
}

/******* Header content container *******/

#idHeaderContainer .inner
{
  height: auto;
  background: black;
  margin: 0;
  padding: 0;
}

/******* Default logo container *******/

#idHeaderLogo 
{
  position: absolute;
  padding: 0;
  left: 528px;
  z-index: 1;
  margin: 0;
  top: 15px;
}

/******* Default Photo Container ******/

#idHeaderPhoto
{
  position: absolute;
  padding: 0;
  margin: 0;
  top: 100px;
  left: 0px;
  z-index: 1000;
  display: none;
}

#idHeaderLinks{
  padding: 55px 15px 0pt 0pt; 
  float: right;
  color: white;
  font-weight: normal;
  font-size: 12px;
}

#idHeaderLinks a{
  color: white;
  text-decoration: none;
}

/******* Default organization name container *******/

#idHeaderAssociationName 
{
  display: none;
}

/******* Editable header region container *******/
/******* (Specify default background color for editable region below) *******/

.headerContentHolder
{
  width: 800px;
  height: auto;
  background-color: black;
  margin: 0;
  padding: 0;
}

#idHeaderContent
{
  width: 800px;
  height: 90px;
  margin: 0;
  padding: 0;
}

/******* Header and content separator container *******/

#idHeaderSeparator
{
  display: none;
  visibility: hidden;
}

/*******************************************************************/
/******* LOGIN BOX                                           *******/
/*******************************************************************/

/******* Styles to move login box on top right corner *******/


#idLoginContainer
{
  display: none;
}

/*******************************************************************/
/******* MENU and CONTENT                                    *******/
/*******************************************************************/

/******* Menu and content main container *******/

#idContentContainer
{
  width: 800px;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background: #F0F0F0;
}
/* for Internet Explorer */
/*\*/
* html #idContentContainer {
height: 100%;
}
/**/

/******* Menu column container *******/

#idNavigationContainer
{
  width: 135px;
  color: white;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  height: 100%;
  float: left;
  background: black;
}

/*******************************************************************/
/******* MENU                                                *******/
/*******************************************************************/

/******* Menu container *******/

#idMainMenuContainer
{
	width: 135px;
	height: 100%;
	overflow: hidden;
}
#idMainMenuContainer .d1
{
  width: 100%;
}
#idMainMenuContainer .d1 .d1
{
  width: auto;
  background: none;
}
#idMainMenuContainer .inner
{
  padding: 0px;
}
#idMainMenuContainer .inner .inner
{
  padding: 0;
}

/******* MENU LEVEL 1 *******/

/******* The 1st menu level container *******/

#idMainMenu,
#idMainMenu UL
{
  width: 135px;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: black;
  overflow: hidden;
}

/******* Item container of the 1st menu level  *******/

#idMainMenu LI 
{
  position: relative;
  width: 135px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0;
  background: url('http://lajcc.10point10.com/graphics/nav_button_off.jpg') no-repeat black top left;
}
#idMainMenu LI.last
{
}
#idMainMenu LI.itemCurrent,
#idMainMenu LI.itemCurrentParent
{
  background: url('http://lajcc.10point10.com/graphics/nav_button_on.jpg') no-repeat black;
}
#idMainMenu LI.itemNormal .d5
{
  width: 100%;
  background: none;
}
#idMainMenu LI.itemCurrent .d5,
#idMainMenu LI.itemCurrentParent .d5
{
  width: 100%;
  background: none;
}
.adminContentView #idMainMenu LI.itemCurrent .d5,
.adminContentView #idMainMenu LI.itemCurrentParent .d5,
.adminContentView #idMainMenu LI.itemNormal .d5
{
  width: 135px;
  background: none;
}
#idMainMenu LI.itemNormal UL LI .d5,
#idMainMenu LI.itemCurrent UL LI .d5,
#idMainMenu LI.itemCurrentParent UL LI .d5,
#idMainMenu LI.itemNormal .d5 .d5,
#idMainMenu LI.itemCurrent .d5 .d5,
#idMainMenu LI.itemCurrentParent .d5 .d5
{
  width: 135px;
  background: none;
}

/******* Item of the 1st menu level *******/

#idMainMenu LI A,
#idMainMenu LI A:link,
#idMainMenu LI A:active,
#idMainMenu LI A:visited,
#idMainMenu LI A:hover,
#idMainMenu LI.itemNormal:hover A,
#idMainMenu LI SPAN SPAN
{
  display: block;
  width: 110px;
  margin: 0;
  color: white;
  font-weight: bold;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  text-align: left;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
  cursor: hand;
  padding: 0 0 0 25px;
  line-height: 30px;
  height: 30px;
  background-color: transparent;
}
#idMainMenu LI A:hover,
#idMainMenu LI.itemNormal:hover A
{
  width: 110px;
  padding-left: 25px;
  background: none;
  color: #01adc3;
  background-color: transparent;
}
#idMainMenu LI SPAN 
{
  cursor: default;
  color: #01adc3;
}
#idMainMenu LI SPAN SPAN
{
  color: #01adc3;
}

/******* System icons on the 1st menu level items *******/

#idMainMenuContainer #idMainMenu LI DIV.mainMenuPublicHiddenIcon
{
  position: absolute; 
  top: 0px;
  left: 40px;
  width: 45px;
  height: 20px;
  overflow: hidden;
  -moz-opacity: 0.50;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  display: none;
}
#idMainMenuContainer #idMainMenu LI DIV.mainMenuPublicHiddenIcon.after
{
  display: none;
}
#idMainMenuContainer #idMainMenu LI DIV.menuMemberOnlyIcon
{
  left: 40px;
  display: none;
}
.adminContentView #idMainMenuContainer #idMainMenu LI DIV.menuMemberOnlyIcon
{
  left: 40px;
  display: none;
}

/******* MENU LEVEL 2 *******/

#idMainMenu LI UL
{
  width: 110px;
  padding: 4px 0 0 25px;
  background-color: none;
  background: #f0f0f0;
  list-style: disc;
  color: #9e9e9e;
}
#idMainMenu LI UL LI 
{
  width: 85px;
  margin: 0 0 0 0;
  padding: 0 0 9px 0;
  border: none;
  background: none;
  vertical-align: text-top;
  color: #9e9e9e;
}
#idMainMenu LI UL LI.first
{
}
#idMainMenu LI.itemNormal UL LI .d5,
#idMainMenu LI.itemCurrent UL LI .d5,
#idMainMenu LI.itemCurrentParent UL LI .d5
{
  width: auto;
  background: none;
}
#idMainMenu LI UL LI.itemNormal .d5
{
  width: 85px;
  background: none;
}
#idMainMenu LI UL LI.itemCurrent,
#idMainMenu LI UL LI.itemCurrentParent
{
  width: 85px;
  background: none;
}
.adminContentView #idMainMenu LI UL LI.itemCurrent .d5,
.adminContentView #idMainMenu LI UL LI.itemCurrentParent .d5,
.adminContentView #idMainMenu LI UL LI.itemNormal .d5
{
  width: 85px;
  background: none;
}
#idMainMenu LI UL LI.itemNormal .d5 .d5,
#idMainMenu LI UL LI.itemCurrent .d5 .d5,
#idMainMenu LI UL LI.itemCurrentParent .d5 .d5
{
  width: 85px;
  background: none;

}
#idMainMenu LI UL LI A,
#idMainMenu LI UL LI A:link,
#idMainMenu LI UL LI A:active,
#idMainMenu LI UL LI A:visited,
#idMainMenu LI UL LI SPAN SPAN,
#idMainMenu LI UL LI.itemNormal:hover A,
#idMainMenu LI UL LI A:hover,
#idMainMenu LI.itemNormal:hover UL.dynamic LI.itemNormal:hover A,
#idMainMenu LI.itemNormal:hover UL.dynamic LI A:hover,
#idMainMenu LI.itemNormal TABLE.dynamic UL.dynamic LI A:hover
{
  width: 85px;
  height: auto;
  font-size: 100%;
  padding: 0;
  font-weight: bold;
  line-height: normal;
  color: black;
}
#idMainMenu LI UL LI.itemNormal:hover A,
#idMainMenu LI UL LI A:hover,
#idMainMenu LI.itemNormal:hover UL.dynamic LI.itemNormal:hover A,
#idMainMenu LI.itemNormal:hover UL.dynamic LI A:hover,
#idMainMenu LI.itemNormal TABLE.dynamic UL.dynamic LI A:hover
{
  background-color: none;
  background: none;
  color: #01adc3;
}
#idMainMenu LI UL LI SPAN 
{
  background: none;
  color: #01adc3;
}
#idMainMenu LI UL LI SPAN SPAN
{
  font-weight: bold;
  color: #01adc3;
}
#idMainMenuContainer #idMainMenu LI UL LI DIV.mainMenuPublicHiddenIcon
{
}

/******* MENU LEVEL 3 *******/

#idMainMenu LI UL LI UL
{
  width: 110px;
  padding: 4px 0 0 25px;
  background-color: none;
  background: #f0f0f0;
  list-style: disc;
  color: black;
  display: none;
}
#idMainMenu LI UL LI UL LI 
{
  width: 85px;
  margin: 0 0 0 0;
  padding: 0 0 9px 0;
  border: none;
  background: none;
  vertical-align: text-top;
}
#idMainMenu LI UL LI UL LI.first
{
}
#idMainMenu LI UL LI.itemNormal UL LI,
#idMainMenu LI UL LI.itemCurrent UL LI,
#idMainMenu LI UL LI.itemCurrentParent UL LI,
#idMainMenu LI UL LI UL LI.itemNormal,
#idMainMenu LI UL LI UL LI.itemCurrent,
#idMainMenu LI UL LI UL LI.itemCurrentParent
{
  width: 110px;
  background: none;
}
#idMainMenu LI UL LI UL LI A,
#idMainMenu LI UL LI UL LI A:link,
#idMainMenu LI UL LI UL LI A:active,
#idMainMenu LI UL LI UL LI A:visited,
#idMainMenu LI UL LI UL LI SPAN SPAN,
#idMainMenu LI UL LI UL LI.itemNormal:hover A,
#idMainMenu LI UL LI UL LI A:hover,
#idMainMenu LI.itemNormal:hover UL.dynamic LI.itemNormal:hover UL.dynamic LI.itemNormal:hover A,
#idMainMenu LI.itemNormal:hover UL.dynamic LI.itemNormal:hover UL.dynamic LI A:hover,
#idMainMenu LI.itemNormal UL.dynamic LI.itemNormal TABLE.dynamic UL.dynamic LI A:hover
{
  width: 85px;
  height: auto;
  font-size: 100%;
  padding: 0 0 0 0;
  font-weight: bold;
  line-height: normal;
  color: black;
}
#idMainMenu LI UL LI UL LI.itemNormal:hover A,
#idMainMenu LI UL LI UL LI A:hover,
#idMainMenu LI.itemNormal:hover UL.dynamic LI.itemNormal:hover UL.dynamic LI.itemNormal:hover A,
#idMainMenu LI.itemNormal:hover UL.dynamic LI.itemNormal:hover UL.dynamic LI A:hover,
#idMainMenu LI.itemNormal UL.dynamic LI.itemNormal TABLE.dynamic UL.dynamic LI A:hover
{
}
#idMainMenu LI UL LI UL LI SPAN 
{
}
#idMainMenu LI UL LI UL LI SPAN SPAN
{
}
#idMainMenuContainer #idMainMenu LI UL LI UL LI DIV.mainMenuPublicHiddenIcon
{
}

/*******************************************************************/
/******* CONTENT                                             *******/
/*******************************************************************/

/******* Content column main container *******/

#idPrimaryContentContainer
{
  width: 585px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
  float: left;
  margin: 0;
  overflow-x: hidden;
  background: #f0f0f0;
  height: 100%;
}

/* for Internet Explorer */
/*\*/
* html #idPrimaryContentContainer {
height: 100%;
}
/**/

/******* Inner content containers *******/

#idPrimaryContentContainer .d1
{
  width: 600px;
  float: left;
  border: none;
  background: #f0f0f0;
}
#idPrimaryContentContainer .d1 .d1
{
  width: auto;
  float: none;
  border: none;
  background: #f0f0f0;
}
#idPrimaryContentContainer .block .inner
{
  float: left;
  padding: 0;
  background: #f0f0f0;
}

/******* Container for content editing *******/
/******* (Specify background color of the content region below) *******/

#idPrimaryContentBlock1ContentHolder,
#idPrimaryContentBlock1ContentHolderEventAdmin
{
  background: #f0f0f0;
}
#idPrimaryContentBlock1ContentHolder,
#idPrimaryContentBlock1Content
{
  width: 585px;
}

/*******************************************************************/
/******* FOOTER                                              *******/
/*******************************************************************/

/******* Footer and content separator container *******/

#idFooterSeparator
{
  display: none;
  visibility: hidden;
  height: 0px;
}

/******* Footer main container *******/

#idFooterContainer
{
  width: 800px;
  height: 45px;
  background: #9a9a9b;
  padding: 0 0 0 0;
  margin: 0;
}

/******* Footer containers for applying background *******/

#idFooterContainer .d1
{
  background: #9a9a9b;
}
#idFooterContainer .d1 .d1
{
  width: auto;
  float: none;
  background: #9a9a9b;
}

/******* Footer content container *******/

#idFooterContainer .inner
{
  float: none;
  padding: 0;
}
#idFooterContainer .inner .inner
{
  float: none;
  padding: 0;
}

/******* Editable footer region container *******/
/******* (Specify default background color for editable region below) *******/

.footerContentHolder
{
  width: 800px;
  height: 45px;
  padding: 0;
  margin: 0;
  background: #9a9a9b;
  color: white;
}
#idFooterContent
{
  width: 800px;
}

#idFooterPoweredByContainer{
	display: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

/*******************************************************************/
/***  EVENTS                                                     ***/
/*******************************************************************/

/******* Round boxes *******/

.webpages-events-upcoming-event-corners-topleft,
.webpages-events-upcoming-event-corners-topright,
.webpages-events-upcoming-event-corners-bottomleft,
.webpages-events-upcoming-event-corners-bottomright
{
  background: none;
}

/******* Main border and background *******/

LI.webpages-events-upcoming-event
{
  border-color: black;
  color: black;
  font-size: 100%;
}
.webpages-events-upcoming-event-infoblock-registration UL LI LABEL
{
}
.webpages-events-upcoming-event-infoblock-registration UL LI SPAN,
.webpages-events-upcoming-event-infoblock-registration UL LI STRONG
{
}
.webpages-events-upcoming-event-expandlink,
.webpages-events-upcoming-event-header,
.webpages-events-upcoming-event-footer
{
  background-color: black;
}

/******* Labels and headers colors *******/

#idPrimaryContentBlock1Content .webpages-events-upcoming-event-expandlink A:link,
#idPrimaryContentBlock1Content .webpages-events-upcoming-event-expandlink A:visited
{
  color: #f0f0f0;
  text-decoration: inherit;
}
#idPrimaryContentBlock1Content .webpages-events-upcoming-event-header H3 A,
#idPrimaryContentBlock1Content .webpages-events-upcoming-event-header H3 A:visited
{
  color: #f0f0f0;
  text-decoration: inherit;
}
#idPrimaryContentBlock1Content .webpages-events-upcoming-event-header H3 A:active,
#idPrimaryContentBlock1Content .webpages-events-upcoming-event-header H3 A:hover,
#idPrimaryContentBlock1Content .webpages-events-upcoming-event-expandlink A:active,
#idPrimaryContentBlock1Content .webpages-events-upcoming-event-expandlink A:hover
{
  color: #01adc3;
  text-decoration: inherit;
}
.webpages-events-upcoming-event-infoblock-registration-actions INPUT
{
}

/******* EVENT DETAILS *******/

.event-detail-tl,
.event-detail-tr,
.event-detail-br,
.event-detail-bl
{
  background: none;
}
#idPrimaryContentBlock1Content .event-detail-bl,
#idPrimaryContentBlock1Content .event-detail-bl P,
#idPrimaryContentBlock1Content .event-detail-bl .date,
#idPrimaryContentBlock1Content .event-detail-bl .payment,
#idPrimaryContentBlock1Content .event-detail-bl TABLE TD,
#idPrimaryContentBlock1Content .event-detail-bl TABLE.timeAndLocation TD
{
  color: #000000;
}
#idPrimaryContentBlock1Content .event-detail-bl TABLE.timeAndLocation TH
{
  color: #555555;
}
tr.event-registration-actions td
{
	border-top-color: black;
}

/******* Custom form captions *******/

TABLE#registrationDetailsTable TR.caption TH,
TABLE#registrationDetailsTable TR.caption TD
{
  background-color: #FFFFFF;
}
#idPrimaryContentBlock1Content TABLE#registrationDetailsTable TR.caption TH DIV,
#idPrimaryContentBlock1Content TABLE#registrationDetailsTable TR.caption TD DIV
{
  background-color: black;
  border-color: black;
  color: #000000;
}
TABLE#registrationDetailsTable TH,
TABLE#registrationDetailsTable TH SPAN.mandatory
{
  color: #000000;
}

/******* EVENT CALENDAR VIEW *******/

.EventListCalendar,
.EventListCalendarItemDefault,
.EventListCalendarItemHoliday,
.EventListCalendarItemInactive,
.EventListCalendarItemSelected
{
  border-color: black;
}

.EventListCalendar
{
  border: solid 1px black;
  width: 575px;
}

.EventListCalendarHeader
{
  border-bottom: solid 1px black;
  background-color: black;
  color: white;
}

.EventListCalendarItemDefault
{
  border-color: black;
  border-right: solid 1px black;
}

.EventListCalendarItemHoliday
{
  border-right: solid 1px black;
}

.EventListCalendarItemInactive
{
  border-right: solid 1px black;
}

.EventListCalendarItemSelected
{
  border-right: solid 1px black;
}

A.calendarDate,
A.calendarDate:link,
A.calendarDate:active,
A.calendarDate:visited,
A.calendarDate:hover
{
  color: #000000;
}

A.yearViewHeader,
A.yearViewHeader:link,
A.yearViewHeader:active,
A.yearViewHeader:visited,
A.yearViewHeader:hover
{
  background-color: black;
  color: #000000;
}
/******************************************************************/
/***  REGISTRATIONS LIST                                        ***/
/******************************************************************/
#idContentContainer div#idRegistrationsList  .d1,
#idContentContainer div#idRegistrationsList  .d2,
#idContentContainer div#idRegistrationsList  .d3,
#idContentContainer div#idRegistrationsList  .d4,
#idContentContainer div#idRegistrationsList  .inner
{
  background-color : black;
}
div#idRegistrationsList table
{
  border-left : solid 1px black;
}
div#idRegistrationsList table td
{
  border-top : solid 1px black;
  border-right : solid 1px black;
  border-bottom : solid 1px black;
}
div#idRegistrationsList table thead
{
  background-color : black;
}
/*******************************************************************/
/***  MEMBERS AND MEMBERS DIRECTORY                              ***/
/*******************************************************************/

TABLE#memberAllDataTable TD,
TABLE#memberAllDataTable TH
{
  color: #000000;
}
TABLE#memberAllDataTable TR.caption TD,
TABLE#memberAllDataTable TR.caption TH
{
  background-color: #FFFFFF;
}
TABLE#memberAllDataTable TR.caption TD DIV,
TABLE#memberAllDataTable TR.caption TH DIV
{
  background-color: black;
  border-color: black;
}
TABLE#memberAllDataTable TH SPAN.mandatory
{
  color: #000000;
}
TABLE#memberAllDataTable TR#trDetailsToShow FIELDSET LEGEND
{
  color: #777777;
}
DIV#searchContainer FIELDSET#criteria
{
}
DIV#searchContainer FIELDSET#criteria DIV SELECT
{
}
DIV#searchContainer FIELDSET#criteria DIV DIV.criteria-condition-placeholder SELECT
{
}
DIV#memberDirectoryHolder
{
}
TABLE.membersTable 
{
}
TABLE.membersTable TH
{
  background-color: black;
  color: #000000;
}
#idPrimaryContentBlock1Content DIV.memberDirectorySearchArea SPAN.searchResult
{
  color: #777777;
}
#idPrimaryContentBlock1Content DIV.memberDirectorySearchArea SPAN EM
{
  color: #000000;
}
#idPrimaryContentBlock1Content .membersTable TR.hover
{
  background-color: #F7F7F7;
}
#idPrimaryContentBlock1Content .membersTable TR.normal
{
  background: none;
}
#idPrimaryContentBlock1Content A.back,
#idPrimaryContentBlock1Content A.back:link,
#idPrimaryContentBlock1Content A.back:active,
#idPrimaryContentBlock1Content A.back:visited,
#idPrimaryContentBlock1Content .membersTable A,
#idPrimaryContentBlock1Content .membersTable A:link,
#idPrimaryContentBlock1Content .membersTable A:active,
#idPrimaryContentBlock1Content .membersTable A:visited,
#idPrimaryContentBlock1Content #criteria A,
#idPrimaryContentBlock1Content #criteria A:link,
#idPrimaryContentBlock1Content #criteria A:active,
#idPrimaryContentBlock1Content #criteria A:visited
{
  border-bottom-color: #0781C7;
  color: #0781C7;
}
#idPrimaryContentBlock1Content A.back:hover,
#idPrimaryContentBlock1Content .membersTable A:hover,
#idPrimaryContentBlock1Content #criteria A:hover
{
  border-bottom-color: #00A2FF;
  background: none;
  color: #00A2FF;
}
.levelRadio input
{
  margin-top: 2px;
  / margin-top: -2px;  
}
/*******************************************************************/
/***  BLOG                                                       ***/
/*******************************************************************/

div#idBlogContainer a.blogEntryTitle,
div#idBlogContainer a.blogEntryTitle:visited,
div#idBlogContainer a.blogEntryTitle:link,
div#idBlogContainer a.blogEntryPostedBy,
div#idBlogContainer a.blogEntryPostedBy:visited,
div#idBlogContainer a.blogEntryPostedBy:link,
div#idBlogContainer div.postBottomRight a.editPost,
div#idBlogContainer div.postBottomRight a.editPost:visited,
div#idBlogContainer div.postBottomRight a.editPost:link
{
    color:#0781C7;
}
div#idBlogContainer a.blogEntryTitle:active,
div#idBlogContainer a.blogEntryTitle:hover,
div#idBlogContainer a.blogEntryPostedBy:active,
div#idBlogContainer a.blogEntryPostedBy:hover,
div#idBlogContainer div.postBottomRight a.editPost:hover,
div#idBlogContainer div.postBottomRight a.editPost:active
{
    color:#00A2FF;
}
#idPrimaryContentContainer div#idPostEditFormContainer div.d1
{
    background-color:black;
    float:left;
}
#idPrimaryContentContainer div#idPostEditFormContainer div.d2,
#idPrimaryContentContainer div#idPostEditFormContainer div.d3,
#idPrimaryContentContainer div#idPostEditFormContainer div.d4,
#idPrimaryContentContainer div#idPostEditFormContainer div.d5
{
    background:inherit;
}
div#idPostEditFormContentContainer
{
}
div#idPostEditFormHeaderContainer h4
{
    color:#777777;
}
div#idBlogContainer div.idPostViewContentContainer
{
    width:500px;    
    padding-bottom:12px;
}
div#idBlogContainer #idAddNewCommentFormContainer
{
    padding-right: 10px;
}
div.idPostViewContentContainer A.deletePost
{
    padding-right: 15px;
}
DIV.comments DIV.commentViewContainer
{
    padding: 5px 3px 5px 5px;
    margin-bottom: 8px;
    margin-right: 10px;
}
DIV.comments DIV.commentViewContainer.Stoked
{
    padding: 4px 2px 4px 4px;
}

/*******************************************************************/
/***  CONFIRM WINDOWS                                            ***/
/*******************************************************************/

DIV.confirmWindowWarning,
DIV.confirmWindowInfo,
DIV.confirmWindowSuccess,
DIV.confirmWindowError
{
}
DIV.RoundedCornerBox
{
}
/*******************************************************************/
/***  FORUM                                                      ***/
/*******************************************************************/
div#idForumContainer div#idEditEntryHeader .inner
{
  width:515px;
}
div#idForumContainer div#idMessagesListHeader .inner 
{
  width:514px;  
}
div#idForumContainer div#idTopicListHeader .repliesCount 
{
  padding-left:6px;
  width:62px;
}
div#idForumContainer div#idMessagesList .top .d1,
div#idForumContainer div#idMessagesList .top .d2,
div#idForumContainer div#idMessagesList .top .d3,
div#idForumContainer div#idMessagesList .top .d4
{
  background-color:#eee;    
}
div#idForumContainer div#idMessagesList .top
{
    border-bottom: 1px solid #eee;
    width: 499px;
}
div#idForumContainer div#idTopicListHeader .d1,
div#idForumContainer div#idTopicListHeader .d2,
div#idForumContainer div#idTopicListHeader .d3,
div#idForumContainer div#idTopicListHeader .d4,
div#idForumContainer div#idTopicListHeader .inner,
div#idForumContainer div#idTopicListFooter .d1,
div#idForumContainer div#idTopicListFooter .d2,
div#idForumContainer div#idTopicListFooter .d3,
div#idForumContainer div#idTopicListFooter .d4,
div#idForumContainer div#idTopicListFooter .inner,
div#idForumContainer div#idEditEntryHeader .d1,
div#idForumContainer div#idEditEntryHeader .d2,
div#idForumContainer div#idEditEntryHeader .d3,
div#idForumContainer div#idEditEntryHeader .d4,
div#idForumContainer div#idEditEntryHeader .inner,
div#idForumContainer div#idEditEntryFooter .d1,
div#idForumContainer div#idEditEntryFooter .d2,
div#idForumContainer div#idEditEntryFooter .d3,
div#idForumContainer div#idEditEntryFooter .d4,
div#idForumContainer div#idEditEntryFooter .inner
{
  background-color:#eee;
}
div#idForumContainer div.topicListRow,
div#idForumContainer div.topicListRowAlt,
div#idForumContainer div.messagesListRow,
div#idForumContainer div.messagesListRowAlt
{
  border-bottom: 1px solid #eee; 
  border-left:solid 1px #eee;
  border-right:none;
}
div#idForumContainer div.topicListRow,
div#idForumContainer div.topicListRowAlt
{
  border-bottom:solid 1px #eee;  
}
div#idForumContainer div.messagesListRow table.messagesListMessage td.memberInfo, div#idForumContainer div.messagesListRow table.messagesListMessage td.messageBody,
div#idForumContainer div.messagesListRowAlt table.messagesListMessage td.memberInfo, div#idForumContainer div.messagesListRowAlt table.messagesListMessage td.messageBody,
div#idForumContainer div.topicListRow table td,
div#idForumContainer div.topicListRowAlt table td
{
  border-right:solid 1px #eee;  
}
div#idForumContainer div.messagesListRow table.messagesListMessage tr.messageActions td.memberInfo,
div#idForumContainer div.messagesListRowAlt table.messagesListMessage tr.messageActions td.memberInfo
{
  border-right:solid 1px #eee;  
}
div#idForumContainer div.messagesListRow table.messagesListMessage tr.messageActions td,
div#idForumContainer div.messagesListRowAlt table.messagesListMessage tr.messageActions td
{
  border-top:solid 1px #eee;
  background-color:#eee;
  color:#000;
}
div#idForumContainer div.messagesListRow table.messagesListMessage tr.messageActions a,
div#idForumContainer div.messagesListRowAlt table.messagesListMessage tr.messageActions a
{
  color:#000;
}
div#idForumContainer div.messagesListRow .messageActions .messageBody,
div#idForumContainer div.messagesListRow .messageActions .memberInfo,
div#idForumContainer div.messagesListRow .messageBody A,
div#idForumContainer div.messagesListRow .messageBody A:link,
div#idForumContainer div.messagesListRow .messageBody A:visited,
div#idForumContainer div.messagesListRow .messageBody A:hover,
div#idForumContainer div.messagesListRow .messageBody A:active,
div#idForumContainer div.messagesListRowAlt .messageActions .memberInfo,
div#idForumContainer div.messagesListRowAlt .messageActions .messageBody,
div#idForumContainer div.messagesListRowAlt .messageBody A,
div#idForumContainer div.messagesListRowAlt .messageBody A:link,
div#idForumContainer div.messagesListRowAlt .messageBody A:visited,
div#idForumContainer div.messagesListRowAlt .messageBody A:hover,
div#idForumContainer div.messagesListRowAlt .messageBody A:active,
div#idForumContainer div.messagesListRow table.messagesListMessage tr.messageActions span.actionDivider,
div#idForumContainer div.messagesListRowAlt table.messagesListMessage tr.messageActions span.actionDivider
{
    color: #000000;
}
DIV#idForumContainer DIV#idEditEntry #idEditEntryForm
{
  border-left: 1px solid black;
  border-right: 1px solid black;
}
div#idForumContainer div#idTopicListHeader .inner,
div#idForumContainer div#idEditEntryHeader .inner
{
  font-size: 14px;
}
div#idForumContainer div.highlight
{
  background-color: #F7F7F7;
}
.forumAdditionalStyles blockquote,
.forumAdditionalStyles blockquote blockquote blockquote,
.forumAdditionalStyles blockquote blockquote blockquote blockquote blockquote,
.forumAdditionalStyles blockquote blockquote blockquote blockquote blockquote blockquote blockquote,
#idForumEditorContainer blockquote,
#idForumEditorContainer blockquote blockquote blockquote,
#idForumEditorContainer blockquote blockquote blockquote blockquote blockquote,
#idForumEditorContainer blockquote blockquote blockquote blockquote blockquote blockquote blockquote
{
  background-color: #EEEBE9;
  border-left: solid 3px #A79D96;
}
.forumAdditionalStyles blockquote blockquote,
.forumAdditionalStyles blockquote blockquote blockquote blockquote,
.forumAdditionalStyles blockquote blockquote blockquote blockquote blockquote blockquote,
.forumAdditionalStyles blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote,
#idForumEditorContainer blockquote blockquote,
#idForumEditorContainer blockquote blockquote blockquote blockquote,
#idForumEditorContainer blockquote blockquote blockquote blockquote blockquote blockquote,
#idForumEditorContainer blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote
{
  background-color: #DAD7D5;  
}

/******* SUPPORT *******/

DIV.publicWizardContainer DIV.cornersContainer DIV.c3,
DIV.publicWizardContainer DIV.cornersContainer DIV.c4,
DIV.publicWizardContainer DIV.infoContainer
{
  border-left-color: #000000;
  border-right-color:  #000000;
}
DIV.publicWizardContainer DIV.cornersContainer DIV.c1,
DIV.publicWizardContainer DIV.cornersContainer DIV.c2,
DIV.publicWizardContainer DIV.cornersContainer DIV.c3,
DIV.publicWizardContainer DIV.cornersContainer DIV.c4,
DIV.publicWizardContainer DIV.infoContainer,
DIV.publicWizardContainer DIV.generalFieldsContainer DIV.captionContainer
{
  background-color: #000000;
}
DIV.publicWizardContainer DIV.infoContainer DIV.infoTitle
{
  color: #FFFFFF;
}
DIV.publicWizardContainer DIV.infoContainer DIV.infoText,
#idPrimaryContentBlock1Content DIV.publicWizardContainer DIV.generalFieldsContainer DIV.captionContainer H4
{
  color: #FFFFFF;
}
DIV.publicWizardContainer DIV.generalFormContainer DIV.formTitleOuterContainer
{
}
#idPrimaryContentBlock1Content DIV.publicWizardContainer DIV.generalFormContainer DIV.formTitleContainer H3.formTitle,
DIV.publicWizardContainer DIV.mandatoryFieldsTitle
{
}
DIV.publicWizardContainer DIV.generalFieldsContainer DIV.textFieldContainer DIV.fieldBody INPUT
{
}
DIV.publicWizardContainer SPAN.mandatorySymbol,
DIV.publicWizardContainer DIV.generalFieldsContainer DIV.fieldContainer SPAN.validationError
{
}
DIV.publicWizardContainer DIV.navigationOuterContainer
{
  border-top: 1px solid #000000;
}

/*** DYNAMIC MENU DISABLING ***/

#idMainContainer #idMainMenu LI.itemNormal DIV.dynamicMenuLevelContainer,
#idMainContainer #idMainMenu LI.itemNormal UL.dynamic,
#idMainContainer #idMainMenu LI.itemNormal:hover UL.dynamic,
#idMainContainer #idMainMenu LI.itemNormal A:hover UL.dynamic,
#idMainContainer #idMainMenu LI.itemNormal TABLE.dynamic,
#idMainContainer #idMainMenu TD.itemNormal DIV.dynamicMenuLevelContainer,
#idMainContainer #idMainMenu TD.itemNormal UL.dynamic,
#idMainContainer #idMainMenu TD.itemNormal:hover UL.dynamic,
#idMainContainer #idMainMenu TD.itemNormal A:hover UL.dynamic,
#idMainContainer #idMainMenu TD.itemNormal TABLE.dynamic,
#idMainContainer #idMainMenu SPAN.itemNormal DIV.dynamicMenuLevelContainer,
#idMainContainer #idMainMenu SPAN.itemNormal UL.dynamic,
#idMainContainer #idMainMenu SPAN.itemNormal:hover UL.dynamic,
#idMainContainer #idMainMenu SPAN.itemNormal A:hover UL.dynamic,
#idMainContainer #idMainMenu SPAN.itemNormal TABLE.dynamic
{
display: none;
}
#idMainContainer #idMainMenu LI.itemNormal
{
 margin-bottom: 0;
}