 A:link { 
	COLOR: #0000ff; 
	TEXT-DECORATION: none;
}

 A:visited { 
	COLOR: #0000ff; 
	TEXT-DECORATION: none; 
}

 A:hover { 
	COLOR: #0000ff; 
	TEXT-DECORATION: underline; 
}

 A:active { 
	COLOR: #0000ff; 
	TEXT-DECORATION: none; 
}

 .main LI {
	list-style-position: outside;
	padding-bottom: 5px;
	padding-left: 25px;	
}

 .clubhouseLightDiv
{
	background-color: #FFFFFF;
	border: 2px solid #009999;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	
	/* Do corner rounding (native in Firefox and Safari, fires curvyCorners script in other browsers) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	border-radius: 15px;
}

 .clubhouseLight
{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 12px;
}
 .clubhouseLight UL {	
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0px;	
}
 .clubhouseLight LI {
	list-style-position: inside;	
	padding-bottom: 2px;
	padding-left: 10px;	
}


 .clubhouseLight A:link {
	color: #FF6600;
}
 .clubhouseLight A:visited {
	color: #FF6600;
}
 .clubhouseLight A:hover {
	color: #000000;
	text-decoration: underline;
}
 .clubhouseLight A:active {
	color: #000000;
}
 .clubhouseLightHeading1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 18px;
	font-weight: bold;
}
 .clubhouseLightHeading2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 14px;
	font-weight: bold;
}
 .clubhouseLightHeading3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 12px;
	font-weight: bold;
}
 .clubhouseLightBold
{	
	font-weight: bold;
}
 .clubhouseLightLabel
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 16px;
	font-weight: bold;
}
 .clubhouseLightReqLabel
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 16px;
	font-weight: bold;		
}
 .clubhouseLightText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 12px;
}
 .clubhouseLightSmallPrint
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 11px;
}
 .clubhouseDarkDiv
{
	background-color: #009999;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	
	/* Do corner rounding (native in Firefox and Safari, fires curvyCorners script in other browsers) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	border-radius: 15px;
}

 .clubhouseDark
{	
	background-color: #009999;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	font-size: 12px;	
}
 .clubhouseDark TABLE
{
	background-color: #009999;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	font-size: 12px;
}
 .clubhouseDark A:link {
	color: #FFFF99;
}
 .clubhouseDark A:visited {
	color: #FFFF99;
}
 .clubhouseDark A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
 .clubhouseDark A:active {
	color: #FFFFFF;
}
 .clubhouseDarkHeading1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
 .clubhouseDarkHeading2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
 .clubhouseDarkLabel
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
 .clubhouseDarkSmallPrint
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
 .clubhouseDarkSmallErrorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	background-color: #FFFFFF;
}
 .clubhouseTurqDiv
{
	background-color: #CCFFFF;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	
	/* Do corner rounding (native in Firefox and Safari, fires curvyCorners script in other browsers) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}
 .WithBreaks 		
{ 
	word-wrap: break-word; 
	width: 100%;
}


 TABLE.clubhouseDataGrid
{
	border-collapse: collapse;
	border: 1px solid black;
	empty-cells: show;
	color: #000000;
	background-color: #FFFFFF;
}
 .clubhouseDataGrid td
{
	border: 1px solid;
}
 .clubhouseDataGridAlternating TD
{
	background-color: #EAEAEA;
}
 .clubhouseDataGridEdit TD
{
	background-color: #CCFFFF;
}
 .clubhouseDataGridSelected TD
{
	background-color: #CCFFFF;
}

 .clubhouseDataGridHeader TD {
	background-color: #666666;
	color: #FFFFFF;
	vertical-align: top;
	font-weight: bold;
}
 .clubhouseDataGridHeader {
	background-color: #666666;
	color: #FFFFFF;
}
 .clubhouseDataGridHeader A:link {
	background-color: #666666;
	color: #FFFFFF;
}
 .clubhouseDataGridHeader A:visited {
	background-color: #666666;
	color: #FFFFFF;
}
 .clubhouseDataGridHeader A:hover {
	background-color: #666666;
	color: #FFFFFF;
	text-decoration: underline;
}
 .clubhouseDataGridHeader A:active {
	background-color: #666666;
	color: #FFFFFF;
}



 .clubhouseErrorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
 .clubhouseSmallErrorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
}

 TABLE .LeagueResultsTable {	
	border-width: 3px;
	border-color: #009999;
	border-style: solid;
}
 .LeagueResultsHeaderLine {	
	color: #009999;	
}

 .clubhouseReqAsterisk
{
	color: #FF6600;
}

 .clubhouseEventHeading
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 18px;
	font-weight: bold;
}
 .clubhouseEventSubHeading
{
	font-family: Arial, Helvetica, sans-serif;
	color: #009999;
	font-size: 14px;
	font-weight: bold;
}

 TABLE.clubhouseEventGrid
{
	border-collapse: collapse;
	border-color: black;
	border: 1px;
	empty-cells: show;
}
 .clubhouseEventGrid td
{
	border-bottom: 1px solid;
	color: #000000;
}
 TABLE.clubhouseRegStep
{
	border-collapse: collapse;
	border: 0px;
	empty-cells: show;
}
 .clubhouseRegStep td
{
	background-color: #009999;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
}
 TABLE.clubhouseImageDetailTable
{
	background-color: #FFFFFF;
	border-collapse: collapse;
	border: 3px solid #CCCCCC;	
	empty-cells: show;
	color: #000000;
}
 .clubhouseImageDetailTable thead {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}
 .clubhouseImageDetailTable td {
	border: 2px solid #CCCCCC;
}

 TABLE.clubhouseImageDetailTableGrey
{
	background-color: #CCFFFF;
	border-collapse: collapse;
	border: 10px none #CCCCCC;	
	empty-cells: show;
	color: #000000;
}
 .clubhouseImageDetailTableGrey thead {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}
 .clubhouseImageDetailTableGrey td {
	border: 2px none #CCCCCC;
}

 .clubhouseSelectedImageDetail {
	border-style: solid;
	border-color: #FF6600;	
	border-width: 2;
}

 TABLE.clubhouseInvisibleTable
{
	border-collapse: collapse;
	border: 0px none;
	empty-cells: show;	
}
 .clubhouseInvisibleTable td {
	border: 0px none;
}
 .clubhouseInvisibleTable UL {	
	list-style-type: disc;	
	padding: 0px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
 .clubhouseInvisibleTable LI {	
	padding: 0px;	
}

 .clubhouseImageDetailSmallPrint {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
	
 .clubhouseSelectedImagesTable
{
	border-collapse: collapse;
	border: 3px dashed #666666;	
	background-color: #EAEAEA;
	color: #000000;
}
 .clubhouseOutline
{
	border-collapse: collapse;
	border: 3px ridge #EAEAEA;	
}



 .expanded
{
	display: block;	
}
 .collapsed
{
	display: none;
}
 .answerLines
{
	line-height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

 .RecurrenceDiv
{
	border-collapse: collapse;
	border: 3px solid #CCCCCC;	
	empty-cells: show;
	padding: 5px;
}

 .RecurrenceInnerTable	
{
	border-collapse: collapse;
	border: 2px solid #CCCCCC;	
}

 .EventDescriptionText	
{
	color: #000000;
}

 .HeaderImagePreview
{
	background-color: #CCFFFF;
	padding:3px; 
	height:50; 
	border-style: solid; 
	border-width: 1;
}


 .clubhouseMenuTable
{
	border-collapse: collapse;
	border-spacing: 0;	
	border:0;	
}

 .clubhouseMenuTable table
{
	column-width: 50%;
}

 .clubhouseMenuTable td {
	vertical-align: top;
	width: 50%;	
}
 .clubhouseGreyDiv
{
	border: 2px solid #CCCCCC;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	
	/* Do corner rounding (native in Firefox and Safari, fires curvyCorners script in other browsers) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
