/* Always show vertical scrollbar in firefox */
html {
	overflow-y: scroll;
}

form {
	padding: 0px;
	margin: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: black;
	background: white;
}
body, div, span, th, td {
	font-size: 11px;
	font-family: verdana, tahoma, sans-serif;
}
a { text-decoration: none; }
a:link { color: #C00000; }
a:visited { color: #C00000; }
a:active { color: #C02000; }
a:hover { color: #C02000; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: georgia, times new roman, roman, sans-serif;
}
h1 { font-size: 20px; color: #C00000; margin-top: 0px; padding-top: 0px; }
h2 { font-size: 16px; color: #C00000; margin-top: 0px; padding-top: 0px; }
h3 { font-size: 14px; color: #C00000; margin-top: 0px; padding-top: 0px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; text-decoration: underline; margin-bottom: 5px; }
h6 { font-size: 10px; }

pre { margin: 0px; }
img { border: none; }
input, textarea, select, option {
	font-size: 10px;
	font-family: arial, sans-serif;
}
ol img, ul img { vertical-align: text-bottom; }

#headerTop {
	font: normal 11px verdana, tahoma, sans-serif;
	margin: 10px auto 0px auto;
	padding: 10px 10px;
	width: 878px;
	background-color: white;
	border: 1px solid black;
	border-bottom: none;
}

#banner {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

#headerBottom {
	font: normal 11px verdana, tahoma, sans-serif;
	margin: 0px auto 1px auto;
	padding: 10px 20px 10px 20px;
	width: 858px;
	background-color: white;
	border: 1px solid black;
	border-top: none;
}

#footer {
	font: normal 10px verdana, tahoma, sans-serif;
	text-align: center;
	margin: 0px auto 1px auto;
	padding: 10px 20px;
	width: 858px;
	background-color: white;
	border: 1px solid black;
}
#footer a {
	color: black;
}
#headerTop img, #footer img {
	vertical-align: text-bottom;
}
#footerLogos {
	width: 900px;
	margin: 10px auto 10px auto;
	text-align: center;
}
#footerLogos a {
	margin: 0px 10px;
}

div.container {
	font: normal 11px verdana, tahoma, sans-serif;
	margin: 0px auto 1px auto;
	padding: 20px 20px;
	width: 858px;
	background-color: white;
	border: 1px solid black;
}

div.boxes {
	font: normal 11px verdana, tahoma, sans-serif;
	margin: 0px auto 1px auto;
	padding: 0px 0px;
	width: 900px;
	background-color: white;
}

div.warning, p.warning {
	font-weight: bold;
	text-align: center;
	color: #C00000;
	background-color: #C0C0C0;
	margin: 0px auto 10px auto;
	padding: 5px 10px;
	border: 1px solid black;
}
div.response, p.response {
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #C0C0C0;
	margin: 0px auto 10px auto;
	padding: 5px 10px;
	border: 1px solid black;
}

div.clearFix {
	clear: both;
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* topline */
#topline span.date {
	float: right;
	font-style: italic;
}
#topline span#breadcrumbs {
	float: left;
}

/* End: topline */

/* guestbook */

#guestbookForm input, #guestbookForm textarea {
	font: normal 10px verdana, tahoma, sans-serif;
	border: 1px outset #333333;
}
#guestbookForm input.field, #guestbookForm textarea {
	width: 590px;
}
#guestbookResponse {
	font-weight: bold;
	text-align: center;
	color: black;
	background-color: #C0C0C0;
	margin: 0px auto 10px auto;
	padding: 5px 10px;
	width: 300px;
	border: 1px solid white;
}
#guestbookEntries div.entry {
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 2px;
	border-top: 1px solid #C0C0C0;
}
#guestbookEntries div.navigation {
	text-align: center;
	margin-bottom: 5px;
	padding-top: 3px;
	border-top: 1px solid #C0C0C0;
}
#guestbookEntries div.entry span.datestamp {
	float: right;
	font-style: italic;
}
#guestbookEntries div.entry span.header {
	float: left;
}
#guestbookEntries div.navigation span.pages {
	float: right;
}
#guestbookEntries div.navigation span.gbSign {
	float: left;
}

