.pollWidget {
	overflow: hidden;
	margin-bottom:20px;
}

.pollWidget .spinner {
	float:right;
	clear:none;
	width:16px;
	height:16px;
	background-image: url(../assets/img/ajax-loader.gif);
	background-repeat: norepeat;
	display:none;
}

.pollWidget .spinner.busy {
	display:block;
}


.pollWidget .header {	
	margin: 0px;
	text-align: left;
	width: 100%;
	overflow:hidden;
}

.pollWidget .header .headerText {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding: 4px 3px 0px 3px;
	background: #48aec7;
	background-color: #48B0C7;
	color: white; 
	margin-left: 0px;
	font-weight:bold;
	float:left;
	clear:none;
}

.pollWidget .container {
	border:2px solid #0091B2;
	padding: 0px;
/*
	height: 186px;
*/
}

.pollWidget .choicesWidget {
	height: auto;
	border-collapse: collapse;
	border-spacing: 0px;
}

.pollWidget .choicesWidget .container {
	background-color: white;
	overflow: auto;
}

.pollWidget .choicesWidget .container table {
	margin:2px;
}

.pollWidget .choicesWidget .choicesCell {
	padding: 0px;
	font-size: 12px;		
}

.pollWidget .choicesWidget .dateCell {
	width: 97%;
	padding: 2px;
}

.pollWidget .choicesWidget td.groupheader {
	padding-top: 2px;
}

.pollWidget .choicesWidget .statisticsCell {
	width: 1%;
	padding: 2px !important;
}

.pollWidget .choicesWidget .inputCell {
	width: 1%;
	text-align: center;
	border-right: 1px solid transparent;
}

.pollWidget .choicesWidget .inputCell div {
	background-color: #f5f5f5;
}

.pollWidget .choicesWidget .choicesHeader {
	font-size: 9px;
}

.pollWidget .choicesWidget .yesHeader {
	/*background-color:#3B8300;*/
	color:white;	
	text-align:center;
	border-right: 1px solid white;
}

.pollWidget .choicesWidget .naHeader {
	/*background-color: #6a6a6a;*/
	color:white;	
	text-align:center;
	border-right: 1px solid white;
}

.pollWidget .choicesWidget .noHeader {
	/*background-color: #c22e00;*/
	color:white;	
	text-align:center;
	border-right: 1px solid white;
}

.pollWidget .choicesWidget .monthOfChoice {
	margin-left: 1px;
	font-weight: bold;
	font-size: 14px;
}

.pollWidget .choicesWidget .simpleRow {
	cursor: default;
}

.pollWidget .choicesWidget .alter {
	background-color:#F2F2F2;
}

.pollWidget .choicesWidget .addButton {
	float:right;
	display:inline;
	clear:none;
	cursor:pointer;
	font-size:12px;
}
.pollWidget .choicesWidget .addButton img {
	vertical-align:bottom;
}

.pollWidget .choicesWidget table.padded td.first.inputCell {
	padding-left:20px;
}

.pollWidget .choicesWidget table.padded td.choicesHeader.yesHeader {
	padding-left:20px;
}

.pollWidget .choicesWidget .last td {
	padding-bottom:10px;
}

.pollWidget .choicesWidget .last .choiceStatistic  td {
	padding-bottom:0px;
}

.pollWidget .choicesWidget .rowtitle td {
	padding-top:16px;
	vertical-align:bottom;
}

.pollWidget .textWidget input {
	margin-bottom:0px;
}

.pollWidget .participantsWidget ul {
	overflow: auto;
}

.pollWidget .participantsWidget li {
	margin: 2px;
	overflow:hidden;
	position:relative;
}

.pollWidget .opinionWidget {
	padding-top:20px;
}

.pollWidget .opinionWidget .container {
	height:auto;
}


.pollWidget .opinionWidget input {
	margin:0px;
	padding:0px;
	border:medium none;
	width:100%;
}

.pollWidget .calendarWidget {
}

.pollWidget .calendarWidget .calheader {
	padding: 0px;
	margin: 4px; 0px;
}

.pollWidget .calendarWidget .calweekdayrow {
	background-color: #7F7F7F;
	color: white;
	height: 1.5em;
}

.pollWidget .calendarWidget .calweekdaycell {
	font-size: 75%;
	background-color: #7F7F7F;
	color: white;
}


