.blog_entry a:link {color:#FFEE00}      /* unvisited link */
.blog_entry a:visited {color:#FF8800}  /* visited link */

.comment_textarea{
	color:#FFFFFF;
	height:210px;
	margin-top:10px;
	width:580px;
}

#blog_main{
	font-family:Microsoft Sans Serif;
}
#blog_main p{
	margin:0 !important;
}
#blog_user_topic{
	border: 1px solid #ff0000;
	padding:5px;
	margin-bottom:5px;
}
#blog_main .button,#blog_main .medium_button{
	padding-top:5px !important;
}
.blog_entry{
	padding:10px;
	border:1px solid #f00;
	margin-bottom:4px;
	font-size: 20px;
	font-family: Microsoft Sans Serif;
}
.blog_entry p{
	margin:0 !important;
	
}
.blog_entry_title{
	width:525px;
	overflow:hidden;
}
#blog_pager_form{
	border:1px solid #f00;
}
.separated{
	margin:10px;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}
.big{
	color:#fff;
	font-size:28px;
	line-height:32px;
}
.medium{
	font-size:20px;
	line-height:24px;
}
.very_small{
	font-size:13px;
	line-height:13px;	
}
.small{
	font-size:16px;
	line-height:16px;
}
.white{
	color:#fff;
}
.yellow{
	color:#b9b900;
}
.bright_yellow{
	color:#fff000;	
}
.orange{
	color:#f90;
}
.grey{
	color:#666;	
}
.left{
	float:left;
}
.red{
	color:#f00;
}
.bright_red{
	color:#f60;
}
.black{
	color:#000;
}
.right{
	text-align:right;
}
.pointer{
	cursor:pointer;
}
.active{
	color:#fff;
	cursor:pointer;
}
.inactive{
	color:#666;
}
.square_button{
	width:50px;
	height:50px;
	/*background:url(http://chate/images/CG_BUTTON_SQUARE.png) no-repeat;*/
	background-color:#fff;
}


