﻿/* -------------------------------------------
--  File   : style.css
--  Author : Jomar Hønsi
--  Descr  : common style sheet for contents
--------------------------------------------- */

body
{
	background-color:#506058;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
}

div#main
{
	border-radius:5px;
	width:800px;
  padding:10px;
  margin:auto;
	background-color:#e8e8ef;
	border:1px solid #abc;
	box-shadow:inset 0 0 10px #363;
}

div.lastmatch
{
	margin:0 auto;
	margin-top:-110px;
	padding:0;
	padding-left:10%;
	text-align:left;
	color:#34c;
	background-color:#eee;
	width:50%;
	border: 1px #999 solid;
	font-weight:bold;
	border-radius:10px;
  opacity:0.85;
}

div.lastmatch p
{
	margin:0;
	padding:5px;
}

div.lastmatch span
{
	font-size:12px;
	color:black;
	font-weight:normal;
}

div.info
{
	border:1px solid #669;
	background-color:#fff;
	padding:0 10px 0 10px;
	box-shadow:inset 0 0 2px #669;
  border-radius:10px;
  margin-top:20px;
}

div.info h3
	{
	font-size:12px;
	margin-top:-10px;
	margin-left:30px;
	text-align:center;
}

div.info h3 span
	{
	margin:0 auto;
	background-color:#eee;
	padding:0 10px 0 10px;
	color:blue;
	width:15%;
	display:block;
	border-radius:5px;
	border:1px solid #999;
}

hr
	{
	margin:0;
	padding:0;
	width:80%;
}

h1 
{
	margin:0px auto;
	padding:50px 0px 0px 0px;
	font-size:48px;
	text-align:center;
	color:#eef;
	letter-spacing:3px;
	text-shadow: 10px 10px 1px #000;
	background-color:#eee;
	background: url('fifa2014.jpg');
	border-radius:5px;
	border:1px solid #ddd;
	height:250px;
	box-shadow:inset 0 0 10px #304050;
  display:block;
}

h2 
{
	font-size:14px;
	text-align:center
}

h3
{
	font-size:12px;
	text-align:left;
}

table
{
	margin-top:20px;
	width:100%;
	border:0;
	background-color:#abc;
}


table caption
{
	font-size:18px;
	font-weight:bold;
  margin:10px 0 10px 0;
  color:blue;
}

td 
{
  text-align:center;
  background-color:#f8f8f7;
	padding:4px 0 4px 0;
}


table.finals caption
{
	text-align:left;
	margin-left:42%;
	font-size:14px;
}


th {
   	background-color:#eee;
    font-size:14px;
}

table.ranking tr td
{
  text-align:left;
  padding-left:10px;
  font-size:13px;
}

table.ranking tr td:first-of-type
{
  text-align:right;
  padding-right:1.6%;
}

table.ranking tr td:nth-of-type(2)
{
  background-color:#f0f0f8;
}

table.ranking tr td:nth-of-type(6)
{
  text-align:center;
  padding:0;
  background-color:#f0f0f8;
}

p.update
{
  text-align:left;
	font-size:10px;
	font-style:italic;
	width:200px;
	display:block;
	color:black;
	background-color:#eee;
}

table.bets td.match {
	text-align:left;
	padding-left:10%;
}

table.bets td:nth-of-type(4)  {
	font-size:small;
	color:#345;
}

table.bets, table.finals
{
	background-color:#ccc;
}

table.bets td, table.finals td
{
	background-color:#e0e0d8;
	font-size:13px;
	color:#043;
}

table.finals td
{
	width:11.25%;
	text-align:center;
}

td.points
{
	text-align:center;
	width:10%;
}

table.bets tr.played td
{
	background-color:#fff;
}

table.bets tr td:nth-of-type(3)
{
	text-align:left;
  width:12%;
  padding-left:12px;
  font-size:12px;
  font-family: "Courier New", Courier, monospace;
}


table tr td.p0
{
	color:red;
}

table tr td.p2
{
	color:blue;
}

 tr td.p3
{
	color:green;
	font-weight:bold;
}

p.sign {
	text-align:center;
	font-size:10px;
}

a, a.visited {
	color:#346;
	text-decoration:underline;
}

a.link_nopay {
	color:#c33;
	font-size:13px;
}

a.link_nopay::after
{
	color:#c33;
	font-size:15px;
	content:" !! ";
}

span.time
{
	font-size:11px;
	color:#336;
	font-style:italic;
}