/* End: guestbook */

/* general table styles */

table.list {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid black;
}
table.list td {
	font-size: 10px;
	padding: 2px;
}
table.list thead td {
	font-weight: bold;
	color: white;
	background-color: #C00000;
	border-bottom: 1px solid black;
}
table.list tbody td {
	vertical-align: top;
}
table.list tfoot td {
	border-top: 1px solid black;
}
table.edit {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 2px;
	border: 1px solid black;
}
table.edit td {
	font-size: 10px;
	vertical-align: top;
	padding: 2px;
}
table.edit td.header {
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #C00000;
	border-bottom: 1px solid black;
}
table.edit td.legend {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 20px;
}
table.edit td.field input, table.edit td.field textarea {
	margin-right: 5px;
	padding: 1px 2px;
	border: 1px solid black;
}
table.edit td.field select {
	border: 1px solid black;
}
table.edit td.field input.small, table.edit td.field select.small, table.edit td.field textarea.small { width: 50px; }
table.edit td.field input.medium, table.edit td.field select.medium, table.edit td.field textarea.medium { width: 100px; }
table.edit td.field input.large, table.edit td.field select.large, table.edit td.field textarea.large { width: 239px; }
table.edit td.field input.xlarge, table.edit td.field select.xlarge, table.edit td.field textarea.xlarge { width: 300px; }
table.edit td.footer {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid black;
}
table.edit td.footer input {
	color: white;
	background-color: #C00000;
	border: 1px solid black;
}

