html {
	height: 100%;
}

body {
	background-color: rgba(0,24,32,0.02);
	margin: 0px auto;
	text-align: center;
	/*background-image: url('img/site-bg.jpg');*/
	background-repeat: no-repeat;
	background-position: center;	
	background-attachment:fixed;
	height: 100%;
	font-family: DroidSans;
}

blockquote {
	background-color: rgba(0,24,32,0.05);
	color: rgba(0,24,32,1);
	padding: 10px;
}

blockquote p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px;
}

#wrap {
	min-height: 100%;
	width: 100%;
	position: relative;
}

#header {
	background-color: #000000;
	margin: 0px auto;
	z-index: 3;
}

#header-cont {
	background-color: #001820;
	text-align: center;
	padding: 20px;
	margin: auto;
	border-bottom: 5px solid #00bcff;
	box-shadow: 0 0 10px rgba(0,24,32,0.25);
	-webkit-box-shadow: 0 0 10px rgba(0,24,32,0.25);
}

#site {
	width: 1042px !important;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-bottom: 180px;
	z-index: 0;
}

#container {
	margin: auto;
	background-color: rgba(255,255,255,1);
}

#footer {
	border-top: 3px solid rgba(255,255,255,0.5);
	background-color: rgba(0,24,32,1);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: rgba(255,255,255,0.5);
	position: absolute;
	overflow: hidden;
	margin: auto;
	width: 100%;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0,24,32,0.25);
	-webkit-box-shadow: 0 0 10px rgba(0,24,32,0.25);
}

#footer-content {
	margin: auto;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

#footer a:hover {
	color: rgba(255,255,255,0.75);
}


#top {
	width: 1000px;
	margin: auto;
}

#logo {
	width: 250px;
	float: left;
	text-align: left;
}

.menu {
	float: left;
	width: 135px;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: rgba(255,255,255,1);
}

.nav {
	display: inline-block;
	width: 100%;
	margin: 0px auto;
	padding: 0;

}

.nav li {
	margin: 5px;
	float: left;
	position: relative;
	list-style: none;
	background-color: rgba(0,24,32,1);
}

.nav a {
	display: block;
	color: rgba(255,255,255,1);
	font-family: DroidSansBold;
	font-size: 18px;
}

.nav .current a, .nav li:hover > a {

}

.nav ul li:hover a, .nav li:hover li a {
	color: rgba(0,188,255,1);
	font-size: 14px;
}

.nav ul li a:hover {

}

.nav ul li:first-child  > a {
	
}

.nav ul li:last-child > a {
	
}

.nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.nav ul {
	opacity: 0;
	visibility: hidden;
	position:absolute;
	width: 200px;
	padding: 0;
	z-index: 3;
}

.nav ul li {
	float: left;
	margin: 0;
	padding-right: 5px;
}

.nav li ul li a:link, .nav li ul li a:active, .nav li ul li a:visited {
	color: rgba(0,188,255,1);
}

.nav ul a {
	font-family: DroidSans;
}

.nav ul ul {

}

#searchbar {
	margin-top: 2px;
	width: 250px;
	float: right;
}

#search {
	text-align: right;
}


#search input[type="text"] {
    background: url('img/search-akbarrr.png') no-repeat 10px 6px rgba(255,255,255,0.9);
    color: rgba(0,188,255,1);
	border: 0;
	border-bottom: 2px solid rgba(0,188,255,1);
    width: 200px;
    padding: 6px 15px 6px 35px;
	font-family: DroidSans;
}

#search input[type="text"]:focus {
	background: url('img/search-akbarrr.png') no-repeat 10px 6px rgba(255,255,255,1);
    }

#nav-info {
	width: 1000px;
	height: 30px;
	margin: auto;
}

#nav {
	font-family: DroidSansBold;
	font-size: 16px;
	color: #000000;
	width: 420px;
	float: left;
	text-align: left;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited  #info a, #info a:link, #info a:active, #info a:visited {
	color: #00bcff;
	text-decoration: none;
	vertical-align: middle;
	font-family: DroidSansBold;
	font-size: 16px;
	font-weight: bold;
}

#nav a:hover, #info a:hover {
	text-decoration: none;
	color: #1288B2;
}

#info {
	width: 468px;
	float: right;
	font-family: DroidSansBold;
	color: #666666;
	font-size: 16px;
	text-align: left;
}

.cl {
	width: 47.5%;
	float: left;
}

.cr {
	width: 47.5%;
	float: right;
}

.three-col-c {
	width: 100%;
}

.col-l {
	width: 33%;
	float: left;
	text-align: left;
}

.col-c {
	width: 34%;
	float: left;
	text-align: center;
}

.col-r {
	width: 33%;
	float: right;
	text-align: right;
}

.links {
	width: 680px;
	margin: 0px auto;
}

.links-item {
	background-color: rgba(255,255,255,1);
	padding: 3px;
	border-bottom: 1px solid rgba(0,24,32,0.1);
}

.links-item img {
	vertical-align: text-top;
}

.links-item:hover {
	background-color: rgba(252,252,252,0.4);
}

.links-l-cntr {
	width: 42%;
	float: left;
}

.links-r-cntr {
	width: 42%;
	float: right;
}

.links-title {
	font-family: DroidSansBold;
	font-size: 24px;
	color: #001820;
}

