.newsPageMain {
	background-color: #dcdcdc;
	width: 98%;
	visibility: visible;
	padding: 6px;
	border: solid 1px black;
}
.newsEditBox {
	background-color: #dcdcdc;
	visibility: visible;
	padding: 6px;
	width: 600px;
	margin-bottom: 5px;
	border: solid 1px black;
}
img {
	border-style: none;
	border-width: 0;
	outline-style: none;
	outline-width: 0;
}
body#newsFull {
	color: navy;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: white;
}
.newsSubHeader {
	color: white;
	font-size: 10pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: 500;
	background-color: gray;
	text-align: left;
	text-indent: 12pt;
	height: 18px;
	width: 650px;
	visibility: visible;
	padding-top: 6px;
}
.newsTitleHeader {
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: 500;
	background-color: #e6e6e6;
	text-align: left;
	text-indent: 12pt;
	visibility: visible;
	padding-top: 8px;
	top: 0;
	left: 0;
	width: 300px;
	height: 18px;
	border-top: 1pt dashed black;
	border-bottom: 1px dashed black;
}
.newsHeader {
	color: white;
	font-size: 11pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: 500;
	background-color: gray;
	text-align: center;
	height: 18px;
	width: 700px;
	visibility: visible;
	padding-top: 6px;
}
.newsBody {
	color: white;
	font-size: 8pt;
	font-family: Zapf Chancery, Comic Sans MS;
	font-style: italic;
	background-color: transparent;
}
.newsBodyFull {
	font-size: 8pt;
	font-family: Zapf Chancery, Comic Sans MS;
	font-style: italic;
	background-color: transparent;
}
.newsDate {
	color: white;
	font-size: 8pt;
	font-family: Zapf Chancery, Comic Sans MS;
	font-style: italic;
	background-color: transparent
}
.newsDateFull {
	font-size: 8pt;
	font-family: Zapf Chancery, Comic Sans MS;
	font-style: italic;
	background-color: transparent;
}
.newsHeadline {
	color: white;
	font-size: 9pt;
	font-family: Zapf Chancery, Comic Sans MS;
	font-weight: bold;
	font-style: italic;
	background-color: transparent
}
.newsHeadlineFull {
	font-size: 9pt;
	font-family: Zapf Chancery, Comic Sans MS;
	font-style: italic;
	font-weight: bold;
	background-color: transparent;
}
.newstitle {
	color: white;
	font-size: 10pt;
	font-family: Zapf Chancery, Comic Sans MS;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}
.newstitleFull {
	font-size: 10pt;
	font-family: Zapf Chancery, Comic Sans MS;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}
.adminSmall {
	color: black;
	font-size: 9pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: transparent;
}
.newsMenuContainer {
	width: 275px;
	overflow: auto;
	max-height: 540px;
}
.newsMenuCaps {
	width: 230px;
}
.newsMenuCenter {
	background-image: url(../../news/images_blackboard/menucenter.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 204px;
	padding-right: 13px;
	padding-left: 13px;
}
.newsEditList {
	background-color: #f0f0f0;
	width: 98%;
	height: 250px;
	overflow: auto;
	padding: 4px;
	border: double 3px #dcdcdc;
}
.newsItemList {
	padding: 4px;
	border-bottom: 1px dashed gray;
}
a.news-menulink:link {
	text-decoration: underline;
	color : #000000;
}
a.news-menulink:visited {
	color: #000000;
	text-decoration: underline;
}
a.news-menulink:active {
	text-decoration: underline;
	color : #000000;
}
a.news-menulink:hover {
	text-decoration: none;
	color : #404040;
}
.news-adminmenu {
	border : solid 1px #c0c0c0;
	background-color : #f0f0f0;
	font-size : 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height : 16px;
	text-align : center;
	width: 100px;
	padding-top: 4px;
}
.news-adminheader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	line-height : 22px;
	font-size : 12px;
	color : #404040;
	vertical-align : middle;
	text-align : center;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-right : 5px;
	padding-left : 5px;
	background-color: #e0e0e0;
	text-align: center;
}
.news-tbladmin {
	border :  solid 1px #e2e2e2;
	width: 98%;
}
