body {
	font-family: Helvetica, Verdana,sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodyBox {
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: red;
	border-right-color: #000000;
	border-bottom-color: red;
	border-left-color: #000000;
}
.bcxPollLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.bcxPollQuestion {
	font-size: 		 1.0em;
	letter-spacing:		-0.01em;
	font-family:		myriad,tahoma,helvetica;
	color:			#5d56e0;
}

.bcxPollChoice {
	font-size: 		0.87em;
	letter-spacing:		-0.01em;
	font-family:		myriad,tahoma,helvetica;
	color:			#5d56e0;
	
}

.bcxPollBox {
	border: thin solid #333366;
}
.bcxPollBoxHeader {
	border-top: thin none #333366;
	border-right: thin none #333366;
	border-bottom: thin solid #333366;
	border-left: thin none #333366;
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:	    700;
	text-transform: capitalize;
}

.bcxNavButton {
	
       background-color: 	 #FDFDFD;
       display: 		     block;
       font: 			     normal 12px arial, sans-serif;
       height:    		     24px;
       text-decoration:      none;
       border:               1px solid #D8D6D6;
       border: 		         1px 1px 1px 1px;
       width: 			     175px;
       height: 		         20px;
       padding: 		     0px 5px 3px 0px;
       font-weight:          700;
}


.bcxPollButton {
	
       background-color: #8BB1DD;
       display: 		 block;
       font: 			 normal 12px arial, sans-serif;
       height:    		 24px;
       text-decoration:  none;
       border:           1px solid #D8D6D6;
       width: 			 175px;
       height: 		     20px;
       padding: 		 0px 5px 3px 0px;
       font-weight:      700;
}

.bcxPollLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.bcxPollQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.bcxPollChoice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bcxPollBox {
	border: thin solid #333366;
}
.bcxPollBoxHeader {
	border-top: thin none #333366;
	border-right: thin none #333366;
	border-bottom: thin solid #333366;
	border-left: thin none #333366;
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
/*.bcxPollButton {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: x-small;
}
*/

.bcxPollLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.bcxPollQuestion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.bcxPollChoice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.bcxPollBox {
	border: thin solid #333366;
}
.bcxPollBoxHeader {
	border-top: thin none #333366;
	border-right: thin none #333366;
	border-bottom: thin solid #333366;
	border-left: thin none #333366;
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
}
.bcxPollButton {
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: x-small;
}
td {
	/* font-size: 		0.87em; */
        font-size:              12px;
	letter-spacing:		-0.01em;
	font-family:		helvetica,verdana,sans-serif;
/*	color:			#5d56eo;*/
}
a {
	font-size: 		0.90em;
	letter-spacing:		-0.01em;
	font-family:		helvetica,verdana,sans-serif;
	color:			blue;
} 
A:hover {
        color: gray;
}
A:visited {
        color: black;
}

/* For the results rendering */
.resultLabel {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #41414D;
    font-weight: bold;
    position: absolute;
    width:200px;
    height:20px;
    padding-left: 3px;
    vertical-align: middle;    
    text-decoration: none;    
    letter-spacing: 0em;
}
.resultGapIndicator {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #A37A5A;
    vertical-align: middle;    
    text-decoration: none;    
}

.resultLabelAddChosen {
    font-size: 11px;
}
.chosenAnswerRow {
    border: 1px dashed #679739;
    background-color:#f0f0f0;
    
    position: relative;
    left: -3px;
    padding: 2px;
    vertical-align: middle;    
}

.pollResultsPercentage {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 0px;
}

.pollResultsVotes {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #0066FF;
    margin-top: 0px;
}

/* used in: users__shout_box__interior__answer */
.pollVoteOpenedDateTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}
.pollVoteOpenedDateEntry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009900;
}