﻿/******************************/
/* NewsCategory.aspx CSS Tags */
/******************************/

div#newscategory_catname{
  float: left;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
div#newscategory_viewallnews{
  font-size: 9px;
  margin-bottom: 11px;
  text-align: right;
}
div#newscategory_wrapper{}

/* Item CSS */
div.newscategory_itemwrapper{
  background-color: #e3e3e3;
}
div.newscategory_itemheadline{
  font-weight: bold;
}
div.newscategory_itemposted{
  font-size: 9px;
}
div.newscategory_itemcopy{}
div.newscategory_itemmore{
  font-size: 10px;
  text-align: right;
}

/* Alternate Item CSS */
div.newscategory_alt_itemwrapper{
  background-color: #f7f7f7;
}
div.newscategory_alt_itemheadline{
  font-weight: bold;
}
div.newscategory_alt_itemposted{
  font-size: 9px;
}
div.newscategory_alt_itemcopy{}
div.newscategory_alt_itemmore{
  font-size: 10px;
  text-align: right;
}

