/**
 * 
 * Copyright (c) 2008 xantus s.a. All rights reserved.
 * @author ksykula
 *
 * 
 */ /* shared styles definitions */
html {
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top left;
	background-color: black;
	position: static;
}

body {
	margin: 0px auto;
	background: #FFFFFF none repeat scroll 0 0;
	padding: 0 0px 0px;
	width: 1030px;
	position: static;
}

form,div,span,p,a,font,table {
	border: 0 none;
	margin: 0;
	outline-style: none;
	outline-width: medium;
	padding: 0;
}

td,p,span,div,ul,li,ol,a,input,select,textarea,b,strong,body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

input,form,textarea,select,table {
	margin: 0;
	outline-style: none;
	outline-width: medium;
	padding: 0;
}

input,select {
	color: #000000 !important;
	height: 18px;
}

input.text.disabled {
	background-color: #F2F2F2;	
}

ul,ol {
	padding: 0px;
	margin: 0px;
	padding-left: 15px;
}

img {
	border: 0 none;
}

.mouseover {
	cursor: pointer;
}

a:link,a:visited {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

hr {
	border: 0;
	color: #d7d7d7;
	background-color: #d7d7d7;
	height: 1px;
	width: 100%;
	text-align: left;
	clear: both;
	margin: 0px;
}

.vhr {
	padding-left: 7px;
	padding-right: 7px;
}

.vhr.gray {
	color: #d7d7d7;
}

span.important {
	color: #ba0820;
	font-weight: bold;
}

button {
	color: white;
	background-color: #c40b13;
	height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	margin-top: 15px;
	font-weight: bold;
	border: none;
	font-size: 12px;
	cursor: pointer;
	line-height:24px;
}

a.button {
	color: white;
	background-color: #c40b13;
	height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	font-weight: bold;
	border: none;
	font-size: 12px;
	cursor: pointer;
	line-height:24px;
	text-decoration: none;
}

a.button:hover {
	text-decoration: none;
}

input.text
{
	height: 16px !important;
	border: 1px solid #e2e2e2 !important;
	margin-bottom: 10px;
	padding: 2px 4px !important;
}

input.password
{
	height: 16px !important;
	border: 1px solid #e2e2e2 !important;
	margin-bottom: 10px;
	padding: 2px 4px !important;
}

input.file
{
	height: 16px !important;
	border: 1px solid #e2e2e2 !important;
	margin-bottom: 10px;
	padding: 2px 4px !important;
}

.error {
	background: transparent url(../img/error.png) no-repeat scroll left 9px;
	color: red;
	line-height: 32px;
	margin-top: 10px;
	padding-left: 24px;
	margin-left: 10px;
}

.message {
	background-color: #E1E1E1;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.message.important {
	background-color: #e30d1a !important;
}

.invisible {
	display: none;
}

.visible {
	visibility: visible;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.fN {
	float: none !important;
}

.cB {
	clear: both;
}

.ajax_loading {
	background: transparent url('../img/ajax_loading.gif') no-repeat scroll
		center center;
	width: 100%;
	height: 100%;
	cursor: wait;
}

.see_all {
	padding-left: 20px;
	background-image: url("../img/galleries/greyarrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.font_gray {
	color: #868686;
}

.font_bold {
	font-weight: bold;
}

.title {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

.field_error {
	background: transparent url('../img/error.png') no-repeat scroll center
		center;
	padding: 2px 8px 8px 20px;
	position: absolute;
}

/******** Content styles BEGIN ******/
td.top_column {
	padding-left: 16px;
	padding-right: 16px;
}

.left_column {
	padding-top: 15px;
	vertical-align: top;
	padding-left: 16px;
}

.right_column {
	vertical-align: top;
	padding-top: 15px;
}

.right_column .content {
	background-color: #E1E1E1;
	padding: 8px;
	width: 483px;
}

.top_border {
	background-image: url("../img/bg/top_border-grey_gradient.gif");
	background-repeat: repeat-x;
	margin-top: 10px;
	padding-top: 25px !important;
}

.top_border_gallery {
	background-image: url("../img/bg/top_border-grey_gradient.gif");
	background-repeat: repeat-x;
	margin-top: 10px;
}

/******** Content styles END ******/
	/******************************************************************************/
	/* Header's template style definion BEGIN *************************************/
	/******************************************************************************/
#header_holder {
	background: #FFFFFF none repeat scroll 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
}

#header {
	background: transparent url('../img/top_baner_bg.jpg') repeat-x scroll
		left center;
	position: relative;
	height: 163px;
}

#widzew_logo {
	float: left;
	margin: 30px 55px 0 40px;
}

#widzew_logo .widzew_logo_img {
	position: relative;
	z-index: 1;
}

#site_util {
	text-align: left;
	color: #d4bcbc;
	height: 32px;
	float: right;
	top: 0;
	width: 793px;
	padding-top: 8px;
}

#site_util * {
	text-align: left;
}

#site_util_menu {
	margin: 8px 0 0 10px;
	padding: 0;
}

#sitemap,#bookmarks,#contact,#login,#register {
	padding: 0 5px 0 10px;
}

#login,#register {
	padding: 0 5px 0 5px;
}

#login {
	cursor: pointer;
}

#register {
	font-weight: bold;
}

#login {
	margin-left: 12px;
	border-right: 1px solid #D4BCBC;
}

#site_util a {
	color: #d4bcbc;
}

#advertisement_top {
	height: 75px;
	width: 450px;
	float: right;
	padding-right: 30px;
	margin-top: 28px;
}

#motto {
	height: 90px;
	width: 220px;
	float: left;
	padding-top: 15px;
}

