﻿/**********************/
/* News.aspx CSS Tags */
/**********************/

div#news_wrapper{
	width: 100%;
}
div#news_wrapper a {
	color: #6d6961;
}
div#news_header {
	padding-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
}

/* Item CSS */
div.news_itemwrapper1{}
div.news_itemwrapper2{
  background-color: #dad3c3;
  padding: 5px;
}
div.news_itemheadline{
  font-weight: bold;
}
div.news_itemposted{
  font-size: 9px;
  padding-bottom: 5px;
}
div.news_itemcopy{
	padding-bottom: 5px;
	font-size: 12px;
}
div.news_itemmore{
  font-size: 10px;
  text-align: right;
}

/* Alternate Item CSS */
div.news_alt_itemwrapper1{}
div.news_alt_itemwrapper2{
  background-color: #ece8df;
  padding: 5px;
}
div.news_alt_itemheadline{
  font-weight: bold;
}
div.news_alt_itemposted{
  font-size: 9px;
  padding-bottom: 5px;
}
div.news_alt_itemcopy{
	padding-bottom: 5px;
	font-size: 12px;
}
div.news_alt_itemmore{
  font-size: 10px;
  text-align: right;
}

/* Added spacer for LCSO */
div.spacer {
	height: 10px;
}

/* Rounded corners css */
b.rtop1, b.rbottom1{display:block}
b.rtop1 b, b.rbottom1 b{display:block;height: 1px; overflow: hidden; background: #ece8df}
b.r11{margin: 0 5px}
b.r21{margin: 0 3px}
b.r31{margin: 0 2px}
b.rtop1 b.r41, b.rbottom1 b.r41{margin: 0 1px;height: 2px}

b.rtop2, b.rbottom2{display:block}
b.rtop2 b, b.rbottom2 b{display:block;height: 1px; overflow: hidden; background: #dad3c3}
b.r12{margin: 0 5px}
b.r22{margin: 0 3px}
b.r32{margin: 0 2px}
b.rtop2 b.r42, b.rbottom2 b.r42{margin: 0 1px;height: 2px}