.blog-titles_green
{
background: white ;
font-size:1rem;
font-family: Arial,Helvetica,sans-serif;
color: #8C8C73;
line-height: 150%;
position: relative;
padding:5px;
/*width: 480px;*/

}
.blog-titles_green a
{
color: #07523C;
text-decoration: none;
}

.blog-titles_green  a:hover
{
text-decoration: underline;
}

.blog-titles_green  ul
{
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0px;
margin:0px;

}

.blog-titles_green  ul li
{
	padding:2px;
	padding-left:10px;
	background: url("/core-public/images/img09.jpg") no-repeat scroll 0 13px rgba(0, 0, 0, 0);
    border-bottom: 1px solid whitesmoke;
    line-height: 25px;
    min-height: 25px;
}

.blog-titles_green h1{
//padding:10px;
text-align:center;
}
.blog-titles_green h2{
//padding:10px;
text-align:left;
}
.blog-titles_green .breadcrumbs
{
padding:10px;
}

.blog-titles_green  .pages
{
line-height:20px;
/*cursor:pointer;*/
padding:10px;
}
.blog-titles_green  .pages .current
{
text-decoration: none;
font-size:1rem;
}
.blog-titles_green  .pages a
{
/*color: #FF7800;*/
text-decoration: underline;
}

.blog-titles_green .pages a:hover
{

text-decoration: none;
font-size:1rem;
}



.blog-titles_green .post
{
/*margin-bottom: 30px;*/
}

.blog-titles_green .post .header
{
position: relative;
}
.blog-titles_green .post .header h3
{
position: relative;
top: 4px;
font-size: 18px;
line-height: 25px;
color: #656551;
letter-spacing: -1px;
background: url('/templates/content/blog/images/a22.gif') bottom repeat-x;
padding: 0px 0px 10px 15px;
/*margin-bottom: 20px;*/
}
.blog-titles_green .post .header h3 a
{
color: #8C8C73;
}

.blog-titles_green .post .date
{
position: absolute;
right: 15px;
top: 0px;
color: #AFAFA4;
font-weight: bold;
}

.blog-titles_green .post .date a
{
color: #AFAFA4;
}

.blog-titles_green .post .content
{
position:relative;
margin-bottom: 0px;
padding:10px;
}
.blog-titles_green .post .content .reset h1, .blog-titles_green .post .content .reset h2, .blog-titles_green .post .content .reset h3
{
background-image: none;
padding:2px;
font-size:auto;

}

.blog-titles_green .post .post_footer
{
position: relative;
background: url('/templates/content/blog/images/a33.gif') repeat-x;
height: 64px;
}



.blog-titles_green .post .post_footer ul
{
list-style: none;
position: absolute;
right: 15px;
bottom: 10px;
}

.blog-titles_green .post .post_footer ul li
{
display: block;
line-height: 20px;
float:left;
padding-left: 20px;
margin-left: 20px;
background-repeat: no-repeat;
background-position: 0px 2px;
}

.blog-titles_green .post .post_footer ul li.printerfriendly
{
background-image: url('/core-public/images/printer.png');
}

.blog-titles_green .post .post_footer ul li.comments
{
background-image: url('/core-public/images/comments.png');
}

.blog-titles_green .post .post_footer ul li.readmore
{
background-image: url('/core-public/images/readmore.png');
}

.blog-titles_green .post .post_footer ul li.reply
{
background-image: url('/core-public/images/comment.png');
}
.blog-titles_green .post .post_footer ul li.quote
{
background-image: url('/core-public/images/quote.png');
}
.blog-titles_green .post .post_footer ul li.delete
{
background-image: url('/core-public/images/delete.png');
}
.blog-titles_green .post .post_footer ul li.edit
{
background-image: url('/core-public/images/edit.png');
}
/*-----------------------------------------------------*/
.blog-titles_green .category .category_footer{
	position: relative;
background: url('/templates/content/blog/images/a33.gif') repeat-x;
height: 64px;
} 
.blog-titles_green .category .category_footer ul
{
list-style: none;
position: absolute;
right: 15px;
bottom: 10px;
}

