102html {
	overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
}
body, div, td, span, p {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    color: #000000;
}

h1 {
    font-size: 15px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    background: transparent url(content_headline.jpg) repeat-y top left;
    
    padding: 4px 0 4px 33px;
    color: #FFFFFF;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-size: 11px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
h3 {
    font-size: 12px;
 	margin: 0 0 10px 0;
    /*text-transform: uppercase;*/
}
p {
    margin: 0 0 10px 0;
    line-height: 130%;
}

a {
    color: #000000;
}

table td {
	vertical-align: top;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.inputbox {
	margin: 0 0 10px 0;
}
legend {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.checkbox {
	 margin: 2px 0 10px 0;
}
fieldset {
	margin: 0 0 10px 0;
}

#center {
	margin: 0 auto;
	width: 960px;
}
#center td.main {
	text-align: left;
	vertical-align: top;
}

#top-wrapper {
	position: relative;
	height: 262px;
}
#logo {
	position: absolute;
	width: 180px;
	bottom: 0;
	left: 0;
}
#logo img {
	border: 1px solid #000000;
}
#top {
	position: absolute;
	top: 0;
	left: 202px;
	background: transparent url(top.jpg) no-repeat top left;
	height: 262px;
	width: 758px;
}

.menu {
	position: absolute;
	top: 233px;
	left: 30px;
}
.menu li {
	float: left;
	padding: 0 0 0 15px;
}
.menu li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.menu li a:hover {
	text-decoration: underline;
}

.topmenu {
	position: absolute;
	/*top: 62px;
	left: 0;*/
	top: 5px;
	right: 0;
}
.topmenu li {
	float: left;
	padding-left: 10px;
}
.topmenu li a {
	float: left;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
}
.topmenu li a:hover {
	text-decoration: underline;
}

.backlink {
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	margin: 6px 10px 0 0;
}

.gimg {
	border: 1px solid #AAAAAA;
}
.gimg:hover {
	border: 1px solid #000000;
}

#wrapper {
	margin: 20px 0 0 0;
}

#wrapper-inner {
	width: 960px;
}
#wrapper-inner tr td.left {
	width: 180px;
	vertical-align: top;
}
#wrapper-inner tr td.content {
	width: 594px;
	vertical-align: top;
}
#wrapper-inner tr td.right {
	width: 144px;
	vertical-align: top;
}
#wrapper-inner tr td.spacer {
	width: 20px;
}

.boxes {}
.boxes li {	
	padding: 0 0 20px 0;
}	
.boxes li a {}
.boxes li a img {
	border: 1px solid #000000;
}
.boxes li a:hover img {
	border: 1px solid #3CC400;
}

.box {
	width: 143px;
	position: relative;
	background: transparent url(rightbox_top_bg.jpg) no-repeat top left;
	margin: 0 0 20px 0;
}
.box .icon {
	height: 36px;
}
.box .headline {
	position: absolute;
	top: 10px;
	left: 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.box .content {
	border: 1px solid #AAAAAA;
	border-top: 0;
	padding: 7px;
	
}

.tournament {
	float: left;
	width: 290px;
	height: 100px;
	background: transparent url(contentBoxBg.gif) no-repeat top left;
	margin: 0 0 14px 0;
}
.tournament .headline {
	margin: 0 0 5px 0;
}
.tournament .headline a {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.tournament .headline a:hover {
	text-decoration: underline;
}
.tournament .place {
	font-size: 10px;
	color: #DDDDDD;
	margin: 0 0 5px 0;
}
.tournament .short {
	color: #FFFFFF;
	font-size: 10px;	
}


.reg {
	border: 1px solid #000000;
	background: transparent url(bigBoxBg.gif) repeat-y top left;;
	margin: 10px 0 10px 0;
	padding: 8px 6px 6px 33px;
	color: #FFFFFF;
}
.reg div, .reg p, .reg a {
	color: #FFFFFF;
}
.reg h3, .reg p {
	margin: 0 0 5px 0;
}

.bold {
	font-weight: bold;
}

a.list {
	padding: 0 0 0 15px;
	background: transparent url(arrow.gif) no-repeat 0 5px;
	font-size: 12px;
}
a.list:hover {
	background: transparent url(arrow.gif) no-repeat 3px 5px;
}


.maplink {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: #FFFFFF;
	padding: 2px 5px;
	text-decoration: none;
}

/*
.yt {
	position: relative;
	width: 122px;
}
.yt .text a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.yt .text a:hover {
	text-decoration: underline;
}
.yt .view {
	font-size: 9px;
	color: #AAAAAA;
}
.yt .cat a {
	text-decoration: none;
	color: #337009;
	font-size: 9px;
}
.yt .cat a:hover {
	text-decoration: underline;
}
.yt .time {
	position: absolute;
	bottom: 5px; 
	right: 5px;
	padding: 4px;
	color: #FFFFFF;
	background: #000000;
	font-size: 9px;
}
.yt .play {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
*/


.imgbox {
		
}
.imgbox a {
	width: 126px; 
	height: 86px;
	float: left;
	border: 1px solid #AAAAAA;
}
.imgbox a:hover {
	border: 1px solid #000000;	
}
.imgbox a .outer {
	width: 120px;
	height: 80px; 
	overflow: hidden;
	position: relative;
}
.imgbox a .outer img {
	border: 0;
	width: 120px;
}
.imgbox a .outer .time {
	position: absolute;
	bottom: 5px; 
	right: 5px;
	padding: 4px;
	color: #FFFFFF;
	background: #000000;
	font-size: 9px;
}
.imgbox a .outer .play {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.imgbox a .outer .play img {
	width: 43px;
	height: 31px;
}
.imgbox .text div {
	padding: 3px 0 0 0;
	font-size: 9px;
	color: #AAAAAA;
}
.imgbox .text div a {
	font-weight: bold;
	border: 0;
	float: none;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}
.imgbox .text div a:hover {
	text-decoration: underline;
	border: 0;
}

.kidsvolley label { display: block; }
.kidsvolley input,
.kidsvolley textarea,
.kidsvolley select { margin: 0 0 10px 0; }
.kidsvolley .error { margin: 0 0 10px 0; color: #FF0000; }

.kidsvolley .item { border-top: 1px solid #FFFFFF; margin: 7px 0 0 0; padding: 7px 0 0 0; }
.kidsvolley .item .header { font-size: 15px; font-weight: bold; }
.kidsvolley .item .extra { font-style: italic; font-size: 10px;  }
.kidsvolley .first { border-top: 0; margin: 0; padding: 0; }

fieldset.link a { font-size: 12px; text-transform: uppercase; font-weight: bold; }

.subscribed h3 { font-size: 20px; }



/*** ADMIN STYLES */

tr.list-row {}
tr.content-row {}

ul.admin {
	margin: 0;
}
ul.admin li {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.admin li a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
}
ul.admin li a:hover {
	text-decoration: underline;
}


ul.admin-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.admin-menu li {
    float: right;
}
ul.admin-menu li a {
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 0 2px 10px 2px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    background: #EEEEEE;
}
ul.admin-menu li a:hover {
    background: #DDDDDD;
}

.disabled, .disabled p {
	color: #999999;
}

/******************/
