/*************************************************************************************************/
/************************************* Resrt CSS  ************************************************/
/*************************************************************************************************/

html,body {
	width:100%;
	height:100%;
}
body {
	padding:0px;
	margin:0px;
	font:11px 'Tahoma', Geneva, Arial, sans-serif;
	background:#ffffff;
	color:#000000;
}
div, p, form, fieldset, label, input, textarea, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, td, tr {
	padding:0px;
	margin:0px;
	border:0px;
	font-weight:normal;
	text-decoration:none;
	outline:none;
	list-style:none;
}
:focus {
	outline:none;
}
a, a img {
	border:0px;
	outline:none;
}
a:link, a:visited {
	font:11px 'Tahoma', Geneva, Arial, sans-serif;
	color:#115182;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
.clr {
	clear: both;
	height: 0px;
	overflow: hidden;
}
/************************************ GLOBAL STYLES ****************************************************/

.two_coll_article_body .contentpaneopen h3 {
	font: 18px 'Tahoma';
	margin: 18px 0 12px 0px;

}

.two_coll_article_body .contentpaneopen h4 {
	font: 16px 'Tahoma';
	margin: 16px 0 10px 0px;
}

.two_coll_article_body .contentpaneopen h5 {
	font: 14px 'Tahoma';
	margin: 14px 0 8px 0px;
}

.two_coll_article_body .contentpaneopen h6 {
	font: 9px 'Tahoma';
	margin: 5px 0 3px 0px;
}


/*************************************************************************************************/
/************************************ WRAPPER ****************************************************/
/*************************************************************************************************/

.wrapper {
	width:988px;
	overflow: hidden;
	margin:0 auto;
	padding: 0;
	background:url(../images/wrapper_bg.png) left top repeat-y;
}
.footer_bg {
	background:url(../images/footer_bg.jpg) left bottom no-repeat;
	height: 13px;
	width: 988px;
}
/*************************************************************************************************/
/************************************ HEADER *****************************************************/
/*************************************************************************************************/
.header {
	width:988px;
	position: relative;
	background:url(../images/header_top_bg.png) left top no-repeat;
	z-index: 10;
}
.header_img_area {
	width: 960px;
	margin: 0 auto;
}

.header_img_area  .header_img{
	width: 960px;
}

.header_img_area  .header_glennsblog{
	position: absolute;
	right: 15px;
	bottom:29px;
}
.header_img_area  .header_glennsblog .gb_box {
	overflow: hidden;
	position: relative;
}
.header_img_area  .header_glennsblog .gb_box .description{
	position: absolute;
	top: 45px;
	right: 5px;
	overflow: hidden;
	display: block;
	width: 165px;
	height: 50px;
	font: bold 11px 'Tahoma';
	color: white;


}

/************************************ LOGO *****************************************************/
.header .logo {
	overflow: hidden;
	display:block;
	width:223px;
	height:96px;
	position: absolute;
	left: 15px;
	top: 2px;
	z-index: 100;
}
/************************************ TOP NAV **************************************************/
.header .header_buttons {
	float: right;
	width: 700px;
	margin:40px 10px 5px 0;
}

.header ul.top_nav {
	float:left;
	display:block;
	overflow:hidden;
	width:170px;
}
.header ul.top_nav li{
	float: left;
	height: 22px;
	margin: 2px 10px 0 0;
}
.header ul.top_nav li.favorite{
	background: url(../images/top_nav_favorite_bg.jpg) left top no-repeat;
}
.header ul.top_nav li.start_page{
	background: url(../images/top_nav_start_page_bg.jpg) left top no-repeat;
}
.header ul.top_nav li.twitter{
	background: url(../images/top_nav_twitter_bg.jpg) left top no-repeat;
}
.header ul.top_nav li a {
	font: bold 12px/15px 'Tahoma';
	color: #35B8DD;
	text-decoration: underline;
	padding: 0 0 0 25px;
}
.header ul.top_nav li a:hover {
	text-decoration: none;
}
/************************************ FILTERS **************************************************/
.header fieldset{
	float: right;
	margin:65px 10px 12px 0;
	overflow:hidden;
}
.header .select_button {
	float: right;
	height: 19px;
	width: 80px;
	overflow: hidden;
	position: relative;
	padding: 5px 20px 0 10px;
	margin: 0 5px 0 0;
	background: url(../images/top_nav_round_button_bg.jpg) left top repeat-x;
	font: bold 12px 'Arial';
	color: #ffffff;
	cursor: pointer;
}
.header .select_button .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/top_nav_round_button_left.jpg) left top no-repeat;
	width: 6px;
	height: 24px;

}
.header .select_button .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/top_nav_round_button_right.jpg) left top no-repeat;
	width: 6px;
	height: 24px;
}

.header .select_button .arrow{
	position: absolute;
	right: 8px;
	top: 9px;
	background: url(../images/top_nav_round_button_arrow.jpg) left top no-repeat;
	width: 8px;
	height: 6px;
}
/************************************ SEARCH *****************************************************/
.header .search {
	float: right;
	height: 24px;
	width: 290px;
	overflow: hidden;
	position: relative;
	margin: 28px 0 0 0;

}
#search_searchword {
	border: 1px solid #666666;
}
.header .search_box {
	float: right;
	height: 20px;
	width: 210px;
	overflow: hidden;
	position: relative;
	padding: 4px 20px 0 5px;
	margin: 0 5px 0 0;
	background: url(../images/search_bg.jpg) left top repeat-x;
}
.header .search_box .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/search_left_bg.jpg) left top no-repeat;
	width: 6px;
	height: 24px;

}
.header .search_box .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/search_right_bg.jpg) left top no-repeat;
	width: 6px;
	height: 24px;
}

.header .search_box .search_submit{
	position: absolute;
	right: 2px;
	top: 2px;
	background: url(../images/search_button_bg.jpg) left top no-repeat;
	width: 47px;
	height: 20px;
	font: bold 12px/10px 'Arial' !important;
	color: #ffffff;
}
.header .search_box .search_input{
	background:none;
	width: 175px;
	font: 12px 'Arial';
	color: #000000;
}
.header .search_text {
	float: right;
	font: bold 12px/21px 'Tahoma';
	color: #999999;
	margin: 0 5px 0 0;
}
/**********************************	FIRST MENU ****************************************************/
.header .first_menu {
	width: 960px;
	height: 28px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	clear:both;
	background: url(../images/menu/first_menu_bg.jpg) left top repeat-x;
}