#motto img {

}

#search_form {
	bottom: 0;
	color: #FFFFFF;
	height: 30px;
	float: right;
	width: 335px;
	line-height: 30px;
	position: relative;
	top: -8px;
}

#search_site_form {
	line-height: 27px;
}

#search_form input {
	background-color: #FFFFFF;
	border: 0 none;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
}

#search_form .search_links {
	height: 30px;
	padding: 0;
	width: 90px;
	line-height: 30px;
}

#search_www a {
	border-right: 1px solid #d4bcbc;
	padding: 0 5px 0 0;
}

#search_form a {
	color: #d4bcbc;
	font: normal 11px tahoma;
}

#search_form .active a {
	color: #fff;
	font: bold 11px tahoma;
}

#search_form #search_site a {
	padding: 0 0 0 5px;
	color: #d4bcbc;
}

#search_form .search_input {
	float: left;
	margin: 5px 10px 5px 5px;
	width: 210px;
}

#search_form li {
	float: left;
	margin: 0;
	padding: 0;
}

#search_form #search_label {
	line-height: 30px;
	cursor: pointer;
	height: 30px;
}

/******************************************************************************/
	/* Header's template style definion END *************************************/
	/******************************************************************************/
	/******************************************************************************/
	/* Horizontal style definion BEGIN ********************************************/
	/******************************************************************************/
#horizontal_menubar_holder {
	background: #FFFFFF none repeat scroll 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 1px 10px 1px;
	height: 68px;
}

#horizontal_menubar {
	background: transparent url('../img/top_menu_bg1.gif') repeat-x scroll 0
		0 !important;
	height: 36px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 995px;
	padding-left: 5px;
}

#horizontal_menubar .menu a {
	float: left;
	color: #FFFFFF;
	cursor: pointer;
	height: 30px;
	padding: 5px 10px 1px 10px;
	line-height: 25px;
	text-decoration: none;
}

#horizontal_menubar .menu.selected a {
	font-weight: bold;
	background-image: url('../img/menu_bar/strzaleczka.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menu_items {
	margin-top: 2px;
	padding-left: 15px;
	width: 985px;
	height: 28px;
	font-size: 11px;
	line-height: 28px;
	background-color: #eeeeee;
	overflow: hidden;
}

.menu_items .pointer {
	background: transparent url('../img/submenu_arrow.gif') no-repeat scroll
		0px center;
	padding: 0px 10px 0px 0;
}

.menu_items .menu_item {
	padding: 0px 20px 0px 0;
	color: #424242;
	text-decoration: none;
}

.menu_items .menu_item.selected {
	font-weight: bold;
}

#main_banner {
	background: #FFFFFF none repeat scroll 0 0;
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

#main_banner .wide_field img {
	margin: 0px 10px;
}

#commercial_box {
	height: 185px;
	position: relative;
	background: #e1e1e1;
	text-align: left;
}

#commercial_box .box_fields_holder_half {
	width: 238px;
}

#commercial_box .box_fields_holder_full {
	width: 483px;
}

.halfbelt_l {
	margin-top: 10px;
	width: 486px;
	text-align: center;
	background-color: #d7d7d7;
}

/******************************************************************************/
	/* Horizontal style definion END   ********************************************/
	/******************************************************************************/
#bottom_baner_holder {
	background: #FFFFFF none repeat scroll 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding: 10px 10px 10px;
	clear: both;
}

#bottom_baner {
	padding-top: 15px;
	text-align: center;
}

.partner_img_wrapper {
	padding-right: 15px;
}

#sponsors_list_holder {
	padding: 15px 0px 15px 0px;
	background: #FFFFFF;
	height: 80px;
	text-align: center;
	position: relative;
}

#sponsors_list_holder .sponsor_img_wrapper img.color,#sponsors_list_holder .sponsor_img_wrapper.selected img.gray
	{
	display: none;
	width: auto;
	height: auto;
}

#sponsors_list_holder .sponsor_img_wrapper.selected img.color {
	display: inline;
}

#partners_list_holder {
	padding: 15px 0px 15px 0px;
	background: #FFFFFF;
	height: 80px;
	position: relative;
	width: 100%;
}

#logos_page {
	padding: 15px;
	text-align: left;
}

#logos_page .title {
	font-weight: bold;
	font-size: 16px;
	clear: both;
}

#logos_page .partner_logo {
	float: left;
	height: 120px;
	padding: 5px;
}

#logos_page .sponsor_logo {
	float: left;
	height: 80px;
	padding: 5px;
}

/******************************************************************************/
	/* Footer style definion BEGIN ************************************************/
	/******************************************************************************/
#footer {
	background: #3B3A3A url('../img/footer_bg.gif') repeat-x scroll 0 0;
	margin: 0 auto;
	padding-bottom: 0;
	padding-top: 0;
	width: 1030px;
	position: relative;
}

#footer #info {
	width: 990px;
	border-top: 1px solid #4D4C4C;
	padding: 0 0 0 30px;
	text-align: left;
}

#footer #info .contact {
	color: #838383;
	margin: auto;
	padding: 0 0 10px;
}

#footer #info .rights {
	color: #FFFFFF;
	margin: auto;
	padding: 10px 0 5px;
}

.footlink_group {
	vertical-align: top;
	background-image: url('../img/stopki.gif');
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 20px 0px 20px 20px;
	width: 155px;
	min-height: 120px;
	height: auto !important;
	height: 120px;
}

