@CHARSET "UTF-8";
@font-face { 
	font-family: SWE; 
	src: url(../fonts/ScrawlyWawly.eot) format('eot'); /* EOT file for IE */
}
@font-face { 
	font-family: SWE; 
	src: url(../fonts/ScrawlyWawly.ttf); /* TTF file for CSS3 browsers */
}

html {
	margin: 0;
	padding: 0;
}


body {
	width: 100%;
	max-width: 900px;
	min-height: 600px;
	margin: 30px auto;
	background-color: #6A9047;
	background-image: url(../../bg4.jpg);
	background-position: center top;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*********
 * >START: header
 *********/

header img {
	width: 227px;
}

.username {
	position: relative;
	/* seting this to our spans will start our behaviour */
	top: 125px;
	/* we are setting the position where it will be placed inside the .tablediv */
	right: 40px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-weight: bolder;
}

.timestamp {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}


.logout {
	color: #FFFFFF;
	text-decoration: none;
}

.logout:hover {
	color: #FFFFFF;
}

/*********
 * <END: header
 *********/
 
/*********
 * >START: section
 *********/
 
section {
	margin: 30px 40px 0px 40px;
	padding: 30px 40px 40px 30px;
	background-color: #FFFFFF;
	min-height: 400px;
	border-radius: 2px;
}
 
/*********
 * >START: main navigation

	margin: 30px 40px 0px 40px;
	padding: 10px;
 *********/
 
nav ul {
	list-style-type: none;
	margin: 30px 40px 0px 40px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
	border-radius : 3px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	overflow: hidden;
}

nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

nav ul li a, a.one:link, a.one:visited {
	text-align: center;
	text-decoration: none;
	padding: 10px;
	color: #000000;
	border-right: 1px solid #CCCCCC;
	display:block;
}

nav ul li a:hover {
	opacity: 0.9;
}

nav ul li.active a {
	color: #CC0033;
}

/*********
 * <END: main navigation
 *********/


 
/*********
 * >START: matchday navigation
 *********/
.mdnav {
	width: 100%;
	margin: 0 0 10px 10px;
}

.ul-table li a {
	display:block;
	line-height:40px;
	color: #000000;
	font-weight: bolder;
}
.ul-table li span {
	display:block;
	line-height:40px;
	color: #CCCCCC;
	font-weight: bolder;
}
.ul-table a:link, .ul-table a:visited {
	text-decoration: none;
}
.ul-table a:hover {
	text-decoration: none;
}
.ul-table {
	text-align:center;
	margin: 0px auto;
	padding:0;
	list-style-type:none;
	clear:both;
}
.ul-table li {
	width: 42px;
	float:left;
	border:1px solid #CCCCCC;
	border-right:none;
	text-align: center;
}
* html .ul-table li a {
	width: 100%;
}
* html .ul-table li span {
	width: 100%;
}
.ul-table li.top {
	border-bottom:none;
}
.ul-table li.right {
	border-right:1px solid #CCCCCC;
}

.ul-table li.active a {
	color: #CC0033;
}

.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}

/*********
 * <END: matchday navigation
 *********/


/*********
 * >START: impressum

	margin: 30px 40px 0px 40px;
	padding: 10px;
 *********/
 
.impressum ul {
	list-style-type: none;
	margin: 30px 40px 0px 40px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bolder;
	border-radius : 3px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	overflow: hidden;
}

.impressum li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

.impressum ul li a, a.one:link, a.one:visited {
	text-align: center;
	text-decoration: none;
	padding: 10px;
	color: #000000;
	border-right: 1px solid #CCCCCC;
	display:block;
}

.impressum ul li a:hover {
	opacity: 0.9;
}

.impressum ul li.active a {
	color: #CC0033;
}

/*********
 * <END: impressum
 *********/


 
/*********
 * >START: matchday navigation
 *********/
.mdnav {
	width: 100%;
	margin: 0 0 10px 10px;
}

.ul-table li a {
	display:block;
	line-height:40px;
	color: #000000;
	font-weight: bolder;
}
.ul-table li span {
	display:block;
	line-height:40px;
	color: #CCCCCC;
	font-weight: bolder;
}
.ul-table a:link, .ul-table a:visited {
	text-decoration: none;
}
.ul-table a:hover {
	text-decoration: none;
}
.ul-table {
	text-align:center;
	margin: 0px auto;
	padding:0;
	list-style-type:none;
	clear:both;
}
.ul-table li {
	width: 42px;
	float:left;
	border:1px solid #CCCCCC;
	border-right:none;
	text-align: center;
}
* html .ul-table li a {
	width: 100%;
}
* html .ul-table li span {
	width: 100%;
}
.ul-table li.top {
	border-bottom:none;
}
.ul-table li.right {
	border-right:1px solid #CCCCCC;
}

