#talkbacks {
	padding-bottom: 20px;
}
#talkbacks table {
	direction: ltr;
}
#talkbacks table td {
	vertical-align: middle;
}
#talkbacks .left_part {
	width: 6px;
	height: 20px;
	line-height: 20px;
	background-image: url(/images/global/corner_left_blue.gif);
	background-repeat: no-repeat;
}
#talkbacks .middle_part {
	background-color: #00AFF0;	
	height: 20px;
	line-height: 20px;
}
#talkbacks .middle_part .title {
	background-color: #00AFF0;	
	margin: 0 !important;
	text-align: right;
	font-weight: bold;
}
#talkbacks .right_part {
	width: 6px;
	height: 20px;
	line-height: 20px;
	background-image: url(/images/global/corner_right_blue.gif);
	background-repeat: no-repeat;
}
#talkbacks .container {
}
#talkbacks .t_name {
	direction: rtl;
	text-align: right;
}
#talkbacks .t_title {
	font-weight: bold;
	text-align: right;
	direction: rtl;
	cursor: pointer;
}
#talkbacks .t_sub_title {
	text-decoration: underline;
	text-align: right;
	direction: rtl;
	cursor: pointer;
}

#talkbacks .talkback_button {
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
	cursor: pointer;
}

#talkbacks .t_container {
	text-align: right;
	direction: rtl;
	padding: 10px;
	margin: 5px 0 5px 0;
	border: 1px solid #CCCCCC;
	background: #EFEFEF;
}
#talkbacks .t_container .talkback_button {
	background: none;
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	height: auto;
}
#talkbacks .t_container .tc_title {
	font-weight: bold;
}
#talkbacks .t_container .tc_description {
	padding-bottom: 10px;
}
#talkbacks .t_container .scoring {
	float: left;
}

#talkbacks .seperator {
	height: 10px;
	margin-top: 10px;
	border-top: 1px solid #EFEFEF;
	font-size: 5px;
}

