@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  */
#broadcasters_table h2 {
	margin: 0px;
	font-style:normal;
}
/*  this is used in news.php  */
.broadcaster_name a:link, .broadcaster_name h2 a:active, .broadcaster_name h2 a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #003399;
	text-align: right;
}

/*  this is used in news.php  */
.broadcaster_name h2 a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #990000;
	text-align: right;
}

/* TABLES AND CELL  */
/* broadcaster_table php block */
.broadcaster_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;
}


/* broadcaster_cell php block */
.broadcaster_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  */
.broadcaster_short_desc  {
	text-decoration: none;
	font-size: 12px;
	color: #333;
	text-align: right;
}

