/*****************************************************************************
 * Cascading Style Sheet for phpUni News page
 *****************************************************************************
 * Copyright (C) 2007
 *
 * Authors : Filios Konstantinos (drcypher@mail.ntua.gr)
 *
 * Created : 26.07.2007
 *
 * Version : 1.0
 ****************************************************************************/

table.recent,
div.news {
	width: 100%;
	font-size: 10pt;
	background: #E5E5DE;
	border: 1px solid #000175;
	border-top: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana;
}

div.news {
	margin: 10pt 0px 20pt 0px;
}

table.recent tr.h3 td,
div.news h3  { /* groovy floating topright headings */
	font:  bold 1em Verdana, Arial, Helvetica;
	background: url("../images/tile_up.jpg");
	padding: 2px 0em 2px 0.5em;
	color: #FFFFFF;
	margin: 0;
	border-top: 1px solid #000175 ;
	border-bottom: 1px solid #000175 ;
}

div.news h3:hover {
	background: url("../images/tile_down.jpg");
}

div.news a:hover {
	text-decoration: underline;
	background-color: #DCDCFA;
}

div.news div.head div.title {
	background: url("../images/tile_up.jpg");
	font-family: "Courier New";
	font-size: 13pt;
	font-weight: bold;
	padding-left: 5pt;
	padding-right: 5pt;
	line-height: 23px;
}

div.news div.bar {
	font-family: "Verdana";
	text-align: right;
	font-style: italic;
	color: gray;
	float: right;
	font-size: 8pt;
	padding: 0pt 3pt 0pt 5pt;
	margin-bottom: 5pt;
}
div.news div.bar-left {
	font-family: "Verdana";
	text-align: right;
	font-style: italic;
	color: gray;
	float: left;
	font-size: 8pt;
	padding: 0pt 3pt 0pt 5pt;
	margin-bottom: 5pt;
}

div.news div.body {
	clear: both;
	padding: 0px 10px 10px 10px;
}

div.body a {
	color: #526999;
}

div.news div.panel {
	font-size: 8pt;
	padding: 2pt;
	background: #E5E5E5;
	border-top: 1px solid #000175;
}

marquee.recent_items {
	height:75px;
	width:100%;
}

marquee.recent_items table tr td.recent_left {
	text-align: right;
}

marquee.recent_items table tr td.recent_left a {
	font-size: 12px;
	color: black;
	font-family: "Courier New";
	text-decoration: none;
}

marquee.recent_items table tr td.recent_right a {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

marquee.recent_items table tr td.recent_cat a:hover,
marquee.recent_items table tr td.recent_right a:hover {
	text-decoration: underline;
}
