/* Här ligger VG-stilen, gemensam för alla sidor */

/* Se http://www.regularexpressions.info/regex.css för en del snyggt! */

/* Välj mellan gult och rött genom att ändra denna länk! */
@import "CSS/farg.css";

BODY { 
	color: black; 
	font-family: Verdana, sans-serif;
}

A { text-decoration: none; }
A:hover { text-decoration: underline; }

DIV { padding: 1em; }
IMG { border: none; }

STRONG, SPAN.bort { color: red; font-weight: bolder; }

/* (A)llsvenskan, (C)upen, (S)upercupen, (R)oyal League, 
(M)ästarligan, (U)efacupen, (I)ntertotocupen, (L)andslag */
.A { background: #cff; }
.C { background: #cf9; }
.S { background: #cfc; } 
.R { background: #ccf; }
.M, .E, .U, .I { background: #fcc; }
.L { background: white; }


/* ... och färglagda feta ramar till dessa (används bara i DIV ?) */
DIV.Ab { background: #cff; border: thin solid blue; }
DIV.Cb { background: #cf9; border: thin solid green; }
DIV.Sb { background: #cfc; border: thin solid green; } 
DIV.Rb { background: #ccf; border: thin solid purple; }
DIV Mb, DIV.Eb, DIV.Ub, DIV.Ib { background: #fcc; border: thin solid red; }
DIV.Lb { background: white; border: thin solid black; }


/* Olika tabeller */

TABLE { background: #ffc; border-collapse: collapse; border: thin solid black; }
TD, TH { padding: 0.2em; border: thin dotted black; white-space: nowrap; }
TD.kommentar { background: white; color: #00c; font-weight: bold; text-align: center; }
TD.manad { background: #ccc; color: #00c; font-weight: bold; text-align: center; }


/* (h)emma-, (n)eutral, (b)ortaplan  samt  (F)öre helg, (H)elg */
/* respektive  (A)llsvenskan, (C)upen, etc */

SPAN.F { color: blue; }
SPAN.H { color: red; }

TD.h, TD.hF, TD.hH, TH.hA, TH.hC, TH.hS, TH.hR, TH.hM, TH.hE, TH.hU, TH.hI { background: #ff9; }
TD.n, TD.nF, TD.nH, TH.nA, TH.nC, TH.nS, TH.nR, TH.nM, TH.nE, TH.nU, TH.nI { background: #ffc; }
TD.b, TD.bF, TD.bH, TH.bA, TH.bC, TH.bS, TH.bR, TH.bM, TH.bE, TH.bU, TH.bI { background: white; }

TD.hF, TD.nF, TD.bF { color: #33f; }
TD.hH, TD.nH, TD.bH { color: #f33; }
TD.h , TD.n , TD.b  { color: black; }

TH.hA, TH.nA, TH.bA { color: blue; }
TH.hC, TH.nC, TH.bC { color: green; }
TH.hS, TH.nS, TH.bS { color: #0ff; }
TH.hR, TH.nR, TH.bR { color: purple; }
TH.hM, TH.nM, TH.bM, TH.hE, TH.nE, TH.bE, TH.hU, TH.nU, TH.bU, TH.hI, TH.nI, TH.bI { color: red; }


/* Olika bra tips, samt namnbakgrund */
.ratt { background: #9f9; }
.bra  { background: #9ff; }
.acc  { background: #ff9; }
.fel  { background: #f99; }
.tom  { background: white; }
.namn { background: #fc9; }


/* Formulär */
INPUT[type="submit"] { background: white; color: black; border: solid; }
INPUT[type="reset"] { background: #f99; color: black; border: solid; }