.pollWidget .calendarWidget td.calhead {
	padding: 3px;
}

.pollWidget .calendarWidget td.calcell {
	font-size: 11px;
	width: 28px;
	height: 23px;
	
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	
	border: 0px solid transparent;
	padding: 0px;
	margin: 0px;
	line-height: 23px;
}

.pollWidget .calendarWidget td.calcell.calcelltop {
	border-top:1px solid white;
}

.pollWidget .calendarWidget td.calcell.calcellleft.calcellbottom {
	border-bottom:1px solid transparent;
}
/*
.pollWidget .calendarWidget td.calcell.calcellright {
	border-right:1px solid transparent;
}
*/

.pollWidget .calendarWidget td.calcell a {
	color: black;
	width: 28px;
	height: 23px;
	padding: 0px;
}

.pollWidget .calendarWidget td.calcell a.oom-selectable {
	color: #A6A6A6;
}

.pollWidget .calendarWidget td.choice-detail-cell {
	background-image: url(../assets/img/date_bggrad.gif);
	padding: 0px;
}

.pollWidget .calendarWidget td.choice-detail-cell.selected a {
	background-color: transparent;
}

.pollWidget .calendarWidget td.choice-detail-cell .today {
	background-color: white;
}


.pollWidget .calendarWidget td.calcell.calcellhover {
	cursor: default;
	background-color: white;
}

.pollWidget .calendarWidget td.calcellhover a {
	background: none ;
	cursor: default ;
}

.pollWidget .calendarWidget td.calcell.selected,
.pollWidget .calendarWidget td.calcell.selected a,
.pollWidget .calendarWidget td.calcell.selected .calcellhover {
	cursor: pointer;
	background-repeat: repeat ! important;
}

.pollWidget .calendarWidget td.calcell.selected a {
	background-image: url(../assets/img/date_selected.gif);
	background-color: transparent;
}

.pollWidget .calendarWidget td.calcell.selected a.oom-selectable {
	color: #94D0DF;
}

.pollWidget .calendarWidget td.calcell.calcellhover a {
	color: black;
}

.userSelectedYes a {
	background-image: url(../assets/img/date_yes.gif) ! important;
}

.userSelectedMaybe a {
	background-image: url(../assets/img/date_maybe.gif) ! important;
}

.userSelectedNo a {
	background-image: url(../assets/img/date_no.gif) ! important;
}

.calcellhover a,
.choicerowhover a {
	background-image: url(../assets/img/date_selected.gif) ! important;
}

.cellYes a {
	background-image: url(../assets/img/date_yes.gif) ! important;
}

.cellMaybe a {
	background-image: url(../assets/img/date_maybe.gif) ! important;
}

.cellNo a {
	background-image: url(../assets/img/date_no.gif) ! important;
}

.rowYes {
	background-image: url(../assets/img/bg_yes.gif);
}

.rowNo {
	background-image: url(../assets/img/bg_no.gif);	
}

.highlightedRow td {
	cursor: default;
	background: transparent url(../assets/img/bg_selected.gif) repeat;
}

.choiceStatistic {
	width: 147px;
	border: 2px solid #e9e9e9;
	background-color: white;
	border-collapse: separate;
	border-spacing: 1px;
}

.highlightedRow .choiceStatistic {
	border: 2px solid #b3dae3;
}

.pollWidget .choicesWidget .rowtitle .choiceStatistic td {
	padding-top: 0px;
}

.choiceStatistic td div {
	height: 13px;
}

.statisticYes {
	background: transparent url(../assets/img/percent_yes.gif) repeat-x !important;
	font-size: 0px;
	height: 13px;
}

.statisticMaybe {
	background: white none !important;
	font-size: 0px;
	height: 13px;
}

.statisticNo {
	background: transparent url(../assets/img/percent_no.gif) repeat-x !important;
	font-size: 0px;
	height: 13px;
}

.highlightedStatistic {
	width: 147px;
	border: 2px solid #b3dae3;
}

.participant {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px;
	padding-left: 5px;
	cursor: default;
}

.participantMaybe {
	background-image: url(../assets/img/user_maybe.gif);
	background-repeat: repeat-y;
}

.participantYes {
	background-image: url(../assets/img/user_yes.gif);
	background-repeat: repeat-y;
}

.participantNo {
	background-image: url(../assets/img/user_no.gif);
	background-repeat: repeat-y;
}

