﻿#adminButtons {
}

.itemAdminButtons {
margin-top:10px;
text-align: right;
float: right;
}

.warningMessage {
margin-top:10px;
text-align: right;
}

#NewsModule{}

#NewsModule .warning {
color: Red;
font-size: small;
font-weight: bold;
}

.newsListItem {
float: left;
padding:10px 0 0 0;
border-bottom: #ccc 1px solid;
position: relative;
min-height:60px;
}

.newsListFooter {
float: left;
padding-top:10px;
width: 560px;
position: relative;
text-align: center;
}

.newsListItem p {
padding:0 0 1em 2.2em;
margin: 0 0 0 2em;
color:#333333;
padding-top: 0px;
}

.newsListItem p a {
color: #2360b1;
}

#txtarea .newsListItem a {
display: block;
color: #408298;
text-decoration:none;
}

#txtarea .newsListItem a:hover {
text-decoration:underline;
}

#txtarea .newsListItem a.title {
font-size: 1.4em;
padding:0 0 .5em 0;
color: #408298;
}

.newsListItem .date {
left: 0px;
position: absolute;
top: 10px;
background:url(../../images/calendar.jpg) no-repeat;
display:block;
width:48px;
height:48px;
padding:6px 0 0 0;
}

/*calendar date styling-month*/
.newsListItem .date .month, .newsDetail .date .month {
padding:0 0 0 8px;
font-size: .8em;
text-transform: uppercase;
color:White;
line-height:.9em;
font-weight:bold;
font-family:verdana,Arial, Helvetica, sans-serif;
}

/*calendar date styling-day*/
.newsListItem .date .day, .newsDetail .date .day {
margin-top: 0px;
display: block;
font-size: 1.9em;
padding:1px 0 0 8px;
line-height:.9em;
color: #1a5e73;
}

/*calendar date styling-year*/
.newsListItem .date .year, .newsDetail .date .year {
padding:0 0 0 8px;
font-size: .7em;
text-transform: uppercase;
color: #333333;
line-height:.9em;
font-family:verdana,Arial, Helvetica, sans-serif;
}

.newsDetail {
float: left;
margin: 0 0 0 0px;
padding:10px 0 0 0;
position: relative;
min-height:60px;
}

.newsDetail .title {
font-size: 2em;
padding: 16px;
float: left;
color: #408298;
}

.newsDetail .body {
padding: 15px 0 0 0;
clear:both;
}

.newsDetail a{
  color: #408298;
}

.newsDetail .date {
float: left;
background:url(../../images/calendar.jpg) no-repeat;
display:block;
width:48px;
height:48px;
padding:6px 0 0 0;
}