.ul-table li.active a {
	color: #CC0033;
}

.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}

/*********
 * <END: matchday navigation
 *********/
  


/*********
 * >START: betting form
 *********/


.matchday {
	width: 100%;	
}

.matchday div {
	display: inline-block;
	vertical-align: middle;
}

.bettingform button:hover {
	border: 1px solid #008A00;
	cursor: pointer;
}

.bettingform .tipbuttonA button:hover {
	border: 1px solid #008A00;
	cursor: pointer;
}

.bettingform .tipbuttonB button:hover {
	border: 1px solid #CC0033;
	cursor: pointer;
}

.bettingform .tipbuttonA button {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 3px;
	color: #008A00;
	display: block;
	font: bolder 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-transform: uppercase;
}

.bettingform .tipbuttonB button {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 3px;
	color: #CC0033;
	display: block;
	font: bolder 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-transform: uppercase;
}

.bettingform button {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 3px;
	color: #008A00;
	display: block;
	font: bolder 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-transform: uppercase;
}

.bettingform button:hover {
	border: 1px solid #008A00;
	cursor: pointer;
}


.bettingform {
	width: 80%;
	padding: 0px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	counter-reset: fieldsets;
}

.bettingform input {
	width: 20px;	
}

.bettingform input:not ([type=submit] ):focus,.bettingform textarea:focus {
	background: #eaeaea;
}

.bettingform noindex:-o-prefocus, input[type=number] {
 padding-right: 1.5em;
}


.bettingform input[type=number]::-webkit-inner-spin-button,
.bettingform input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



.bettingform fieldset {
	text-align: center;
	border: 0px;
}


.matchday-prev {
	cursor: pointer;
	color: #008A00;   
	font: bolder 5em Georgia, "Times New Roman", Times, serif;
	width: 10%;
	min-width: 50px;
	text-align: left;
	opacity: 0.7;
	border: 0px;
	background: none;
	margin: 0px;
	padding: 0px;
}

.matchday-next {
	cursor: pointer;
	color: #008A00;   
	font: bolder 5em Georgia, "Times New Roman", Times, serif;
	width: 10%;
	min-width: 50px;
	text-align: right;
	opacity: 0.7;
}

.matchday table {
	width: 100%;
	border-collapse: collapse;
}

.matchday tr.tdA  {
	background: #F5F5F5;
}

.matchday tr.tdB  {
	background: #FFFFFF;
}

.matchday td {
	padding: 3px 10px 3px 10px;
}

.matchday textarea {
	width: 80%;	
}

.comment {
	width: 100%;
}

.comment p {
	margin: 0;
	padding: 0;
	background: #F5F5F5;
}


.tippstatus {
	border-radius: 2px;
	width: 100%;
	text-align: center;
	font-weight: bolder;
	padding: 10px 0 10px 0;
	border: 1px solid #CC0033;	
}


.tippstatus .a {
	color: #CC0033;
}

/*********
 * <END: betting form
 *********/


/*********
 * >START: tooltip
 *********/
 
.tooltip {
    border-bottom: 1px dotted #000000;
    cursor: help;
    z-index: 200;
}
 
.tooltip::after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 8px 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    content: attr(data-tooltip); /* The main part of the code, determining the content of the pop-up prompt */
    margin-top: -24px;    
    margin-left: -100px;
    opacity: 0; /* Our element is transparent... */
    padding: 3px 7px;
    position: absolute;
    visibility: hidden; /* ...and hidden. */
 
    transition: all 0.4s ease-in-out; /* To add some smoothness */
    z-index: 200;
}
 
.tooltip:hover::after {
    opacity: 1; /* Make it visible */
    visibility: visible;
    z-index: 200;
}

/*********
 * <END: tooltip
 *********/

/*********
 * >START: betting result table
 *********/

.bettingresult {
	width: 100%;
}

.bettingresult table {
	border-collapse: collapse;
	width: 100%;
}

.bettingresult tr.tdA  {
	background: #F5F5F5;
}

.bettingresult tr.tdB  {
	background: #FFFFFF;
}

.bettingresult th {
	background: #FFFFFF;
	padding: 3px 10px 3px 10px;
	color: #008A00;
	text-align: center;
	font: normal 1.7em SWE, Georgia, "Times New Roman", Times, serif;
}

