﻿
.ABEditComments .ActivitiesTable .Comment {
	width: 970px;
}

.ABEditComments .ActivitiesTable {
	height: 440px;
	display: block;
	border-bottom:solid;
	margin-bottom:10px;
	border-color:rgb(204, 204, 204);
	border-width:1px;
}

	.ABEditComments .ActivitiesTable .Date {
		width: 200px;
		padding-right: 0px;
		padding-left: 10px;
	}

.rtl .ABEditComments .ActivitiesTable .Date {
	width: 200px;
	padding-right: 10px;
	padding-left: 0px;
}

.ABEditComments .ActivitiesTable td, .ABEditComments .ActivitiesTable th {
	padding-top: 5px;
}

.ABEditComments .ActivitiesTable tr:first-child {
	height: 30px;
	border-bottom: none;
}

.ABEditComments .ActivitiesTable tr:nth-child(2n+1) {
	background-color: #f5f5f5;
}

.ABEditComments .ActivitiesTable tr {
	border-bottom: solid;
	border-color: rgb(204, 204, 204);
	border-width: 1px;
	height: 30px;
	vertical-align: central;
}

	.ABEditComments .ActivitiesTable tr:not(:first-child):hover {
		background-color: #F7931D;
	}
	.ABEditCommentsCheckRow{
		background-color:#F7931D !important;
	}