.header .first_menu .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/menu/first_menu_left_bg.jpg) left top no-repeat;
	width: 12px;
	height: 28px;
}

.header .first_menu .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/menu/first_menu_right_bg.jpg) right top no-repeat;
	width: 12px;
	height: 28px;
}

/**********************************	 SECOND MENU ****************************************************/
.header .second_menu {
	width: 960px;
	height: 28px;
	margin:1px auto 0 auto;
	position: relative;
	background: url(../images/menu/second_menu_bg.jpg) left top repeat-x;
	z-index: 20;
}

.header .second_menu .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/menu/second_menu_left.jpg) left top no-repeat;
	width: 12px;
	height: 28px;
}

.header .second_menu .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/menu/second_menu_right.jpg) right top no-repeat;
	width: 12px;
	height: 28px;
}

/**********************************	 THIRD MENU ****************************************************/

.third_menu {
	width: 960px;
	height: 28px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	background: url(../images/menu/first_menu_bg.jpg) left top repeat-x;
}

.third_menu .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/menu/first_menu_left_bg.jpg) left top no-repeat;
	width: 12px;
	height: 28px;
}

.third_menu .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/menu/first_menu_right_bg.jpg) right top no-repeat;
	width: 12px;
	height: 28px;
}

.top_banner{
	overflow:hidden;
	margin: 10px 0 10px 15px;

}

.top_banner .banneritem{
	float: left;
	margin: 0 10px 0 0;
}


/*************************************************************************************************/
/***********************************  CONTENT ****************************************************/
/*************************************************************************************************/
.content {
	width: 960px;
/*	overflow: hidden;*/
	margin: 10px auto 0;
	z-index: 1;
}

.content .left {
	float: left;
	width: 380px;
	margin: 0 10px 0 0;
}
.content .right {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
}
.content .center {
	overflow: hidden;
	margin: 0 0 10px 0;
	position: relative;
}
/************************************* TOP STORY *************************************************/
.left .top_story {
	width: 380px;
	overflow: hidden;
}
.left .top_story h3{
	width: 360px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(../images/headers/top_story_bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	margin: 0 0 1px 0;
	font: bold 14px 'Tahoma';
	color: #ffffff;
	border-bottom:1px solid #ffffff;
}
.left .top_story h3 .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/top_story_left_bg.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}
.left .top_story h3 .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/top_story_right_bg.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}
.left .top_story h3 .date {
	float: right;
	width: 150px;
	font: 12px 'Arial';
	color: #ffffff;
}
.left .top_story h3 .date p{
	float: right;
	font: 12px 'Arial';
	color: #ffffff;
}


.left .top_story .image {
	float: left;
	padding: 5px !important;
}

.left .top_story a img {
	float: left;
	margin: 0px;
	padding: 5px;
}


.left .top_story h4 a {
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
	font: bold 15px/18px 'Tahoma';
	color: #C4521A;
	text-decoration: underline;
}

.left .top_story h4 a:hover {
	text-decoration: none;
}
.left .top_story p {
	display: inline;
	overflow: hidden;
	font: 12px/18px 'Tahoma';
	color: #000000;
}

.left .top_story p.top_stopy_bottom {
	display: block;
	width: 290px;
	overflow: hidden;
	padding: 12px 20px 12px 70px;
	margin: 10px 0 0 0;
	background: #EFEFEF url(../images/play.jpg) 20px center no-repeat;
}
/************************************* LATEST NEWS & EXTERNAL RSS NEWS AKA LATESTNEWS*********************************************/
.left .latest_news, .externalRSSnews {
	width: 380px;
	overflow: hidden;
	margin: 0 0 10px 0;
	background: #e2e2e2;
}
.left .latest_news h3, .externalRSSnews h3{
	width: 360px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(../images/headers/latest_news_bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	border-bottom: 1px solid #ffffff;
	font: bold 14px 'Tahoma';
	color: #ffffff;
}
.left .latest_news h3 .left, .externalRSSnews h3 .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/latest_news_left_bg.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}
.left .latest_news h3 .right, .externalRSSnews h3 .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/latest_news_right_bg.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}

.left .latest_news .news_item{
	overflow: hidden;
	padding: 5px 10px 5px 5px;
	border-bottom: 2px solid #ffffff;
}
 .externalRSSnews ul
{
	padding: 5px 10px 5px 5px;
}
 .externalRSSnews .newsfeed a{
	line-height: 170% !important;
	text-transform: uppercase !important;
}
 .externalRSSnews strong a{
	display: none; /*prevent to show link to rss souce in module area*/
}
.left .latest_news .news_item img {
	float: left;
	padding: 0 5px 0 0;

}
.left .latest_news .news_item h4 a, .externalRSSnews .newsfeed li a{
	display: block;
	overflow: hidden;
	font: bold 11px/13px 'Arial';
	color: #C4521A;
	text-decoration: underline;
}

.left .latest_news .news_item h4 a:hover,  .externalRSSnews .newsfeed li a:hover {
	text-decoration: none;
}
.externalRSSnews .newsfeed li {
	background: url(../images/red_bull.png) no-repeat scroll 5px 5px;
	padding:0 5px 5px 20px;
}

.left .latest_news news_item p {
	overflow: hidden;
	font: 12px/18px 'Tahoma';
	color: #000000;
}

.left .latest_news .article_arhive,
.center .article_arhive{
	background:#EAEAEA;
	text-align: right;
	padding: 6px 10px 8px 0;
	margin: 2px 0 0 0;
}

.left .latest_news .article_arhive a,
.center .article_arhive a{
	font: bold 12px 'Tahoma';
	color: #C4521A;
	text-decoration: underline;
}

.left .latest_news .article_arhive a:hover{
	text-decoration: none;
}
.videorss {
	text-align: left !important;
	width: 360px;
	margin: 5px 0 0 0;
}
.videorss h3 {
	width: 340px;
}
/************************************* CENTER HEADER *********************************************/