.links-content-cntr {
	width: 100%;
	line-height: 18px;
	font-family: DroidSansBold;
	font-size: 14px;
	float: right;
	text-align: justify;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.links-content-cntr a, .links-content-cntr a:link, .links-content-cntr a:visited, .links-content-cntr a:active {
	color: #005E7F;
	text-decoration: none;
}

.links-content-cntr a:hover {
	color: #001820;
	text-decoration: none;
}

.links-content-cntr img {
	padding-bottom: 2px;
	vertical-align: bottom;
}

.links-more {
	height: 18px;
	font-family: DroidSansBold;
	font-size: 18px;
}

.links-more a, .links-more a:link, .links-more a:visited, .links-more a:active {
	color: #001820;
	text-decoration: none;
	vertical-align: middle;
	font-family: DroidSansBold;
	font-size: 18px;
}

.cntnt-cntr-more {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-family: DroidSansBold;
	font-size: 16px;
	font-weight: bold;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #00bcff;
}

a .cntnt-cntr-more, a:link .cntnt-cntr-more, a:visited .cntnt-cntr-more, a:active .cntnt-cntr-more {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-family: DroidSansBold;
	font-size: 16px;
	font-weight: bold;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #00bcff;
	border: 1px solid #DDDDDD;
}

a:hover .cntnt-cntr-more {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	background-color: #000000;
}

.links-more a:hover {
	color: #005E7F;
	text-decoration: none;
	vertical-align: middle;
}

.ticker {
	padding-bottom: 10px;
	padding-top: 20px;
}

.ticker-overlay {
	width: 100%;
}

.ticker-title {
	font-family: DroidSansBold;
	font-size: 23px;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #26687f;
	border-bottom: 2px solid #FFFFFF;
}

.ticker-title a, .ticker-title a:link, .ticker-title a:visited, .ticker-title a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.ticker-title a:hover {
	color: #000000;
	text-decoration: none;
}

.ticker-title-c {
	font-family: DroidSansBold;
	font-size: 18px;
	color: rgba(255,255,255,1);
	display: inline;
	background-color: rgba(0,188,255,1);
	padding: 5px;
}

.ticker-title-c a, .ticker-title-c a:link, .ticker-title-c a:visited, .ticker-title-c a:active {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.ticker-title-c a:hover {
	color: rgba(255,255,255,0.9);
	text-decoration: none;
}

.ticker-content-c {
	font-size: 14px;
	color: rgba(0,24,32,0.8);
	padding: 1em 1em 0 0;
}

.ticker-content-c a, .ticker-content-c a:link, .ticker-content-c a:visited, .ticker-content-c a:active {
	color: #000000;
	text-decoration: none;
}

.ticker-content-c a:hover {
	color: #00ccff;
	text-decoration: none;
}


.ticker-more-c {
	padding-left: 18px;
	padding-right: 18px;
	width: 334px;
	line-height: 16.75px;
	height: 20px;
	font-family: DroidSansBold;
}

.ticker-more-c a, .ticker-more-c a:link, .ticker-more-c a:active, .ticker-more-c a:visited {
	color: #00ccff;
	text-decoration: none;
}

.ticker-more-c a:hover {
	color: #000000;
	text-decoration: none;
}

.ticker-more {
	padding-left: 13px;
	padding-right: 13px;
	width: 309px;
	line-height: 16.75px;
	height: 20px;
	font-family: DroidSansBold;
}

.ticker-more a, .ticker-more a:link, .ticker-more a:active, .ticker-more a:visited {
	color: #00ccff;
	text-decoration: none;
}

.ticker-more a:hover {
	color: #000000;
	text-decoration: none;
}

.ticker-content {
	font-family: DroidSansBold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16.75px;
	padding: 5px;
	background-color: #26687f;
	margin-bottom: 5px;
}

.ticker-content a, .ticker-content a:link, .ticker-content a:visited, .ticker-content a:active {
	color: #000000;
	text-decoration: none;
}

.ticker-content a:hover {
	color: #00ccff;
	text-decoration: none;
}

.ticker-c-hometeam {
	width: 36%;
	float: left;
	color: #FFFFFF;
}

.ticker-c-vs {
	width: 9%;
	float: left;
	color: #BBBBBB;
	text-align: center;
}

.ticker-c-vs a, .ticker-c-vs a:link, .ticker-c-vs a:active, .ticker-c-vs a:visited {
	color: #BBBBBB;
	text-decoration: none;
}

.ticker-c-vs a:hover {
	color: #BBBBBB;
}

.ticker-c-awayteam {
	width: 36%;
	float: left;
	color: #FFFFFF;
}

.ticker-c-score {
	width: 9%;
	float: right;
	color: #B25C00;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: -1px;
}

.ticker-c-score a, .ticker-c-score a:link, .ticker-c-score a:active, .ticker-c-score a:visited {
	color: #B25C00;
	text-decoration: none;
}

.ticker-c-score a:hover {
	color: #BBBBBB;
}

.ticker-c-game {
	width: 9%;
	float: left;
}

.ticker-hometeam {
	width: 33%;
	float: left;
	color: #005E7F;
}

.live-ticker .ticker-hometeam {
	width: 36%;
	float: left;
	color: #005E7F;
	font-size: 24px;
}

.live-ticker .ticker-vs {
	width: 10%;
	float: left;
	color: #BBBBBB;
	text-align: center;
	font-size: 24px;
}

.ticker-vs {
	width: 9%;
	float: left;
	color: #BBBBBB;
	text-align: left;
}

.ticker-vs a, .ticker-vs a:link, .ticker-vs a:active, .ticker-vs a:visited {
	color: #BBBBBB;
	text-decoration: none;
}

.ticker-vs a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

.ticker-awayteam {
	width: 33%;
	float: left;
	color: #005E7F;
}

.live-ticker .ticker-awayteam {
	width: 36%;
	float: left;
	color: #005E7F;
	font-size: 24px;
}

.ticker-score {
	width: 15%;
	float: right;
	color: rgba(0,188,255,1);
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.live-ticker .ticker-score {
	width: 9%;
	float: right;
	color: #00bcff;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.ticker-score a, .ticker-score a:link, .ticker-score a:active, .ticker-score a:visited {
	color: #00bcff;
	text-decoration: none;
}

.ticker-score a:hover {
	color: rgba(0,24,32,0.5);
	text-decoration: none;
}

.ticker-game {
	width: 9%;
	float: left;
}

.live-ticker .ticker-game {
	width: 9%;
	float: left;
}

.live-ticker .ticker-game img {
	padding-top: 1px;
	padding-left: 1px;
}

.live-ticker .ticker-item {
	padding: 5px;
	background-color: rgba(0,24,32,0.05);
	border: 1px solid rgba(0,24,32,0.05);
	border-top: 0px;
}

.live-ticker .ticker-item:hover {
	background-color: rgba(0,24,32,0.05);
}

.ticker-item {
	padding-top: 3px;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,24,32,0.1);
	padding-left: 3px;
	padding-right: 3px;
}

.ticker-item:hover {
	background-color: rgba(255,255,255,0.5);
}

.past-ticker .ticker-content {
	font-family: DroidSansBold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16.75px;
	padding: 5px;
	background-color: #26687f;
	margin-bottom: 5px;
}

.past-ticker .ticker-title {
	font-family: DroidSansBold;
	font-size: 23px;
	color: #FFFFFF;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #26687f;
	border-bottom: 2px solid #FFFFFF;
}

.past-ticker .ticker-title a, .past-ticker .ticker-title a:link, .past-ticker .ticker-title a:visited, .past-ticker .ticker-title a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.past-ticker .ticker-title a:hover {
	color: #000000;
	text-decoration: none;
}

.live-ticker {
	width: 100%;
}

.live-ticker-left {
	padding-left: 20px;
	padding-right: 20px;
}

.ticker-detail-title {
	font-family: DroidSansBold;
	font-size: 23px;
	color: #FFFFFF;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 2px solid #FFFFFF;
	width: 715px;
}

.ticker-detail-content {
	font-family: DroidSansBold;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16.75px;
	padding: 5px;
	margin-bottom: 5px;
	width: 713px;
}

.ticker-detail-subtitle {
	color: #FFFFFF;
	font-family: DroidSansBold;
	font-size: 16px;
	display: inline-block;
	margin-left: 25px;
}

.ticker-detail-subline {
	color: #BBBBBB;
	font-family: DroidSansBold;
	font-size: 16px;
	display: inline-block;
}

.ticker-detail-content-main {
	background-color: rgba(0,24,32,0.05);
	padding: 5px;
	display: none;
	border-top: 5px solid rgba(0,188,255,1);
}

.ticker-detail-bo {
	font-size: 16px;
	font-family: DroidSansBold;
	text-align: center;
	color: #999999;
}

.ticker-detail-content-date {
	width: 40%;
	float: left;
	color: rgba(0,24,32,0.75);
	padding-left: 9%;
}

.ticker-detail-content-sub {
	width: 20%;
	float: right;
	color: rgba(0,24,32,0.75);
	text-align: right;
}

.ticker-detail-content-sub a, .ticker-detail-content-sub a:link, .ticker-detail-content-sub a:visited, .ticker-detail-content-sub a:active {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.ticker-detail-content-sub a:hover {
	color: rgba(0,188,255,0.75);
	text-decoration: none;
}

.ticker-detail-match-cntnr {
	padding-top: 2px;
	float: left;
	width: 100%;
}

.ticker-detail-stream {
	padding-top: 2px;
	width: 100%;
	display: none;
	float: left;
}

.ticker-detail-match-cnr-ll {
	float: left;
	width: 9%;
}

.ticker-detail-match-cnr-l {
	width: 36%;
	float: left;
	font-size: 16px;
}

.ticker-detail-match-cnr-c {
	width: 10%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #00BCFF;
}

.ticker-detail-match-cnr-r {
	width: 36%;
	float: left;
	text-align: left;
	font-size: 16px;
}

.ticker-detail-match-cnr-rr {
	width: 9%;
	float: right;
	text-align: right;
	font-size: 20px;
	font-family: DroidSansBold;
	color: #00bcff;
}

.ticker-detail-date-day {
	font-size: 28px;
	line-height: 22px;
}

.ticker-detail-date-month {
	font-size: 22px;
	line-height: 16px;
}

.ticker-detail-date-year {
	line-height: 16px;
	font-size: 20px;
}

.ticker-detail-date-time {
	line-height: 16px;
	font-size: 20px;
}

.ticker-detail-match-maps {

}

.ticker-detail-match-lineup {
	font-size: 14px;
	color: rgba(0,24,32,0.75);
	line-height: 16.75px;
	text-align: left;
}

.tic-livestream-off {
	display: none;
}

.gamemode-big {
	font-size: 30px;
	color: #001820;
	line-height: 10px;
}

.upcoming-ticker {
	width: 490px;
	float: right;
	padding: 5px;
}

.ticker-content-headline {
	color: rgba(0,188,255,1);
	font-size: 14px;
	padding: 5px 3px 5px 3px;
	font-family: DroidSansBold;
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,24,32,0.1);
	text-align: center;
}

.live-ticker .ticker-content-headline {
	padding: 5px;
	color: rgba(0,188,255,1);
	font-size: 14px;
	font-family: DroidSansBold;
	background-color: rgba(0,24,32,0.05);
	border: 1px solid rgba(0,24,32,0.05);
	text-align: center;
	
}


#content {
	width: 100%;
	height: 100%;
}

#big-contentbox {
	width: 69% !important;
	border-left: 1px solid rgba(0,24,32,0.1);
	float: left;
}

