/* CSS Document */
body{
	/*background-color:#FFFFFF;*/
	border-bottom-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:0px;
	margin:0px;
}

table.main{
	/*font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	
	border:none;
	
	background-color:#FFFFFF;
	color:#808080;
		
	width:100%;
	padding:0px;
	margin:0px;
}

.header
{
	text-align:center;
}

.footer
{
	color:#FFFFFF;
}

th.header{
	height:100px;
}


td.menu{
	width:120px;
	text-align:center;
	vertical-align:top;
}

td.content{
	vertical-align:top;
	background-color:#FFFFFF;
	padding:2px;
	margin:0px;
	
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

td.sponsors{
	vertical-align:top;
	width:150px;
}

/***COUNT DOWN***/

div.count_down{
	width:90%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	height:120px;
	background-color:#999999;
	vertical-align:middle;
	margin-bottom:auto;
	margin-top:auto;
	display:table;
	cursor:pointer;
}

div.cdn{
	font-size:96px;
	font-weight:bolder;
	line-height:90px;
	margin:0px;
	padding:0px;
	background-color:#000000;
	vertical-align:middle;
	width:100%;
	cursor:pointer;
	/*filter:alpha(opacity=25);*/
	-moz-opacity:.55;
	opacity:.55;
	/*color:#0000FF;*/
}

div.cdnS{
	font-size:150%;
	font-weight:bolder;
	margin:0px;
	padding:0px;
	/*background-color:#0000FF;*/
	vertical-align:middle;
	display:table-cell;
	cursor:pointer;
	/*filter:alpha(opacity=65);*/
	-moz-opacity:.65;
	opacity:.65;
	color:#153F6F;

}

div.cdn_str
{
	margin:0px;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	cursor:pointer;

}


/***NEWS IMAGES****/

div.news_images{
	width:90%;
	display:table;
	margin-left:auto;
	margin-right:auto;
}

img.news_image{
	display:table-cell;
	width:200px;
	float:left;
	margin:5px;
	border:thin;
	border-style:ridge;
}



/***SINGER IMAGES****/

div.singer_images{
	width:90%;
	display:table;
	/*background-color:#00FF30;*/
	margin-left:auto;
	margin-right:auto;
}

img.singer_image{
	display:table-cell;
	width:200px;
	float:left;
	margin:5px;
	border:thin;
	border-style:ridge;
}


/****SINGER****/

img.singer_top_image{
	float:right;
	margin:5px;
	margin-right:15px;
}

h3.singer_title{
	
	margin:0px;
	text-align:center;
}

p.singer_short_description
{	
	text-align:center;
	margin:0px;
	font-size:12px;
}

/****MENU SINGERS****/

div.menu_singer{
	margin-top:5px;
	margin-bottom:5px;
	border:0px;
}

h4.menu_singer_name{
	margin:0px;
}

img.menu_singer{
	margin:0px;
	border:1px;
	border-style:solid;
	border-color:#CCCCCC;
}

p.menu_singer_short_desc
{
	margin:0px;
}

a.menu_singer
{
	border:0px;
}



/***MENU SPONSORS***/

h4.menu_sponsor_name{
	margin:0px;
	text-align:center;
}

p.menu_sponsor_description
{
	text-align:center;
	margin:0px;
}

div.menu_sponsor{
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
	margin-bottom:4px;
	text-align:center;
	
	color:#EAEAEA;
}

/***GENERAL***/

img.title_icon
{
	margin-right:3px;
}

h2.title
{
	background-color:#EAEAEA;
	color:#004400;
	text-align:left;
	padding-left:12px;
	height:21px;
	
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	
	margin-top:2px;
	margin-bottom:0px;
	
	font-size:13px;
	font-weight:bold;
	letter-spacing:3px;
}

h2{
	text-align:center;
	/*text-shadow:#CCCCCC;*/
	color:#FFFFFF;
	background-color:#666666;
}

h3{
	text-align:center;
	text-decoration:underline;
	color:#FFFFFF;
}


/***INDEX NEWS***/

h4.index_news
{
	margin:1px;
	border-width:1px;
	border-color:#000000;
}

div.index_news
{
	border-style:solid;
	border-color:#CCCCCC;
	margin:4px;
}

div.emphasize
{
	border-style:dashed;
	border-color:#FFFFFF;
	background-color:#330066;
}

h3.index_news_title
{
	text-align:center;
	background-color:#666666;
	margin:0;
}

p.index_news_text
{
	margin:7px;
}

a.index_news{
	text-decoration:none;
}

a.index_news:hover {
	color:#FFFFFF;
}

td.navigation
{
	background-image:url(../images/extra/menu_background2.png);
	background-repeat:repeat-x;
	background-color:#f4f4f4;
	width:120px;
}

.navigation_item
{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	/*background-color:#3399FF;*/
	text-decoration:none;
	/*
	border-style:solid;
	border-color:#5D5D5D;
	border-width:1px;
	*/
	cursor:pointer;
	
	width:110px;
	
	margin:2px;
	padding:2px;
	
	
}

.navigation_item:hover
{
	/*background-image:url(../images/extra/button_black_active.png);
	background-repeat:repeat-x;*/
	color:#333333;
}

.navigation_item_active
{
	border-bottom-color:#006600;
	border-bottom-style:double;
	border-bottom-width:4px;	
	
	border-top-color:#006600;
	border-top-style:solid;
	border-top-width:2px;	
}

.button
{
	font-size:12px;
	color:#FFFFFF;
	background-image:url(../images/extra/button_black.png);
	background-repeat:repeat-x;
	padding:3px;
	margin-left:4px;
	text-decoration:none;
	
	border-style:solid;
	border-color:#5D5D5D;
	border-width:1px;
	
	background-color:#000000;
	
	cursor:pointer;
}

.button:hover
{
	background-image:url(../images/extra/button_black_active.png);
	background-repeat:repeat-x;
}

/*****TOOLTIPS***/
div.tooltip_navigate
{
	
	background-color:#00FF00;
	z-index:2;
	/*display:compact;*/
}

/****ARTICLE NAVIGATION***/

table.scroller
{
	margin-top:-10px;

}

.article_nav_scroller
{
	position:relative;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:5px;
	
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
	
	height:86px;
	overflow:hidden;
	
}

.article_nav_slider
{
	display:block;
	position:absolute;
	height:86px;
	background-color:#a0b086;
	
	
	
	overflow:hidden;
	
}


.article_link
{
	float:left;
	display:compact;
	width:230px;
	height:77px;
	overflow:hidden;
	
	margin-top:5px;
	margin-left:2px;
	margin-right:2px;
	
	background-color:#CCCCCC;
	
	cursor:pointer;
	
	position:relative;
}



.article_link_title
{
	text-align:left;
	color:#004400;
	font-weight:bold;
	font-size:12px;
}

.article_link_title:hover
{
	text-decoration:underline;
}

.article_link_desc
{
	color:#333333;
	text-align:left;
	font-size:10px;
}

.article_link_date
{
	position:absolute;
	font-size:10px;
	right:2px;
	bottom:1px;
	background-color:#CCCCCC;
}

.article_link_active
{
	background-color:#F4F4F4;
	/*border-color:#333333;
	border-style:solid;
	border-width:2px;*/
}



img.article_link_img
{
	float:left;
	margin-right:3px;
	border:none;
}

img.scroller
{
	width:13px;
	float:left;
	margin-top:6px;
	cursor:pointer;
}



a.nav_link
{
	border:none;
	text-decoration:none;
	color:#0033CC;
}

a.nav_link:hover
{
	text-decoration:underline;
}

a.nav_link_desc
{
	text-decoration:none;
	color:#333333;
}

img.nav_img
{
	border:none;
}

/******ARTICLE*******/

h1
{
	margin-top:2px;
	text-align:left;
	margin-left:5px;
	background-color:#66CC00;
}

.article
{
}

.article_videos
{
	
}


div.article_text
{
	color:#5B5B5B;
	background-color:#EEEEEE;
	text-align:left;
	
	margin:5px;
	padding:3px;
	
	font-size:12px;
}

img.article_image
{
	cursor:pointer;
	
	#position: relative;  
	#top: -50%;
	
	margin:0px;
	border:none;
	padding:0px;
}

div.article_image_inner
{
	#position: absolute;  
	#top: 50%;display: table-cell; 
	vertical-align: middle;
	
	text-align:center;
	margin:0px;
	border:none;
	padding:0px;
}

div.article_image_outer
{
	float:left;
	margin:2px;
	width:124px;
	height:124px;
	
	display: table; 
	#position: relative; 
	overflow: hidden;
	
	background-color:#F3F3F3;
	border-style:dotted;
	border-color:#333333;
	border-width:1px;
	padding:0px;
}

div.article_image_outer_primary
{
	float:right;
}

div.large_image_display
{
	position:fixed;
	visibility:hidden;
	background-color:#FFFFFF;
	z-index:10;
	display:block;
	
	border-style:solid;
	border-width:2px;
	border-color:#000000;
}

div.gallery_navigation
{
	text-align:center;
}

div.large_image_comment
{
	background-color:#999999;
	position:fixed;
	
	font-size:12px;
	color:#000000;
	text-decoration:none;
	
	cursor:default;	
	padding:2px;
	
	border-top-color:#333333;
	border-top-style:double;
	border-top-width:3px;
}


.gallery_button
{
	cursor:pointer;
	
}
/*****VIDEO***/

a.video
{
	margin-top:0px;
	margin:0px;
	/*position:relative;*/
	vertical-align:bottom;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	background-color:#000000;
}

img.play_button
{
	position:absolute;
	bottom:80px;	
	left:204px;
	border:none;
	z-index:4;
}

img.splash_image
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
	width:520px;
	height:330px;
	border:none;
}