.tipresultindex th {
	background: #FFFFFF;
	padding: 3px 10px 3px 10px;
	color: #000000;
	text-align: center;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;		
}

.tipresultindexA th {
	background: #FFFFFF;
	padding: 3px 10px 3px 10px;
	color: #000000;
	text-align: right;
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;		
}

.bettingresult td {
	padding: 3px 10px 3px 10px;
}

.bettingresult td.status {
	padding: 0px;
	margin: 0px;
	width: 0px;
}


.bettingresult td.status span.open {
	color: #008A00;
	font: bolder 1.8em Georgia, "Times New Roman", Times, serif;
}

.bettingresult td.status span.closed {
	color: #3C3C3C;
	font: bolder 1.8em Georgia, "Times New Roman", Times, serif;	
}

.bettingresult td.status span.outstanding {
	color: #B4B4B4;
	font: bolder 1.8em Georgia, "Times New Roman", Times, serif;
}

td.left  {
	text-align: left;
}

td.right  {
	text-align: right;
}

td.center  {
	text-align: center;
}

.bettingresult .scores  {
	text-align: right;
	font: normal 1.6em SWE, Georgia, "Times New Roman", Times, serif;
}


.bettingresult .p  {
	color: #008A00;
}

.bettingresult .e  {
	color: #FF9900;
}

.bettingresult .n  {
	color: #FF0000;
}

.bettingresult tr.footer  {
	text-align: right;
	font: normal 1.8em SWE, Georgia, "Times New Roman", Times, serif;
}

.bettingresult tr.footer .result  {
	border-top: 2px solid;
}

.userinfo {
	font: normal 1.1em Georgia, "Times New Roman", Times, serif;	
}

.tippresults td {
	padding: 10px 5px 10px 5px;	
}

.tippresults caption {
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;	
}

.speciallink  {
	width: 100%;
	text-align: center;
	padding: 10px;
}
.speciallink a {
 	color: #CC0033;
 	text-decoration: none; 
 	padding: 10px;	
  	border: 1px solid #CCCCCC;
	border-radius: 5px;
}
 
.speciallink a:hover {
  	border: 1px solid #CC0033;
 	color: #CC0033; 
 	padding: 10px;	
	border-radius: 5px;
}

/*********
 * <END: betting result table
 *********/
 
 
 /*********
 * >START: status/competitor table
 *********/

.status, .compets {
	width: 100%;
}

.status table, .compets table {
	border-collapse: collapse;
	width: 100%;
}

.status tr.tdA, .compets tr.tdA {
	background: #FFFFFF;
}

.status tr.tdB, .compets tr.tdB  {
	background: #F5F5F5;
}

.status th, .compets th {
	border-bottom: 1px solid #848484;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.status td {
	text-align: right;	
	padding: 5px 10px 5px 10px;
}

.status td.wG, .status td.wS, .status td.wB, .status td.wN, .status td.wD {
	margin: 0px;
	padding: 2px;
	width: 0px;
}   
.status td.wG {	
	background: #FFDA21;
}

.status td.wS  {	
	background: #DEDEDE;
}

.status td.wB  {	
	background: #CF933C;
}

.status td.wN {	
	background: #FFFFFF;
}

.status td.wD {	
	background: #303030;
}

th.left {
	text-align: left;	
}

th.right {
	text-align: right;	
}

td.center {
	text-align: center;	
}

.down {
	color: #CC0033;	
}

.up {
	color: #008A00;	
}

span.order {
	color: #008A00;
	font-size: 0.6em;
}

a.thlink, a.thlink:hover {
	color: #000000;
	text-decoration: none;
}

.status th {
	text-align: center;	
}

.compets td {
	text-align: left;
	padding: 5px 10px 5px 10px;
}

.compets td span {
	font: normal 0.7em Georgia, "Times New Roman", Times, serif;		
}

.compets td a {
	text-align: right;
	color: #000000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.compets td a:hover {
	text-align: right;
	color: #000000;
	text-decoration: underline;
	padding: 5px 10px 5px 10px;
}

.status .left {
	text-align: left;
}

  
td.winner1 {
	font: bolder 1em Georgia, "Times New Roman", Times, serif;
}

td.winner2 {
	font: bold 1em Georgia, "Times New Roman", Times, serif;
}

.legend {
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
} 

span.winner1 {
	color: #FFA500;
	margin: 0px;
	padding: 0px;
}

span.winner2 {
	color: #FFA500;
	margin: 0px;
	padding: 0px;
}

tr.my {
	color: #CC0033;
	font-weight: bolder;
}

