﻿#sectionTitle {
	background-color:			#0099ff;
	background-image:			url('/news/images/news-titlebar.jpg');
	background-position:		right;
	background-repeat:			no-repeat;
   		margin:						0px;
	}
	
   .sectionTitleTabs {
   		padding:					0px;
   		margin:						0px;
   		margin-left:				12px;
   		clear:						both;
   		width:		100%;
   }
   .tabHighlight {
   		
   		width:						92px;
   		height:						21px;
   		float:						left;
   		padding-top:				3px;
   		color:						#fff;
   		background-image:			url('/events/images/ne-tab-blue.gif');
   		background-repeat:			no-repeat;
   		text-align:					center;
   		font-size:					8pt;
   		}
   	.tabHighlight a {
   		color:						#fff;
   		}
   .tabLowlight {
   		margin-left:				12px;
   		width:						92px;
   		height:						21px;
   		float:						left;
   		padding-top:				3px;
   		background-image:			url('/events/images/ne-tab-grey.gif');
   		background-repeat:			no-repeat;
   		text-align:					center;
   		font-size:					8pt;
   }
   .tabLowlight a {
   		color:						#333;
   		}
   		
#addformDiv {
	background-color:	#fafafa;
	border:				1px solid #666;
	padding:10px;
	}
	
.row {
	padding:			2px 10px;
	}
	
label {
	width:				180px;
	float:				left;
	font-weight:		bold;
	}
.addFormInputs {
	vertical-align:		middle;
	width:				360px;
	padding:			0px;
	margin:				0px;
	}
.addFormEditor {
	width:						540px;
	padding:					0px;
	margin:						0px;
	}
input:focus, select:focus, textarea:focus {
	background-color:			#E1E1FF;
	color:						#000;
	}
.labelcomment, #len_news_shortdesc {
	font-size:					11px;
	font-weight:				normal;
	}
#len_news_shortdesc {
	color:						red;
	}



   p {
   	text-align:					left;
   	}
   .evenRow {
   		background-color:		#ffffff;
   	}
   .oddRow {
   		background-color:		#ccc;
   	}
   	h2 {
   		margin-bottom:			15px;
   	}
	
	.newsdiv {
		border-top:				1px dashed #999;
		padding-top:			10px;
		padding-bottom:			10px;
		padding-left:			5px;
		padding-right:			5px;
		height:					80px;
		background-color:		#fff;
		cursor:					pointer;
		}
	.newsdiv a:link {
		color:					#000;
		text-decoration:		none;
		}
	.newsdiv a:visited {
		color:					#000;
		text-decoration:		none;
		}
	.newsdiv a:hover {
		color:					#00778e;
		text-decoration:		none;
		}
		
	.newsdivThumbnail {
/*		width:					63px;
		height:					63px;*/
/*		width:					55px;
		height:					55px;*/
		float:					left;
		margin-top:				6px;
		margin-right:			5px;
		border:					1px solid #333;
		}
		
	.newsdivDate {
		font-size:				10px;
		}
		
	#newsSearch {
		border:					1px solid #c9c9c9;
		background-color:		#efefef;
		padding:				5px;
		}	
		
	#top5 {
		border-top:				1px solid #e7e7e7;
		border-bottom:			1px solid #e7e7e7;
		background-color:		#ffffff;
		padding:				0px;
		margin-top:			15px;
		}
	
	#top5 p {
		font-weight:			bold;
		padding:				3px 0 3px 0;
		margin:					0px;
		}
	#top5 ul {
		padding:				0px;
		margin:					0px;
		list-style:				none;
		margin-left:			0px;
		}
	#top5 li {
		padding:				0px;
		padding-bottom:			5px;
		border-top:				1px dashed #ccc;
		}
		
	.articleImages {
		border:					1px solid #333;
		padding:				5px;
		margin:					5px;
		font-size:				8pt;
		}
	.centered {
		width:					100%;
		text-align:				center;
		}
	.articleImagesCentered {
		text-align:				left;
		border:					1px solid #333;
		padding:				5px;
		margin:					auto;
		font-size:				8pt;
		width:					250px;
		}
		
	.offlineviewing {
		margin-top:				5px;
		margin-bottom:			20px;
		padding:				10px;
		text-align:				center;
		border:					1px solid #000;
		background-color:		#f00;
		color:					#fff;
		}
	
	.backbutton {
		float:					right;
		padding:				10px;
		background-color:		#eee;
		border:					1px solid #ccc;
		}
