/* for order link on news page top */
.sort_link a {
		color: #999999;
}

.sort_link a:hover {
		text-decoration: underline;
}

/* BBcode styles */
.bbcode_unordered {
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
}

.bbcode_ordered_list_1 {
		list-style-type: decimal;
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
}

.bbcode_ordered_list_a {
		list-style-type: lower-alpha;
		margin: 0 0 0 10px;
		padding: 0 0 0 10px;
}

/* via div */
.bbcode_img {
		text-align: center;
}

/* via img class */
.bbcode_img_right {
		float: right;
		padding: 0 0 5px 10px;
}

.bbcode_img_left {
		float: left;
		padding: 0 10px 5px 0;
}

blockquote { 
		background: url(images/quote.jpg) no-repeat top left;
		padding: 8px 40px 0 30px;
		margin: 0 40px 0 40px;
		min-height: 20px;
		font-size: 12px;
		color: #333333;
}

/* news article CSS */
.article_box {
		font-size: 12px;
		margin: 15px 0 35px 0;
}

.article_tags,
.article_tags a {
		font-size: 10px;
		color: #ff0000;
		padding: 0 10px 4px 0;
}

.article_tags a:hover {
		color: #666666;
}

.article_title {
		border-bottom: 1px solid #dddddd;
		padding-bottom: 3px;
		margin-bottom: 4px;
}

.article_title a {
		font-size: 13px;
		color: #000000;
		font-weight: bold;
}

.article_title a:hover {
		color: #666666;
}

.article_left {
		font-size: 11px;
		color: #999999;
		float: left;
}

.article_right {
		font-size: 11px;
		color: #999999;
		float: right;
}

.article_right a {
		color: #336699;
}


.article_right a:hover {
		color: #999999;
}

.article_body {
		margin: 15px 0 0 0;
		font-size: 12px;
		overflow: hidden; /* stops [img] pictures exceeding 550px wide */
}

.article_body a {
		color: #336699;
}

.article_body a:hover {
		color: #999999;
}

.article_source_link {
		color: #888888;
		margin-top: 10px;
		font-size: 11px;
}

.article_body img {
		text-align: center;
		margin: 0 auto 0 auto;
}

.article_read_more {
		font-size: 10px;
		margin-top: 10px;
}

.article_image_attachment {
		text-align: center;
		margin: 0 auto 10px auto;
}

.article_file_attachment {
		margin-top: 10px;
}

.article_footer {
		border-top: 1px solid #dddddd;
		padding-top: 3px;
		margin-top: 4px;
}

.article_footer_tags {
		font-size: 11px;
}

.article_footer_tags a {
 		color: #336699;
}

.article_footer_left {
		float: left;
}

.article_footer_left a,
.article_footer_left .link  {
		font-size: 11px;
		color: #336699;
		cursor: pointer;
}

.article_footer_left a:hover,
.article_footer_left .link:hover {
		color: #999999;
}

.article_footer_right {
		color: #999999;
		font-size: 11px;
		float: right;
		padding-top: 4px;
}

.article_footer_right a {
		color: #336699;
}

/* margin dynamically changes in html for ads */
.ad_rounded_box_center {
	text-align: center;
	margin: 0;
}



/* comments */

.comment_container {
 		margin-top: 20px;
		margin-bottom: 30px;
}

.comment_title {
		border-bottom: 1px solid #dddddd;
		padding-bottom: 3px;
		margin-bottom: 4px;
		color: #666666;
}

.comment_title a {
		font-size: 12px;
		color: #336699;
		font-weight: bold;
}

.comment_title a:hover {
		color: #666666;
}


.comment_right {
		font-size: 9px;
		color: #999999;
		float: right;
}

.comment_right a {
		color: #336699;
}


.comment_right a:hover {
		color: #999999;
}

.red-comment {
		color: #ff0000;
}

.comment_body {
		margin: 10px 0 10px 0;
}

.comment_error {
		color: #ff0000;
		font-weight: bold;

}

.comments_form {
		margin-top: 30px;
}

/* news/comments navigation CSS */
.inactive_link {
		color: #999999;
}