﻿/* BROWSE ARTICLE */

#ContentMain {
	margin: 5px 5px 10px;
}

#ContentMain H1 {
	color: #900;
	text-align: center;
	font: bold 16px Arial, Helvetica, sans-serif;
}

/* SHOW ARTICLE */

.articlebox, .altArticlebox {
	color: #b45d16;
	padding: 6px;
	font-size: smaller;
	width: 95%;
}

.articlebox, .Altarticlebox {
	color: #b45d16;
	padding: 6px;
	font-size: smaller;
	width: 95%;
}
.articlebox {
	background: #FFF;
}

.articlebox {
	background: #FFF;
}

.articlebox, .altArticlebox {
	color: #b45d16;
	padding: 6px;
	font-size: smaller;
	width: 95%;
}

.Altarticlebox {
	background: #FFF8EC;
}

.articletitle {
	font-size: 14px;
	font-weight: bold;
	color: #990022;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 5px;
}

.baArticleTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #990022;
	text-decoration: none;
	margin: 0 0 20px -55px;
	
}
.baArticleAbstract
{
	margin: -15px 0 0 -4px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #000055;
}

.articleabstract {
	padding: 6px 3px 5px 10px;
	font-size: small;
}
.articleMore {
	font-size: small;
	font-weight: 200;
	color: #990022;
	text-decoration: none;
	margin-right: 25px;
	margin-left: 5px;
}
#dArticleBody {
	padding: 5px;
	float: left;
	clear: right;
}
.ArticleFooter {
	clear: left;
	float: left;
	clip: rect(auto, 25px, auto, auto);
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 7px;
	 	
}


.ArticleFooter A {
	color: #990022;
	font: 300 small Arial, Helvetica, sans-serif;
}
.comment {
	padding: 4px 0;
	font-size: smaller;
}

div.article_entry_header {
	height: 45px;
	padding: 0 0 3px 50px;
	vertical-align: bottom;
	background: url('images/icon_blog.gif') no-repeat;
}

.ArticleRating {
	float: right;
	margin: 3px 75px 40px -30px;
}
.ratingStar {
	font-size: 0;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
	
}
.filledRatingStar {
	background: url(images/FilledStar.png);
}
.emptyRatingStar {
	background: url(images/EmptyStar.png);
	
}
.savedRatingStar {
	background: url(images/SavedStar.png);
}

fieldset 
{
	color: #000;
	font: small Arial, Helvetica, sans-serif;
}

#ArticleAdminView
{
	float: left;
}

#ManageCategoriesWrapper
{
	float: left;
	margin: 0 0 0 20px;
}

#CategoriesContentTitle 
{
	padding-top: 4px;
	padding-bottom: 4px;
	margin: auto;
}

#CategoriesContentTitle h1 {
	font-size: large;
	font-weight: bold;
	color: #990022;
	text-decoration: none;
	text-align: center;
}