#frontend-sidebar {
	padding-top: 20px;
	padding-bottom: 100px;
	width: 28% !important;
	background-color: rgba(0,24,32,0.05);
	border-left: 1px solid rgba(0,24,32,0.1);
	border-right: 1px solid rgba(0,24,32,0.1);
	float: right;
	border-bottom: 1px solid rgba(0,24,32,0.1);
}

#cntnt-spacer {
	float: left;
	width: 0px;
}

.content-bg {
	width: 100%;
	margin-bottom: 5px;
}

.big-contentbox-cntr {
	padding: 20px;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

.big-contentbox-cntr-title {
	font-family: DroidSansBold;
	font-size: 18px;
	color: rgba(255,255,255,1);
	background-color: rgba(0,188,255,1);
	padding: 5px;
	display: inline;
}

.big-contentbox-cntr-title a, .big-contentbox-cntr-title a:link, .big-contentbox-cntr-title a:active, .big-contentbox-cntr-title a:visited {
	color: rgba(255,255,255,1);
}

.big-contentbox-cntr-title a:hover {
	color: rgba(0,24,32,1);
}

.big-contentbox-cntr-subtitle {
	font-family: DroidSansBold;
	font-size: 18px;
	color: rgba(0,188,255,1);
	background-color: rgba(0,24,32,0.05);
	padding: 3px 6px 3px 3px;
	display: inline;
}

.big-contentbox-cntr-highlight, .big-contentbox-cntr-highlightcd {
	padding: 5px;
	background-color: rgba(0,188,255,1);
	color: rgba(255,255,255,1);
	font-family: DroidSansBold;
	font-size: 16px;
	border-left: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 0px;
	text-align: center;
	display: inline-block;
}

.big-contentbox-cntr-highlight strong, .big-contentbox-cntr-highlightcd strong {
	font-size: 18px;
	color: rgba(0,188,255,1);
	padding: 5px;
	border-top: 1px solid rgba(237,237,237,1);
	border-bottom: 1px solid rgba(237,237,237,1);
	border-right: 1px solid rgba(237,237,237,1);
	background-color: rgba(255,255,255,1);
}

.big-contentbox-cntr-highlight:hover, .big-contentbox-cntr-highlightcd:hover {
	background-color: rgba(0,188,255,0.75);
	color: rgba(0,94,127,1);
}

.big-contentbox-cntr-highlight a:link, .big-contentbox-cntr-highlight a:visited, .big-contentbox-cntr-highlight a:active, .big-contentbox-cntr-highlightcd a:link, .big-contentbox-cntr-highlightcd a:visited, .big-contentbox-cntr-highlightcd a:active {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.big-contentbox-cntr-highlight a:hover, .big-contentbox-cntr-highlightcd a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
}

.big-contentbox-cntr-content {
	font-size: 14px;
	color: rgba(0,24,32,1);
	clear: both;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
}

.big-contentbox-cntr-featuretop {
	font-size: 14px;
	color: rgba(0,24,32,1);
	padding-top: 1em;
	padding-right: 1em;
}

.big-contentbox-cntr-content strong, .big-contentbox-cntr-featuretop strong {
	font-family: DroidSansBold;
	font-weight: normal;
}

.big-contentbox-cntr-content em, .big-contentbox-cntr-featuretop em {
	font-size: 13px;
}

.topcntnt-cntr {
	margin-bottom: 10px;
	border: 5px solid rgba(0,24,32,0.05);
}

.topcntnt-cntr-img {
	width: 100%;
	display: block;
}

.topcntnt-cntr-imgcntr {
	margin-top: -3px;
	border-top: 5px solid rgba(0,188,255,1);
	background-color: rgba(0,24,32,0.05);
	padding: 1%;
	width: 98%;
	display: block;
}

.topcntnt-cntr:hover  {
	background-color: rgba(0,24,32,0.05);
}

.topcntnt-cntr-title {
	font-family: DroidSansBold;
	font-size: 24px;
	color: rgba(0,188,255,1);
	width: 100%;
}

.topcntnt-cntr-title a, .topcntnt-cntr-title a:link, .topcntnt-cntr-title a:active, .topcntnt-cntr-title a:visited {
	color: rgba(0,188,255,1);
}

.topcntnt-cntr-title a:hover {
	color: rgba(0,24,32,0.25);
}

.topcntnt-cntr-sub {
	color: rgba(0,24,32,0.6);
	text-decoration: none;
	font-size: 11px;
}

.maincntnt-cntr {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.topcntnt-cntr-sub a, .topcntnt-cntr-sub a:link, .topcntnt-cntr-sub a:active, .topcntnt-cntr-sub a:visited, .topcntnt-cntr-sub a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
	font-size: 11px;
}

.content-title-heading {
	padding: 5px;
	width: 60%;
	background-color: rgba(0,188,255,1);
	color: rgba(255,255,255,1);
	font-size: 24px;
}

.cntnt-match-cntr {
	margin-bottom: 10px;
	background-color: rgba(0,24,32,0.1);
	width: 48%;
	float: left;
}

.cntnt-match-cntr:hover, .cntnt-match-cntr-r:hover {
	background-color: rgba(0,24,32,0.05);
}

.cntnt-match-cntr-r {
	margin-bottom: 10px;
	background-color: rgba(0,24,32,0.1);
	width: 48%;
	float: right;
}

.cntnt-match-scorecntr {
	float: left;
	background-color: rgba(0,188,255,1);
	color: rgba(255,255,255,1);
	width: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-family: DroidSansBold;
}

.cntnt-match-scorecntr a, .cntnt-match-scorecntr a:link, .cntnt-match-scorecntr a:active, .cntnt-match-scorecntr a:visited {
	color: rgba(255,255,255,1);
}

.cntnt-match-scorecntr a:hover {
	color: #001820;
}

.cntnt-match-titlecntr {
	float: right;
	width: 85%;
}

.cntnt-match-title {
	font-family: DroidSansBold;
	font-size: 14px;
	color: rgba(0,94,127,1);
	padding-bottom: 5px;
	padding-top: 4px;
}

.cntnt-match-title a, .cntnt-match-title a:link, .cntnt-match-title a:active, .cntnt-match-title a:visited {
	color: #005E7F;
}

.cntnt-match-title a:hover {
	color: #001820;
}

.cntnt-match-sub {
	color: rgba(0,24,32,0.75);
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
}

.cntnt-match-sub a, .cntnt-match-sub a:link, .cntnt-match-sub a:active, .cntnt-match-sub a:visited, .cntnt-match-sub a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
	font-size: 11px;
}

