* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

input,textarea {
	border: black 1px solid;
}

div {
	border: black 0px solid;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	background: url('../images/main-img/bg-main.png') 
		top center rgb(51,70,102) repeat-x;
	text-align: center;
	font-family: Tahoma;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

div#super {
	background: rgb(255, 255, 255);
	width: 928px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

div#clear {
	clear: both;
}

div#main {
	background: rgb(255, 255, 255);
	width: 920px;
	height: auto;
	margin: 0px;
	padding-top: 9px;
	border-left: #DDD 4px solid;
	border-right: #DDD 4px solid;
	float: left;
}

div#header {
	background: url('../images/main-img/header-img.png');
	width: 903px;
	height: 37px;
	margin: 0px;
	padding-top: 122px;
	padding-left: 1px;
}

div#menu {
	background: rgb(255, 255, 255);
	width: 541px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#menu-lb {
	background: url('../images/main-img/menu-lb.png');
	width: 14px;
	height: inherit;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#menu-item {
	background: url('../images/main-img/menu-bg.png');
	width: 513px;
	height: inherit;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	float: left;
}

ul.menu-item {
	margin: 0px;
	padding: 0px 0px;
}

ul.menu-item li {
	display: inline;
	height: inherit;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	color: white;
	cursor: pointer;
	float: left;
}

ul.menu-item li a:hover, ul.menu-item li:hover {
	color: red;
}

ul.menu-item li a,ul.menu-item li {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

ul.submenu-item {
	display: none;
	width: 165px;
	height: auto;
	position: absolute;
	margin: 8px 0 0 -8px;
	padding: 0px;
	text-align: left;
}

ul.submenu-item li {
	background: black;
	width: 100%;
	height: 100%;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
	text-align: left;
	padding: 3px 0px 6px 5px;
	clear: both;
}

ul.submenu-item li:last-child {
	border-bottom: 1px gray solid;
}

ul.submenu-item li a {
	color: white;
	font-size: 11px;
	font-weight: normal;
}
	
div#menu-rb {
	background: url('../images/main-img/menu-rb.png');
	width: 14px;
	height: inherit;
	margin: 0px;
	padding: 0px;
	float: left;
}

div#breadcrumb {
	background: rgb(255, 255, 255);
	width: 540px;
	height: auto;
	font-size: 11px;
	text-align: left;
	padding: 10px 5px 10px 10px;
	margin: 0px;
	float: left;
}

#breadcrumb a {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: gray;
}

#breadcrumb a:hover {
	color: red;
}

#breadcrumb ul li {
	display: inline;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 8px;
	color: black;
	font-weight: bold;
}

div#search {
	height: auto;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	float: left;
}

input#search_keywords {
	background: url('../images/main-img/input-bg.jpg') bottom no-repeat;
	border: 0px rgb(235, 235, 235) solid;
	width: 202px;
	color: black;
	font-size: 13px;
	vertical-align: top;
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

input#submit {
	background: url('../images/main-img/search.jpg') top no-repeat;
	margin-top: 12px;
	width: 20px;
	height: 20px;
	border: 0px;
	cursor: pointer;
}

div#navi span {
	margin-top: 14px;
}

.search-navi {
	background: url('../images/main-img/shdw-bottom.png') top no-repeat;
	font-size: 11px;
	padding-top: 0px;
	margin-top: 0px;
	clear: both;
}

div#navi {
	background: url('../images/main-img/search-bg.jpg') top no-repeat;
	position: absolute;
	width: 335px;
	height: 42px;
	font-size: 11px;
	text-align: left;
	margin: 7px 0 0 19px;
}

span.navi-text {
	float: left;
	padding: 0px 7px 0px 0px;
}

div#middle {
	background: rgb(255, 255, 255);
	width: 910px;
	height: auto;
	padding: 0px;
	float: left;
}

div#left {
	background: rgb(255, 255, 255);
	width: 551px;
	height: auto;
	margin-top: 0px;
	padding: 0px;
	font-size: 12px;
	float: left;
}

.news {
	background: rgb(255, 255, 255);
	width: 551px;
	height: auto;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
}

.news div img {
	margin-right: 18px;
	margin-bottom: 3px;
	padding: 2px;
	border: 0px solid #000000;
	float: left;
	display: block;
}

.news iframe {
	border: 1px solid #000000;
	text-align: center;
}

.news div p.news-title {
	text-align: left;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: normal;
	width: auto;
	height: auto;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-right: 120px;
	float: left;
}

.news div p {
	padding-bottom: 10px;
}

span.news-date {
	vertical-align: baseline;
	font-size: 11px;
	color: gray;
	width: auto;
	height: auto;
	padding-left: 5px;
}

