/* Yleiset tyylimääritykset */

body {
 background:#eeeeee;
 margin:0px 0px 0px 0px;
 padding:0px;
}
div {
 visibility: hidden; 
}
p {
 margin:0px 10px 10px 10px;
 font-family: Verdana;
 font-size: small;
}
h1 {
 font-family: verdana;
 font-weight: bold;
 font-size: large;
 color: #fe295a;
 margin: 5px;
}
a:link { font-weight: bold; color: #ff6633; text-decoration: none; }     /* unvisited link */
a:visited { font-weight: bold; color: #ff6633; text-decoration: none; }  /* visited link */
a:hover { font-weight: bold; color: #ff6633; text-decoration: underline overline; }   /* mouse over link */
a:active { font-weight: bold; color: #ff6633; text-decoration: none; }   /* selected link */


/* Layoutin peruselementit */
#layout_keski {
 visibility: visible;
 position: absolute;
 top: 0px;
 left: 0px;
 background:#eeeeee;
}


/* Uutisiin liittyvät tyylimääritykset */
div.uutinen {
 visibility: visible;
 position: relative;
 padding: 0px;
 margin-top: 10px;
 outline-style: normal;
}
div.uutinen td {
 height: 52px;
 color: #cccccc;
 margin: 0px 10px 0px 10px;
 cursor: pointer;
}
div.uutinen td.uutisotsikko {
 background: black;
}
div.uutinen h2 {
 font-family:helvetica;
 font-size:medium;
 margin: 0px 0px 0px 10px;
 padding:0;
}
div.uutinen p.uutispvm {
 font-family:verdana;
 font-size:x-small;
 color:#666666;
 margin: 0px 0px 0px 10px;
 padding:0;
}
div.uutinen td.uutisteksti {
 height: auto;
 background: none;
 cursor: default;
 color: #000000;
}
div.uutinen td.uutisteksti p {
 font-size:smaller;
}

/* Joukkue-sivuun liittyvät tyylimääritykset */
#pelaajat table {
// border:#cccccc 1px solid;
}
#pelaajat td {
 border:#cccccc 0px solid;
 font-size:x-small;
}


/* Muut tyylimääritykset */
div.musta {
 position: relative;
 border: medium double white;
 padding: 5px;
 background: black;
 color: silver;
 font: normal normal normal 10px verdana;
}