.cntnt-match-pgntn {
	font-family: DroidSans;
	float: right;
	text-align: right;
	padding-top: 5px;
}

.cntnt-match-pgntn a, .cntnt-match-pgntn a:link, .cntnt-match-pgntn a:visited, .cntnt-match-pgntn a:active { 
	color: rgba(0,188,255,1);
	text-decoration: none;
	vertical-align: middle;
	font-family: DroidSansBold;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(0,24,32,0.1);
	padding-left: 2px;
	padding-right: 2px;
}

.cntnt-match-pgntn a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
	vertical-align: middle;
}

.cntnt-teaser-spacer {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
}

.cntnt-teaser-spcnt {
	background-color: rgba(0,188,255,1);
	padding: 3px;
	color: rgba(255,255,255,1);
	font-family: DroidSansBold;
	font-size: 14px;
}

.cntnt-teaser-cntr {
	border-left: 7px solid rgba(0,188,255,1);
	margin-bottom: 10px;
	padding-left: 5px;
	background-color: rgba(0,24,32,0.1);
	padding-right: 5px;
	width: 47%;
	float: left;
}

.cntnt-teaser-cntr-r {
	border-left: 7px solid rgba(0,188,255,1);
	margin-bottom: 10px;
	padding-left: 5px;
	background-color: rgba(0,24,32,0.1);
	padding-right: 5px;
	width: 47%;
	float: right;
}

.cntnt-teaser-title {
	font-family: DroidSansBold;
	font-size: 14px;
	color: rgba(0,94,127,1);
	padding-bottom: 5px;
}

.cntnt-teaser-title a, .cntnt-teaser-title a:link, .cntnt-teaser-title a:active, .cntnt-teaser-title a:visited {
	color: #005E7F;
}

.cntnt-teaser-title a:hover {
	color: #001820;
}

.cntnt-teaser-content {
	width: 100%;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	clear: both;
}

.cntnt-teaser-sub {
	color: rgba(0,24,32,0.5);
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
}

.cntnt-teaser-sub a, .cntnt-teaser-sub a:link, .cntnt-teaser-sub a:active, .cntnt-teaser-sub a:visited, .cntnt-teaser-sub a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
	font-size: 11px;
}


.cntnt-teaserfea-cntr {
	width: 48%;
	float: left;
	margin-bottom: 10px;
	border: 5px solid rgba(0,24,32,0.1);
}

.cntnt-teaserfea-cntr-r {
	width: 48%;
	float: right;
	margin-bottom: 10px;
	border: 5px solid rgba(0,24,32,0.1);
}

.cntnt-teaserfea-img {
	width: 100%;
	display: block;
}

.cntnt-teaserfea-img img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.cntnt-teaserfea-img img {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.cntnt-teaserfea-imgcntr {
	margin-top: -3px;
	border-top: 5px solid rgba(0,188,255,1);
	background-color: rgba(0,24,32,0.1);
	padding: 2%;
	width: 96%;
	display: block;
}

.cntnt-teaserfea-cntr:hover, .cntnt-teaserfea-cntr-r:hover  {
	background-color: rgba(0,24,32,0.05);
}

.cntnt-teaserfea-title {
	font-family: DroidSansBold;
	font-size: 18px;
	color: rgba(0,94,127,1);
	width: 100%;
}

.cntnt-teaserfea-title a, .cntnt-teaserfea-title a:link, .cntnt-teaserfea-title a:active, .cntnt-teaserfea-title a:visited {
	color: #005E7F;
}

.cntnt-teaserfea-title a:hover {
	color: #001820;
}

.cntnt-teaserfea-content {
	width: 100%;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	clear: both;
}

.cntnt-teaserfea-sub {
	color: rgba(0,24,32,0.5);
	text-decoration: none;
	font-size: 11px;
}

.cntnt-teaserfea-sub a, .cntnt-teaserfea-sub a:link, .cntnt-teaserfea-sub a:active, .cntnt-teaserfea-sub a:visited, .cntnt-teaserfea-sub a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
	font-size: 11px;
}

.cntnt-teasertop-cntr {
	margin-bottom: 10px;
	border: 5px solid rgba(0,24,32,0.1);
}

.cntnt-teasertop-feature {
	background-color: rgba(0,24,32,1);
	border-bottom: 5px solid rgba(0,188,255,1);
	height: 120px;
}

.cntnt-teasertop-lsimg {
	float: left;
	width: 110px;
	padding: 5px;
	padding-right: 10px;
}

.cntnt-teasertop-rcntnt {
	padding: 5px;
	color: rgba(255,255,255,1);
	font-size: 13px;
}

.cntnt-featuretop-title {
	font-family: DroidSansBold;
	font-size: 18px;
	color: rgba(0,188,255,1);
	width: 100%;
}

.cntnt-featuretop-title a, .cntnt-featuretop-title a:link, .cntnt-featuretop-title a:active, .cntnt-featuretop-title a:visited {
	color: rgba(0,188,255,1);
}

.cntnt-featuretop-title a:hover {
	color: rgba(0,188,255,1);
}