.participantName {
	font-weight: bold;
	font-size: 12px;
	overflow:hidden;
	padding-right:5px;
}

.participantOpinion {
	font-size: 10px;
	color: #606060; /*grey shadow*/
	overflow:hidden;
	padding-right:5px;
}

.participantHolder {
	margin-right: 12px;
}

.participantDelete {
	top:0px;
	right:0px;
	height:100%;
	background:none;
	border-left: 2px solid #666666;
	padding:2px 2px 0px 2px;
	position:absolute;
	cursor:pointer;
}

.participantDelete img {
	width:7px;
	height:7px;
	vertical-align:top;
}

.highlightedParticipant {
	background-image: url(../assets/img/user_selected.gif);
	background-repeat: repeat-y;
}

.calnavleft {
	margin-left: 10px ! important;
}

.calnavright {
	margin-right: 10px ! important;
}


.calheader {
	color: #727272 ! important;
}

.oom {
	background-color: white ! important;
}

td.emptyInfo {
	padding-top: 10px;
	font-weight: bold;
	color: #d96686; /*red light*/
	font-size: 15px;
}

td.deleteCell, td.addCell {
	cursor: pointer;
}

.voterPopup {
	width: 69px;
	height: 43px;
	background-image: url(../assets/img/date_vote.gif);	
}

.voterPopupTable {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 8px;
	margin-left: 4px;
}

.voterPopupTable td {
	border: 2px solid white;
	border-bottom: none;
}


.yesCellInact div, .highlightedRow .yesCellInact div, .rowYes .yesCellInact div {
	background: #DAEACD url('/assets/img/vote_radio_off.png') no-repeat center center ! important;	
	height: 21px;
	width: 21px;
}

.maybeCellInact div, .highlightedRow .maybeCellInact div, .rowMaybe .maybeCellInact div {
	background: #E4E4E4 url('/assets/img/vote_radio_off.png') no-repeat center center ! important;
	height: 21px;
	width: 21px; 
}

.noCellInact div, .highlightedRow .noCellInact div, .rowNo .noCellInact div {
	background: #F5D6CD url('/assets/img/vote_radio_off.png') no-repeat center center ! important;
	height: 21px;
	width: 21px; 
}

.yesCell div, .highlightedRow .yesCell div, .rowYes .yesCell div {
	background: #429400 url('/assets/img/vote_radio_on.png') no-repeat center center ! important;
	height: 21px;
	width: 21px;
}

.maybeCell div, .highlightedRow .maybeCell div, .rowMaybe .maybeCell div {
	background: #787878 url('/assets/img/vote_radio_on.png') no-repeat center center ! important;
	height: 21px;
	width: 21px; 
}

.noCell div, .highlightedRow .noCell div, .rowNo .noCell div {
	background: #ce3000 url('/assets/img/vote_radio_on.png') no-repeat center center ! important;
	height: 21px; 
	width: 21px;
}

.voterPopupTable input {
	margin: 2px;
}

#createPoll {
	height: auto;
}

#votesSummary {
	margin-top: 16px;
	margin-bottom: 16px;
}

#votesSummary table {
	width: 100%;
}

#votesSummary td {
	width: 33%;
	border: transparent none 0px;
	min-height: 3em;
	vertical-align: top;
}

#votesSummary td.gap {
	border-left: white solid 5px;
	border-right: white solid 5px;
	width: 0px;
}

#votesSummary .participantList {
	padding: 5px 10px;
}

#votesSummary .headerText {
	color: white;
}

#votesSummary .yes .header {
	border-bottom-color: #69A737;
}

#votesSummary .yes .headerText {
	background-color: #69A737;
}

#votesSummary .maybe .header {
	border-bottom-color: #606060;
}

#votesSummary .maybe .headerText {
	background-color: #606060;
}

#votesSummary .no .header {
	border-bottom-color: #C22E00;
}

#votesSummary .no .headerText {
	background-color: #C22E00;
}

#votesSummary .participantList {
	min-height: 2em;
}

#votesSummary .yes .participantList {
	background: transparent url(../assets/img/bg_yes.gif) repeat;
}

#votesSummary .maybe .participantList {
	background: transparent url(../assets/img/bg_maybe.gif) repeat;
}

#votesSummary .no .participantList {
	background: transparent url(../assets/img/bg_no.gif) repeat;
}