.center .moduletable h3
{
	width: 340px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(../images/headers/box_blue_header_c.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	border-bottom: 1px solid #ffffff;
	font: bold 14px 'Tahoma';
	color: #ffffff;
}
.center .moduletable h3 .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/box_blue_header_l.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}

.center .moduletable h3 .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/box_blue_header_r.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}



/************************************* FEED COMPONENT *********************************************/
.center ul.feeds li {
	font: 12px/18px 'Tahoma';
	padding: 0 0 10px 0;
}

.center ul.feeds a {
	font: bold 13px/19px 'Tahoma';
	color:#C45219;
}

/************************************* LATEST TWITTS *********************************************/
.left .last_twitts {
	width: 380px;
	overflow: hidden;
	margin: 0 0 10px 0;

}
.left .last_twitts h3{
	width: 360px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(../images/headers/last_twitts_bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	border-bottom: 1px solid #ffffff;
	font: bold 14px 'Tahoma';
	color: #ffffff;
}
.left .last_twitts h3 .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/last_twitts_left.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}
.left .last_twitts h3 .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/last_twitts_right.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}
.left .last_twitts .tweet {
	background: url(../images/twitts_bg.jpg) left bottom repeat-x;
	font: 11px/16px 'Tahoma';
}
.left .last_twitts .tweet .tweet-message{
	background: url(../images/red_bull.png) left 4px no-repeat;
	margin: 5px 5px 0 9px;
	padding: 0 0 10px 15px;
}
.left .last_twitts .tweet .tweet-message a{
	color:#C4521A;
	font: bold 11px 'Tahoma';
}

/************************************* RIGHT COLL *************************************************/
/************************************* RIGHT BANNERS *************************************************/
.right .moduletable_banners {
	margin-bottom: 10px;
	width: 200px;
	margin: 0 0 10px 0;
}

.right .moduletable_banners .banneritem_banners {
	margin: 0 0 1px 0;
}

.right .moduletable_banners h3{
	width: 180px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(../images/headers/right_banners_bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	border-bottom: 1px solid #ffffff;
	font: bold 14px 'Tahoma';
	color: #ffffff;
}
.right .moduletable_banners h3 .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/right_banners_left.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}
.right .moduletable_banners h3 .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/right_banners_right.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}
/************************************* CENTER *************************************************/
.moduletable_promotions {
	margin: 10px 0 0 0;
}
.center .moduletable_promotions h3{
	width: 340px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(../images/headers/promotions_bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	margin: 0 0 1px 0;
	font: bold 14px 'Tahoma';
	color: #ffffff;
}
.center .moduletable_promotions h3 .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/promotions_left.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}
.center .moduletable_promotions h3 .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/promotions_right.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}

.center .moduletable_promotions .banneritem_promotions {
	margin: 0 0 1px 0;
}
/************************************* moduletable_promotions_wide *****************************************************/
.center .moduletable_promotions_wide {
	margin: 10px 0 0 0;
}
.bannergroup_promotions_wide {
	width: 750px;
}
.banneritem_promotions_wide {
	float:left;
	overflow: hidden;
	width: 375px;
	margin: 0 0 1px 0;
	text-align:center;
}
 .moduletable_promotions_wide h3 {
	width:730px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(../images/headers/promotions_bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	margin: 0 0 1px 0;
	font: bold 14px 'Tahoma';
	color: #ffffff;
}
 .moduletable_promotions_wide h3 .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/promotions_left.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}
 .moduletable_promotions_wide h3 .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/promotions_right.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}

.moduletable_promotions_wide .banneritem_promotions {
	margin: 0 0 1px 0;
}
/************************************* FOOTER *****************************************************/
.footer {
	width: 980px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
	font: 12px/18px 'Tahoma';
	color: #000000;
	text-align: center;
}
.footer a{
	font: 12px/18px 'Tahoma';
	color: #000000;
	text-decoration: underline;
}
.footer a:hover{
	text-decoration:none;
}

#footIcons {
	margin:0 auto !important;
	padding:0;

}

/************************************* FOOTER BANNERS *****************************************************/
.footer_banner {
	height: 200px;
	clear: both;
}
.bannergroup_footer_banner {
	margin:15px 0 0 15px;
}

.bannergroup_footer_banner .banneritem_footer_banner{
	float: left;
	margin:0 14px 0 0;
}

.bannergroup_top{

}
.bannergroup_top .banneritem_top{
	display: block;
	width: 170px;
	margin: 15px auto 0 auto;
}

/************************************* FIRST MENU *************************************************/
.first_menu ul#menulist_root {
	margin: 0 0 0 100px;
}
.first_menu ul#menulist_root li {
	float:left;
	margin: 0 10px 0 0;
}
.first_menu ul#menulist_root li a{
	padding: 0 10px 0 0;
	font: 11px/25px 'Tahoma';
	color: #ffffff;
	background: url(../images/first_menu_sep.jpg) right bottom no-repeat;
}
.first_menu ul#menulist_root li a#menulink_12 {
	background: none;
}

.first_menu ul#menulist_root li a:hover{
	color: #F07A19;
}
/************************************* SECOND MENU *************************************************/
.second_menu ul#menulist_root {
	margin: 0 0 0 15px;
	z-index: 100;
}
.second_menu ul#menulist_root li {
	float:left;
	margin: 0 10px 0 0;
	z-index: 200;
}

.second_menu ul#menulist_root li#menuitem_2,
.second_menu ul#menulist_root li#menuitem_3 {
	margin: 0 !important;
}


.second_menu ul#menulist_root li a{
	padding:0 0 0 10px;
	font: bold 12px/25px 'Tahoma';
	color: #ffffff;
	background: url(../images/second_menu_sep.jpg) left 2px no-repeat;
	text-decoration: none;
}
.second_menu ul#menulist_root li a#menulink_1 {
	background: none;
}

