@charset "utf-8";

html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	font:normal 13px arial,sans-serif,helvetica;
	line-height:15px;
	color:#000;
	margin:0;
	padding:0;
	background:#cc9933 url('cwb_st_bg.gif');
}

table, tr, td {
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}

table img {
	display:block;
}
h1{
	font:bold 15px arial,sans-serif,helvetica;
	color:#fff;
	margin:0;
	padding:7px 0 8px 12px ;
	/* Fallback (could use .jpg/.png alternatively) */
	background-color:#b5b5b5;
	/* SVG fallback for IE 9 (could be data URI, or could use filter) */
	/* background-image: url(fallback-gradient.svg); */
	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image:-webkit-gradient(linear,left top,right top,from(#b5b5b5),to(#dcdcdc));
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image:-webkit-linear-gradient(left,#b5b5b5,#dcdcdc);
	/* Firefox 3.6 - 15 */
	background-image:-moz-linear-gradient(left,#b5b5b5,#dcdcdc);
	/* Opera 11.1 - 12 */
	background-image:-o-linear-gradient(left,#b5b5b5,#dcdcdc);
	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image:linear-gradient(to right,#b5b5b5,#dcdcdc);
	border:solid 1px #b5b5b5;
	border-bottom:0;
}
h1 a:link { text-decoration:underlined;color:#fff; }
h1 a:visited { text-decoration:underlined;color:#fff; }
h1 a:hover { text-decoration:underlined;color:#000; }
h1 a:active { text-decoration:underlined;color:#fff; }
h2 {
	font:bold 14px arial,sans-serif,helvetica;
	margin:15px 0;
}

p {
	margin:15px 0;
}

hr {
	margin:15px 0;
	border:0;
	border-top:solid 1px #b5b5b5;
}

#main-2col {
	margin:0 auto;
	width:766px;
	border:0;
	background-image:url('cwb_tbl2_bg.gif');
}

#main-3col {
	margin:0 auto;
	width:766px;
	border:0;
	background-image:url('cwb_tbl_bg.gif');
}
.content {
	padding:5px 20px;
}

.s-player {
	position:absolute;
	top:73px;
	margin-left:45px;
	background:#000;
	width:300px;
	color:#fff;
	font:14px arial,verdana;
	text-align:left;
	border:1px solid #ffff00;
}

.sn-player {
	position:absolute;
	top:72px;
	margin-left:45px;
	/*
	padding:5px;
	background:#fff;
	width:300px;*/
	color:#fff;
	font:14px arial,verdana;
	text-align:center;
	border:1px solid #000;
}

.s-player a:link { text-decoration:underlined; color:#66cc33 }
.s-player a:visited { text-decoration:underlined; color:#66cc33 }
.s-player a:hover { text-decoration:none; color:#fff }
.s-player a:active { text-decoration:underlined; color:#66cc33 }

a:link { text-decoration:underlined; color:#444 }
a:visited { text-decoration:underlined; color:#444 }
a:hover { text-decoration:none; color:#997711 }
a:active { text-decoration:underlined; color:#444 }

a.m:link { text-decoration:underlined; color:#444 }
a.m:visited { text-decoration:underlined; color:#444 }
a.m:hover { text-decoration:none; color:#997711 }
a.m:active { text-decoration:underlined; color:#444 }

a.x:link { text-decoration:underlined; font-size:8pt; color:#444 }
a.x:visited { text-decoration:underlined; font-size:8pt; color:#444 }
a.x:hover { text-decoration:none; font-size:8pt; color:#997711 }
a.x:active { text-decoration:underlined; font-size:8pt; color:#444 }

a.f:link { text-decoration:none; font-size:10px; font-weight:bold; color:#aaa }
a.f:visited { text-decoration:none; font-size:10px; font-weight:bold; color:#aaa }
a.f:hover { text-decoration:none; font-size:10px; font-weight:bold; color:#cc9933 }
a.f:active { text-decoration:none; font-size:10px; font-weight:bold; color:#aaa }