a.footlink {
	color: #909090 !important;
	padding: 10px 0px 0px 13px;
	clear: left;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

a.footlink.emphasized {
	background: transparent url('../img/raquo_gray.gif') no-repeat scroll 0
		12px;
	color: #FFFFFF !important;
}

/******************************************************************************/
	/* Footer style definion END **************************************************/
	/******************************************************************************/
.header_large {
	background-color: #E1E1E1;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	height: 20px;
	margin-bottom: 10px;
}

.wide_img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wallpaper_element, .ringtone_element {
	padding: 5px;
	margin: 5px;
	border: 2px solid #CD000A;
	width: 480px;
}

.ringtone_element .ringtone_player {
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

.ringtone_element .ringtone_description {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	width: 330px;
}

.wallpaper_element .wallpaper_image {
	width: 100px;
}

.wallpaper_element .wallpaper_description {
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

.navigation a {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.left_column .article,.left_column .content {
	float: left;
	width: 485px;
	position: relative;
}

.article .articlemainimage img {
	width: 477px;
	border-color: #d7d7d7;
	border-width: 5px;
	border-style: solid;
	text-align: center;
}

.article hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.article a,.article a:VISITED,.article a:HOVER {
	color: #909090;
}

.article .title {
	margin-top: 15px;
	margin-bottom: 10px;
}

.article .release {
	color: #949393;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.article .logo_small {
	float: right;
	margin-top: 15px;
}

.article .articletext {
	margin-top: 15px;
	margin-bottom: 20px;
}

.article .articletext p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.related_galleries {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
	border: 1px solid #e1e1e1;
}

.related_galleries .foto {
	height: 80px;
	width: 134px;
	background: #e1e1e1;
	margin: 8px;
	cursor:pointer;
}

.article .article_preview.short.other_articles {
	margin-left: 10px;
}

.article .article_preview.short.other_articles .title {
	background-image: url(../img/publication_panel/news_tri.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	height: 10px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal !important;
	margin-bottom: 0px !important;
}

.article .article_preview.short.other_articles .title a {
	font-weight: normal !important;
}

.article .article_preview.short.other_articles .release {
	margin-bottom: 0px !important;
}

.foto img {
	margin: 4px;
}

.related_galleries {
	padding-bottom: 15px;
}

.related_galleries p {
	margin: 4px;
	color: #9a9a9a;
}

.related_galleries ul {
	padding: 0 0 0 0 !important;
}

.related_galleries li {
	list-style: square;
	color: #ff0000;
	list-style-position: inside;
	padding: 2px 5px;
}

.related_galleries a {
	color: #363636;
	cursor: pointer;
	font-size: 12px;
}

.ce1e1e1 {
	color: #e1e1e1;
}

.comments {
	margin-bottom: 10px;
}

.comments textarea {
	border: 1px solid #e1e1e1;
	margin: 10px 0 0 0;
}

.comments .button {
	background: #5B5B5B;
	color: #FFFFFF !important;
	font-weight: bold;
	height: 22px;
	width: 80px;
	border: none;
}

/*******************************************************
	publicationPanel(TabbedPanel) styles BEGIN
********************************************************/
.tabbed_panel_holder #publicationPanel {
	margin-top: 12px;
}

#publicationPanel .article_preview {
	padding: 0px 10px 10px 10px;
}

#publicationPanel .article_preview.pt {
	padding-top: 10px;
}

#publicationPanel .article_preview .teaser_img {
	float: left;
	padding-right: 8px;
}

#publicationPanel .article_preview .release {
	color: #999999;
	font-size: 10px;
	padding-bottom: 8px;
}

#publicationPanel .archive_link {
	width: 100%;
	text-align: right;
	line-height: 32px;
}

#publicationPanel .archive_link a {
	margin-right: 8px;
	padding-left: 15px;
	background-image: url('../img/publication_panel/arch_arrow.gif');
	background-position: 0px center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#publicationPanel .article_preview .title {
	margin-top: 0px;
	padding-bottom: 7px;
}

#publicationPanel .article_preview .title,.article_preview .title a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

#publicationPanel .article_preview .teaser,#publicationPanel .article_preview .teaser a
	{
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	line-height: 13px;
	overflow: hidden;
}

#publicationPanel .article_preview.short {
	padding-bottom: 5px;
	padding-top: 0px;
	height: 15px;
}

#publicationPanel .article_preview.short.pt {
	padding-top: 5px;
}

#publicationPanel .article_preview.short .title,#publicationPanel .article_preview.short .title a
	{
	font-weight: normal;
}

#publicationPanel .article_preview.short .title {
	background-image: url('../img/publication_panel/news_tri.jpg');
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 10px;
	overflow: hidden;
	padding-bottom: 5px;
}

#publicationPanel .article_preview.short .release {
	width: 110px;
	padding-bottom: 5px;
}

#publicationPanel .editor {
	position: absolute;
	margin-left: 322px;
	width: 150px;
	background-color: white;
	border: 1px #e1e1e1 solid;
	border-top: none;
	padding: 5px;
}

#publicationPanel .editor button {
	background-color: #e1e1e1;
	height: 18px;
	color: black;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	width: 100%;
}

/*******************************************************
	publicationPanel(TabbedPanel) styles END
********************************************************/

.main_html_area_header {
	font-weight: bold;
	padding: 10px;
	width: 465px;
	background-color: #E1E1E1;
}

.main_html_area {
	border: 1px solid #E1E1E1;
	width: 483px;
}

/*******************************************************
	leaguePanel(TabbedPanel) styles BEGIN
********************************************************/
#leaguePanel .scrollable_spacer {
	left: 0px !important;
}

#leaguePanel {
	margin-top: 0px;
	margin-bottom: 8px;
}