.cntnt-featuretop-sub {
	font-size: 11px;
	color: rgba(255,255,255,0.75);
	margin-bottom: 10px;
}

.cntnt-teasertop-img {
	width: 100%;
	display: block;
}

.cntnt-teasertop-img img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.cntnt-teasertop-img img {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.cntnt-teasertop-imgcntr {
	margin-top: -3px;
	border-top: 5px solid rgba(0,188,255,1);
	background-color: rgba(0,24,32,0.1);
	padding: 1%;
	width: 98%;
	display: block;
}

.cntnt-teasertop-cntr:hover  {
	background-color: rgba(0,24,32,0.05);
}

.cntnt-teasertop-title {
	font-family: DroidSansBold;
	font-size: 18px;
	color: rgba(0,94,127,1);
	width: 100%;
}

.cntnt-teasertop-title a, .cntnt-teasertop-title a:link, .cntnt-teasertop-title a:active, .cntnt-teasertop-title a:visited {
	color: #005E7F;
}

.cntnt-teasertop-title a:hover {
	color: #001820;
}

.cntnt-teasertop-sub {
	color: rgba(0,24,32,0.5);
	text-decoration: none;
	font-size: 11px;
}

.cntnt-teasertop-sub a, .cntnt-teasertop-sub a:link, .cntnt-teasertop-sub a:active, .cntnt-teasertop-sub a:visited, .cntnt-teasertop-sub a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
	font-size: 11px;
}

.cntnt-archive-list a, .cntnt-archive-list  a:link, .cntnt-archive-list a:visited, .cntnt-archive-list a:active {
	color: rgba(0,94,127,1);
	text-decoration: none;
	vertical-align: middle;
	font-family: DroidSansBold;
	font-size: 16px;
	display: inline-block;
}

.cntnt-archive-list a:hover {
	color: rgba(0,94,127,0.9);
	text-decoration: none;
	vertical-align: middle;
}

.cntnt-list-sub {
	color: rgba(0,24,32,1);
	text-decoration: none;
	vertical-align: middle;
	font-size: 12px;
	display: inline-block;
}

.cntnt-sub {
	color: rgba(0,24,32,0.5);
	text-decoration: none;
	font-size: 12px;
	float: left;
	padding: 10px 5px 5px 5px;
	background-color: rgba(0,24,32,0.05);
	display: inline;
}

.subcntnt-title {
	color: rgba(0,24,32,1);
	font-size: 16px;
	font-family: DroidSansBold;
	padding: 5px;
	border-bottom: 5px solid rgba(0,188,255,1);
	display: inline-block;
	margin-bottom: 20px;
}

.subcntnt-content {
	padding-left: 25px;
	padding-top: 5px;
	margin-bottom: 20px;
}

.subcntnt-sub {
	color: #005E7F;
	text-decoration: none;
	font-size: 12px;
	float: left;
	width: 100%;
	padding-top: 1em;
}

.cntnt-archive-pgntn {
	font-family: DroidSansBold;
}

.cntnt-pgntn-left a, .cntnt-pgntn-left a:link, .cntnt-pgntn-left a:visited, .cntnt-pgntn-left a:active , .cntnt-pgntn-right a, .cntnt-pgntn-right a:link, .cntnt-pgntn-right a:visited, .cntnt-pgntn-right a:active{ 
	color: rgba(0,188,255,1);
	text-decoration: none;
	vertical-align: middle;
	font-family: DroidSansBold;
	font-size: 16px;
	font-weight: bold;
}

.cntnt-pgntn-left a:hover, .cntnt-pgntn-right a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
	vertical-align: middle;
}

.cntnt-pgntn-left {
	float: left;
	background-color: rgba(0,24,32,0.1);
	color: rgba(0,188,255,1);
	padding-right: 5px;
}

.cntnt-pgntn-right {
	float: right;
	background-color: rgba(0,24,32,0.1);
	color: rgba(0,188,255,1);
	padding-left: 5px;
}

.little-contentbox-cntr {
	margin-bottom: 10px;
	margin-top: 10px;
}

.little-contentbox-cntr-title {
	font-family: DroidSansBold;
	font-size: 15px;
	color: rgba(0,24,32,1);
	background-color: rgba(0,24,32,0.1);
	padding: 5px 7px 5px 7px;
	border-left: 7px solid rgba(0,188,255,1);
	display: inline-block;
}

.little-contentbox-cntr-content {
	padding: 5px;
	padding-top: 10px;
	font-size: 14px;
	color: rgba(0,24,32,1);
	text-align: justify;
	clear: both;
	display: none;
}

.little-contentbox-cntr-title a, .little-contentbox-cntr-title a:visited, .little-contentbox-cntr-title a:active, .little-contentbox-cntr-title a:link {
	color: rgba(0,94,127,1);
}

.little-contentbox-cntr-title a:hover {
	color: rgba(0,188,255,1);
}

.sidebar-spacer {
	height: 10px;
	width: 100%;
}

.fe-sidebar-cntr {
	padding: 10px;
}

.fe-sidebar-cntr-ticker {
	width: 100%;
}

.sidebar-overlay {
	padding: 10px;
}

.fe-sidebar-cntr-title {
	padding: 5px;
	font-family: DroidSansBold;
	font-size: 18px;
	color: rgba(255,255,255,1);
	background-color: rgba(0,24,32,1);
	margin-bottom: 5px;
}

.fe-sidebar-cntr-title-ticker {
	padding: 5px;
	font-family: DroidSansBold;
	font-size: 18px;
	color: rgba(255,255,255,1);
	background-color: rgba(0,188,255,1);
	margin-bottom: 5px;
}

.fe-sidebar-cntr-title-ticker a, .fe-sidebar-cntr-title-ticker a:visited, .fe-sidebar-cntr-title-ticker a:active, .fe-sidebar-cntr-title-ticker a:link {
	color: rgba(255,255,255,1);
}

.fe-sidebar-cntr-title-ticker a:hover {
	color: rgba(255,255,255,0.75);
}

.fe-sidebar-cntr-title a, .fe-sidebar-cntr-title a:visited, .fe-sidebar-cntr-title a:active, .fe-sidebar-cntr-title a:link {
	color: rgba(255,255,255,1);
}

.fe-sidebar-cntr-title a:hover {
	color: rgba(255,255,255,0.75);
}

.fe-sidebar-cntr-cat {
	width: 24px;
	float: right;
	background-color: #000000;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 10px solid #FFFFFF;
}

.fe-sidebar-cntr-content {
	font-size: 13px;
	color: #001820;
	text-align: justify;
	border: 1px solid rgba(0,24,32,0.05);
}

.fe-sidebar-cntr-content-ticker {
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	border: 1px solid rgba(0,24,32,0.05);
	border-bottom: 0;
	margin-bottom: 5px;
}

.fe-sidebar-cntr-content a, .fe-sidebar-cntr-content a:link, .fe-sidebar-cntr-content a:visited, .fe-sidebar-cntr-content a:active {
	color: #005E7F;
	text-decoration: none;
	font-family: DroidSans;
}

.fe-sidebar-cntr-content a:hover {
	color: rgba(0,94,127,0.9);
	text-decoration: none;
	font-family: DroidSans;
}

