/* CSS Document */


.news-wrapper
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.news-wrapper .news-contents-wrapper
{
	width: 580px;
	margin-top: 0px;
	height: 180px;
	padding: 0px;
}
.news-wrapper .news-contents
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 160px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.news-wrapper .news
{
	width: 100%;
	height: 78px;
	margin-top: 0px;
	color: #6a6a6a;
	position: absolute;
	z-index: 999;
	border-bottom: 1px dashed #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.news-wrapper .news-header
{
	color: #00628e;
	height: 18px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 6px;
	padding-left: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1
{
	color: #00628e;
	font-size: 12px;
}
.clear
{
	clear: both;
}
.circle-outer
{
	width: 48px;
	height: 48px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-align: center;
	vertical-align: middle;
	border: solid 2px #cccccc;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	background-color: #efefef;
}
.circle
{
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}
.circle.red
{
	color: #811919;
	background: -webkit-gradient(linear, left top, left bottom, from(#E95F5F), to(#C64444));
	background-image: -moz-linear-gradient(#E95F5F, #C64444);
	background-image: -webkit-linear-gradient(#E95F5F, #C64444);
	background-image: -o-linear-gradient(#E95F5F, #C64444);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#E95F5F, endColorstr=#C64444);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E95F5F, endColorstr=#C64444)";
}
.circle.yellow
{
	color: #956537;
	background: -webkit-gradient(linear, left top, left bottom, from(#FED86D), to(#FFBD4E));
	background-image: -moz-linear-gradient(#FED86D, #FFBD4E);
	background-image: -webkit-linear-gradient(#FED86D, #FFBD4E);
	background-image: -o-linear-gradient(#FED86D, #FFBD4E);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FED86D, endColorstr=#FFBD4E);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FED86D, endColorstr=#FFBD4E)";
}
.circle.green
{
	color: #566F38;
	background: -webkit-gradient(linear, left top, left bottom, from(#C4D8A6), to(#C4D8A6));
	background-image: -moz-linear-gradient(#C4D8A6, #C4D8A6);
	background-image: -webkit-linear-gradient(#C4D8A6, #C4D8A6);
	background-image: -o-linear-gradient(#C4D8A6, #C4D8A6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#C4D8A6, endColorstr=#C4D8A6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#C4D8A6, endColorstr=#C4D8A6)";
}
.circle.blue
{
	color: #00628e;
	
}

.history
{
	padding-top: 12px;
	float: left;
	width: 15%;
	padding-left: 12px;
}
.description
{
	float: left;
	width: 75%;
	padding: 4px;
}
.description .detail
{
	font-size: 12px;
	overflow: hidden;
	color:#666666;
}
.elipses, .day, .month, .year
{
	display: block;
	height: 13px;
}
.day, .month, .year
{
	padding-top: 5px;
}
h1 a, h1 a:active, h1 a:visited
{
	text-decoration: none;
	color:#00628e;
}
h1 a:hover
{
	text-decoration: underline;
	color:#00628e;
}