#leaguePanel .tab {
	padding-left: 15px;
	padding-right: 15px;
}

#leaguePanel .tab.selected {
	padding-left: 22px;
	padding-right: 22px;
}

#leaguePanel #recap .tab {
	padding-left: 12px;
	padding-right: 12px;
}

#leaguePanel #recap .tab.tab0 {
	padding-left: 0px;
}

#leaguePanel .footer {
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
}

#leaguePanel .footer .date {
	font-weight: bold;
}

#leaguePanel .coat_of_arms {
	padding: 30px 6px 30px 6px;
	width: 110px;
	height: 110px;
}

#leaguePanel .last_match {
	padding: 15px 8px 8px 8px;
}

#leaguePanel .last_match  .result {
	font-weight: bold;
}

#leaguePanel .last_match  .review {
	width: 345px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#leaguePanel .last_match  .tabbed_panel.recap {
	width: 345px;
	border: none;
}

#leaguePanel .last_match  .tabbed_panel.recap .tabs {
	width: 345px;
	background-color: white;
	border-top: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}

#leaguePanel .last_match  .tabbed_panel.recap .tab.selected {
	background-position: right 12px;
	background-repeat: no-repeat;
	background-image: url('../img/tabbed_panel/vert_hr.gif');
}

#leaguePanel .last_match .scorers {
	width: 165px;
	padding-right: 5px;
}

#leaguePanel .last_match .cards {
	width: 165px;
	padding-right: 5px;
}

#leaguePanel .last_match .scorer {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-image: url('../img/league_panel/ball.gif');
	padding-left: 15px;
	margin-top: 6px;
	width: 150px;
	line-height: 15px;
	float: left;
}

#leaguePanel .last_match .ycard {
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-image: url('../img/league_panel/yellowCard11x12.gif');
	padding-left: 15px;
	margin-top: 6px;
	width: 150px;
	line-height: 15px;
	float: left;
}

#leaguePanel .last_match .rcard {
	background-position: 0px center;
	background-repeat: no-repeat;
	background-image: url('../img/league_panel/redCard11x12.gif');
	padding-left: 15px;
	width: 150px;
	line-height: 30px;
	float: left;
}

#leaguePanel .last_match .scorer p {
	padding-bottom: 0px;
	line-height: 22px;
}

#leaguePanel table.league {
	margin: auto !important;
	margin-bottom: 8px !important;
}

#leaguePanel div.next_match {
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 20px;
}

#leaguePanel div.next_match  div.content {
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	color: #FFFFFF;
	height: 150px;
	width: 455px;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#leaguePanel div.next_match  div.content div.description {
	width: 300px;
	padding: 5px;
	overflow: hidden;
	height: 145px;
}

#leaguePanel div.next_match  div.content div.description p {
	padding-bottom: 15px;
}

#leaguePanel div.whole_table_link {
	margin: 7px;
	padding-bottom: 5px;
}

#multimediaPanel .scrollable_spacer {
	left: 0px !important;
}

#multimediaPanel {
	margin-top: 0px;
	margin-bottom: 8px;
}

#multimediaPanel .tab {
	padding-left: 15px;
	padding-right: 15px;
}

#multimediaPanel .tab.selected {
	padding-left: 22px;
	padding-right: 22px;
}

#multimediaPanel #recap .tab {
	padding-left: 12px;
	padding-right: 12px;
}

#multimediaPanel #recap .tab.tab0 {
	padding-left: 0px;
}

#multimediaPanel .footer {
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
}

#multimediaPanel .footer .date {
	font-weight: bold;
}

#multimediaPanel .coat_of_arms {
	padding: 30px 6px 30px 6px;
	width: 88px;
}

#multimediaPanel .last_match {
	padding: 15px 8px 8px 8px;
}

#multimediaPanel .last_match  .result {
	font-weight: bold;
}

#multimediaPanel .last_match  .review {
	width: 345px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#multimediaPanel .last_match  .tabbed_panel.recap {
	width: 345px;
	border: none;
}

#multimediaPanel .last_match  .tabbed_panel.recap .tabs {
	width: 345px;
	background-color: white;
	border-top: 1px #e1e1e1 solid;
	border-bottom: 1px #e1e1e1 solid;
}

#multimediaPanel .last_match  .tabbed_panel.recap .tab.selected {
	background-position: right 12px;
	background-repeat: no-repeat;
	background-image: url('../img/tabbed_panel/vert_hr.gif');
}

#multimediaPanel .last_match .scorers {
	width: 165px;
}

#multimediaPanel .last_match .scorer {
	background-position: 0px center;
	background-repeat: no-repeat;
	background-image: url('../img/league_panel/ball.gif');
	padding-left: 15px;
	width: 150px;
	line-height: 30px;
	float: left;
}

#multimediaPanel .last_match .scorer p {
	padding-bottom: 0px;
	line-height: 22px;
}

#multimediaPanel table.league {
	margin: auto !important;
	margin-bottom: 8px !important;
}

#multimediaPanel div.next_match {
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 20px;
}

#multimediaPanel div.next_match  div.content {
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	opacity: 0.75;
	filter: alpha(opacity =     75);
	color: #FFFFFF;
	height: 150px;
	width: 455px;
}

#multimediaPanel div.next_match  div.content div.description {
	width: 250px;
	padding: 10px;
	overflow: hidden;
}

#multimediaPanel div.next_match  div.content div.description p {
	padding-bottom: 15px;
}

/*******************************************************
	leaguePanel(TabbedPanel) styles END
********************************************************/
.article_preview.gray {
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 66px;
	height: auto !important;
	height: 66px;
}

