/* @Styles added for Newcomers Club
===================================== */

#container { 
padding: 0 25px 0 0 !important;
}

#content {
padding-left: 25px; 
}

div#header ul#navPrimary {
margin-left:25px;
}

div#footer {
margin-left: 25px; 
}

body { 
margin-top: 15px;
}

h2 {
font-size: 2em;
}

/* special.css */
table.special,
table.special tr,
table.special th,
table.special td
{
font-size: 12px;
font-weight: normal;
background: #fff;
text-align: left;
color: #000;
margin: 10px;
padding: 5px;
}

table.special th
{
font-weight: bold;
border-bottom: 2px solid #ccc;
}


table.locallinks td
{
padding-left:30px;
}

table.locallinks td h6 {
margin-top:30px;
font-size:1.2em !important;
}


  /* allow room for 3 columns */
  div#sysArchivedNewsletters 
  {
    margin-left: auto ;
  margin-right: auto ;

    border-top:0px;
	
  }
  
   div#sysArchivedNewsletters dl
  {
   	border-bottom:0px;
   	clear:none;
	float:left;
	padding-bottom:1.5em;
	width:25%;
	margin-left:50px;
	border-right: 1px dotted  #ccc;
	margin-bottom:0em;
	margin-top:0em;
  }
  
    /* allow room for 2 columns */
  fieldset#interests li
  {
    clear: none;
    float: left;
    width: 50%;
  }
  
table { /* tables still need 'cellspacing="0"' in the markup? */
	border-collapse: separate;
	border-spacing: 0;
	height: auto;
	}
	
h5.releaseDate {
	color:#777777;
	font-size:1.5em !important;
	margin-bottom:1.0em;
	}
	
li.newsletter {
	font-size:1.2em !important;
	font-weight:bold;
	color: #800000;
	}
	
li.holidays a {
	font-size:1.2em !important;
	font-weight:bold;
	color: #00A352;
	}
	
/* Hide medium images */
a#svAsset {  display: none; }

/* Hide Gallery Captions */
#svGallery dt { display: none; }

/* Hide Newsletter Release Dates */
div#sysArchivedNewsletters dl dt.releaseDate { display: none; }

body#photogallery1 div#svAssetDetail a#svAsset {  display: block; }


/* EOF */
