﻿body {
}

a
{
	color: #0060b6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	padding: opx;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2
{
	color: #0060b6;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
}

p
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#DailyGamesTable td
{
	font-size: 11px;
	background: #dbe3f4;
	border-bottom: 1px solid silver;
	padding-right: 10px;
}

#DailyGamesTable th
{
	font-size: 11px;
	font-weight: bold;
	background: #97adde;
	border-bottom: 1px solid black;
}

.DailyRankingTable td
{
	font-size: 11px;
	background: white;
	border-bottom: 1px solid silver;
	padding-right: 10px;
}

.DailyRankingTable th
{
	font-size: 11px;
	font-weight: bold;
	background: #00adef;
	border-bottom: 1px solid black;
}

.TableLegend
{
	margin-top: 4px;
	font-size: 9px;
}

/* == LEFT MENU =========================== */

#LeftMenu
{
    margin-top: 0px;
    width: 120px;
    PADDING: 0px; 
    /*MARGIN-left: -5px; */ 
    font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

#LeftMenu UL {
	MARGIN: 0; 
	PADDING: 0; 
	LIST-STYLE-TYPE: none; 
	BORDER-width: 0px;
	background: #f1f1f1;
}
#LeftMenu UL LI {
	POSITION: static ;
	PADDING: 0px 0px 0px 0px; 
	DISPLAY: block;
	/*FLOAT: left;*/ /* pentru afisare orizontala */
	MARGIN: 0px; 
    /* border-right: 2px solid white; */
    text-align: left;
    vertical-align:middle;
    width: 120px;
}

#LeftMenu UL LI A {
	PADDING: 5px 0px 3px 3px; 
	DISPLAY: block; 
	HEIGHT: 100%;
	TEXT-DECORATION: none;
	font-weight: bold;
	color:#333367;
    BORDER-bottom: dotted 1px silver;
}
#LeftMenu UL LI A:hover {
 background-color: #333367;
 color: white;
}
#LeftMenu A.selected 
{
 background-color: gold;
 /*border-bottom: 1px solid #e1001a;*/
 color: black;  
}

#LeftMenu ul li ul
{
    padding-left: 8px;
    /*margin-right: -7px;*/
    background: #dddddd;

}
#LeftMenu ul li ul li
{
    width: 112px;
}
#LeftMenu ul li ul li A
{
	font-weight: normal;
	
}

/* =============================================== */


#gs td {background: #e9f6fb; padding: 6px 12px 6px 4px; }

#gs td.nogame {}

#gs td.h1 {background: #0060b6; color: white; font-weight: bold; font-size: 14px;}

#gs td.h2 {background: #4498c8; color: white; font-weight: bold; }