﻿/** 
VIEW BLOG
*/
.ViewBlogContentOutlineDiv
{
    border: solid 1px #9d9d9d;
    text-align: left;
    padding: 10px 0 40px 10px;
    background: url("/images/blog/bgviewblog.jpg") repeat-x bottom;
}
.ViewBlogTitle
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #003399;
}
.ViewBlogCategory
{
    color: #003399;
    font-weight: bold;
}
.ViewBlogEditButton
{
    margin: 0 0 5px 8px;
}
.ViewBlogDesc
{
    font-style: italic;
    margin: 10px 0 10px 0;
}
.ViewBlogContent
{   
    font-family: Arial;
}
.ViewBlogHorizontalDots
{
    width: 500px;
    height: 1px;
    background: url("/images/blog/dots.gif") repeat-x;
}
.blog_content img
{
	max-width:520px;
}
/**
VOTE BLOG
*/
.VoteBlogDiv
{
    border: solid 1px #9d9d9d;
    text-align: left;
    margin-top: 10px;
    padding: 0 10px 8px 10px;
}
.FloatLeft
{
    float: left;
    padding-top: 10px;
    font-weight: bold;
    color: #003399;
    cursor: pointer;
}
.FloatRight
{
    cursor: pointer;
    float: right;
    height: 31px;
    padding-right: 25px;
    background: url("/images/blog/bell.gif")  no-repeat right;
}
#VoteZone
{
    width:450px;
	margin: 5px;
    padding: 5px;
    display: none;
}
.tdVoteRadio
{
    width: 15px;
    text-align: center;
}
.tdVoteNumber
{
    text-align: center;
}

/**
COMMENT BLOG
*/
.ShowCommentsDiv
{
    border: solid 1px #9d9d9d;
    text-align: left;
    padding: 10px;
    margin-top: 10px;
	
}

.CmtUserAvatar
{
    width: 120px;
    height: 80px;
}
.PostCommentsDiv
{
    border: solid 1px #9d9d9d;
    text-align: left;
    padding: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #003399;
}
.CommentInput
{
    border: solid 1px #9d9d9d;
    width: 100%;
    margin-top: 5px;
    overflow: auto;
}
.SendCommentButton
{
    width: 65px;
    height: 24px;
    background: url("/images/blog/button.gif");
    color: #ff9900;
    font-weight: bold;
    border: none;
    margin: 5px;
    cursor: pointer;
}
.AddCommentButton
{
    width: 67px;
    height: 25px;
    background: url("/images/blog/buttonblog.gif");
    color: #ff9900;
    font-weight: bold;
    border: none;
    margin: 5px;
    cursor: pointer;
}
/**
ORDER BLOG
*/
.OrderEntryHeader
{
    width: 100%;
    height: 18px;
    background-color: #0066cc;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 3px;
	width:562px;
}
*html .OrderEntryHeader
{
    width: 100%;
    height: 18px;
    background-color: #0066cc;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 3px;
	width:560px;
}

.OrderEntryOutDiv
{
    border: solid 1px #9d9d9d;
    width:560px;
}
*html .OrderEntryOutDiv
{
    border: solid 1px #9d9d9d;
    width:560px;
	
}
.title_blog
{
	background-color: #0066cc;
	color: white;
	font-weight: bold;
	padding: 4px;
}
.entry_item
{
	border: 1px solid #999999;
	padding: 4px;
	margin: 4px;
	width: 540px;
}
.entry_index
{
	margin-top:4px;
	margin-left:2px;
	background-color: #ececec;
	padding: 4px;
}
.entry_title a:link, .entry_title a:visited 
{
	color:#0066cc;
	font-weight: bold;
	text-decoration:none;
}
.entry_title a:hover
{
	color:#f69415;
	font-weight: bold;
	text-decoration:none;
}
.entry_owner
{
	font-style: italic;
}
.entry_action
{
	width: 110px;
}
.entry_vote
{
	font-size: 20px;
	color: #ff6600;
	background-color: White;
	width: 40px;
	text-align: center;
	display:inline;
	
	
}

.entry_cate a:link, .entry_cate a:visited 
{
	color:#0066cc;
	font-weight: bold;
	text-decoration:none;
}
.entry_cate a:hover
{
	color:#f69415;
	font-weight: bold;
	text-decoration:none;
}
.OrderEntryPager
{
    float: right;
	padding:4px 4px 10px 4px ;
}
.OrderEntryCurrPage
{
    background-color: #ffcc71;
    margin: 3px;
}
.OrderEntryOtherPage
{
    
}
.OrderEntryCurrCate
{
    font-weight: bold;
}
.blog_statis
{
	float: left; 
	margin-top:8px;  
	padding-left: 90px;
}

/*addedit*/
.blogaddit_title
{
	font-weight:bold;
}

.VoteID
{
	font-weight:bold;
	font-size:18px;
	color:#FF9900;
}
