div.PageContent {

}

div.PageContent p {
	line-height: 110%;
	margin: 10px 0px;
}

div.PageContent div.author {
	font-size: 10px;
	color: #CCCCCC;
	margin: 20px 0px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}

div.PageContent ul, div.PageContent ol {
	list-style-position: inside;
}

div.imageFoot {
	line-height: 20px;
	text-align: right;
	color: #468196;
}
div.imageHead, div.imageHead td {
	line-height: 20px;
	color: #468196;
}

a.magnifier {
	padding-left: 16px;
	background: url('images/magnify.gif') left center no-repeat;
}
a.nextItem {
	padding-right: 16px;
	background: url('images/ArrowRight.gif') right center no-repeat;
}
a.prevItem {
	padding-left: 16px;
	background: url('images/ArrowLeft.gif') left center no-repeat;
}

div.mainHeadlines {
	border: 1px solid #008080;
	background: #9bc7c7;
	width: 200px;
	padding: 5px;
	float: right;
	font-size: 9px;
	margin: 10px 0px 10px 10px;
}
div.mainHeadlines ul {
	list-style-position: inside;
	list-style-type: square;
}

div.newsFoot {
	padding: 5px; 
	border-top: 1px dotted #468196;
	background: #a8d3e2;
	margin-top: 10px;
	margin-bottom: 30px;
}
div.newsFoot a {
	border: none;
}
div.newsText {
	margin: 5px;
}
div.newsFoot div.comments {
	float: right;
	width: 150px;
	text-align: right;
	color: #468196;
}

div.newsComment {
	margin: 10px;
	/* border: 1px dotted #468196; */
}
div.newsCommentTitle {
	border-bottom: 1px dotted #468196;
	background: #a8d3e2;
	padding: 5px;
}
div.newsCommentText {
	padding: 10px;
	background: #e0f7ff;
}
div.newsLinks {
	margin-top: 10px;
	
}
div.newsLinks ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 5px;
}
div.newsLinks ul li{
	margin-bottom: 3px;
}

table.insertTable {
	background: #a8d3e2;
	border: 1px dotted #468196;
}
table.insertTable td {
	padding: 5px;
	vertical-align: middle;
}


input.full_w, textarea.full_w {
	border: 1px solid #468196;
	width: 100%;
	padding: 2px;
}

table.insertTable input.submitBtn {
	background: #468196;
	border-width: 2px;
	border-color: #468196;
	padding: 3px 20px;
	color: #FFFFFF;
	font-weight: bold;
}

div.errorList {
	border: 1px solid #FF5555;
	margin: 10px 0px;
	padding: 5px;
	background: #FFDDDD;
}
div.errorList ul {
	list-style-position: inside;
	margin: 5px 0px 0px;
}

.bar_w_dots {
	/* border-bottom: 1px dotted #468196; */
	background: #a8d3e2 url('images/dotted_link.gif') bottom left repeat-x;
	padding: 5px;
}

div.galleryImages a {
	border: none;
}

/* TABLE.B_GRID */
table.b_grid {
	border-collapse: collapse;
	border: 1px solid #CFCFCF;
}
table.b_grid td {
	border: 1px solid #CFCFCF;
	padding: 3px 5px;
}
table.b_grid th {
	background: url(images/shadow_box.gif) repeat-x top;
	font-weight: bold;
	padding: 3px 5px;
}
table.b_grid td.headline {
	background: #EFEFEF;
}

/* TABLE.NO_GRID */
table.no_grid {
	border-collapse: collapse;
	border: none;
}
table.no_grid td {
	border: none;
	padding: 3px 5px;
}
table.no_grid th {
	background: url(images/shadow_box.gif) repeat-x top;
	font-weight: bold;
	padding: 3px 5px;
}
table.no_grid td.headline {
	background: #EFEFEF;
	font-size: 14px;
	font-weight: bolder;
}

div.great_line {
	margin: 5px 0px;
}