table.box {
	float: left;
	width: 179px;
	margin-right: 1px;
	border: 1px solid black;
}
table.box th, table.box td {
	font-size: 10px;
	padding: 2px;
}
table.box thead th {
	color: white;
	text-align: left;
	background-color: #C00000;
	border-bottom: 1px solid black;
}
table.middleBox { width: 180px; }
table.lastBox { margin-right: 0px; }
table.box tbody tr.odd td { background-color: #E0E0E0; }
table.box tbody td span.code { float: left; font-style: italic; }
table.box tbody td span.date { float: right; font-style: italic; }
table.box tbody td span.own { font-weight: bold; }
table.box tbody td span.team { float: left; }
table.box tbody td span.result { float: right; font-weight: bold; }
table.box tbody td span.location { float: right; font-style: italic}

/* End: general table styles */

/* tablesorter */

table.tablesorter {
	border: 1px solid black;
	width: 100%;
	margin-bottom: 20px;
}
table.tablesorter th, table.tablesorter td {
	font-size: 10px;
	padding: 2px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	color: white;
	background-color: #C00000;
	border-bottom: 1px solid black;
	text-align: left;
}
table.tablesorter thead tr .header {
	background-image: url(../gfx/sort.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tfoot td {
	background-color: white;
	border-top: 1px solid black;
}
table.tablesorter tbody td {
	color: black;
	background-color: white;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td { background-color: #E0E0E0; }
table.tablesorter tbody td img, table.tablesorter tfoot td img { vertical-align: text-bottom; }
table.tablesorter tbody td.uname { cursor: pointer; }
table.tablesorter tbody td address { font-style: normal; float: left; }
table.tablesorter tbody td img.map { float: right; }
table.tablesorter tbody td span { font-size: 10px; }
table.tablesorter tbody td span.matchStatus { font-style: italic; }
table.tablesorter thead tr .headerSortUp { background-image: url(../gfx/asc.gif); }
table.tablesorter thead tr .headerSortDown { background-image: url(../gfx/desc.gif); }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	color: #C00000;
	background-color: white;
}
table.tablesorter tbody td.jeditable input {
	font: normal 10px verdana, arial, sans-serif;
	line-height: 10px;
	height: 12px !important;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF80;
	border: none;
}
table.tablesorter tbody td.accessBits a.assigned, table.tablesorter tbody td.accessBits a.unassigned {
	color: white;
	font: normal 10px arial, sans-serif;
	padding: 0px 1px;
}
table.tablesorter tbody td.accessBits a.assigned { background-color: #008000; }
table.tablesorter tbody td.accessBits a.unassigned { background-color: #800000; }
table.tablesorter tbody td.accessBits a.assigned:hover, table.tablesorter tbody td.accessBits a.assigned:active, table.tablesorter tbody td.accessBits a.unassigned:hover, table.tablesorter tbody td.accessBits a.unassigned:active {
	color: white;
	background-color: #C0C0C0;
	text-decoration: none;
}
table.tablesorter th.leftBorder, table.tablesorter td.leftBorder {
	border-left: 1px solid black;
}

/* End: tablesorter */

/* add/remove tables */

div#assigned {
	float: left;
	width: 48%;
}

div#unassigned {
	float: right;
	width: 48%;
}
div#assigned table.tablesorter tbody td.number { width: 40px; }
div#assigned table.tablesorter tbody td.number input { width: 30px; }
div#assigned table.tablesorter tbody td.position { width: 100px; }
div#assigned table.tablesorter tbody td.position input { width: 90px; }

/* End: add/remove tables */

/* match results */

table.matchInfo {
	float: left;
	margin-bottom: 5px;
	padding: 2px;
	width: 385px;
	border: 1px solid black;
}
table.matchInfo thead th {
	font-size: 10px;
	text-align: left;
	border-bottom: 1px solid black;
}
table.matchInfo tbody td {
	font-size: 10px;
}
table.matchResult {
	float: right;
	margin-bottom: 5px;
	padding: 2px;
	width: 468px;
	border: 1px solid black;
}
table.matchResult thead th {
	font-size: 10px;
	border-bottom: 1px solid black;
}
table.matchResult tbody td {
	font-size: 10px;
	text-align: center;
}
table.matchResult th.cell, table.matchResult td.cell {
	border-right: 1px solid black;
}
table.matchResult tbody td.spacer {
	width: 6px;
}
table.matchResult tbody td.score {
	width: 30px;
}
table.matchResult tbody td.score input {
	text-align: center;
	font: normal 10px verdana, arial, sans-serif;
	line-height: 10px;
	height: 12px !important;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF80;
	border: none;
}
table.matchResult tbody td.flag {
	width: 30px;
}
table.matchResult tbody td.inactive {
	color: #B0B0B0;
}

div.participants {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 390px;
}
div.participantList {
 	float: left;
 	margin: 0px 5px 5px 0px;
 	width: 190px;
}
div.participantList table {
	margin-bottom: 0px;
}
div.participantList td.unassigned {
	color: #B0B0B0;
}
div.participants table tbody td.dragPlayer {
	cursor: move;
}

div.scoreList {
 	float: left;
 	margin: 0px 5px 5px 0px;
 	width: 200px;
}
div.penaltyList {
 	float: left;
 	margin: 0px 0px 5px 0px;
 	width: 263px;
}
div.scoreList table tbody td.team, div.penaltyList table tbody td.team {
	width: 40px;
}
div.scoreList table tbody td.team select, div.penaltyList table tbody td.team select, div.penaltyList table tbody td.code select {
	font: normal 10px verdana, arial, sans-serif;
	line-height: 10px;
	height: 12px !important;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF80;
	border: none;
}
div.penaltyList table tbody td.cause select {
	position: absolute;
	z-index: 100;
	font: normal 10px verdana, arial, sans-serif;
	line-height: 10px;
	height: 12px !important;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF80;
	border: none;
}
div.scoreList table tbody td.team select option, div.penaltyList table tbody td.team select option, div.penaltyList table tbody td.code select option, div.penaltyList table tbody td.cause select option {
	margin: 0px;
	padding: 0px 1px;
}
div.scoreList table tbody td.time, div.penaltyList table tbody td.time { width: 45px; }
div.scoreList table tbody td.time input, div.penaltyList table tbody td.time input { width: 40px; }
div.scoreList table tbody td.dropactive, div.penaltyList table tbody td.dropactive {
	color: #C00000;
}
div.scoreList table tbody td.drophover, div.penaltyList table tbody td.drophover {
	background-color: #FFFF80;
}

/* End: match results */

/* match table on frontpage */

#matchTable table thead th {
	font-size: 11px;
	color: white;
	background-color: #C00000;
	padding: 2px;
}
#matchTable table tbody td {
	font-size: 10px;
}
#matchTable table tbody tr.first td {
	border-top: 1px solid #C00000;
}
#matchTable table tbody tr.today td {
	background-color: #E0E0E0;
}
#matchTable table tbody td.team {
	font-weight: bold;
}
#matchTable table tbody td a {
	color: black;
}
#matchTable table tbody td span {
	font-size: 10px;
	font-style: italic;
}