.fe-sidebar-feature-cntr-content {
	padding: 5px;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	background-color: rgba(240, 240, 240, 0.5);
	float: right;
}

.fe-sidebar-feature-cntr-content a, .fe-sidebar-feature-cntr-content a:link, .fe-sidebar-feature-cntr-content a:visited, .fe-sidebar-feature-cntr-content a:active {
	color: #000000;
	text-decoration: none;
	font-family: DroidSansBold;
	font-size: 16px;
}

.fe-sidebar-feature-cntr-content a:hover {
	color: #00ccff;
	text-decoration: none;
	font-family: DroidSansBold;
	font-size: 16px;
}

.ongoing-item {
	background-color: rgba(255,255,255,1);
	padding: 5px;
}

.ongoing-item:hover {
	background-color: rgba(255,255,255,0.5);
}

.ongoing-item-img {
	border-bottom: 5px solid rgba(0,188,255,1);
	display: flex;
}

.ongoing-item-img img {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.ongoing-item-img img:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}

.ongoing-item-title {
	font-size: 18px;
	color: rgba(0,94,127,1);
	font-family: DroidSansBold;
	padding: 3px 3px 0px 3px;
}

.ongoing-item-desc {
	font-size: 14px;
	color: rgba(0,24,32,0.75);
	font-family: DroidSans;
	padding: 0px 3px 3px 3px;
}

.streamlist-item {
	background-color: rgba(255,255,255,1);
	padding: 3px;
	border-bottom: 1px solid rgba(0,24,32,0.1);
}

.streamlist-item:hover {
	background-color: rgba(255,255,255,0.5);
}

.strcol-l {
	float: left;
	width: 80%;
	padding-left: 1%;
}

.strcol-l img {
	vertical-align: baseline;
}

.strcol-r {
	float: right;
	width: 15%;
	text-align: right;
	padding-right: 1%;
}

.subcntnt {
	padding: 1em;
}

.subcntnt-cntnt {
	padding: 5px;
	margin-bottom: 10px;
}

.vod-cntr {
	float: left;
	padding: 5px;
}

.mapdetail {
	padding: 1em;
	display: none;
}

.vod-cntr-title {
	font-size: 14px;
	font-family: DroidSansBold;
	padding-bottom: 5px;
}

.vod-cntr-content {

}

.footcol-cntr {
	width: 1000px;
	margin: auto;
	text-align: left;
	margin-bottom: 20px;
	font-size: 12px;
}

.footcol-cntr img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.footlogo-subtitle {
	color: rgba(255,255,255,1);
	opacity: 0.6;
	filter:alpha(opacity=60);
	font-size: 18px;
	padding-left: 10px;
	font-family: DroidSansBold;
}

.footcol {
	width: 20%;
	padding-right: 2.5%;
	float: left;
	text-align: left;
	font-size: 12px;
	
}

.footcol-title {
	font-size: 13px;
	font-family: DroidSansBold;
	padding-bottom: 5px;
}

.contentbox-l {
	width: 480px;
	padding: 10px;
	float: left;
	border-bottom: 20px solid #00bcff;
	background-color: #FFFFFF;
}

.contentbox-r {
	width: 480px;
	float: right;
	padding-left: 20px;
}

.contentbox-right-cntr {
	padding: 10px;
	border-bottom: 20px solid #00bcff;
	background-color: #FFFFFF;
	width: 460px;
}

.contentbox-title {
	height: 26px;
	font-family: DroidSansBold;
	font-size: 24px;
	color: #FFFFFF;
	padding: 10px;
	width: 416px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #00bcff;
	border-bottom: 10px solid #FFFFFF;
}

.contentbox-cat {
	width: 24px;
	height: 26px;
	float: right;
	padding: 10px;
	text-align: right;
	background-color: #00bcff;
	border-bottom: 10px solid #FFFFFF;
}

.contentbox-content {
	padding: 10px;
	width: 458px;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	clear: both;
	background-color: rgba(240, 240, 240, 0.5);
	float: right;
	border: 1px solid #e8e8e8;
	margin-bottom: 10px;
}

.contentbox-stream-embed {
	width: 680px;
	height: 443px;
	font-size: 14px;
	color: #000000;
	text-align: center;
	clear: both;
}

.col-left
{
	float: left;
	width: 45%;
}

.col-right
{
	float: right;
	width: 45%;
}

.threecol-left {
	width: 33%;
	float: left;
	font-size: 24px; 
	color: #00ccff;
	line-height: 32px;
}

.threecol-center {
	width: 33%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #00ccff;
}

.threecol-right {
	width: 33%;
	float: right;
	text-align: right;
	font-size: 20px; 
	color: #00ccff;
	line-height: 32px;
}

.threecol-right a, .threecol-right a:link, .threecol-right a:visited, .threecol-right a:active, .threecol-right a:hover {
	font-size: 20px; 
	color: #00ccff;
	text-decoration: none;
}



.matchdetail_slide {

}

.show_matchdetails {
    display:none;
	color: #00ccff;
	font-size: 18px; 
	line-height: 32px;
	text-decoration: none;
}

.unl-title {
	color: rgba(0,24,32,1);
	font-family: DroidSansBold;
	font-size: 14px;
}

.unl-content {
	font-family: DroidSans;
	font-size: 13px;
	color: rgba(0,24,32,1);
	background-color: rgba(0,24,32,0.05);
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,24,32,0.05);
}

.unl-content a, .unl-content a:link, .unl-content a:visited, .unl-content a:active {
	color: rgba(0,188,255,0.8);
	text-decoration: none;
}

.unl-content a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.unl-hometeam {
	width: 40%;
	float: left;
}

.unl-vs {
	width: 10%;
	float: left;
	color: rgba(0,24,32,0.4);
	text-align: center;
}

.unl-vs a, .unl-vs a:link, .unl-vs a:active, .unl-vs a:visited {
	color: rgba(0,24,32,0.4);
	text-decoration: none;
}

.unl-vs a:hover {
	color: rgba(0,24,32,0.3);
	text-decoration: none;
}

.unl-awayteam {
	width: 40%;
	float: left;
}

.unl-score {
	width: 10%;
	float: right;
	color: rgba(0,188,255,1);
	font-size: 14px;
	font-family: DroidSansBold;
	text-align: right;
}

.unl-score a, .unl-score a:link, .unl-score a:active, .unl-score a:visited {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.unl-score a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
}



.group-title {
	color: rgba(0,24,32,1);
	font-family: DroidSansBold;
	font-size: 14px;
}

.group-title a, .group-title a:link, .group-title a:visited, .group-title a:active {
	color: rgba(0,188,255,0.8);
	text-decoration: none;
	font-size: 11px;
}

.group-title a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
	font-size: 11px;
}

.group-content {
	font-family: DroidSans;
	font-size: 13px;
	color: rgba(0,24,32,1);
	background-color: rgba(0,24,32,0.05);
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,24,32,0.05);
}

.group-content a, .group-content a:link, .group-content a:visited, .group-content a:active {
	color: rgba(0,188,255,0.8);
	text-decoration: none;
}

.group-content a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.group-item, .unl-item, .bracket-mitem {
	border-bottom: 1px solid rgba(0,24,32,0.05);
	padding: 5px;
}

