@charset "utf-8";
/* CSS Document */

#category_block h1 {
	text-decoration: none;
	font-size: 26px;
	color: #003399;
	text-align: right;
	font-weight:bold;
	margin-top:10px;
	margin-right:20px;
}
/*  this is used in video categories.php  */
#poll_table h2 {
	margin: 0px;
	font-style:normal;
}
/*  this is used in news.php  */
.poll_name h2 a:link, .poll_name h2 a:active, .poll_name h2 a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #003399;
	text-align: right;
}

/*  this is used in news.php  */
.poll_name h2 a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #990000;
	text-align: right;
}

/* TABLES AND CELL  */
/* poll_table php block */
.poll_table_class {
	border: 1px solid #CCCCCC;
	background-color:#F3F3F3;
	text-align: center;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-border-radius: 5px;
}


/* poll_cell php block */
.poll_cell {
	background-color:#FFFFFF; 
	border: 1px solid #aeaed5; 
	text-align:right;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-border-radius: 5px;
}	

/* video_description php */
/* videos_in_categories php */
/*  video group desc  */
.poll_short_desc  {
	text-decoration: none;
	font-size: 12px;
	color: #333;
	text-align: right;
}


.poll_archive {
	text-decoration: none;
	font-size: 18px;
	color: #003399;
	text-align: right;
	font-weight:bold;
	margin-top:10px;
	margin-right:20px;
}

.poll_results {
	text-decoration: none;
	font-size: 18px;
	color: #003399;
	text-align: right;
	font-weight:bold;
	margin-top:10px;
	margin-right:20px;
}



.poll_question{
	text-decoration: none;
	color:#000000;
	font-weight:bold;
	font-size:13px;
}

.poll_answer  {
	text-decoration: none;
	font-weight:bold;
	font-size:13px;
}

.poll_vote:link, .poll_vote:active, .poll_vote:visited   {
	text-decoration: none;
	font-size: 13px;
	color: #003399;
	text-align: right;
}

.poll_vote:hover {
	text-decoration: underline;
	color: #990000;
	
}


.poll_votes:link, .poll_votes:active, .poll_votes:visited   {
	text-decoration: none;
	font-size: 13px;
	color: #003399;
	text-align: right;
}

.poll_votes:hover {
	text-decoration: underline;
	color: #990000;
	
}