.article_preview.gray.highlight {
	background-color: #F3F3F3;
}

.article_preview.gray img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	position: absolute;
}

.article_preview.gray .title {
	color: #000000;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 3px;
}

.article_preview.gray .title a {
	color: #000000;
	margin-left: 66px;
}

.article_preview.gray .release {
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 0px;
	color: #949393 !important;
	font-size: 10px;
	margin-left: 66px;
}

.article_preview.gray .teaser,.article_preview.gray .teaser a {
	color: #000000 !important;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}

.article_preview.gray .teaser {
	margin-left: 66px;
}

table.recent_articles_preview_holder {
	width: 100%;
	margin-bottom: 10px;
	table-layout: fixed;
}

table.recent_articles_preview_holder .article_preview {
	width: 240px;
	height: 115px;
	padding-top: 80px;
}

table.recent_articles_preview_holder .article_preview .content {
	bottom: 0px;
	background: transparent url('../img/transparent_bg.png') no-repeat
		scroll 0 0;
	padding: 10px;
	height: 75px;
	width: 200px;
	margin: auto;
	float: none;
}

table.recent_articles_preview_holder .article_preview .content .teaser {
	height: 40px;
	overflow: hidden;
	font-weight: normal;
	color: #E1E1E1;
}

table.recent_articles_preview_holder .article_preview .content .title {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-bottom: 3px;
}

table.recent_articles_preview_holder .article_preview .content .release
	{
	color: #E6C58F;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

table.recent_articles_preview_holder .article_preview .content .read_more
	{
	color: #E6C58F;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 15px;
	font-weight: bold;
}

table.recent_articles_preview_holder .article_preview .content .title a
	{
	color: #D7D7D7;
}

table.recent_articles_preview_holder .horizontal_spacer {
	height: 5px;
}

table.recent_articles_preview_holder .vertical_spacer {
	width: 5px;
}

table.recent_articles_preview_holder .article_preview .image_holder {
	position: absolute;
}

table.recent_articles_preview_holder .article_preview p {
	padding: 0px;
	margin: 0px;
}

table.recent_articles_preview_holder .article_preview .read_more a {
	color: #E6C58F;
	font-size: 11px;
	font-weight: bold;
}

.article .archive_link {
	height: 15px;
	padding-top: 5px;
}

.article .archive_link a {
	float: right;
}

.people_list img,.team img {
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}

.personcard {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

.personcard .personphoto {
	float: right;
	padding-left: 5px;
}

.personcard_nofloat {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
}

.personsmall {
	margin-top: 10px;
}

.tiny_text {
	font-size: 1px;
}

/******************************
League schedule styles BEGIN 
******************************/
#schedule_tabs {
	height: 31px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid gray;
	padding-bottom: 1px;
}

.schedule_tab {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	display: inline;
	font-weight: bold;
	color: #000000;
	border: 1px solid #CBCBCB;
	margin-right: 2px;
	background: url('../img/schedule_tab.gif') center top repeat-x;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
}

.schedule_tab.selected {
	background-image: url('../img/schedule_tab_selected.gif');
	cursor: default;
}

.round {
	border: 1px solid white;
}

.round tr.header {
	background: transparent url('../img/league_schedule/table_header.gif')
		no-repeat scroll 0 5px;
	color: #FFFFFF;
	font-weight: bold;
	height: 34px;
}

.round tr.header td {
	padding-left: 25px;
}

.round tr.match {
	text-align: center;
	padding-left: 20px;
	height: 24px;
	background-color: white;
}

.round tr.match.gray {
	background-color: gray;
	color: white;
}

.nextMatches tr.match {
	height: 24px;
}

.nextMatches tr.match.gray {
	background-color: #E1E1E1;
	color: black;
}

.round tr.match.red {
	background-color: transparent !important;
	background-image: url('../img/league_schedule/match_important.png');
	background-repeat: repeat-x;
	color: white;
	background-color: transparent;
}

.round tr.match td.goals,tr.match ts.winner {
	font-weight: bold;
}

.round tr.match td.date {
	width: 65px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

/***********************************************************/
	/**********League schedule styles END***********************/
	/***********************************************************/
	/***************************************************/
	/******* League table styles BEGIN *****************/
	/***************************************************/
table.league {
	margin-top: 10px;
	text-align: center;
	width: 97%;
}

table.league tr {
	height: 24px;
	color: #565556;
}

table.league tr.header {
	font-weight: bold;
}

table.league td.position {
	background: transparent url("../img/position_bg.gif") no-repeat scroll
		1px 1px;
}

table.league td.team {
	width: 70px;
}

table.league tr.our_team td.position {
	background-image: url("../img/position_ourteam_bg.gif");
	color: white;
}

table.league tr.highlight td.position {
	background-image: url("../img/position_highlight.gif");
}

table.league td.position.champion {
	background-image: url("../img/position_gold_bg.gif") !important;
	color: #565556;
}

table.league td.position.qualified {
	background-image: url("../img/position_green_bg.gif") !important;
	color: white;
}

table.league td.position.relegated {
	background-image: url("../img/position_red_bg.gif") !important;
	color: white;
}

table.league tr.our_team td.row {
	background: transparent url("../img/ourteam_row_m.gif") repeat-x scroll
		0 1px !important;
	color: white;
}

table.league tr.highlight td.row {
	background: transparent url("../img/highlight_row_m.gif") repeat-x
		scroll 0 1px;
	color: white;
}

table.league tr.champion td.row {
	background: transparent url("../img/gold_row_m.gif") repeat-x scroll 0
		1px;
}

table.league tr.qualified td.row {
	background: transparent url("../img/green_row_m.gif") repeat-x scroll 0
		1px;
	color: white;
}

table.league tr.relegated td.row {
	background: transparent url("../img/red_row_m.gif") repeat-x scroll 0
		1px;
	color: white;
}

table.league td.edge.left {
	background-repeat: no-repeat;
	background-position: 4px 1px;
}

table.league tr.our_team td.edge.left {
	background-image: url("../img/ourteam_row_l.gif");
}

table.league tr.highlight td.edge.left {
	background-image: url("../img/highlight_row_l.gif");
}

table.league tr.champion td.edge.left {
	background-image: url("../img/gold_row_l.gif");
}

table.league tr.qualified td.edge.left {
	background-image: url("../img/green_row_l.gif");
}

table.league tr.relegated td.edge.left {
	background-image: url("../img/red_row_l.gif");
}

table.league td.edge.right {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

table.league tr.our_team td.edge.right {
	background-image: url("../img/ourteam_row_r.gif");
}

table.league tr.highlight td.edge.right {
	background-image: url("../img/highlight_row_r.gif");
}

table.league tr.champion td.edge.right {
	background-image: url("../img/gold_row_r.gif");
}

table.league tr.qualified td.edge.right {
	background-image: url("../img/green_row_r.gif");
}

table.league tr.relegated td.edge.right {
	background-image: url("../img/red_row_r.gif");
}

/***************************************************/
	/******* League table styles END *****************/
	/***************************************************/
	/***************************************************/
	/***** Search styles BEGIN *************************/
	/***************************************************/
.searched_word {
	font-weight: normal;
	font-size: 11px;
}

.search_results {
	margin-bottom: 20px;
}

.search_results .header {
	margin-top: 20px;
	font-weight: bold;
}

.search_results .excerpt {
	margin-left: 10px;
}

.search_results .index {
	font-weight: bold;
}

.search_results .pages {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 15px;
}

.search_results .found {
	margin-top: 15px;
	text-align: center;
}

.search_results .page {
	margin-right: 5px;
}

.search_results .page.current {
	font-weight: bold;
}

/***************************************************/
	/***** Search styles END****************************/
	/***************************************************/
	/*********************************/ /****** Site Map styles BEGIN ****/
	/*********************************/
.site_map .folder,.site_map .file {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 25px;
}

.site_map .folder a {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.site_map .folder img {
	cursor: pointer;
}

.site_map .level a {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.site_map .level a:VISITED,.site_map folder.level0 a:VISITED {
	color: black;
}

.site_map folder.level0 a {
	font-size: 14px;
}

.site_map .collapsed {
	height: 25px;
	overflow: hidden;
}

.site_map .file a {
	font-weight: normal !important;
}

/*********************************/ /****** Site Map styles END ******/
	/*********************************/
	/*************************************/
	/***** Grades for resources BEGIN ****/
	/*************************************/
.grade {
	background-image: url(../img/grade/grey.png);
	background-position: 0 top;
	background-repeat: no-repeat;
	padding-bottom: 13px;
	padding-left: 10px;
}

.grade.highlighted {
	background-image: url('../img/grade/gold.png');
}

/*************************************/
	/***** Grades for resources END ****/
	/*************************************/
	/*********************************/ /****** Pager styles BEGIN ****/
	/*********************************/
.standardpager {
	padding: 5px;
	height: 40px;
	vertical-align: middle;
}

.standardpager .field {
	display: inline;
}

.standardpager .field form {
	
}

.standardpager a,.standardpager a:hover {
	color: black;
}

.standardpager .arrow {
	
}

.standardpager .arrow a {
	
}

.standardpager .field .page {
	padding: 3px 5px;
}

.standardpager .field .page.current {
	background-color: #E1E1E1;
}

/*********************************/ /****** Pager styles END ****/
	/*********************************/ /*********************************/
	/****** TabbedPanel ext BEGIN ****/ /*********************************/
.tabbed_panel .ext_nohr {
	background-image: none !important;
}

/*********************************/ /****** TabbedPanel ext END ****/
	/*********************************/ /*********************************/
	/****** Team, Player BEGIN ****/ /*********************************/
table.team {
	width: 100%;
	margin-bottom: 20px;
}

table.team td {
	vertical-align: top;
	width: 120px;
}

.formation {
	padding-left: 32px;
	width: 118px;
}

.formation.right_vr {
	border-right: 1px solid #E1E1E1;
}

.formation_name {
	margin-top: 15px;
	font-weight: bold;
	margin-left: 20px;
}

.header_large.player_header {
	background: none !important;
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	margin-top: 17px;
}

.player_detail {
	color: #000000;
	margin-left: 10px;
}

.player_detail.title {
	margin-top: 10px;
	font-weight: bold;
}

.player_info {
	width: 100%;
}

.player_info td {
	vertical-align: top;
}

.player_info td.player_photo_holder {
	width: 210px;
}

.player_photo {
	border: 3px solid #E1E1E1;
	margin-top: 10px;
	text-align: left;
}

.player {
	margin-top: 10px;
	padding-left: 0px !important;
}

.player.bold * {
	font-weight: bold;
	padding-left: 0px !important;
}

.player.title {
	font-weight: bold;
}

.player a,.player a:VISITED {
	color: black;
}

/*********************************/ /****** Team, Player END ****/
	/*********** Message Styles BEGIN *******/
#message_holder {
	width: 1000px;
	height: 37px;
	border: 1px solid #eeeeee;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#message {
	height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	color: #406667;
	line-height: 35px;
	list-style-image: none;
	list-style-type: none;
}

#message ul {
	list-style-image: none;
	list-style-type: none;
}

#message li {
	position: absolute;
	list-style-image: none;
	list-style-type: none;
}

/*********** Message Styles END *******/
	/*********** Community panel Styles BEGIN *******/
#community_panel_holder {
	position: relative;
	height: 34px;
	line-height: 34px;
	margin-bottom: 10px;
}

#community_panel {
	background-color: white;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	position: relative;
	padding-left: 11px;
	vertical-align: middle;
}

#community_panel  a {
	margin-top: 9px;
	display: block;
	float: left;
}

