body { 
    /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-family: Verdana, sans-serif; 
    background-color: #fff;
    color: #393939;
    margin: 0px;
    text-align: justify;
    font-size: 9pt;
    line-height: 1.7em; 
}

h1 { 
    font-size: 200%;
    margin: 0; 
}
h2 { 
    font-size: 160%; 
    font-weight: normal; 
}

#container {
border: 0;
margin: 0;
width: auto;
}

p.small { margin: 0px; font-size: smaller; }

a { text-decoration: none; color: red; }
a:hover { text-decoration: underline; color: red; }



#head {
   text-align: left;
   width: auto;
   height: 116px;
   margin-bottom: 0px;
   background-color: transparent;
   
}

div.menu {
   margin: 0px;
   width: 140px;
   position: relative;
   float: left;
   padding: 0px;
   border: 0px solid #c0c0c0;
   background: #b8b8b8;
   background-image: url(menualja.gif);
   background-position: bottom center;
   background-repeat: no-repeat;
}
div#menu a.home { color: #000000; background: #fff; border: 1px solid #fff; margin: 1px 0px 1px 0px; text-decoration: none;}
div#menu a.home:hover { background: #fff; border: 1px solid #fff; margin: 1px 0px 1px 0px;text-decoration: none;}
div#menu a {
text-align: center;
font-weight: bold;
width: 138px;
margin: 0px;
display: block;
color: #fff;
border-top: 1px solid #808080;
border-bottom: 1px solid #808080;
text-decoration: none;
 }
 div#menu a:hover { background: #ddd; text-decoration: none; text-decoration: none; color: #FF0000;}


table.uniques {
   border: 0px solid #e0e0e0;
   background-color: #e0e0e0;
   padding: 5px;
   text-align: left;
}
table.uniques td {
   background-color: #f0f0f0;
   padding-left: 10px;
}
   
table.penalty {
   border: 1px solid #e0e0e0;
   background-color: #e0e0e0;
   padding: 5px;
   text-align: left;
}
table.penalty th {
   text-align: right;
}
table.penalty td {
   background-color: #f0f0f0;
}

/* Styles for the userlist */
li.online { font-weight: bold; }
li.offline { color: #707070; }
a.offline { color: #707070; }
#map {
    width: 500px;
    height: 500px;
    background-image: url(newmap.png);
}


table.forum {
    border: 1px solid #c0c0c0;
    table-layout: fixed;
    overflow: auto;
}

table.forum td,tr,caption,thead,tfoot,th {
    padding-left: 10px;
    padding-right: 10px;
}
.tdblue { background-color: #339999; }
.tdgray { background-color: #336699; }
.tdred {
    border: 1px solid red;
    background-color: #FFCCCC;
}
.smallest {
    font-size: 11px;
}

.jatekosdb th {
 backgorund-color: #e0e0e0;
}
tr.odd {
 background-color: #eee;
}
tr.thline {
color: red;
}
#userimg {
 float:right;
}
#userimg img {
 border: 0;
}
#pelda {
	padding-left: 5px;
	font-size: 8pt;
	font-style: italic;
	line-height: normal;
}

code {
	width: 100%;
	border-left: 2px solid red;
	padding: 5px;
	background-color: #eee;	
}
