
/* SINGLE ARTICLE STYLES */

#bodyWrapper {
	background: transparent url(../../images/news_wordpaper3.jpg) repeat-y bottom left;
	width: 545px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bodyInner{
	background: transparent url(../../images/news_tapetitle_globe.gif) no-repeat top left;
	padding-top: 160px;
	padding-right: 40px;
}

#actionLinks {
	margin-left: 30px;
	float:left;
}

#newsArticle {
	background: transparent url(../../images/news_siderip2.gif) repeat-y bottom right;
	width:  505px;

}

#newsTitle {
	padding: 0 72px 10px 30px;
}

#newsTitle h2 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#newsDate {
	margin: 0 72px 0 30px;
	border-top: 2px solid #000;
	text-align: right;
}

#ctl03_lblDates {
	font-size: .8em;
}

#newsSubTitle {
	border-top: 1px solid #000;
	border-bottom: 2px solid #000;
	margin: 0 72px 0 30px;
}

#newsSubTitle h3 {
	font-size: .8em;
	margin: 0;
	padding: 10px;
}

#newsBodyText{
	font-size: .8em;
	background: transparent url(../../images/news_bottomstain.gif) no-repeat bottom left;
	padding: 10px 72px 35px 30px;
	text-align: justify;
}

/* SKINNY NEWSPAPER STYLES */
#news {
	width: 225px;
	height: 350px;
	overflow: auto;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	border: 0;
}
#news * {
	margin: 0;
	padding: 0;
	border: 0;
}
#news #newsStripWrapper {
	background: transparent url(../../images/news_lighterpaper.jpg) repeat-y top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	border: 0;

}

#news #newsStrip {
	background: transparent url(../../images/news_siderip2.gif) repeat-y bottom right;
	border: 0;
	margin-bottom: 0;
}

#news #newsStripInner {
	
	padding: 10px 30px 35px 10px;
	background: transparent url(../../images/news_bottomrip.gif) no-repeat bottom right;
	border: 0;
}

#news #newsHeader {
	background: transparent url(../../images/news_title_small.gif) no-repeat top left;
	height: 25px;
}
#newsStrip div.smallNews {
	font-size: .7em;
	clear: left;
	width: 170px;
	margin-top: .2em;
	margin-bottom: 2em;
}
#newsStrip div.smallNews:hover {
	background-color: #DDD;
	margin-top: 0;
	border-left: solid 1px #555;
	border-top: solid 1px #555;
	border-right: solid 2px #555;
	border-bottom: solid 2px #555;
	
}
#newsStrip h4 {
	border-bottom: solid 2px #666;
	padding: 0;
	margin: 0;
	margin-top: .2em;
}
#newsStrip a {
	color: #333 !important;
	text-decoration: none;
}
#newsStrip h4 a {
	font-weight: bold;
	padding-top: 5px;
}

#newsStrip a:hover {
	color: #900 !important;
}
#newsStrip div.smallNewsDate {
	color: #555;
	text-align:right;
	border-bottom: solid 1px #666;
	
}
#newsStrip h5 {
}

#newsStrip p {
}

#newsStrip p a {
}

#newsStrip p a:hover {
}

/* ALL ARTICLES STYLES */

div.newsNavigation{
	background-color: #DDD;
	text-align: right;
	font-size: .8em;
	padding: .3em;
}

div.newsNavigation a{
	margin: 0 1em 0 1em;
}

div.newsNavigation a:hover{
	background-color: #AAA;
}


#allNewsWrapper {
	background: transparent url(../../images/news_lighterpaper.jpg);
	padding: 0;
	color: #333;
}
#allNewsInnerWrapper {
	background: transparent url(../../images/news_siderip2.gif) repeat-y top right;
	padding: 0;
	padding-right: 8px;
	margin:0;
}

#allNewsWrapper div.allNewsTitle{
	border:0;
	text-align:center;
	margin-bottom: 10px;
	padding-bottom: 6px;
	background: transparent url(../../images/news-title.gif) no-repeat top left;
	height: 75px;
}

#allNewsWrapper div.allNewsOuter {
	background: transparent url(../../images/news_bottomrip_flipped.gif) repeat-x bottom right;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#allNewsWrapper div.allNews{
	padding-left: 10px;
	background: transparent url(../../images/news_top.gif) repeat-x top right;
	background-position: -25px 0px;
	padding-right: 23px;
	padding-top: 25px;
	padding-bottom: 35px;
}

#allNewsWrapper div.newsWeek{
	min-height: 200px;
}
#allNewsWrapper div.newsWeekTitle{
	font-size: 1.5em;
	border: solid 2px #333;
	border-right: none;
	border-left: none;
	clear: left;	
}
div.smallNewsArticle {
	width: 220px;
	height: 170px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin: 5px;
	border: solid 1px transparent;
	border-bottom: dashed 1px #666;
	padding: 10px;
}
div.smallNewsArticle:hover {
	/*overflow: visible;
	padding: 0;
	margin: 0;
	z-index: 55;*/
	background: #DDD;
	border: solid 1px #555;
}
div.smallNewsArticle a{
	background: transparent url(../../images/news_logo_small.gif) no-repeat top left;
	color: #333 !important;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
}
div.smallNewsArticle a:hover{
	color: #000 !important;
	text-decoration: underline;
}
div.newsDate{
	font-size: .9em;
	font-weight: bold;
	text-align:right;	
}
div.smallNewsArticle div.edit {
	float: left;	
	margin-top: .3em;
}
div.smallNewsArticle div.edit a{
	padding: 0;
	background: none;
	font-weight: normal;
	text-decoration: underline;
}
div.newsDescription{
	font-size: .9em;
	text-align:justify;	
}

div.newsDescription a{
	background: none;
	color: #333 !important;
	font-weight: normal;
	text-decoration: none;
	padding: 0;	
}
div.smallNewsArticle span {
	display: block;
	border-top: solid 2px #000;
	margin-top: 4px;
}
#allNewsWrapper div.newsWeekEnd{
	clear: left;
}
div.smallNewsArticle div.sites{
 border-top: 2px solid #000;
}
div.smallNewsArticle div.sites *{
	padding: 0;
	margin: 0;
	border: 0;
}
div.smallNewsArticle div.sites ul{
	display:inline;
	list-style-type:none;
}
div.smallNewsArticle div.sites li{
	display:inline;
	padding-right: 1em;
}
