/* FORM BUTTONS */

fieldset {
    margin: 1em 0;
    border: none;
	padding:0px;
}


.pollfield {
	width:94%;
	display:block;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    color: #666;
    font: normal 14px/20px 'Segoe UI','Arial',sans-serif;;
    margin-bottom: 5px;
    padding: 4px 2px;
}

.pollfield:focus{
	box-shadow:0px 0px 2px #CCC inset}
	
.short{
	width:25%}
.medium{
	width:50%}
.long{
	width:98%}

.redstar{
	color:#CF3629;
	font-size:14px;
	font-weight:bold;
	line-height:10px;}
	
.smallexample{
	font-size:11px; color:#999;
	line-height:12px;}

.poll_send_button {
  height: 24px;
  line-height: 24px;
  border-radius: 5px;
  font-size: 15px;
  font-weight:normal;
  cursor: pointer;
  color: #545454 !important;
  text-shadow: 0 1px white;
  padding: 0 11px;
  text-decoration: none !important;
  position: relative;
  background: #fffdfd !important;
  background: -moz-linear-gradient(top, #fffdfd 0%, #eeeeee 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffdfd), color-stop(100%, #eeeeee)) !important;
  background: -webkit-linear-gradient(top, #fffdfd 0%, #eeeeee 100%) !important;
  background: -o-linear-gradient(top, #fffdfd 0%, #eeeeee 100%) !important;
  background: -ms-linear-gradient(top, #fffdfd 0%, #eeeeee 100%) !important;
  background: linear-gradient(to bottom, #fffdfd 0%, #eeeeee 100%) !important;
  background: none \9 !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfd', endColorstr='#eeeeee', GradientType=0);
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #c7c7c7;
}

.poll_send_button:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #d7d7d7 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #d7d7d7)) !important;
  background: -webkit-linear-gradient(top, white 0%, #d7d7d7 100%) !important;
  background: -o-linear-gradient(top, white 0%, #d7d7d7 100%) !important;
  background: -ms-linear-gradient(top, white 0%, #d7d7d7 100%) !important;
  background: linear-gradient(to bottom, white 0%, #d7d7d7 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d7d7d7', GradientType=0);
  box-shadow: 0 -1px 1px white inset;
}
.poll_send_button:active {
  background: #d7d7d7 !important;
  background: -moz-linear-gradient(top, #d7d7d7 0%, #eeeeee 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d7d7), color-stop(100%, #eeeeee)) !important;
  background: -webkit-linear-gradient(top, #d7d7d7 0%, #eeeeee 100%) !important;
  background: -o-linear-gradient(top, #d7d7d7 0%, #eeeeee 100%) !important;
  background: -ms-linear-gradient(top, #d7d7d7 0%, #eeeeee 100%) !important;
  background: linear-gradient(to bottom, #d7d7d7 0%, #eeeeee 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#eeeeee', GradientType=0);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.22);
}

/* CLOSE OPEN POLL */

a.polldisplay{
	display:inline-block;
	font-size:12px;
	line-height:12px;
	margin:10px 0 10px 0;
	vertical-align:middle;}
a.polldisplay span{
	display:inline-block;
	width:13px;
	height:13px;
	margin-left:5px;
	background:url("../../images/slide_down.png") no-repeat -26px 0;}
	
a.polldisplay:hover span{
	background-position: -39px 0;}
	
a.polldisplay span.pollopen{
	background:url("../../images/slide_down.png") no-repeat 0 0;}
	
a.polldisplay:hover span.pollopen{
	background-position: -13px 0;}

/* CREAT POLL */
.poll_wrapper{}

.poll_wrapper .poll_area{}

.poll_wrapper .poll_area .add_new_poll{
	text-align:center;
	display:block;
	padding:20px 30px;
	border: 2px dashed #eee;
	background: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	color:#999;
	font-size:18px;
	line-height:22px;
	text-decoration:none;
	text-shadow: 1px 1px 1px #ccc;}
	
.poll_wrapper .poll_area .add_new_poll:hover{
	color: #666;
	border: 2px dashed #ccc;
	background: #F9F9F9;
}


.pollactions {
	font-size:12px;
	color:#CCC;}

.pollactions a{
	font-size:12px;
	color:#999;}



/* POLL VOTING */

.poll_quest{
	font-size:13px;
	font-weight: 700;
	padding-bottom:10px;
	color: #444;}

.poll_vote {
    background: url("../../images/polls_bul.png") no-repeat scroll 0 2px transparent;
    display: inline-block;
    line-height: 16px;
    padding: 0 0 4px 15px;
    text-decoration: none;
	color: #606060;
	font-size:12px;
}

.poll_vote:hover {
    background: url("../../images/polls_bul.png") no-repeat scroll 0 -62px transparent;
	color: #333;
}

.poll_vote:active {
    background: url("../../images/polls_bul.png") no-repeat scroll 0 -128px transparent;
	color: #111;
}

/* MULTI POLL VOTING */

.poll_inputs label, .poll_answer label{
    line-height:16px;
	color: #606060;
	font-size:12px;
	padding-left:3px;
}
.poll_answer{
	vertical-align:middle;}

/* POLL RESULT */

.poll_holder {
	display: block;
}
.polls_table{
	width: 100%;
	border-collapse: collapse;
	}
.polls_table tr{
	}
.polls_table td{
	color: #555;
	font-size:12px;
	line-height:14px;
	padding-right:5px;
	}
	
.polls_table td span{
	color: #888;
	font-size:11px;
	line-height:12px;
	}
	
.polls_table .pollrestr td{
	padding-bottom:5px;
	}
	
.poll_res_bg {
	width: 100%;
	height: 4px;
	background: #ddd;
}

.poll_res_bg_active {
	height: 4px;
	background: #0191A5;
}

/* ADDITIONALS */

.poll_wrapper .journal{
	padding:10px;}
	
.poll_wrapper .thread, .poll_wrapper .video{
	width:60%;
	padding:15px 0;
	}
	
.poll_wrapper .thread .poll_inputs, .poll_wrapper .thread .poll_holder, .poll_wrapper .video .poll_holder{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	background:#F9F9F9;	
	padding:10px 10px;
}