.second_menu ul#menulist_root li a:hover{
	color: #F07A19;
}
/************************************* SECOND SUB MENU *************************************************/
.second_menu .moduletable ul#menulist_root li {
	position: relative;
	height: 30px;
	z-index: 300;
}
.second_menu .moduletable ul#menulist_root li ul {
	display: none;
	position:absolute;
	left:0;
	top:28px;
	z-index: 400;
}
.second_menu .moduletable ul#menulist_root li ul li ul{
	position:absolute;
	left:262px;
	top:-1px;
	z-index: 500;
}
.second_menu .moduletable ul#menulist_root li ul li {
	height:30px;
	width:262px;
	background: url(../images/menu/second_sub_menu_bg.png) left top repeat-x;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	z-index: 600;
}
.second_menu .moduletable ul#menulist_root li ul li a{
	display: block;
	height: 20px;
	background:none;
	color:#FFFFFF;
	font: bold 12px 'Tahoma';
	text-decoration:none;
	margin: 0;
	padding:8px 5px 2px 12px;

	z-index: 700;
}
.second_menu .moduletable ul#menulist_root li ul li a:hover{
	color: #F07A19;
}

.second_menu .moduletable ul#menulist_root li:hover > ul{
	display:block;
}
/************************************* SECOND SUB MENU ARROWS *********************************************/
.second_menu li#menuitem_2,
.second_menu li#menuitem_3{
	background: url(../images/menu/arrow_down.png) no-repeat right 40%;
}
.second_menu li#menuitem_2 a#menulink_2,
.second_menu li#menuitem_3 a#menulink_3{
	padding:0 25px 0 10px !important;
}

.second_menu li#menuitem_2_1 a#menulink_2_1,
.second_menu li#menuitem_2_4 a#menulink_2_4,
.second_menu li#menuitem_3_4 a#menulink_3_4{
	background: url(../images/menu/arrow_right.png) no-repeat right 55%;
	display: block;
}




/************************************* SECOND MENU RIGHT *********************************************/
.second_menu ul#menulist_rootright {
	float: right;
	margin: 0 0 0 15px;
}
.second_menu ul#menulist_rootright li {
	float:left;
	margin: 0 10px 0 0;
}
.second_menu ul#menulist_rootright li a{
	padding: 0 10px 0 0;
	font: bold 12px/25px 'Tahoma';
	color: #ffffff;
	background: url(../images/second_menu_sep.jpg) right 2px no-repeat;
	text-decoration: none;
}
.second_menu ul#menulist_rootright li a#menulink_8 {
	background: none;
}

.second_menu ul#menulist_rootright li a:hover{
	color: #F07A19;
}

/************************************* THIRD MENU *************************************************/
.content .third_menu {
	width: 960px;
	height: 28px;
	overflow: hidden;
	margin:0 auto;
	position: relative;
	clear:both;
	background: url(../images/menu/first_menu_bg.jpg) left top repeat-x;
}
.content .third_menu .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/menu/first_menu_left_bg.jpg) left top no-repeat;
	width: 12px;
	height: 28px;
}
.content .third_menu .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/menu/first_menu_right_bg.jpg) right top no-repeat;
	width: 12px;
	height: 28px;
}

.third_menu ul#menulist_root {
	margin:0 0 0 245px;
}
.third_menu ul#menulist_root li {
	float:left;
	margin: 0 10px 0 0;
}
.third_menu ul#menulist_root li a{
	padding: 0 0 0 10px;
	font: 11px/25px 'Tahoma';
	color: #ffffff;
	background: url(../images/first_menu_sep.jpg) left bottom no-repeat;
}
.third_menu ul#menulist_root li a#menulink_1 {
	background: none;
}

.third_menu ul#menulist_root li a:hover{
	color: #F07A19;
}
/************************************* TWO COLL ARTICLE *************************************************/

.center h3.two_coll_article_header,
.center .moduletabletwo_coll_article_header h3
{
	width: 730px;
	height: 21px;
	position: relative;
	background: url(../images/headers/top_story_bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	margin: 0 0 1px 0;
	font: bold 14px 'Tahoma';
	color: #ffffff;
	z-index: 0 !important;
	min-height: 0;
}
.center h3.two_coll_article_header .left,
.center .moduletabletwo_coll_article_header h3 .left
{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/top_story_left_bg.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}
.center h3.two_coll_article_header .right,
.center .moduletabletwo_coll_article_header h3 .right
{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/top_story_right_bg.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}
.center h3.two_coll_article_header .date {
	float: right;
	font: 12px 'Arial';
}
.center .contentpaneopen .contentheading {
	font: 20px 'Tahoma';
	width: 730px;
	text-align: center;
}
.center .two_coll_article_body {
	position: relative;
	background: #E2E2E2;
	padding: 10px;
	min-height:0px;
}
.center  .two_coll_article_body p{
	font: 12px/18px 'Tahoma';
	padding: 0 0 10px 0;
}
.center  .two_coll_article_body img{
	padding: 0 10px 10px 0;
}
.center .back_to_arhive {
	width: 730px;
	padding: 5px 10px 5px 10px;
	margin: 1px 0 10px 0;
	background: #EAEAEA;
}
.center .back_to_arhive a {
	font: bold 12px/18px 'Tahoma';
	color:#C45219;
}
/************************************* TWO COLL ARTICLE WITHOUT BACK*************************************************/

.center .two_coll_article_body_wb {
	position: relative;
	background: #E2E2E2;
	padding: 10px;
	min-height:362px;
}
.center .two_coll_article_body_wb p{
	font: 12px/18px 'Tahoma';
	padding: 0 0 10px 0;
}
.center  .two_coll_article_body_wb img{
	padding: 0 10px 10px 0;
}

/************************************* TWO COLL NEWS ARHIVE **********************************************/
.center h3.two_coll_news_arhive_header{
	width: 730px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(../images/headers/top_story_bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	margin: 0;
	font: bold 14px 'Tahoma';
	color: #ffffff;
}
.center h3.two_coll_news_arhive_header .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/headers/top_story_left_bg.jpg) left top no-repeat;
	width: 6px;
	height: 5px;
}
.center h3.two_coll_news_arhive_header .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/headers/top_story_right_bg.jpg) right top no-repeat;
	width: 6px;
	height: 5px;
}
.center h3.two_coll_news_arhive_header .date {
	float: right;
	font: 12px 'Arial';
}