.news-title-1 {
	background: url('../images/main-img/news-title-football.png') bottom
		center white no-repeat;
	vertical-align: bottom;
	display: table-cell;
	width: inherit;
	height: 45px;
	margin: 0px 0px;
	padding: 0px;
}

.news-title-2 {
	background: url('../images/main-img/news-title-archer.png') bottom
		center white no-repeat;
	vertical-align: bottom;
	display: table-cell;
	width: inherit;
	height: 45px;
	margin: 0px 0px;
	padding: 0px;
}

.news-title-4 {
	background: url('../images/main-img/news-title-tabletennis.png') bottom
		center white no-repeat;
	vertical-align: bottom;
	display: table-cell;
	width: inherit;
	height: 45px;
	margin: 0px 0px;
	padding: 0px;
}

.news-title-3 {
	background: url('../images/main-img/news-title-swim.png') bottom center
		white no-repeat;
	vertical-align: bottom;
	display: table-cell;
	width: inherit;
	height: 45px;
	margin: 0px 0px;
	padding: 0px;
}

.news-title-5 {
	background: url('../images/main-img/news-title-other.png') bottom center
		white no-repeat;
	vertical-align: bottom;
	display: table-cell;
	width: inherit;
	height: 45px;
	margin: 0px 0px;
	padding: 0px;
}

.news-cont-1 {
	background: url('../images/main-img/news-cont-football.png') top left
		white no-repeat;
	width: auto;
	height: auto;
	overflow: auto;
	text-align: justify;
	border-right: rgb(245, 246, 253) 1px solid;
	margin: 0px;
	padding: 15px 20px 10px 20px;
	border-bottom: rgb(245, 246, 253) 1px solid;
}

.news-cont-2 {
	background: url('../images/main-img/news-cont-archer.png') top left
		white no-repeat;
	width: auto;
	height: auto;
	overflow: auto;
	text-align: justify;
	border-right: rgb(245, 246, 253) 1px solid;
	margin: 0px;
	padding: 15px 20px 10px 20px;
	border-bottom: rgb(245, 246, 253) 1px solid;
}

.news-cont-4 {
	background: url('../images/main-img/news-cont-tabletennis.png') top left
		white no-repeat;
	width: auto;
	height: auto;
	overflow: auto;
	text-align: justify;
	border-right: rgb(245, 246, 253) 1px solid;
	margin: 0px;
	padding: 15px 20px 10px 20px;
	border-bottom: rgb(245, 246, 253) 1px solid;
}

.news-cont-3 {
	background: url('../images/main-img/news-cont-swim.png') top left white
		no-repeat;
	width: auto;
	height: auto;
	overflow: auto;
	text-align: justify;
	border-right: rgb(245, 246, 253) 1px solid;
	margin: 0px;
	padding: 15px 20px 10px 20px;
	border-bottom: rgb(245, 246, 253) 1px solid;
}

.news-cont-5 {
	background: url('../images/main-img/news-cont-other.png') top left white
		no-repeat;
	width: auto;
	height: auto;
	overflow: auto;
	text-align: justify;
	border-right: rgb(245, 246, 253) 1px solid;
	margin: 0px;
	padding: 15px 20px 10px 20px;
	border-bottom: rgb(245, 246, 253) 1px solid;
}

.news-footer {
	background: rgb(255, 255, 255);
	width: auto;
	height: auto;
	border-right: rgb(245, 246, 253) 1px solid;
	border-bottom: rgb(245, 246, 253) 1px solid;
	margin: 0px;
	padding: 0px 20px 5px 20px;
	clear: both;
}

.news-autor {
	display: inline;
	text-decoration: none;
	text-align: left;
	float: left;
}

.news-more {
	display: inline;
	text-decoration: none;
	text-align: right;
	float: right;
}

.news-more a {
	font-size: 11px;
	color: green;
	text-decoration: none;
}

div#oldernews {
	background: url('../images/main-img/news-cont-other.png') top left white
		no-repeat;
	padding-top: 10px;
	margin-bottom: 5px;
	border-bottom: #E7EEF6 1px solid;
}

div.oldernews-header {
	font-family: Tahoma;
	font-size: 16px;
	color: green;
	padding: 5px 20px;
	border-bottom: #E7EEF6 1px solid;
	border-right: #E7EEF6 1px solid;
	text-align: left;
}

div.oldernews-header p {
	padding-top: 7px;
}

div#oldnews small {
	color: gray;
}

div.oldernews-header a {
	color: black;
	font-size: 13px;
	text-decoration: none;
}

div#oldnews img {
	vertical-align: top;
}

ul.oldernews {
	font-family: Tahoma;
	font-size: 13px;
	padding: 5px 20px;
	border-right: #E7EEF6 1px solid;
}

div.news p.search {
	border-bottom: rgb(245, 246, 253) 1px solid;
	padding: 12px 0px 5px 0px; 
}

