﻿
.news-wrapper
{
	margin-top: 9px;
	background-color: #F6F6F6;
}
.news-wrapper .news-contents-wrapper
{
	width: 299px;
	margin: auto;
	border: 1px solid #EEEEEE;
	height: 301px;
}
.news-wrapper .news-contents
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 250px;
}
.news-wrapper .news
{
	width: 100%;
	height: 60px;
	color: #333333;
	position: absolute;
	z-index: 999;
	border-bottom: 1px dotted #EEEEEE;
}
.news-wrapper .news-header
{
    font:20px "Trebuchet MS", Arial, Helvetica, sans-serif; 
    line-height:1.2em; 
    font-weight:bold; 
	color: #42830A;
	height: 30px;
	padding-top: 4px;
	padding-left: 4px;
}
.clear
{
	clear: both;
}
.circle-outer
{
	width: 28px;
	height: 28px;
	border-radius: 19px;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	text-align: center;
	vertical-align: middle;
	border: solid 2px #40474F;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
	background-color: #40474F;
}
.circle
{
	width: 28px;
	height: 28px;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-size: 10px;
	font-weight: bold;
}
.circle.red
{
	color: #811919;
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E95F5F, endColorstr=#C64444)";
    background-image: -o-linear-gradient(#E95F5F, #C64444);
}
.circle.yellow
{
	color: #956537;
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FED86D, endColorstr=#FFBD4E)";
    background-image: -o-linear-gradient(#FED86D, #FFBD4E);
}
.circle.green
{
	color: #566F38;
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#C4D8A6, endColorstr=#C4D8A6)";
    background-image: -o-linear-gradient(#C4D8A6, #C4D8A6);
}
.circle.blue
{
	color: #2E5E6C;
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#A3CCD8, endColorstr=#5E9EB7)";
    background-image: -o-linear-gradient(#A3CCD8, #5E9EB7);
}

.description
{
	float: left;
	width: 90%;
	padding: 6px;
}
.description .detail
{
	font-size: 10px;
	overflow: hidden;
	color:#333333;
}
.elipses, .day, .month
{
	display: block;
	height: 10px;
}
.day, .month
{
	padding-top: 5px;
}

h7
{
	color: #42830A;
	font-size: 14px;
}
h7 a, h7 a:active, h7 a:visited
{
    color:#42830A; 
    text-decoration: none;
    outline:none
}

h7 a:hover
{
	color: #000000;
}