.center .two_coll_news_arhive_body {
	background: #E2E2E2;
	padding: 0 0 25px 0;
}

.center .two_coll_news_arhive_body .month_header{
	padding: 25px 0 0 0;
}

.center .two_coll_news_arhive_body .month_header_first{
	padding: 0;
}
.center .two_coll_news_arhive_body .month_header h4,
.center .two_coll_news_arhive_body .month_header_first h4 {
	font: 19px/23px 'Tahoma';
	padding: 23px 0 15px 25px;
	border-top: 1px solid #ffffff;
}
.center  .two_coll_news_arhive_body a{
	font: bold 11px/18px 'Tahoma';
	color: #C4531B;
}
.center  .two_coll_news_arhive_body .sectiontableentry2 td,
.center  .two_coll_news_arhive_body .sectiontableentry1 td{
	padding: 0 0 0 26px;
}
.center .paginator {
	width: 730px;
	height: 20px;
	padding: 5px 10px 5px 10px;
	margin: 1px 0 0 0;
	background: #EAEAEA;
	text-align: center;
	font: bold 0px 'Tahoma';
	color:#EAEAEA
}
.center .paginator  .pagination_limit {
	position: absolute;
	left: 5px;
	width: 150px;
	overflow: hidden;
	font: bold 12px/18px 'Tahoma';
	color:#999999;
}
.center .paginator span{
	margin: 0 5px 0 5px;
	font: bold 12px/18px 'Tahoma';
	color:#999999;
}
.center .paginator a {
	margin: 0 5px 0 5px;
	font: bold 12px/18px 'Tahoma';
	color:#C45219;
}

/************************************* SEARCH COMPONENT **********************************************/
.center .search_header {
	background: #DBDBDB;
	font: bold 12px/30px 'Tahoma';
	color: #666666;
}
.center .search_header .search_centered {
	width: 590px;
	margin: 0 auto;
	padding: 38px 0;
}

label.search_word {
	font: bold 12px/18px 'Tahoma';
}

.center .search_body {
	background: #E2E2E2;
	border-top: 1px solid #ffffff;
	padding: 29px 10px 10px 10px;
	font: bold 12px/18px 'Tahoma';
	min-height:520px;
}
.center .search_body .small {
	font: 11px/16px 'Tahoma';
	color: #999999;
}
.center .search_body a {
	font: bold 13px/16px 'Tahoma';
	color:#C45219;
}
.center .search_body .search_result_table {
	padding-bottom: 36px;
}
.center .search_body .search_result_table .num {
	vertical-align: top;
	font: 13px 'Tahoma';
	color: #000000;
	padding: 0 10px 0 0 ;
}
.center .search_body .search_result_table .highlight {
	font: 13px 'Tahoma';
	color:#C45219;
}

.search_result_table .search_result_body {
	margin-top: 5px;
}

.search_header .search_box {
	height: 24px;
	width: 575px;
	position: relative;
	overflow: hidden;
	background: url(../images/search_bg.jpg) left top repeat-x;
}
.search_header .search_box .left{
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/search_left_bg_2.jpg) left top no-repeat;
	width: 6px;
	height: 24px;

}
.search_header .search_box .right{
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/search_right_bg_2.jpg) left top no-repeat;
	width: 6px;
	height: 24px;
}

.search_header .search_box .search_submit{
	position: absolute;
	right: 2px;
	top: 2px;
	background: url(../images/search_button_bg_2.jpg) left top no-repeat;
	width: 47px;
	height: 20px;
	font: bold 12px/10px 'Arial' !important;
	color: #ffffff;
}
.search_header .search_box .search_input{
	position: absolute;
	top: 4px;
	left: 6px;
	background:none;
	width: 515px;
	font: 12px 'Arial';
	color: #000000;
}
.search_header .search_text {
	float: right;
	font: bold 12px/21px 'Tahoma';
	color: #999999;
	margin: 0 5px 0 0;
}
/************************************* CONTACT FORM *******************************************/
.contact_info {
	height:265px;
	overflow: hidden;
	background:#E2E2E2;
	padding:10px;
	margin: 0 0 5px 0;
	font: 14px/21px 'Tahoma';
}
.contact_info h4 {
	font: bold 14px/21px 'Tahoma';
	padding: 0 0 10px 0;
}
.contact_info a {
	color:#C45219 !important;
}
#qcontacts-error {
	margin-left:190px !important;
}
.contact-name {
	font: bold 14px/21px 'Tahoma';
}

.contact_info .qleft {
	float: left;
	width: 288px;
	height:260px;
	text-align: center;
	position: relative;
}

.contact_info .qleft .imap{
	background: url(../../../../images/stories/map.jpg) left top no-repeat;
	padding: 4px;
}

.contact_info .qleft a{
	font: bold 12px/21px 'Tahoma';
	color:#C45219 !important;
	position: absolute;
	top: 240px;
	left: 70px;
}

.contact_info .qright{
	float: left;
	width: 300px;
	padding: 0 0 0 10px;
}
.qcontacts_email .qright .round{
	background: url(../images/round/input.png) left top no-repeat;
	height: 24px;
}
.qcontacts_email .qright .round input{
	background: none;
	margin: 4px;
	width:280px;
}
.qcontacts_email .qright .text_round{
	background: url(../images/round/text_round.png) left top no-repeat;
	height: 120px;
}
.qcontacts_email .qright .text_round textarea{
	background: none;
	margin: 4px;
	height:112px;
	width:420px;
	overflow:auto;
}

.send_message .send_message_body {
	overflow:hidden;
	background:#E2E2E2;
	padding:10px;
	margin: 0 0 5px 0;
	font: 13px/21px 'Tahoma';
}
.send_message .send_message_body label{
	font-weight: bold;
}

.qcontacts_email {
	width: 650px;
	margin: 0 auto;
}
.qcontacts_email .qleft {
	float: left;
	width: 150px;
	text-align: right;
	padding: 0 10px 0 0;
}

.qcontacts_email .qright {
	float: left;
	width: 425px;
	margin: 0 0 5px 0;
}
.qcontacts_email .qright label{
	font-weight: normal;
}

