﻿/******************************/
/* NewsCategory.aspx CSS Tags */
/******************************/

div#newscategory_wrapper{}
div#newscategory_catname{
    float: left;
	font-size: 12pt;
	font-weight: bold;
}
div#newscategory_viewallnews{
  font-size: 9px;
  text-align: right;
}

/* Item CSS */
div.newscategory_itemwrapper1{}
div.newscategory_itemwrapper2{
  background-color: #dad3c3;
  padding: 5px;
}
div.newscategory_itemheadline{
  font-weight: bold;
}
div.newscategory_itemposted{
  font-size: 9px;
  padding-bottom: 5px;
}
div.newscategory_itemcopy{
	padding-bottom: 5px;
	font-size: 12px;
}
div.newscategory_itemmore{
  font-size: 10px;
  text-align: right;
}

/* Alternate Item CSS */
div.newscategory_alt_itemwrapper1{}
div.newscategory_alt_itemwrapper2{
  background-color: #ece8df;
  padding: 5px;
}
div.newscategory_alt_itemheadline{
  font-weight: bold;
}
div.newscategory_alt_itemposted{
  font-size: 9px;
  padding-bottom: 5px;
}
div.newscategory_alt_itemcopy{
	padding-bottom: 5px;
	font-size: 12px;
}
div.newscategory_alt_itemmore{
  font-size: 10px;
  text-align: right;
}

/* Added spacer for LCSO */
div.spacer {
	height: 10px;
}

/* Rounded corners css */
b.stop1, b.sbottom1{display:block}
b.stop1 b, b.sbottom1 b{display:block;height: 1px; overflow: hidden; background: #dad3c3}
b.s11{margin: 0 5px}
b.s21{margin: 0 3px}
b.s31{margin: 0 2px}
b.stop1 b.s41, b.sbottom1 b.s41{margin: 0 1px;height: 2px}

b.stop2, b.sbottom2{display:block}
b.stop2 b, b.sbottom2 b{display:block;height: 1px; overflow: hidden; background: #ece8df}
b.s12{margin: 0 5px}
b.s22{margin: 0 3px}
b.s32{margin: 0 2px}
b.stop2 b.s42, b.sbottom2 b.s42{margin: 0 1px;height: 2px}