div.news p.search small {
	color: gray;
}

div.news p.search-intro {
	padding: 5px 0px 0px 0px;
	font-size: 14px;
}

tr.page-calendar td {
	border-bottom: black 1px solid;
	border-top: 0;
	padding-top: 15px;
	background: transparent;
}

tr.page-calendar td:hover {
	background: white;
}
	

p.page-title small {
	color: gray;
}

ul.oldernews:nth-child(even) {
	background: #FFF;
	color: gray;
}

ul.oldernews:nth-child(odd) {
	background: rgb(250,250,250);
	color: gray;
}

ul.oldernews a {
	text-decoration: none;
	color: #000000;
}

div#right {
	width: 337px;
	height: auto;
	margin-top: 20px;
	padding-left: 22px;
	float: left;
}

.info {
	width: 335px;
	height: auto;
	font-size: 12px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}

.info-title {
	background: url('../images/main-img/bound-top.png') top center no-repeat;
	width: inherit;
	height: 26px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
}

.info-title p {
	height: auto;
	font-size: 13px;
	font-weight: bold;
}

.info-cont {
	font-size: 12px;
}

.info-cont {
	background: url('../images/main-img/info-bg.png') no-repeat;
	width: 333px;
	height: auto;
	margin: 0px;
	padding-top: 3px;
	border-left: rgb(228, 227, 243) 1px solid;
	border-right: rgb(228, 227, 243) 1px solid;
}

.info-cont-clean {
	background: url('../images/main-img/shdw-bottom.png') no-repeat;
	width: 333px;
	height: auto;
	margin: 0px;
	padding-top: 3px;
	border-left: rgb(228, 227, 243) 1px solid;
	border-right: rgb(228, 227, 243) 1px solid;
}

tr.marker td {
	color: rgb(0,84,168);
}

tr.marker1 td {
	background: rgb(0,84,168);
}

.info-desc {
	font-size: 11px;
	text-align: center;
	width: inherit;
	height: auto;
	margin: 0px;
	padding-top: 10px;
}