td.my {
	color: #CC0033;
	font-weight: bolder;
}

td span.my {
	color: #CC0033;
	font-weight: bolder;
}

/*********
 * <END: status/competitor table
 *********/ 
 
 /*********
 * >START: slider
 *********/ 
 
 .ui-slider {
	margin: 20px 0 20px 0;
	padding: 2px;
}
.ui-slider-handle {
	text-decoration: none;
	text-align: center;
	color: #008A00;
}
.ui-widget-content .ui-state-default {
	color: #008A00;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #008A00;
	background: #FFFFFF;
}

.ui-widget-header {
	background: #008A00;
}
.ui-slider-horizontal {
	height: .3em;
}

.loading {
	border: 0px solid #000000;
	width: 100%;
	padding: 15% 0% 0% 0%;
	text-align: center;
}

/*********
 * <END: slider
 *********/  
 

 /*********
 * >START: matchadmin
 *********/ 

 
.break {
	border-top: 3px solid #008A00;
	margin: 15px;
}
 
.userinfo {
	font: bolder 1em Georgia, "Times New Roman", Times, serif;	
}
 
.releaseform {
	width: 100%;
	padding: 0px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	counter-reset: fieldsets;
}


.releaseform input {
	width: 20px;	
}

.releaseform input:not ([type=submit] ):focus,.releaseform textarea:focus {
	background: #eaeaea;
}

.releaseform fieldset {
	text-align: center;
	border: 0px;
}

.releaseform button {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 3px;
	color: #008A00;
	display: block;
	font: bolder 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-transform: uppercase;
}


.releaseform button:hover {
	border: 1px solid #008A00;
	cursor: pointer;
}

.releasecomment h4 {
	margin: 0px;
	font: normal 1em Georgia, "Times New Roman", Times, serif;		
}

.releasecomment p {
	margin: 10px 0 30px 0;
	font: normal 0.9em Georgia, "Times New Roman", Times, serif;		
}

/*********
 * <END: matchadmin
 *********/ 


 /*********
 * >START: tipstatus
 *********/ 
.tipstatus ul {
	width: 100%;
	margin: 0px;
	padding: 0 0 0 15px;
}

.tipstatus p {
	font: bolder 1em Georgia, "Times New Roman", Times, serif;
}

.tipstatus ul li {
	list-style-type: disc;
	color: #CC0033;
	padding: 5px 0px 5px 0;
}

.tipstatus ul li.tipstatusok {
	list-style-type: disc;
	color: #008A00;
	padding: 5px 0px 5px 0;
}

.tipstatus ul li a {
	display:block;
	line-height:40px;
	color: #8B8B8B;
	font-weight: bolder;	
	border: 1px solid;
	padding: 0 15px 0 15px;	
	border-radius: 3px;
}

.tipstatus ul li a span {
	color: #000000;
	font-weight: bolder;
}

.tipstatus ul li a:link, .tipstatus ul li:visited {
	text-decoration: none;
}

.tipstatus ul li a:hover {
	text-decoration: none;
	border: 1px solid #CC0033;
}

.tipstatus ul li.tipstatusok a:hover {
	text-decoration: none;
	border: 1px solid #008A00;
}

/*********
 * <END: tipstatus
 *********/ 
 
 /* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
 

.cuser {
	color: #CC0033;
}


.email a {	
	font-size: 1.4em;
	text-decoration: none;	
}

.email a:hover  {	
	color: #CC0033;
}

.mail2 {
	width: 100%;
	text-align: right;
	padding: 0px;
}

.mail2 span a {	
	padding: 10px;	
	border: 1px solid #CCCCCC;    
	border-radius: 3px 3px 3px 3px;
	font: bolder 1.2em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}

.mail2 span a:hover {	
	text-decoration: underline;
	border: 1px solid #008A00;    
}

.note1 {
	color: #008A00;
	border: 1px solid #008A00;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bolder;
}

.notesymbol1 {
	font: bolder 1.2em Georgia, "Times New Roman", Times, serif;
	color: #008A00;	
}

.note2 {
	color: #CC0033;	
	border: 1px solid #CC0033;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-weight: bolder;
}

.notesymbol2 {
	font: bolder 1.2em Georgia, "Times New Roman", Times, serif;
	color: #CC0033;	
}


.dataprotection { 
        margin: auto;
        width: 300px;
        border-bottom: 2px solid white;
	padding: 10px ;
	text-align: center;
}

.dataprotection a {
	color: #FFFFFF;
	text-decoration: none;  
	display: block;	
}


 /*********
 * <END: section
 *********/
