/* Dracon Poll CSS - Poll */

/* Poll Main */
#dracon_poll {
	font-family:arial;
	font-size:10px;
	color:#eee;
}

/* Poll Header */
#dracon_poll_header {
	height:41px;
	cursor:pointer;
}
#dracon_poll_h1 {
	width:10px;
	height:41px;
	float:left;
	padding:0;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/title_1.png);
}
#dracon_poll_h2 {
	height:41px;
	float:left;
	padding:0;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/title_o.png);
}
#dracon_poll_h2:hover {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/title_2.png);
}
#dracon_poll_h3 {
	font-weight:bold;
	font-size:10px;
	color:#9999FF;
}
#dracon_poll_h3:hover {
	color:#fff;
}
#dracon_poll_h4 {
	width:11px;
	height:41px;
	float:left;
	padding:0;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/title_3.png);
}

/* Poll Body */
#dracon_poll_body {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/left.png) repeat-y left top;
}
#dracon_poll_b1 {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/right.png) repeat-y right top;
}
#dracon_poll_b1 div {
	text-align:left;
}

/* Poll Footer */
#dracon_poll_footer {
	height:26px;
}
#dracon_poll_f1 {
	width:9px;
	height:26px;
	float:left;
	padding:0;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/bottom_1.png);
}
#dracon_poll_f2 {
	height:26px;
	float:left;
	padding:0;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/bottom_2.png);
	cursor:pointer;
}
#dracon_poll_f2:hover {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/bottom_o.png);
}
#dracon_poll_f3 {
	padding:1px 5px;
	font-weight:bold;
	font-size:10px;
	text-align:right;
	color:#9999FF
}
#dracon_poll_f3 span {
	color:#ccc
}
#dracon_poll_f4 {
	width:10px;
	height:26px;
	float:left;
	padding:0;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/body/bottom_3.png);
}

/* Poll Voting Options */
.dracon_poll_vote {
	padding: 5px 3px 1px 5px;
	cursor: pointer;
	display: block !important;
}
.dracon_poll_vote:hover {
	background: #000;
	border:1px solid #FFCC00;
	padding: 4px 2px 0px 4px;
}
.dracon_poll_vote p {
	font-weight:bold;
	color:#fff;
	margin:0px 0px 5px 0px;
}
.dracon_poll_vote p:first-letter  {
	color:#FF9900;
}
.dracon_poll_vote:hover p {
	color:#FF9900;
}
.dracon_poll_vote:hover p:first-letter {
	color:#FF9900;
}
.dracon_poll_vote:active p {
	color:#fff;
}
.dracon_poll_vote div {
	float:left;
	width:25px;
	height:25px;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bullets/ball.png) no-repeat;
}

/* Different MouseOvers */
.dracon_poll_vote_1:hover div {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bullets/ball_o_1.png) no-repeat;
}
.dracon_poll_vote_2:hover div {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bullets/ball_o_2.png) no-repeat;
}
.dracon_poll_vote_3:hover div {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bullets/ball_o_3.png) no-repeat;
}
.dracon_poll_vote_4:hover div {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bullets/ball_o_4.png) no-repeat;
}
.dracon_poll_vote_5:hover div {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bullets/ball_o_5.png) no-repeat;
}
.dracon_poll_vote_6:hover div {
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bullets/ball_o_6.png) no-repeat;
}

/* Loader Effect */
#dracon_poll_loading {
	display:none;
	position: relative;
	margin:0 0 0 -2px;
}
#dracon_poll_loading div {
	text-align:center;
	padding:10px 0 20px 0;
}
.dracon_poll_action_results {
	text-align:left;
	padding:10px 0 10px 10px;
}

/* Poll Answers */
.dracon_poll_answers {
	height:15px;
}
.dracon_poll_answers div {
	font-weight:bold;
	color:#ccc;
}
.dracon_poll_answers:hover div {
	color:#FFFFFF;
	cursor:default;
}
.dracon_poll_answers_bar {
	height:8px;
	border:1px solid black;
	float:left;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bars/b.png)
}
.dracon_poll_answers_bar_max {
	height:8px;
	border:1px solid black;
	float:left;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bars/r.png)
}
.dracon_poll_answers_barend {
	height:10px;
	float:left;
	background:url(http://www.okolosveta.sk/inc/poll/skins/default/gfx/bars/bar_g_3.png);
	width:2px;
}
.dracon_poll_answers_votes {
	color: #FF9900;
	position: relative;
	top:-1px;
}

/* Links */
.dracon_poll.a {
	color: yellow;
	font-weight: normal;
	text-decoration: underline;
}
.dracon_poll.a:hover {
	color: white;
	font-weight: normal;
	text-decoration: blink;
}

/* Copyright */
#dracon {
	float:left;
	font-family: tahoma;
	font-size:10px;
	color:#333;
	font-weight: normal;
	text-decoration: none;
}
#dracon:hover {
	color:green;
	cursor: pointer;
	font-weight: normal;
	text-decoration: blink;
}/* Dracon Poll CSS - Admin */

/* Admin */
#dracon_poll_admin_main {
	background: #fff;
	border: 0px dashed black;
	font-family: calibri;
}
#dracon_poll_admin_h1 {
	font-weight: bold;
	font-size: 20px;
	color: #990000;
	text-decoration: none;
}
#dracon_poll_admin_h1:hover {
	color: green;
	cursor: pointer;
}
.dracon_poll_admin_h2 {
	color: #9999FF;
}
.dracon_poll_admin_h3 {
	color: #000;
}
.dracon_poll_admin_h4 {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
	font-style: oblique;
	padding-bottom: 10px;
}

.dracon_poll_admin_tr_hr {
	font-size: 11px;
	font-weight: bold;
	color:#333;
}
.dracon_poll_admin_tr {
}
.dracon_poll_admin_tr:hover {
	background: #ddd;
}
.dracon_poll_admin_input {
	font-family: tahoma;
	font-size: 11px;
	color: navy;
	height: 13px;
}
.dracon_poll_text_center {
	text-align: center;
}
.dracon_poll_text_right {
	text-align: right;
}
.dracon_poll_title_polls {
	background-color: #eeeccc;
	border: 1px solid #999;
	height: 15px;
}
.dracon_poll_title_options {
	background-color: #fffbbb;
	border: 1px solid #999;
	height: 15px;
}
.dracon_poll_options_order_1 {
	background-color: #ccc;
	border: 1px solid #000;
	height: 15px;
	text-align: center;
}
.dracon_poll_options_order_2 {
	background-color: #ccc;
	border: 1px solid #990000;
	height: 15px;
	text-align: center;
}

/* Admin Buttons */
.dracon_poll_admin_button {
	border: 1px solid #333;
	background: #000;
	color: #fff;
	font-family: calibri;
	font-size: 13px;
}
.dracon_poll_admin_button_o {
	border: 1px solid black;
	background: #9999FF;
	color: #000;
	cursor: pointer;
	font-family: calibri;
	font-size: 13px;
}
.dracon_poll_admin_button_2 {
	background: #fff;
	color: #000;
}
.dracon_poll_admin_button_3 {
	background: black;
}
.dracon_poll_admin_button_4 {
	background: green;
}

/* Admin Links */
.dracon_poll_admin_link {
	color: blue;
	font-size: 16px;
}
.dracon_poll_admin_link:hover {
	text-decoration: none;
	color: #999;
}

#dracon_poll_admin_loading {
	display: block;
	visibility: hidden;
	position: relative;
	margin:10px 0 0 0;
}
.dracon_poll_admin_mid_br {
	line-height: 7px;
}