.info-cont ul {
	height: auto;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.info-cont * {
	padding-left: 2px;
	padding-right: 2px;
}

.info-cont span {
	font-weight: normal;
	vertical-align: bottom;
}

.info-cont li {
	text-decoration: none;
	display: inline;
}

.info-cont table {
	width: 100%;
	padding-top: 5px;
}

.info-cont td {
	vertical-align: middle;
}

td.info-left {
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	height: auto;
	padding: 3px 8px;
	width: 128px;
}

td.info-right {
	text-decoration: none;
	text-align: right;
	vertical-align: middle;
	height: auto;
	padding: 3px 8px;
	width: 128px;
}

td.info-center {
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: auto;
}

td.info-center p {
	font-size: 11px;
}

.info-navi {
	background: url('../images/main-img/shdw-bottom.png') top no-repeat;
	font-size: 11px;
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
}

.info-navi li, a {
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: rgb(0,84,168);
}

.f-left {
	text-align: left;
	float: left;
}

.f-right {
	text-align: right;
	float: right;
}

.intro {
	background: url('../images/main-img/shdw-bottom.png') top no-repeat;
	height: auto;
	text-align: justify;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 10px;
	margin-top: 5px;
	clear: both;
}

.intro span {
	margin-bottom: 8px;
}

.bound-bottom {
	background: url('../images/main-img/bound-bottom.png') bottom no-repeat;
	width: inherit;
	height: 13px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.info-last td {
	height: auto;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	text-decoration: none;
	text-align: left;
}

.info-last {
	height: auto;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: left;
	float: left;
}

li.left {
	height: auto;
	width: 123px;
	text-align: left;
	padding: 5px 0px 10px 5px;
	float: left;
}

li.center {
	height: auto;
	width: 57px;
	text-align: center;
	padding: 5px 0px 10px 0px;
	float: left;
}

li.right {
	height: auto;
	width: 123px;
	text-align: right;
	padding: 5px 5px 10px 0px;
	float: left;
}

.left {
	height: auto;
	width: 123px;
	text-align: left;
	padding: 5px 0px 5px 5px;
	float: left;
}

.center {
	height: auto;
	width: 57px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	float: left;
}

.right {
	height: auto;
	width: 123px;
	text-align: right;
	margin-top: 20px;
	padding: 5px 5px 5px 0px;
	float: left;
}

.info-result td, .page-table td {
	height: auto;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 4px;
	border-top: rgb(245, 246, 253) 1px solid;
	clear: both;
}

.info-result {
	padding: 0px 10px;
	clear: both;
}

.rep-cont {
	padding: 0px 13px 0px 13px;
	text-align: left;
	vertical-align: middle;
}

.rep-cont p {
	line-height: 16px;
	text-align: left;
	vertical-align: middle;
}

p.rep-cont-head {
	border-bottom: #EEE 1px solid;
	vertical-align: middle;
	padding: 13px 0px 3px 0px;
	margin-bottom: 13px;
	font-weight: bold;
}

.rep-cont tr {
	padding-bottom: 3px;
}

td.rep-gallery-right {
	text-align: right;
	font-size: 11px;
	width: 152px;
	padding: 0px;
}

td.rep-gallery-left {
	text-align: left;
	font-size: 11px;
	width: 152px;
	padding: 0px;
}

.page-table {
	width: 100%;
	height: auto;
	font-size: 12px;
	clear: both;
}

table.page-report {
	width: 100%;
	height: auto;
}

td.page-report {
	width: 180px;
	height: auto;
	font-size: 12px;
}

table.page-report span, 
table.page-report img,
.rep-cont p img {
	font-size: 12px;
	vertical-align: middle;
}

table.page-report td {
	font-size: 16px;
	padding-top: 5px;
}

tr.gole td {
	vertical-align: top;
	font-size: 14px;
	padding: 15px 0px;
}

tr.kartki td {
	vertical-align: top;
	font-size: 12px;
	padding: 0px 0px 40px 0px;
}

div.info-result {
	height: auto;
	border-top: rgb(245, 246, 253) 1px solid;
}

.info-result span {
	height: auto;
	font-size: 12px;
	font-weight: normal;
}

div.info-result:hover,.info-result tr:hover, .page-table tr:hover {
	background: rgb(242, 242, 242);
}

.info-result th {
	height: auto;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 5px;
	text-align: left;
	border-bottom: black 1px solid;
}

tr.match-desc {
	display: none;
	padding-top: 2px;
	width: inherit;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: gray;
	border: 0;
	clear: both;
}

td.match-desc {
	padding-top: 2px;
	width: inherit;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: gray;
	border: 0;
	clear: both;
}

div#footer {
	clear: both;
}

div.footer-cont {
	background: transparent url('../images/main-img/footer-bg.png') bottom no-repeat;
	padding: 5px 15px 10px 15px;
	margin-top: 50px;
	font-size: 11px;
	clear: both;
}

div.footer-cont table {
	background: transparent url('../images/main-img/footer.png') top no-repeat;
	width: 100%;
}
	
div.footer-cont img {
	padding-top: 15px;
}
	
.clear {
	clear: both;
}

.date,.comment,.report,.gallery,.next,.prev,.detail,.desc,.dot,.next2 {
	background: transparent url('../images/main-img/icons.gif') no-repeat
		scroll 0 0;
	display: block;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
	cursor: pointer;
}

.date {
	background-position: 0 -48px;
	float: left;
}

.comment {
	background-position: 0 -96px;
	float: left;
}

.report {
	background-position: 0 -64px;
	float: left;
}

.gallery {
	background-position: 0 -80px;
	float: left;
}

.next {
	background-position: 10px -240px;
	float: right;
}

.prev {
	background-position: 0 -224px;
	float: left;
}

.detail {
	background-position: 0 -272px;
	float: left;
}

.desc {
	background-position: 0 -16px;
	float: left;
}

.dot {
	background-position: 0 -320px;
	float: left;
	cursor: auto;
}

.next2 {
	background-position: 0px -210px;
	float: left;
	padding-left: 13px;
}

.table, .calendar, .calendar-small, .note, .opinion,
.photos, .coach, .dot-gray, .dot-blue, .plus, .minus, 
.copy-link, .favor, .print {
	background: transparent url('../images/main-img/iconspack.png') no-repeat
		scroll 0 0;
	display: block;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
}

.table {
	background-position: -114px -53px;
	float: left;
}

.calendar {
	background-position: -251px -53px;
	float: left;
}

.calendar-small {
	background-position: -220px -56px;
	float: left;
}

.note {
	background-position: -387px -183px;
	float: left;
}

.dot-gray {
	background-position: -365px -392px;
	float: left;
}

.dot-blue {
	background-position: -89px -392px;
	float: left;
}

.opinion {
	background-position: -341px -53px;
	float: left;
}

.photos {
	background-position: -341px -130px;
	float: left;
}

.coach {
	background-position: -249px 0px;
	float: left;
}

.plus {
	background-position: -381px -313px;
	float: left;
	cursor: pointer;
}

.minus {
	background-position: -428px -313px;
	float: left;
	cursor: pointer;
}

.copy-link {
	background-position: -18px -26px;
	float: left;
}

.favor {
	background-position: -18px -79px;
	float: left;
}

.print {
	background-position: -65px -157px;
	float: left;
	cursor: pointer;
}

div.borderline {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #E0DDD3;
	height: 0;
	line-height: 0;
	margin: 10px;
}

tr.gallery-group {
	display: none;
}