#community_panel img {
	margin-left: 15px;
}

/*********** Community panel Styles END *******/
	/*********** Multimedia panel Styles BEGIN *******/
#multimediaPanel .panel {
	background-color: white;
}

.movie_holder {
	border-top: 15px solid white;
	border-bottom: 15px solid white;
}

.movie {
	
}

.movie.recent {
	border: 1px solid #eeeeee;
	padding: 5px;
	margin: 0px 10px 0px 10px;
	width: 256px;
	height: 190px;
}

.movie_holder .seeker {
	background-image: none;
	background-color: #c40b13;
	border: none;
	height: 6px;
}

.movie_holder .seeker .ui-slider-handle {
	border: 1px solid #dddfde !important;
	width: 5px !important;
	height: 10px !important;
	background-color: white;
	top: -3px;
	background-image: none;
}

.movie_holder .volume {
	background-color: #dedede;
	height: 6px;
	width: 30px;
	border: none;
	background-image: none;
}

.movie_holder .volume .ui-slider-handle {
	border: 1px solid #dddfde !important;
	width: 5px !important;
	height: 10px !important;
	background-color: white;
	top: -3px;
	background-image: none;
}

.movie_holder .volume {
	margin-top: 5px !important;
}

.movie_holder .volume_icon {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url("../img/player/volume_icon.jpg");
}

