.right_hand_side_txt {
	padding: 0px;
	padding-top: 7px;
	font-size: 12px;
	color: #777777;
}
.sub_topic {
	padding: 0px;
	padding-left: 10px;
}

/* small topic */
.small_topic {
	border-collapse:collapse;
}
.small_topic td {
	background-repeat: no-repeat;
	height: 25px;
}
.small_topic .bg_1 {
	background-position: top left;
	width: 5px;
}
.small_topic .bg_c {
	background-position: -5px 0px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: center;
}
.small_topic .bg_r {
	background-position: top right;
	width: 5px;
}
.small_topic_green td {
	background-image: url("../images/basic/small_topic_bg_green_small.jpg");
	color: #ffffff;
}
.small_topic_grey td {
	background-image: url("../images/basic/small_topic_bg_grey_small.jpg");
	color: #333333;
}
.small_topic_orange td {
	background-image: url("../images/basic/small_topic_bg_orange_small.jpg");
	color: #ffffff;
}
.small_topic_light_blue td {
	background-image: url("../images/basic/small_topic_bg_light_blue_small.jpg");
	color: #ffffff;
}
.small_topic_pink td {
	background-image: url("../images/basic/small_topic_bg_pink_small.jpg");
	color: #ffffff;
}
.small_topic_light_brown td {
	background-image: url("../images/basic/small_topic_bg_light_brown_small.jpg");
	color: #777777;
}
.small_topic_navy_green td {
	background-image: url("../images/basic/small_topic_bg_navy_green_small.jpg");
	color: #ffffff;
}
.small_topic_pale_blue td {
	background-image: url("../images/basic/small_topic_bg_pale_blue_small.jpg");
	color: #777777;
}

/* paper topic */
.paper_topic {
	border-collapse:collapse;
}
.paper_topic td {
	background-repeat: no-repeat;
	height: 20px;
}
.paper_topic .bg_1 {
	background-position: top left;
	width: 5px;
}
.paper_topic .bg_c {
	background-position: -5px 0px;
	padding: 5px;
	padding-left: 18px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	text-align: center;
	text-transform:capitalize;
}
.paper_topic .bg_r {
	background-position: top right;
	width: 5px;
}
.paper_topic_yellow td {
	background-image: url("../images/basic/paper_bg_yellow_small.jpg");
	color: #999999;
}

/* comment topic */
.comment_topic {
	border-collapse:collapse;
}
.comment_topic td {
	background-repeat: no-repeat;
	height: 25px;
}
.comment_topic .bg_1 {
	background-position: top left;
	width: 5px;
}
.comment_topic .bg_c {
	background-position: -5px 0px;
	padding: 5px;
	padding-left: 18px;
	padding-right: 15px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-transform:capitalize;
	font-style:italic;
}
.comment_topic .bg_r {
	background-position: top right;
	width: 5px;
}
.comment_topic_grey td {
	background-image: url("../images/basic/comment_bg_grey_medium.jpg");
	color: #333333;
}
.comment_topic_cyan td {
	background-image: url("../images/basic/comment_bg_cyan_medium.jpg");
	color: #5c9e6a;
	height: 32px;
}