/*
   Hierachy

   newsitems
      item
   	     itemtitle
   	     itembody
   	     itemlink
   	     itemdate

   main
      headline
      storybody
      author
      writtenby

*/

.main
{
   color: #000000;
   background-color: #ffffff;
   font-family: Arial, "sans serif", sans-serif;;
   padding: 10px;
}

.writtenby
{
   font-size: 12px;
   color: #000000;
   font-weight: normal;
}

.headline
{
   font-size: 18px;
   padding-bottom: 10px;
   margin-bottom: 10px;
   border-bottom: 1px dotted #c0c0c0;
}

.storybody
{
   font-size: 14px;
}

.newsitems
{
   color: #000000;
   background-color: #ffffff;
   font-family: Arial, "sans serif", sans-serif;;
   font-size: 10px;
}

.item
{
   padding-bottom: 10px;
   margin-bottom: 20px;
   border-bottom: 1px dotted #c0c0c0;
}

.item img.thumbnail
{
	float: left;
	padding: 0px 10px 0px 0px;
}

.itembody
{
   margin: 10px 0px 10px 0px;
   font-size: 12px;
}

.itemlink
{
   font-size: 10px;
}

.itemdate
{
   font-size: 10px;
}

.new
{
	font-weight : bold;
	color: #ffffff;
	background-color: #2A3698;
	padding: 3px;
}

.tab
{
   width : 80px;
   border : solid 1px black;
   left : 80px;
   position : relative;
   /*padding-right : 40%;*/

}