div.video_description
{
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:3;
	height:50px;
	background-color:#999999;
	/*#A2C7F4;*/
	width:100%;
	text-decoration:none;
	
	/*filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
*/
	
	border-top-color:#333333;
	border-top-style:double;
	border-top-width:3px;

	
	
}


.video_title
{	
	position:absolute;
	left:5px;
	
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	
	margin-left:2px;
}

.video_date
{
	position:absolute;
	right:5px;
	
	font-size:9px;
	color:#000000;
	text-decoration:none;
	
	margin-left:2px;
}

.video_comment
{
	color:#000000;
	text-decoration:none;
	font-size:10px;
	
	margin-left:2px;
}


/*****HOME PAGE****/

div.index_news_item{
	position:relative;
	margin:2px;
	text-align:center;
	float:left;
	width:144px;
	height:205px;
	border-style:solid;
	border-color:#8e997d;
	border-width:1px;
	padding:2px;
	overflow:hidden;
	cursor:pointer;
	
	font-size:12px;
	
	background-color:#eeeeee;
}


div.index_news_item_alt{
	position:relative;
	margin:2px;
	text-align:center;
	float:left;
	width:144px;
	height:205px;
	border-style:solid;
	border-color:#8e997d;
	border-width:1px;
	padding:2px;
	overflow:hidden;
	cursor:pointer;
	
	font-size:12px;

	background-color:#eeeeee;
}