.qcontacts_email .capca_input {
	float: left;
	background: url(../images/round/capca_input.png) left top no-repeat;
	height: 26px;
	width:87px;
}
.qcontacts_email .capca_input input{
	background: none;
	margin: 4px;
	width:75px;
}
.qcontacts_email  #captcha-img {
	float: left;
	margin: 0 !important;
}
.qcontacts_email  .label_capca_input {
	float: left;
	margin: 2px;
}
.qcontacts_email  .capca_send {
	float: right;
}
/************************************* XMAP COMPONENT *********************************************/
.xmap li ul{
	padding: 10px 10px 0 20px;
}

.xmap ul li {
	padding: 0 0 10px 2px;
}

.xmap a {
	font: bold 12px/19px 'Tahoma';
	color:#C45219;
}
.xmap .two_coll_article_body {
	height: 900px;
}
/************************************* SLIDE SHOW *************************************************/
#fpss-outer-container {margin-bottom:10px;overflow:hidden;width:380px;} /* This element controls the slideshow spacing and border */
#fpss-container {position:relative;margin:0;padding:0;clear:both;width:380px;}
#fpss-slider {background:none;overflow:hidden;clear:both;text-align:left;width:380px;height:237px;} /* Add bg color if using bg image on #fpss-outer-container */
#slide-loading {background:#fff url(loading.gif) no-repeat center;text-align:center;width:380px;height:237px;}
#slide-wrapper {display:none;width:380px;height:237px;}
#slide-wrapper #slide-outer {height:237px;}
#slide-wrapper #slide-outer .slide {position:absolute;overflow:hidden;right:0;width:380px;height:237px;}
#slide-wrapper #slide-outer .slide .slide-inner {position:relative;margin:0;color:#fff;overflow:hidden;background:#3a3a3a;text-align:left;z-index:8;height:237px;}
#slide-wrapper #slide-outer .slide .slide-inner a.fpss_img span span span {background:none;cursor:pointer;}
/* --- Content --- */
.fpss-introtext {width:100%;margin:0;padding:0;position:absolute;left:0;right:0;bottom:0;top:0px;height:10px;}
.fpss-introtext .slidetext {padding:4px 8px 2px 8px;background:url('../images/text_bg.png') top left repeat;}
/* --- Navigation Buttons --- */
#navi-outer {clear:both;margin:0;padding:0;overflow:hidden;position:relative;z-index:9;width:auto;top:-23px;}
#navi-outer ul {margin:0px 5px 5px 0px;list-style:none;text-align:right;float:right;}
#navi-outer li {display:inline;margin-left:1px;border:none;list-style:none;background:#333;float:left;text-align:center;border:1px solid #fff;height:15px;}
#navi-outer li a {font-size:12px;font-family:Tahoma, Arial, sans-serif;text-align:center;text-decoration:none;color:#fff;padding:0px 4px 1px;background:#333;font-weight:bold;}
#navi-outer li a:hover,
#navi-outer li a.navi-active {font-size:12px;font-family:Tahoma, Arial, sans-serif;text-align:center;text-decoration:none;color:#000;font-weight:bold;background-color:#999;margin:0;}
#navi-outer li a span.navbar-img {display:none;}
#navi-outer li a span.navbar-key {padding:0px;}
#navi-outer li a span.navbar-title {display:none;}
#navi-outer li a span.navbar-tagline {display:none;}
#navi-outer li a span.navbar-clr {display:none;}
#navi-outer li.noimages a,#navi-outer li.noimages a.navi-active,#navi-outer li.noimages a:hover {border:none;}
/* --- Notice: Add custom text styling here to overwrite your template's CSS styles! --- */
.fpss-introtext .slidetext h1 {font-family:Tahoma,"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:12px;font-weight:bold;line-height:26px;margin:0;padding:0;color:#FFD276;}
.fpss-introtext .slidetext h1 a {font-family:Tahoma,"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:12px;font-weight:bold;margin:0;padding:0;color:#FFD276;}
.fpss-introtext .slidetext h1 a:hover {
	font-family:Tahoma,"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	font-size:12px;
	margin:0;
	font-weight:bold;
	padding:0;
	color:#FFD276;
}
.fpss-introtext .slidetext h2 {
	font-size:11px;
	margin:0;
	padding:0;
	color:#999;
	font-weight:normal;
}
.fpss-introtext .slidetext h3 {
	font-size:11px;
	margin:0;
	padding:0;
	display:none;
}
.fpss-introtext .slidetext p {
	margin:4px 0;
	padding:0;
	color:#fff;
	}
.fpss-introtext .slidetext a.readon {
	margin:0;
	padding:1px 8px;
	background:url(readmore.png) repeat-x center;
	color:#fff;
	line-height:20px;
	border:1px solid #505050;
	text-decoration:none;
	display:inline;
}
.fpss-introtext .slidetext a.readon:hover {
	margin:0;padding:1px 8px;
	background:url(readmore-hover.png) repeat-x center;
	color:#222;
	line-height:20px;
	border:1px solid #505050;
	text-decoration:none;
	display:inline;
}
a:active,a:focus {
	outline:0;
}
#fpss-container img {
	border:none;
	padding:0px !important;
	margin:0px !important;
}
.fpss-introtext .slidetext img,.fpss-introtext .slidetext p img {
	display:none;
}
.fpss-clr {
	clear:both;
	height:0;
	line-height:0;}
.slidetext p{
    font-family:Tahoma !important;
    font-size:10px !important;
    font-weight:bold !important;
    color:white !important;
}
/************************************* WEATHER BOX *********************************************/
.weather {
	float:left;
	width:234px;
	margin:5px 0 0 85px;
}
#weather_button {

	height:54px;
	margin:0;
	overflow:hidden;
	width:230px;
	z-index:2;
}
#weather_button_offset {
	height:51px;
	margin:-2px 0 0 -1px;
	width:230px;
	z-index:1;
	overflow: hidden;
}