.movie_holder .pause {
	width: 30px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url("../img/player/pause.jpg");
	cursor: pointer;
	margin-left: 10px;
}

.movie_holder .pause.play {
	background-image: url("../img/player/play.jpg");
}

.movie_holder .current_time {
	color: #DDDDDD;
	font-size: 11px;
	margin-left: 10px;
	padding-top: 3px;
}

.movie_holder .mute {
	color: black;
	border: 1px solid #dddfde !important;
	width: 40px;
	height: 13px;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
}

.recent_movies {
	margin-top: 15px;
	margin-right: 8px;
	width: 190px;
	height: 200px;
}

.on_youtube {
	background-color: #eeeeee;
	width: 170px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	margin-top: 170px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("../img/player/youtube.jpg");
	background-repeat: no-repeat;
	background-position: 160px 2px;
	display: block;
	cursor: pointer;
}

.recent_movies .article_preview { /* margin-top: 10px; */
	
}

.recent_movies .release {
	color: #949393;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.recent_movies .teaser {
	overflow: hidden;
	margin-top: 5px;
}

/*********** Multimedia panel Styles END *******/
	/********** Live styles begin *******/
.live_page .left_column {
	width: 1000px;
	position: relative;
}

.live {
	position: relative;
	width: 1000px !important;
	padding-bottom: 50px;
}

.live_loading {
	position: absolute;
	z-index: 123;
	width: 1000px;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity =     50);
	background-attachment: fixed;
}

.live p.title {
	font-size: 15px;
	margin-bottom: 15px;
}

.live .coat_of_arms {
	vertical-align: middle;
	padding: 10px;
}

.live .event {
	margin-top: 10px;
	line-height: 16px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.live .event.goal {
	background-image: url('../img/live/goal.gif');
}

.live .event.substitution {
	background-image: url('../img/live/substitution.gif');
}

.live .event.start {
	background-image: url('../img/live/whistle.gif');
}

.live .event.end {
	background-image: url('../img/live/whistle.gif');
}

.live .event.cardfalse {
	background-image: url('../img/live/yellowCard.gif');
}

.live .event.cardtrue {
	background-image: url('../img/live/redCard.gif');
}

.live .event .minute {
	font-weight: bold;
}

.live .event.emph {
	background-color: #F3F3F3;
}

.live #match_result {
	text-align: center;
	width: 100px;
}

.live #match_result * {
	font-weight: bold !important;
	font-size: 17px !important;
}

#match_recap .team_preformance_review_host {
	width: 320px;
	vertical-align: middle;
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 120px;
	background-position: left center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 17px;
	line-height: 16px;
	height: 110px;
}

#match_recap .team_performance_review_guest {
	width: 320px;
	vertical-align: middle;
	text-align: right;
	background-repeat: no-repeat;
	padding-right: 120px;
	background-position: right center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 17px;
	line-height: 16px;
	height: 110px;
}

.live #match_result .goals {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	font-size: 14px;
}

.live #match_result .goals.halftime {
	font-weight: normal;
	font-size: 13px;
}

.live #match_recap .performance {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

.live #match_recap .performance .event_autors {
	color: #949393;
	white-space: nowrap;
}



.live #match_recap .performance .event_autors.ycard {
	background: url('../img/league_panel/yellowCard11x12.gif') no-repeat 0px
		0px;
	padding-left: 14px;
}

.live #match_recap .performance .event_autors.rcard {
	background: url('../img/league_panel/redCard11x12.gif') no-repeat 0px
		0px;
	padding-left: 14px;
}

.live #match_recap .performance.guest {
	padding: 5px;
	text-align: right;
}

.live #match_recap .performance .bold {
	padding: 0px;
	padding-bottom: 6px;
	padding-top: 4px;
	font-size: 13px;
	font-weight: bold;
}