.group-item:hover, .unl-item:hover, .bracket-mitem:hover {
	background-color: rgba(0,24,32,0.05);
}

.group-hometeam {
	width: 40%;
	float: left;
}

.group-vs {
	width: 10%;
	float: left;
	color: rgba(0,24,32,0.4);
	text-align: center;
}

.group-vs a, .group-vs a:link, .group-vs a:active, .group-vs a:visited {
	color: rgba(0,24,32,0.4);
	text-decoration: none;
}

.group-vs a:hover {
	color: rgba(0,24,32,0.3);
	text-decoration: none;
}

.group-awayteam {
	width: 40%;
	float: left;
}

.group-score {
	width: 10%;
	float: right;
	color: rgba(0,188,255,0.8);
	font-size: 14px;
	font-family: DroidSansBold;
	text-align: right;
}

.group-score a, .group-score a:link, .group-score a:active, .group-score a:visited {
	color: rgba(0,188,255,0.8);
	text-decoration: none;
}

.group-score a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.bracket-title {
	color: rgba(0,24,32,1);
	font-family: DroidSansBold;
	font-size: 14px;
}

.bracket-title a, .bracket-title a:link, .bracket-title a:visited, .bracket-title a:active {
	color: rgba(0,188,255,0.8);
	text-decoration: none;
	font-size: 11px;
}

.bracket-title a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
	font-size: 11px;
}

.bracket-content {
	font-family: DroidSans;
	font-size: 13px;
	color: rgba(0,24,32,1);
	background-color: rgba(0,24,32,0.05);
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,24,32,0.05);
}

.bracket-content a, .bracket-content a:link, .bracket-content a:visited, .bracket-content a:active {
	color: rgba(0,24,32,1);
	text-decoration: none;
}

.bracket-content a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
}

.bracket-hometeam {
	width: 40%;
	float: left;
}

.bracket-vs {
	width: 10%;
	float: left;
	color: rgba(0,24,32,0.4);
	text-align: center;
}

.bracket-vs a, .bracket-vs a:link, .bracket-vs a:active, .bracket-vs a:visited {
	color: rgba(0,24,32,0.4);
	text-decoration: none;
}

.bracket-vs a:hover {
	color: rgba(0,24,32,0.3);
	text-decoration: none;
}

.bracket-awayteam {
	width: 40%;
	float: left;
}

.bracket-score {
	width: 10%;
	float: right;
	color: rgba(0,188,255,1);
	font-size: 14px;
	text-align: right;
	font-family: DroidSansBold;
}

.bracket-mtch-spcr {
	clear: both;
	height: 1px;
	border-bottom: 3px solid rgba(255,255,255,0.75);
	border-top: 3px solid rgba(255,255,255,0.75);
	background-color: rgba(0,24,32,0.1);
}

.bracket-score a, .bracket-score a:link, .bracket-score a:active, .bracket-score a:visited {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.bracket-score a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
}


.grouptable-title {
	color: rgba(0,24,32,1);
	font-family: DroidSansBold;
	font-size: 18px;
}

.grouptable-content {
	font-family: DroidSans;
	font-size: 13px;
	color: rgba(0,24,32,1);
	background-color: rgba(0,24,32,0.05);
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,24,32,0.05);
}

.grouptable-content a, .grouptable-content a:link, .grouptable-content a:visited, .grouptable-content a:active {
	color: rgba(0,188,255,0.8);
	text-decoration: none;
}

.grouptable-content a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.grouptable-place {
	width: 9%;
	float: left;
	color: rgba(0,188,255,1);
	font-size: 13px;
	font-family: DroidSansBold;
	text-align: center;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 1px solid rgba(0,24,32,0.05);
	height: 18px;
	padding-top: 3px;
}

.grouptable-place-t {
	width: 9%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 2px solid rgba(0,188,255,1);
	color: rgba(0,188,255,1);
	height: 18px;
	padding-top: 3px;
}

.grouptable-team {
	width: 50%;
	float: left;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 1px solid rgba(0,24,32,0.05);
	height: 18px;
	padding-top: 3px;
	text-align: center;
}

.grouptable-team-t{
	width: 50%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 2px solid rgba(0,188,255,1);
	height: 18px;
	padding-top: 3px;
}

.grouptable-games {
	width: 10%;
	float: left;
	text-align: center;
	font-size: 12px;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 1px solid rgba(0,24,32,0.05);
	height: 18px;
	padding-top: 3px;
}

.grouptable-games-t {
	width: 10%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 2px solid rgba(0,188,255,1);
	height: 18px;
	padding-top: 3px;
}

.grouptable-score {
	width: 15%;
	float: left;
	text-align: center;
	font-size: 12px;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 1px solid rgba(0,24,32,0.05);
	height: 18px;
	padding-top: 3px;
}

.grouptable-score-t {
	width: 15%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 2px solid rgba(0,188,255,1);
	height: 18px;
	padding-top: 3px;
}

.grouptable-points {
	width: 15%;
	float: left;
	color: rgba(0,188,255,0.8);
	font-size: 13px;
	font-family: DroidSansBold;
	text-align: center;
	border-bottom: 1px solid rgba(0,24,32,0.05);
	height: 18px;
	padding-top: 3px;
	color: rgba(0,188,255,1);
}

.grouptable-points-t {
	width: 15%;
	float: left;
	text-align: center;
	border-right: 1px solid rgba(0,24,32,0.05);
	border-bottom: 2px solid rgba(0,188,255,1);
	height: 18px;
	padding-top: 3px;
	color: rgba(0,188,255,1);
}

.bracket-container {
	margin-top: 1em;
	width: 100%;
}

.bracket-container-slim {
	margin-top: 1em;
	width: 100%;
}

.bracket-first {
	padding: 3px;
	min-width: 30%;
	float: left;
	position: relative;
	overflow: hidden;
}

.bracket-first[class] {
	display: table;
	position: static;
}


.bracket-col {
	padding: 3px;
	min-width: 30%;
	float: left;
	position: relative;
	overflow: hidden;
}

.bracket-col[class] {
	display: table;
	position: static;
}

.bracket-final {
	padding: 3px;
	min-width: 30%;
	float: left;
	position: relative;
	overflow: hidden;
}

.bracket-final[class] {
	display: table;
	position: static;
}

.bracket-container-slim .bracket-first {
	width: 30%;
	padding: 3px;
	float: left;
	position: relative;
	overflow: hidden;
}

.bracket-container-slim .bracket-first[class] {
	display: table;
	position: static;
}


.bracket-container-slim .bracket-col {
	width: 30%;
	padding: 3px;
	float: left;
	position: relative;
	overflow: hidden;
}

.bracket-container-slim .bracket-col[class] {
	display: table;
	position: static;
}

.bracket-container-slim .bracket-final {
	width: 30%;
	padding: 3px;
	float: left;
	position: relative;
	overflow: hidden;
}

.bracket-conainer-slim .bracket-final[class] {
	display: table;
	position: static;
}

.bracket-col-match-cntr {
	padding: 4px;
	vertical-align: middle;
	background-color: rgba(0,24,32,0.05);
	border-left: 7px solid rgba(0,188,255,1);
}

