.odysen_app_views_events_Show .EventShow-PollingGridWrapper {
	padding:3px 5px;
}

.odysen_app_views_events_Show .EventShow-PollingGridWrapper table {
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #ccc;
}

.odysen_app_views_events_Show .EventShow-PollingGridWrapper table thead th,
.odysen_app_views_events_Show .EventShow-PollingGridWrapper table tfoot th {
	text-align:center;
	background:#666;
	color:#fff;
	border-color:#666;
}
.odysen_app_views_events_Show .EventShow-PollingGridWrapper table tbody th {
	text-align:center;
	background:#fff;
	color:#333;
	border-color:#999;
	border-width: 0 1px 1px 1px;
}
.odysen_app_views_events_Show .EventShow-PollingGridWrapper table tbody td {
	text-align:center;
	background:#fff;
	color:#333;
	border-color:#999;
}
.odysen_app_views_events_Show .EventShow-PollingGridWrapper table tbody tr.Odd-Row th,
.odysen_app_views_events_Show .EventShow-PollingGridWrapper table tbody tr.Odd-Row td {
	text-align:center;
	background:#ccc;
	color:#333;
	border-color:#999;
}

.odysen_app_views_events_Show .EventShow-PollingGridWrapper table th,
.odysen_app_views_events_Show .EventShow-PollingGridWrapper table td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding: 6px 4px;
	width:100px;
}


.odysen_app_views_events_Show .EventShow-PollingGridWrapper table tr.Current_User_Options th,
.odysen_app_views_events_Show .EventShow-PollingGridWrapper table tr.Current_User_Options td {
	background-color:lightyellow;
	color:#333;
	border-color: #ccc;
}

.odysen_app_views_events_Show .EventShow-PollingGridWrapper table td {
	text-align: center;
}

.odysen .odysen_app_views_shared_form_FieldWithLabel-DurationHour .odysen_app_views_shared_form_FieldWithLabel-Label,
.odysen .odysen_app_views_shared_form_FieldWithLabel-DurationMinute .odysen_app_views_shared_form_FieldWithLabel-Label{
	min-width:20px;
}
.odysen .odysen_app_views_shared_form_FieldWithLabel-DurationHour .dijitTextBox,
.odysen .odysen_app_views_shared_form_FieldWithLabel-DurationMinute .dijitTextBox{
	min-width:20px;
	width:30px;
}
