#talkbacks {
	padding-bottom: 20px;
}
#talkbacks .checkbox {
    position: relative;
    top: 0;
}
#talkbacks table {
	direction: ltr;
}
#talkbacks table td {
	vertical-align: middle;
	direction: rtl;
}

#talkbacks .highlight {
	background: #ECFBFF;
}
#talkbacks .row td {
	padding: 5px;
}
#talkbacks .border_bottom {border-bottom:1px solid #EFEFEF}
#talkbacks .flat_row_separator {font-size:0;height:3px;_height:2px;margin:0 0 2px 0;padding:0}

#talkbacks .left_part {
	width: 6px;
	height: 20px;
	line-height: 20px;
}
#talkbacks .middle_part {	
	height: 20px;
	line-height: 20px;
}

#talkbacks .middle_part table {
    
}

#talkbacks .middle_part .sub_title {
	padding: 0;
	margin: 0;
	height: auto;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	background-image: none;
}
#talkbacks .right_part {
	width: 6px;
	height: 20px;
	line-height: 20px;
}
#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-align: right;
	direction: rtl;
	cursor: pointer;
}

#talkbacks .talkback_button {
    font-weight: bold;
    text-align: right;
    direction: rtl;
}

#talkbacks .t_container {
	text-align: right;
	direction: rtl;
	padding: 10px;
	margin: 5px 0 5px 0;
	border: 1px solid #EFEFEF;
}
#talkbacks .t_container .sub_title {
	color: #6699CC;
	font-weight: bold;
	border-bottom: 1px solid #6699CC;
	margin-bottom: 10px;
}
#talkbacks .t_container table {
	direction: rtl;
}
#talkbacks .t_container td {
	text-align: right;
	direction: rtl;
}
#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 .row_separator {
	height: 10px;
	margin-top: 10px;
	border-top: 1px solid #EFEFEF;
	font-size: 5px;
}
#talkbacks .col_separator {
	width: 10px;
	height: 20px;
	margin-left: 10px;
	border-left: 1px solid #EFEFEF;
	font-size: 5px;
}
