﻿#news { width: 630px; border-bottom: solid 1px #4e4e4e; float: left; }

#newsList { width: 630px; }
#newsList .newsRow { border-top: solid 1px #4e4e4e; padding: 20px 20px 30px 20px; float: left; width: 590px; background: #3d3d3d;  }
#newsList .newsRow:hover { background:#444; cursor:pointer }
#newsList .newsRowhover { border-top: solid 1px #4e4e4e; padding: 20px 20px 30px 20px; float: left; width: 590px; background:#444; cursor:pointer }

#newsList .newsRow p, .newsRowhover p { margin-bottom: 0; }
#newsList .newsRow h2, .newsRowhover h2 { display: inline; font-size: 11px; text-transform: uppercase;}
#newsList .newsRow h2 a, .newsRowhover h2 a { color: #EC008C; }
#newsList .newsRow h2 a:hover { text-decoration: underline; }

#newsPager { float: left; width: 590px; padding: 18px 20px 13px 20px; background: #3d3d3d; border-top: solid 1px #4e4e4e; }
#newsPager span#pagingText { float: right; }
#newsPager span#pagingText a { color: #fff; margin: 0px 3px; }
#newsPager span#pagingText a.selected, #searchResults span#pagingText a:hover { color: #EC008C; }
#newsPager span#pagingText span.sep { color: #696969; }
#newsPager span#pagingText img { margin-bottom: -2px; }

#newsArticle { border: solid 1px #4e4e4e; position: absolute; left: 50%; margin-left: -345px; top: 200px; background: #333; width: 690px; display: none; z-index: 900; }
#newsArticle #close { text-transform: uppercase; text-align: right; padding: 5px; background: #3D3D3D; font-size: 10px; margin-bottom: 30px; }
#newsArticle #close a { color: #A0A0A0 }
#newsArticle #close a:hover { color: #EC008C; }
#newsArticle #close img { margin-bottom: -2px; }

#ArticleDate { margin: 0px 0px 0px 30px; color: #999; width: 420px; height:20px; float: right;}
/*#ArticleButtons { padding: 0px 30px 0px 0px; margin:0px; float: right; width: 210px; height:20px; text-align: right; }*/
#ArticleButtons { padding: 0px 30px 0px 0px; }
#ButtonPrev { float:right; }
#ButtonNext { float:right; }

#ArticleButtons a { margin-left: 10px; }
#ArticleContainer { width: 590px; margin: 5px 30px 30px 30px; background: #3d3d3d; padding: 20px; border-top: solid 1px #4e4e4e; clear: both; }
#ArticleContainer h2 { margin: 0px 0px 20px 0px; height: 20px; font-size: 18px; }