
/*****************
News
*****************/
.tpl_news_box {
	padding:0 4px 10px 4px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
}
/* Title */
.tpl_news_title {
	font-weight: bold;
	font-size:140%;
	color: #4d6173;
}
.tpl_news_title a,
.tpl_news_title a:visited { color: #4d6173; }
.tpl_news_title a:hover { color: #889EB3; }
/* Argument */
.tpl_news_argument {
	padding-bottom:14px;
	font-size:90%;
	color:#AAA;
}
/* Read more */
.tpl_news_rest,
.tpl_news_rest a,
.tpl_news_rest a:visited,
.tpl_news_rest a_hover {
	padding-top:8px;
	font-size:10px;
	font-weight:bold;
	text-transform:lowercase;
	color: #4d6173;
}
/* Date */
.tpl_news_date {
	width:49px;
	height:58px;
	margin-top:3px;
	background:url(images/tpl_datebg.gif) no-repeat;
}
.tpl_news_date .month {
	color:#FFF;
	padding-top:3px;
}
.tpl_news_date .day {
	color:#555;
	padding-top:1px;
	font-size:20px;
	font-weight:bold;
}
.tpl_news_date .year {
	color:#555;
	font-size:9px;
}
/* Rank */
.tpl_news_rank {
	padding-top:8px;
}
/* Comments */
.tpl_news_comments {
	padding-top:4px;
	color: #777;
}
.tpl_news_comments a,
.tpl_news_comments a:visited { color: #777; }
.tpl_news_comments a:hover { color:#4d6173; }
/* Author */
.tpl_news_author {
	padding-top:4px;
	color:#777;
}
.tpl_news_author a,
.tpl_news_author a:visited { font-weight:bold; color:#4d6173; }
.tpl_news_author a:hover {
	color: #889EB3;
}
/* Tags */
.tpl_news_tags {
	padding-top:14px;
	color: #889EB3;
}
.tpl_news_tags a,
.tpl_news_tags a:visited { color: #889EB3; }
.tpl_news_tags a:hover { color:#4d6173; }
/*****************
Various
*****************/
.tpl_page_title {
	padding:6px 0;
	font-size:16px;
	font-weight:bold;
	color:#4d6173;
	border-bottom:1px dotted #889EB3;
	margin-bottom:10px;
}
.tpl_page_title a,
.tpl_page_title a:visited { color:#4d6173; }
.tpl_page_title a:hover { color:#889EB3; }

.tpl_opentable_title {
	margin-bottom:2px;
	border-bottom:1px dotted #CCC;
	font-weight:bold;
	color:#777;
}
.tpl_opentable_title a,
.tpl_opentable_title a:visited { color:#777; }
.tpl_opentable_title a:hover { color:#4d6173; }
.tpl_opentable_title {
	margin-bottom:2px;
	border-bottom:1px dotted #CCC;
	font-weight:bold;
	color:#777;
}
.tpl_opentable_title a,
.tpl_opentable_title a:visited { color:#777; }
.tpl_opentable_title a:hover { color:#4d6173; }
/* Nice table */
table.std_nicetable thead td {
	background: url(images/tablebg.gif) #DDD repeat-x;
	border:1px solid #FFF;
	font-weight:bold;
	color:#4d6173;
}
