table.dialogTable {
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width:1px;
	border-color:#999999;
	border-collapse:collapse;
	width:100%;
}
table.dialogTable th {
	border-width:1px;
	padding:8px;
	border-style:solid;
	border-color:#a9c6c9;
}
table.dialogTable tr:nth-child(odd) {
	background-color:#fff;
}
table.dialogTable tr:nth-child(even) {
	background-color:#eee;
}
table.dialogTable td {
	text-align:left;
	border-width:1px;
	padding:2px;
	padding-left:5px;
	border-style:solid;
	border-color:#a9c6c9;
}
.paging_div {
	float:left;
	padding-bottom:2px;
}
#taskTableList {
	width:550px;
}
#taskTableList td.taskAction {
	width:80px;
}
#taskTableList td.taskDescription {
	width:340px;
}
#taskTableList td.taskCategory {
	width:130px;
}
#venueTableList {
	width:550px;
}
#venueTableList td.venueAction {
	width:80px;
}