.blog-titles_green .category .category_footer ul li
{
display: block;
line-height: 20px;
float:left;
padding-left: 20px;
margin-left: 20px;
background-repeat: no-repeat;
background-position: 0px 2px;
}
/*/html/body/center/table/tbody/tr[3]/td[2]/table/tbody/tr[2]/td[2]/div/div/div*/
.blog-titles_green .category .footer ul li.create_article  /*create article link*/
{
background-image: url('/core-public/images/comment.png');
}
.blog-titles_green .category .footer ul li.create_category /*create category link*/
{
background-image: url('/core-public/images/quote.png');
}
.blog-titles_green .category .footer ul li.delete/*delete category link*/
{
background-image: url('/core-public/images/delete.png');
}
.blog-titles_green .category .footer ul li.edit/*edit category link*/
{
background-image: url('/core-public/images/edit.png');
}

		.blog-titles_green .highlighted_c1{
		background-color:black;
		color:white;
		}
		.blog-titles_green .hint{
			position: relative;
			z-index: 0;
		}
		.blog-titles_green .hint:hover{
			background-color: transparent;
			z-index: 50;
		}
		.blog-titles_green .hint .hint_popup{ /*CSS for enlarged image*/
			position: absolute;
			background-color: lightyellow;
			padding: 5px;
			left: -10000px;
			border: 1px dashed gray;
			visibility:hidden;
			color: black;
			text-decoration: none;
		}
		.blog-titles_green .hint:hover .hint_popup{ /*CSS for enlarged image on hover*/
			visibility:visible;
			top: 15px;
			left: 10px; /*position where enlarged image should offset horizontally */
		}
			.blog-titles_green .event_info {
				width:300px;
				border:1px solid black;
				font-weight:bold;
				font-size:10px;
			}
			.blog-titles_green .event_info p{
				background-color:#F0F0F0;
				margin:5px;
			}

			.blog-titles_green .event_info label{
				width:100px;
				text-align:right;
				dislay:block;
				float:left;
				background-color:#DFDFDF;
				color:#3C3CF3;
			}
			.blog-titles_green .event_info span{
				color:black;
				margin-left:5px;
			}

			.blog-titles_green .event_info .title{
				font-weight:bold;
				font-size:10px;
				color:black;
				margin-left:5px;
				/*position:absolute;
				top:-7px;
				left:5px;*/
				font-size:1rem;
				height:15px;
			}
			/*------------------BBCode----------------*/

			.blog-titles_green .content .bbcode_b{
				display:inline;
				font-weight:bold;
			}
			.blog-titles_green .content .bbcode_u{
				display:inline;
				text-decoration:underline;
			}
			.blog-titles_green .content .bbcode_i{
				display:inline;
				font-style:italic;
			}
			
			.blog-titles_green .content .bbcode_quote_head {
				display:block;
				margin: 0px;
				padding: 0px;
				padding-left:10px;
				background: #FFE4C4 none repeat-y right;
				color:black;
				border: thin solid;
				text-decoration: none;
				font-style: normal;
				font-weight: bold;
			}

			.blog-titles_green .content .bbcode_quote_body{
				display:block;
				margin-top:0px;
				margin-left: 10px;
				padding: 10px;
				background: #B0C4DE none repeat-y right;
				color:black;
				border: thin dashed;
				border-top: none;
				text-decoration: none;
				font-style: italic;
			}
/*--------------.quote--------------------*/
			.blog-titles_green .content .bbcode_code_head {
				display:block;
				margin: 0px;
				padding: 0px;
				padding-left:10px;
				background: #FFE4C4 none repeat-y right;
				color:black;
				border: thin solid;
				text-decoration: none;
				font-style: normal;
				font-weight: bold;
			}
			.blog-titles_green .content .bbcode_code_body {
				display:block;
				margin-top: 0px;
				margin-left: 10px;
				color: black;
				padding: 10px;
				background: #B5C5DE none repeat-y right;
				border: thin dashed;
				border-top: none;
				text-decoration: none;
				font-style: normal;
				font-family: Verdana;
			}