.live #match_recap .performance .lineup,
.live #match_recap .performance .goals,
.live #match_recap .performance .cards
{
	width: 432px;
}

.live #match_recap .performance .event_autors,
.live #match_recap .performance .lineup {
	color: #949393;
}

.live button {
	margin-top: 0px;
}

/********** Live styles end *******/
	/************************************************ OpenCMS edition's style improvements start ***************/
div.ocms_de_norm {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/************************************************ OpenCMS edition's style improvements end ***************/
	/*surveys*/
.processbar {
	width: 50%;
	display: block;
}

span.bar {
	display: block;
}

#surveybox .surveyHeader {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
	text-align: left;
	width: 100%;
	font-size: 17px !important;
}

#surveybox .surveyContent {
	width: 60%;
	float: left;
}

#surveybox .surveyLink {
	width: 30%;
	float: right;
	border-left: 1px solid gray;
	vertical-align: middle;
	height: 30px;
	margin-top: 20px;
	padding-top: 15px;
	padding-left: 10px;
}

.survButton {
	margin-top: 0px;
	background-color: #E1E1E1;
	color: black;
	margin-top: 1px !important;
	height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	margin-top: 15px;
	font-weight: bold;
	border: none;
	font-size: 12px;
	cursor: pointer;
}

#karnetyInfo div {
	height: 15px;
	padding: 5px;
	}

#karnetyInfo a {
	text-align: right;
	float: right;
	position: relative;
	z-index: 1;
	background-color: transparent !important;
	padding-left: 12px;
	color: red;
	font-weight: bold;
	white-space: nowrap;
}

#karnetyNumber {
	background-color: black;
	color: white;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 4px;
}

.registration_content {
	padding: 15px;
	position: relative;
}

table.registration td {
	vertical-align: top;
}

table.registration .registration_form_holder {
	padding-left: 40px;
}

.registration_form_holder .field_error
{
	padding:2px 8px 8px 8px;
}

table.registration input.text,table.registration input.password {
	width:420px;
}

#terms_and_conditions_doc {
	height : 546px;
	overflow-y:scroll;
}


#login_form_holder {
	width: 264px;
}

#login_form_holder.ajax_loading {
	height: 135px;
}

#login_form_holder .title,table.registration .title {
	margin-bottom: 5px;
}

#login_form_holder {
	position: absolute;
	background-color: white;
	border: 1px solid #D4BCBC;
	z-index: 999;
	padding: 10px;
}

#login_form_holder input.text
{
	width: 254px;
}

#login_form_holder input.password
{
	width: 254px;
}

#login_form_holder button {
	margin-top: 7px;
}

.cmtLoading {
	background: transparent url('../img/ajax_loading.gif') no-repeat scroll
		center center !important;
	height: 200px !important;
	width: 100% !important;
}

.wcmtContent {
	border: 1px solid #E2E2E2;
	min-height: 40px;
	padding-left: 6px;
	width: 340px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.wcmtContent.reply
{
	clear:both;
	margin-left:63px;
	float:right;
	margin-bottom:2px;
}

.wcmtCommentBody {
	float: right;
	margin-bottom: 2px;
}

.wcmtCommentPhoto {
	float: left;
}

.wcmtDate {
	clear: both;
	color: #E2E2E2;
	line-height: 17px;
}

.wcmtText
{
	overflow: hidden;
}

.wcmtText .wcmtInput {
	border: none;
}

.wcmtCite
{
	font-style:italic;
	padding:5px;
	margin-right:7px;
	margin-top:2px;
	margin-bottom:3px;
	margin-left: 10px;
}

.wcmtUser {
	font-weight: bold;
	float: left;
}

.wcmtCommentEntry {
	margin-top: 4px;
	clear: both;
}

.wcmtActions {
	float: right;
	height: 30px;
}

.wcmtButtons {
	text-align: right;
	width: 411px;
}

.wcmtButtons cmtButton {
	border: none;
}

.cmtButton {
	margin-top: 0px;
	background-color: #E1E1E1;
	color: black;
	margin-top: 1px !important;
}

div.cmtHeader {
	font-size: 17px !important;
}

#gallery_comments .wcmtContent {
	width: 273px;
}

#gallery_comments .wcmtInput {
	width: 255px;
}

#gallery_comments .wcmtPaginationHeader {
	width: 340px;
}

#gallery_comments .wcmtButtons {
	width: 339px;
}

.article .wcmtContent {
	width: 419px;
}

.article .wcmtInput {
	width: 403px;
}

.article .wcmtButtons {
	width:485px;
}

.article .wcmtPaginationHeader {
	width: 490px;
}

.wcmtPaginationBox {
	float: right;
}

.wcmtPaginationHeader {
	clear: both;
	width: 411px;
	padding-top: 10px;
}

#cmt-pagination .current {
	background-color: #E1E1E1;
	color: black;
	border: none;
}

#cmt-pagination .current.prev,#cmt-pagination .current.next {
	background-color: transparent !important;
	display: none !important;
}

#cmt-pagination a {
	color: black !important;
	border: none !important;
}

#music_popup {
	text-align: center;
	width:110px;
	height:0;
	vertical-align: middle;
	background: transparent;
}

#music_popup .anthem_player{
	background-image: url('../img/bg.jpg');
}

#music_popup .logo {
	text-align: center;
	vertical-align: middle;
	width:110px;
}

#music_popup .songtitle {
	text-align: center;
	vertical-align: middle;
	color: white;
	width:110px;
}

#music_popup .player {
	text-align: center;
	vertical-align: middle;
	color: white;
	width:110px;
}
