/* :::::: News Specific Classes :::::: */ 
.story
{
  border-bottom: 1px solid #ccc;
}
.newstitle 
{ 
	color: #993333;
	font: 100%/1.4em verdana, sans-serif;
	font-weight: bold;
	padding: 5px;
} 
.newsdate 
{  
	font: 75%/1.4em verdana, sans-serif;
	color: #666;
}
p.newsdate img 
{
	vertical-align: middle;
}


/* ::::: Options ::::: */
.switches   
{ 
  margin-left: auto; 
  margin-right: auto; 
  text-align: center; 
  padding-bottom: 1px; 
  color: #000; 
  font-size: small;  
} 

/* :::::: Date Listing View :::::: */
.datedisplay_year   
{ 
  font-weight: bold; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #bbb; 
  color: #000; 
  font-size: small; 
  margin: 2px 2px;
  letter-spacing: 0.2em; 
} 
.datedisplay_gallerytitle 
{ 
  font-size: 10px; 
  line-height: 15px; 
} 
a.datedisplay_gallerytitle:hover 
{ 
  color: #669966; 
  font-size: 10px; 
  line-height: 15px;
  border-bottom: none;
} 
a.datedisplay_gallerytitle:visited  
{ 
  font-size: 10px; 
  line-height: 15px; 
  color: green; 
  border-bottom: none;
  text-decoration: underline;
}

/* :::::: Description Table Display :::::: */
.row 
{
  clear: both;
  padding: 2px 2px;
  margin-left: 4px;
}

div.row hr 
{
  display: block; 
  clear: left;
  visibility: hidden;
}

.segment 
{
  width:220px;
  float:left;
  background:#fff;
}

/* :::::: Date Table Display :::::: */
.yearsegment
{
  width:165px;
  float:left;
  background:#fff;
}

/* ::::: Similar Stories  ::::: */
.similarstoriessection
{
  padding-top: 5px;
  font-size: 10px
}
.similarstories
{
  font-size: 10px
}

.noborder	 
{ 
  border: 0px;
  text-decoration: none;
  border-bottom-style: none;
}