/****************************************** ADD THIS *********************************************/
.center .add_this {
	position: absolute;
	right: 5px;
	bottom: 0px;
	padding: 0 0 5px 0;
}
.two_coll_article_body .add_this {
	position: absolute;
	right: 5px;
	bottom: 0px;
	padding: 0 0 500px 0;
}

.two_coll_article_body_wb .add_this {
	position: absolute;
	right: 5px;
	bottom: 0px;
	padding: 0;

}

div.description_div{
    float:left;
    margin-right:10px;
}
div.description_text{
    background-color:#C3C3C3;
    color:white !important;
    font-weight:bold;
    padding:15px 30px;
    font-family:Verdana;
    font-size:12px;
}

/****************************************** JCOMENTS *********************************************/
#comments-footer {
	display: none !important;
}
#jc h4 {
	font: bold 14px 'Tahoma';
}

/******************************************** BRIGHTCOM  ******************************************/
.center .brightcom_video_content {
	clear: both;
	width: 360px;
}
.center .brightcom_video_content_bottom {
	clear: both;
	width: 360px;
	height: 400px;
	overflow: auto;
}
.center .brightcom_video_content_bottom .brightcom_playlist_item{
	background: #E2E2E2;
	border-top: 2px solid #ffffff;
	clear: both;
	cursor: pointer;
}
.center .brightcom_video_content_bottom .brightcom_playlist_item:hover{
	background: #D2D2D2;
}
.center .brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_img{
	float: left;
	width: 100px;
}
.center .brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_img img{
	width: 80px;
	margin: 10px;
}

.center .brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_right{
	float: left;
	width:240px;
	margin: 10px 0px 10px 0;
}

.center .brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_name {
	font: bold 12px 'Tahoma';
	color: #105284;
	padding: 0 0 5px 0;
}
.center .brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_desc {
	font: 11px 'Tahoma';
	color: #6B6B6B;
}
.tagCloud {
	text-align: center;
}

.tagCloud a{
	text-decoration: none;
	margin: 0 2px ;
}

.tagCloud a:hover{
	text-decoration: underline;
}


div.video_content, div.video_content_top{
   width:750px;
   clear:both;

}
div.video_content_bottom{
    width:750px;
    background:#E2E2E2 none repeat scroll 0 0;
    overflow:auto;
}
div.video_content_player{
    width:460px;
    float:left;
    background-color:#E2E2E2;
}
div.video_content_desc{
    width:240px;
    overflow:hidden;
    height:400px;
    padding: 0 10px 0 10px;
    font: normal 13px 'Tahoma';
}
div.playlist_item{
    background-color:#E2E2E2;
    padding:10px;
    width:345px;
    height:91px;
    float:left;
    cursor:pointer;
}
div.playlist_item_2{
    background-color:#E2E2E2;
    padding:10px;
    width:345px;
    height:91px;
    float:left;
    border-right:3px white solid;
    cursor:pointer;
}

div.playlist_item_img{
    width:120px;
    float:left;
    clear:both;
    margin: 0 10px 10px 0;
}
div.playlist_item_img img{
	width: 120px;
	height: 90px;
}
div.playlist_item_right{

}
div.playlist_item_name{
    font: bold 11px 'Tahoma';
    color: #C4521A;
}
div.playlist_item_desc{
    font: 11px 'Tahoma';
    padding: 10px 10px 10px 10px;
}
div.two_items{
    border-bottom:3px solid white;
    height:111px;
}

/******************************************** BRIGHTCOM  ******************************************/
.brightcom_video_content {
	clear: both;
	width: 380px;
}
.brightcom_video_content_bottom {
	clear: both;
	width: 380px;
	height: 400px;
	overflow: auto;
}
.brightcom_video_content_bottom .brightcom_playlist_item{
	background: #E2E2E2;
	border-top: 2px solid #ffffff;
	clear: both;
	cursor: pointer;
}
.brightcom_video_content_bottom .brightcom_playlist_item:hover{
	background: #D2D2D2;
}
.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_img{
	float: left;
	width: 100px;
}
.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_img img{
	width: 80px;
	margin: 10px;
}

.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_right{
	float:left;
	margin:10px 0 10px 0;
	width:260px;
}

.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_name {
	font: bold 12px 'Tahoma';
	color: #105284;
	padding: 0 0 5px 0;
}
.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_desc {
	font: 11px 'Tahoma';
	color: #6B6B6B;
}
.brightcom_video_content_player {
	height:300px;
}

#video_content_player div{
    background:transparent url(../images/inv.gif) repeat scroll 0 0;
    bottom:33px;
    height:10px;
    left:0;
    position:absolute;
    width:100%;
    z-index:9999 !important;
}
span#seek_restrict_span{
    position:absolute;
    right:0px;
    bottom:0px;
    width:75px;
    height:20px;
    display:block;
    z-index:9999;
    background:transparent url(../images/inv.gif) repeat scroll 0 0;
}
span#seek_restrict_span_big{
    position:absolute;
    right:0px;
    bottom:15px;
    width:680px;
    height:20px;
    display:block;
    z-index:9999;
    background:transparent url(../images/inv.gif) repeat scroll 0 0;
}
/******************************************** BRIGHTCOM  ******************************************/
.brightcom_video_content {
	clear: both;
	width: 380px;
}
.brightcom_video_content_bottom {
	clear: both;
	width: 380px;
	height: 400px;
	overflow: auto;
}
.brightcom_video_content_bottom .brightcom_playlist_item{
	background: #E2E2E2;
	border-top: 2px solid #ffffff;
	clear: both;
	cursor: pointer;
}
.brightcom_video_content_bottom .brightcom_playlist_item:hover{
	background: #D2D2D2;
}
.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_img{
	float: left;
	width: 100px;
}
.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_img img{
	width: 80px;
	margin: 10px;
}

.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_right{
	float:left;
	margin:10px 0 10px 0;
	width:260px;
}

.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_name {
	font: bold 12px 'Tahoma';
	color: #105284;
	padding: 0 0 5px 0;
}
.brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_desc {
	font: 11px 'Tahoma';
	color: #6B6B6B;
}