/* End: match table on frontpage  */

/* match info */

div.matchInfo {
	float: left;
	width: 500px;
}

table.matchDetails {
	margin-bottom: 20px;
	width: 100%;
}
table.matchDetails thead th {
	font-size: 14px;
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #C00000;
}
table.matchDetails thead th span.spacer {
	font-size: 14px;
	padding: 2px 10px;
}
table.matchDetails tbody td {
	padding: 2px;
	border-bottom: 1px solid #E0E0E0;
}
table.matchDetails tbody td.key {
	font-weight: bold;
	width: 100px;
}
table.matchDetails tbody td.val span.flag {
	font-style: italic;
}

div.matchEvents {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	padding: 2px;
	border-bottom: 1px solid #C00000;
}
table.matchEvents {
	margin-bottom: 5px;
	width: 100%;
}
table.matchEvents thead th {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #E0E0E0;
}
table.matchEvents tbody td {
	font-size: 10px;
	padding: 2px;
}
table.matchEvents tbody td.team { width: 30px; }
table.matchEvents tbody td.time { width: 50px; }
table.matchEvents tbody td.score { width: 50px; }
table.matchEvents tbody td.info { color: #008000; width: 50px; }
table.matchEvents tbody td.penalty { color: #C30000; width: 50px; }
table.matchEvents tbody td span {
	font-size: 10px;
	font-style: italic;
	padding: 2px;
}

div.matchLineup {
	float: right;
	width: 340px;
}
div.matchLineup div.header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 1px solid #C00000;
}
div.matchLineup table.tablesorter {
	margin-bottom: 5px;
}

/* End: match info */

/* match organizers */

#matchOrganizerMemberList div.team {
	color: white;
	font-weight: bold;
	background-color: #C00000;
	margin: 10px 0px 5px 0px;
	padding: 2px;
	width: 773px;
}
#matchOrganizerMemberList div.member {
	float: left;
	font-size: 10px;
	margin: 0px 3px 3px 0px;
	padding: 1px;
	border: 1px solid #C0C0C0;
	width: 188px;
}
#matchOrganizerMemberList div.member span {
	float: left;
}
#matchOrganizerMemberList div.member a {
	float: right;
}
#matchOrganizerMemberList div.member a img {
	vertical-align: text-bottom;
}

/* End: match organizers */

/* jmap - google maps */

div.map {
	height: 400px;
	margin: 0px auto 10px auto;
	border: 1px solid black;
}

/* End: jmap - google maps */

/* floating profile windows */

#window
{
	position: absolute;
	left: 200px;
	/*top: 100px;*/
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(../gfx/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(../gfx/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 270px;
	background-image: url(../gfx/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(../gfx/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	height: 255px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#windowContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #B4F155;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

/* End: floating profile windows */