div.index_news_bar_images
{
	position:absolute;
	right:5px;
	top:40px;
	font-size:10px;
	color:#FFFFFF;
}

div.index_news_bar_videos
{
	position:absolute;
	right:5px;
	top:60px;
	font-size:10px;
}

img.index_icon{
	width:16px;
	vertical-align:bottom;
	border:none;
}



div.index_events_image{
	margin: 5px;
	padding:5px;
	
	text-align:center;
	float:right;
	/*background-color:#FF6600;*/
}


img.index_events_thumb{
	margin:3px;
	float:left;
}


div.index_events
{	
	border-width:5px;
	overflow:auto;
/*	background-color:#FFFF00;*/
	vertical-align:text-top;
	text-decoration:none;
}

div.index_events_image_comment
{
	display:block;
	margin:0px;
}

div.index_events_desc{
	margin-bottom:5px;
	padding:2px;
	text-align:left;
	overflow:auto;
	background-color:#EAEAEA;
	width:auto;
	margin:5px;
	position:relative;
	
	font-size:12px;
}

div.index_events_date
{
	position:absolute;
	right:2px;
	bottom:2px;
	background-color:#EAEAEA;
	font-weight:bold;
	font-size:smaller;
}

div.index_events_title
{
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}

a.item_link
{
	text-decoration:none;
}