/******************************************** BRIGHTCOM  moduletablenews_top_story******************************************/
.moduletablenews_top_story .brightcom_video_content{
	clear: both;
	width: 360px;
}
.moduletablenews_top_story .brightcom_video_content_bottom {
	clear: both;
	width: 360px;
	height: 400px;
	overflow: auto;
}
.moduletablenews_top_story .brightcom_video_content_bottom .brightcom_playlist_item .brightcom_playlist_item_right{
	float:left;
	margin:10px 0 10px 0;
	width:240px;
}

/******************************************** BRIGHTCOM  COMMENTS BUTOON ******************************************/

.comments_panel
{
	width: 340px;
	height: 21px;
	overflow: hidden;
	position: relative;
	background: url(/images/comments/bg.jpg) right top repeat-x;
	padding: 8px 10px 0 10px;
	border-top: 1px solid #ffffff;
	font: bold 14px 'Tahoma';
	color: #ffffff;
}
.comments_panel .hleft{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/images/comments/left.jpg) left bottom no-repeat;
	width: 6px;
	height: 5px;
}

.comments_panel .hright{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/images/comments/right.jpg) right bottom no-repeat;
	width: 6px;
	height: 5px;
}
.comments_panel a {
	font: bold 11px/10px 'Tahoma';
	color: #ffffff;
}
.comments_panel a.tleft {
	float: left;
	margin: 0 0 0 5px;
}
.comments_panel a.tright {
	float: right;
	margin: 0 5px 0 0;
}
.comments_nav {
	width:411px;
	border-bottom: 1px solid #999999;
	text-align: center;
	overflow:hidden;
	padding: 7px 9px;
}
.comments_nav .comments_nav_left {
	float: left;
	font: bold 11px/13px 'Tahoma';
}
.comments_nav .comments_nav_right {
	float: right;
	font: bold 11px/13px 'Tahoma';
	color:#000000;
}
.comments_nav .comments_nav_center {
	overflow: hidden;
	font: bold 11px/13px 'Tahoma';
	padding:0 35px 0 0;
}

.comments_area {
	overflow: auto;
	height:252px;
	margin: 0 0 0 0;
}

.comments_nav span {
	color:#000000;
}

.comments_nav a {
	color:#C4531B;
}
.comments_list_area {
	margin: 10px 0 0 0 ;
}
.comments_area .commentor_name {
	font: bold 11px/13px 'Tahoma';
	margin: 0 10px 5px 10px;
}
.comments_area #commentForm {
	margin:0;
}

.comments_area #error_box,
.comments_area #ok_message {
	height: 30px;
	text-align: center;
	font: bold 11px/30px 'Tahoma';
	color:#C4531B;

}


.comments_area .comment_text {
	font: 11px/13px 'Tahoma';
	margin: 5px 10px 15px 10px;
	border-bottom: 1px solid #CCCCCC;
	padding:0 0 10px 0;
}
.comments_area .row {
	margin: 10px;
	font: bold 11px/13px 'Tahoma';
}

.comments_area .row .leftcoll {
	float: left;
	width: 95px;
	text-align: right;
}
.comments_area .row .leftcoll label{
	font: bold 11px/22px 'Tahoma';
}

.comments_area .row .rightcoll {
	float: right;
	width: 305px;
	text-align: left;
}
.inputstyle {
	background:transparent url(../images/round/input2.png) no-repeat scroll left top;
	height:24px;
}
.inputstyle input{
	font: 11px 'Tahoma';
	background:url("../images/inv.gif");
	margin:4px;
	width:285px;
}
.textareastyle {
	background:transparent url(../images/round/textarea2.png) no-repeat scroll left top;
	height:69px;
}
.textareastyle textarea{
	background:url("../images/inv.gif");
	height:65px;
	margin:4px;
	overflow:auto;
	width:295px;
	font: 11px/20px 'Tahoma';
}
.captchastyle {
	background:transparent url(../images/round/capca_input2.png) no-repeat scroll left top;
	float:left;
	height:25px;
	width:82px;
	font: 11px/20px 'Tahoma';
}
.captchastyle input {
	background:url("../images/inv.gif");
	margin:4px;
	width:75px;
	font: 11px/20px 'Tahoma';
}
.floatleft {
	float: left;
	font: bold 11px/22px 'Tahoma';
	margin: 0 10px 0 0;
}

body .lightbox_container{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	top:0px;
	left:90px;
	z-index: 1000;
}

body .is_hidden{
	display:none;
}

body .is_visible{
	display:block;
}

.lightbox_container .lightbox_window{
	width:450px;
	height:300px;
	overflow:hidden;
	margin:420px auto 0px auto;
	background: url(../images/lightbox/lightbox_window_bg.png) left top;
	position:static;
	top: 200px;
}

.lightbox_container .lightbox_window .lightbox_content{
	background: #E2E2E2;
	margin: 10px;
	width: 430px;
	height: 280px;
	overflow:hidden;
}

div.addthis_button {
	bottom:0;
	position:absolute;
	right:0;
}

#video_content_player div {
	background:url("../images/inv.gif") repeat scroll 0 0 transparent;
	bottom:33px;
	height:30px;
	left:0;
	position:absolute;
	width:100%;
	z-index:9999 !important;
}

span#seek_restrict_span_big  {
	background:url("../images/inv.gif") repeat scroll 0 0 transparent;
	bottom:15px;
	display:block;
	height:20px;
	position:absolute;
	right:0;
	width:680px;
	z-index:9999;
}

.glens_twitts {
	background:none repeat scroll 0 0 #EAEAEA;
	min-height:0;
	padding:10px;
	position:relative;
}

/************************************** FLV BANNERS ********************************************************************/
div.flvbanneritem{
	position: relative;
	width: 200px;
	overflow: hidden;
	z-index: 9999 !important;
}
span.flvbannerlinkarea{
	position: absolute;
	display: block;
	top : 0;
	left: 0;
	width : 100%;
	height: 100%;
	z-index: 999 !important;
    background:transparent url(../images/inv.gif) repeat scroll 0 0;
}
a.flvbannerlink {
	position: absolute;
	display: block;
	top : 0;
	left: 0;
	width : 100%;
	height: 100%;
	z-index: 9999 !important;
    background:transparent url(../images/inv.gif) repeat scroll 0 0;
}
