﻿#main_navigation ul li#news a { background-color:#660000;  color:#fff; }
#main_navigation ul li#news a:link { background-color:#660000;  color:#fff;  }
#main_navigation ul li#news a:visited { background-color:#660000;  color:#fff;   }

#left_panel
{
	float:left;
	width:100%;
	padding:0;
	margin-right:20px;

}



#data_list
{
	width:100%;
}

#data_item_news
{
    padding-bottom:0px;
    margin-bottom:0px;
}

#data_item_news a {	text-decoration:none; color: #666666; font-weight:normal;   }
#data_item_news a:link { text-decoration :none; color: #666666; font-weight:normal; }
#data_item_news a:visited { text-decoration :none; color: #666666; font-weight:normal;  }

#data_item_news a:hover { text-decoration :underline; color: #666666; font-weight:normal;  }


#data_item_news_title
{
   
    padding-bottom:0px;
    margin-bottom:0px;
    font-weight:bold;
    color:#666666;
    border-bottom: none;
}

#data_item_published
{
    padding-bottom:4px;
    margin-bottom:6px;
    border-bottom: dotted 1px #CCCCCC;
}


#details_title
{
    color: #666666;
    padding-bottom:2px;
    margin-bottom:0px;
    font-weight:bold;
}

#details_published
{

}

#details_author
{
    font-size:90%;
}

#details_description
{

}



