/* CSS for Blog Module */
div.div_ev_Table{
	margin:0px;
	height:1%;
	background-color:#FFFFFF;
}


div.div_ev_Table div.div_blog div.div_blog_stats{
	float:left;
	white-space:nowrap;
	height:1%;
	padding:5px;
}

div.div_blog{
	background-color:#FFFFFF;
	height:1%;
}
div.div_blog_stats{
	margin-right: 5px;
	font-size:0.9em;
	margin-bottom:0px;
	height:1%;
	background-color:#FFFFFF;
}

div.div_blog_stats > ul{
	list-style:none;
	margin-left:0px;
	padding:0px;
	margin:0px;
	white-space:nowrap;
	background-color:#FFFFFF;

}

div.div_blog_stats > li{
	margin-bottom:3px;
	font-size:.8em;
}

div.div_blog_stats a{
	color:red;
	text-decoration:none;
}
div.div_blog_stats a:hover{
	text-decoration:underline;
}


div.div_blog_messeges{
	width: 75%;
	float: right;
	padding:0px;
	height:1%;
	background-color:#FFFFFF;
	font-size:1em;
}
div.div_ev_Table div.div_blog div.div_blog_messeges{
	padding:5px;
	height:1%;
	background-color:#FFFFFF;
}



.Blog_ascx div.copyright, div.div_blog div.copyright{
	display:none;
}

#myDataList{
	font-size:0.8em;
}

#myDataList > div{
	border-bottom:3px double black;
}

.div_blog_messeges p{
	margin-bottom:5px;
}

div.div_blog_comments{
	padding:10px;
	clear:both;
	font-size:0.9em;
}
div.div_blog_comments .commentItem{
	border-bottom: 1px dotted #000000;
}
div.div_blog_comments .commentItem .BlogTitle{

}

div.BlogTitle a.BlogTitle{
	font-size:1.1em;
	font-weight:bold;
	color:red;
}

div.div_blog_comments .commentItem .BlogCommentName{
	color:red;
	font-weight:bold;
}

div.div_blog_comments .commentItem .BlogItemDate{
	font-style:italic;
}

.div_blog_comment_form{
	font-size:0.9em;
	padding:10px;
}

.div_blog_comment_form input{
	font-size:1em;
	border:1px solid black;
	width:50em;
}
.div_blog_comment_form textarea{
	font-family:arial;
	font-size:1em;
	border:1px solid black;
	width:60em;
	height:10em;
}

.div_blog_comment_form #chkRememberMe{
	border:none;
	width:auto;
}

.div_blog_messeges span.BlogTitle{
	font-weight:bold;
	font-size:1em;
	color:red;
}

table.dlComments{
	width:100%;
}

.dlComments tr td{
	border-bottom:1px dotted #000000;
	padding-bottom:3px;

}
.dlComments tr td a.deleteComment{
	background-color:#FDD0D0;
	padding:0px 2px 0px 2px;
	font-size:0.8em;
	text-decoration:none;
}
.dlComments tr td a.deleteComment:hover{
	border:1px solid #FF0000;
}

.dlComments .BlogTitle{
	font-weight:bold;
}

.dlComments tr td .BlogItemDate{
	font-style:italic;
}

div.div_blog .hide{
	display:none;
}

.div_blog_messeges table.normalbold{
	font-size:1.2em;
	font-weight:normal;
}

tr.div_blog_archive_head td{
	font-weight:bold;
	border-bottom:1px solid #000000;
}
tr.div_blog_archive_row td{
	font-weight:normal;
	color:black;
	border-bottom:1px dotted #000000;
}
tr.div_blog_archive_row td.messagetitle a{
	font-weight:bold;
}
tr.div_blog_archive_row td a{
	color:black;
	text-decoration:none;
}
tr.div_blog_archive_row td a:hover{
	color:red;
	text-decoration:underline;
}

.BlogFooter a{
	color:red;
	text-decoration:none;
}

.BlogFooter a:hover{
	color:red;
	text-decoration:underline;
}
