/*** News box ***/

.news a.sliding-doors {
 margin-top: 0;
 _margin-bottom: 10px;
}

.news h5 {
 color: #8b9759;
 font-size: 11px;
 font-weight: normal;
}

*:first-child+html .news a.sliding-doors { /* IE 7 */
 margin-bottom: 10px;
}

.news .news-archive {
 border-top: 1px solid #fff;
 clear: both;
 margin: 10px 0 0;
 padding: 15px 15px 0;
 float: left;
}

.news-archive h4, .news-archive h5 {
 margin: 0 0 0 0;
}

.news .news-archive h4 {
 float: left;
 width: 345px;
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

.news .news-archive h5 {
 float: left;
 clear: left;
 color: #8b9759;
 font-weight: normal;
 width: 70px;
 font-size: 11px;
}

.news .news-archive h4 a {
 color: #000;
}

.news .news-archive h6 {
 color: #000;
 text-align: right;
 font-weight: normal;
 clear: both;
}


/*** News list and News detail ***/

h3.news-detail {
 border-bottom: 1px solid #dde0cd;
 padding-bottom: 5px;
}

h2.news-detail a {
 float: right;
 margin-top: 0px;
 font-size: 12px;
 text-transform: none;
 font-weight: normal;
}

*:first-child+html h3.news-detail a { /* IE 7 */
 margin-top: -19px;
}

.news-list hr, .news-detail hr {
 background-color: #dde0cd;
}

.news-list .item, .news-detail .item {
 padding: 0px 20px 15px 0px;
 background:transparent url(../img/dots-gray.gif) repeat-x scroll left bottom;
 overflow: hidden;
 _height: 0;
 width: 96%;
 margin-bottom:10px;
}


.news-list h5, .news-detail h5 {
 color: #707172;
 font-weight: normal;
 font-size: 11px;
}

.news-list h4, .news-detail h4 {
 font-size:1.3em;
 margin-bottom: 7px;
 font-weight:bold;
}

.news-list img {
 float: left;
 margin-right: 10px;
}

.news-detail img {
 display: block;
 margin-right:10px;
}

.news-list p {
 line-height: 1.5em;
 margin-top: 0;
 color: #111;
}

.news-detail h6 {
 text-transform: none;
 font-weight: normal;
 color: #000;
}



/*** NEWS table ***/

.news-table table {
 width: 100%;
 margin-bottom: 14px;
}

.news-table table th {
 background-color: #218754;
 padding: 4px 4px 4px 10px;
 text-align: left;
}

.news-table table th.date {
 width: 60px;
 line-height: 0;
} 

.news-table table th, .news-table th a {
 color: #fff;
}

.news-table table td {
 color: #707172;
 padding: 4px 4px 4px 10px;
}

.news-table table tr {
  background-color: #f3f3f3;
}

.news-table table tr.odd {
 background-color: #fff;
}

.news-table table td a {
 font-weight: bold; 
}


/*** Step links ***/

.page-links, .page-links li {
 list-style: none;
 padding: 0;
 margin: 0;
}

.page-links li {
 float: left;
}

.page-links a {
 display: block;
 padding: 1px 0 2px;
 background-color: #fff;
 border: 1px solid #e1e5d5;
 width: 18px;
 text-align: center;
 margin-right: 3px;
}

.page-links a.selected, .page-links a:hover {
 background-color: #008041;
 color: #fff;
}

.page-links a.back {
 margin-right: 7px;
}

.page-links a.fwd {
 margin-left: 7px;
}

.news-table .range table {
 background-color: #fff;
 width: auto;
 padding: 0 0 0 0;
}

.news-table .range td {
 background-color: #fff;
 width: auto;
 border: none;
}
