/* Application Icon */
.polls_Icon {
	background-image: url("/images/icons/original/polls.png");
	background-position: 0 0;
	height: 16px;
	width: 16px;
}
/* Application Poll Options */
.odysen_app_views_shared_form_FieldWithLabel-PollOptions .odysen_app_views_shared_form_FieldWithLabel-Label {
	display:block;
}
/* Application Show */
.odysen_app_views_polls_Show .PollShow-PollingGridWrapper {
	padding:3px 5px;
}

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

.odysen_app_views_polls_Show .PollShow-PollingGridWrapper table thead th,
.odysen_app_views_polls_Show .PollShow-PollingGridWrapper table tbody th,
.odysen_app_views_polls_Show .PollShow-PollingGridWrapper table tfoot th {
	text-align:center;
	background:#666;
	color:#fff;
	border-color:#666;
}

.odysen_app_views_polls_Show .PollShow-PollingGridWrapper table tbody th {
	text-align:center;
	background:#fff;
	color:#333;
	border-color:#999;
	border-width: 0 1px 1px 1px;
}
.odysen_app_views_polls_Show .PollShow-PollingGridWrapper table tbody td {
	text-align:center;
	background:#fff;
	color:#333;
	border-color:#999;
}

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


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

.odysen_app_views_polls_Show .PollShow-PollingGridWrapper table td {
	text-align: center;
}

.odysen_app_views_polls_Show .PollShow-PollingGridWrapper table tbody tr.Odd-Row th,
.odysen_app_views_polls_Show .PollShow-PollingGridWrapper table tbody tr.Odd-Row td {
	text-align:center;
	background:#ccc;
	color:#333;
	border-color:#999;
}