.bracket-col-match-final {
	height: 100%;
	width: 100%;
	margin-top: 119%;
}

.bracket-col-match-semi {
	height: 50%;
	width: 100%;
	margin-top: 45%;
	margin-bottom: 127%;
}

.bracket-col-match-quarter {
	height: 25%;
	width: 100%;
	margin-bottom: 50%;
}

.bracket-col-match-ro16 {
	height: 12.5%;
	width: 100%;
}

.bracket-col-match-ro32 {
	height: 6.75%;
	width: 100%;
}

.bracket-col-match-ro64 {
	height: 3.3525%;
	width: 100%;
}

.bracket-first .bracket-col-match-ro32 {
	height: 6.75%;
	width: 100%;
}

.bracket-first .bracket-col-match-ro64 {
	height: 3.3525%;
	width: 100%;
}

.bracket-col-matchempty {
	width: 100%;
	padding-left: 6px;
	border-left: 6px;
	border-color: #00ccff;
}

.bracket-col-spacer {
	width: 30%;
}

.bracket-col-match-team {
	width: 85%;
	float: left;
	font-family: DroidSansBold;
	font-size: 13px;
	color: rgba(0,94,127,1);
}

.bracket-col-match-score {
	width: 13%;
	float: right;
	background-color: rgba(0,188,255,1);
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.bracket-col-match-score a, .bracket-col-match-score a:visited, .bracket-col-match-score a:link, .bracket-col-match-score a:active {
	color: rgba(255,255,255,1);
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.bracket-col-match-score a:hover {
	color: rgba(255,255,255,0.75);
}


.bracket-matchround {
	color: rgba(0,188,255,1);
	font-family: DroidSansBold;
	padding: 5px;
	border-bottom: 3px solid rgba(0,188,255,1);
}

.bracket-round-desc {
	padding: 5px;
	text-align: center;
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(0,24,32,0.1);
	color: rgba(0,188,255,1);
	font-family: DroidSansBold;
}

.onecol {
	width: 100%;
}

.teamslist-cntr {
	padding: 10px;
}

.teamslist-title {
	color: rgba(0,94,127,1);
	font-family: DroidSansBold;
	font-size: 24px;
	padding: 10px;
	line-height: 16.75px;
}

.teamslist-content {
	padding: 10px;
	font-family: DroidSansBold;
	font-size: 14px;
	color: rgba(0,24,32,1);
	line-height: 16.75px;
}

.teamslist-content a, .teamslist-content a:link, .teamslist-content a:visited, .teamslist-content a:active {
	color: rgba(0,24,32,1);
	text-decoration: none;
}

.teamslist-content a:hover {
	color: rgba(0,24,32,0.9);
	text-decoration: none;
}

.contentbox-big-l {
	width: 760px;
	float: left;
	padding-right: 10px;
}

.contentbox-big-r {
	width: 220px;
	float: right;
	padding-left: 10px;
}

.matches-cntr {
	width: 680px;
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom: 20px solid #00bcff;
}

.matches-title {
	height: 26px;
	font-family: DroidSansBold;
	font-size: 24px;
	color: #FFFFFF;
	padding: 10px;
	width: 660px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #00bcff;
	border-bottom: 10px solid #FFFFFF;
}

.matches-content {
	padding: 10px;
	width: 660px;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	clear: both;
	background-color: #FFFFFF;
	float: right;
	margin-bottom: 10px;
}

.match-list-daycntr {
	padding: 10px;
}

.match-list-headline {
	color: rgba(0,24,32,1);
	font-family: DroidSansBold;
	font-size: 18px;
	display: inline-block;
	padding: 5px;
}

.match-list-dayline {
	color: rgba(0,24,32,0.8);
	font-family: DroidSansBold;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 5px;
}

.match-list-item:hover {
	background-color: rgba(0,24,32,0.02);
}

.match-list-homet {
	float: left;
	width: 30%;
	font-family: DroidSans;
	color: rgba(0,94,127,1);
}

.match-list-vs {
	width: 10%;
	float: left;
	text-align: center;
	color: rgba(0,24,32,0.3);
}

.match-list-vs a, .match-list-vs a:link, .match-list-vs a:active, .match-list-vs a:visited {
	color: rgba(0,94,127,1);
	text-decoration: none;
}

.match-list-vs a:hover {
	color: rgba(0,94,127,1);
	text-decoration: none;
}

.match-list-awayt {
	float: left;
	width: 30%;
	font-family: DroidSans;
	color: rgba(0,94,127,1);
}

.match-list-score {
	width: 9%;
	float: right;
	color: rgba(0,188,255,1);
	font-weight: bold;
	text-align: right;
}

.match-list-score a, .match-list-score a:link, .match-list-score a:active, .match-list-score a:visited {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.match-list-score a:hover {
	color: rgba(0,188,255,1);
	text-decoration: none;
}

.match-list-game {
	width: 4%;
	float: left;
}

.match-list-date {
	width: 15%;
	float: left;
	color: rgba(0,24,32,0.75);
}

.small-subtitle {
	font-size: 10px;
	line-height: 10px;
}

.yarpp-related {
	padding-top: 2em;
}

a, a:hover, a:visited, a:active, a:link {
	color: rgba(0,94,127,1);
	text-decoration: none;
}

ul {
list-style-type: none;
}

li {
list-style-type: none;
}

@font-face {
    font-family: 'DroidSans';
    src: url('font/DroidSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('font/DroidSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'PerspectiveSansRegular';
    src: url('font/persans-webfont.eot');
    src: url('font/persans-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/persans-webfont.woff') format('woff'),
         url('font/persans-webfont.ttf') format('truetype'),
         url('font/persans-webfont.svg#PerspectiveSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansItalic';
    src: url('font/persansi-webfont.eot');
    src: url('font/persansi-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/persansi-webfont.woff') format('woff'),
         url('font/persansi-webfont.ttf') format('truetype'),
         url('font/persansi-webfont.svg#PerspectiveSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansBold';
    src: url('font/persansb-webfont.eot');
    src: url('font/persansb-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/persansb-webfont.woff') format('woff'),
         url('font/persansb-webfont.ttf') format('truetype'),
         url('font/persansb-webfont.svg#PerspectiveSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansBoldItalic';
    src: url('font/persanbi-webfont.eot');
    src: url('font/persanbi-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/persanbi-webfont.woff') format('woff'),
         url('font/persanbi-webfont.ttf') format('truetype'),
         url('font/persanbi-webfont.svg#PerspectiveSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansBlackRegular';
    src: url('font/persanbk-webfont.eot');
    src: url('font/persanbk-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/persanbk-webfont.woff') format('woff'),
         url('font/persanbk-webfont.ttf') format('truetype'),
         url('font/persanbk-webfont.svg#PerspectiveSansBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PerspectiveSansBlackItalic';
    src: url('font/persabki-webfont.eot');
    src: url('font/persabki-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/persabki-webfont.woff') format('woff'),
         url('font/persabki-webfont.ttf') format('truetype'),
         url('font/persabki-webfont.svg#PerspectiveSansBlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
