body
{
	background-color: white;
	padding: 0px;
	margin: 0px
}

.logo
{
	font-family: "Monotype Corsiva", Arial;
	font-size: 22px;
	color: #bfbfbf
}

.flower1
{
	background: url('/imgs/bg-flower1.jpg');
	background-position: top right;
	background-repeat: no-repeat
}

.flower2
{
	background: url('/imgs/bg-flower2.jpg');
	background-position: bottom left;
	background-repeat: no-repeat
}

div.popup { position: absolute; visibility: hidden; background-color:#dbdbdb; filter: progid:DXImageTransform.Microsoft.Shadow(color=#B0B0B0,direction=135,strength=3) }
td.popup { background-color: white }
.popup, a.popup:link, a.popup:visited {
	text-transform: uppercase;
	font-weight: bold;
	color: #A4A4A4;
	text-decoration: none
}
a.popup:hover { text-decoration: underline }

a.mr:link, a.mr:visited { font-family: Tahoma; font-size: 11px; font-weight: bold; color: #A4A4A4; text-transform: uppercase; text-decoration: none }
a.mr:hover { text-decoration: underline }

td.ml { padding: 5px 7px 5px 20px; background: url('/imgs/bg-ml.gif'); background-position: center left; background-repeat: no-repeat }
td.ml-a { padding: 5px 7px 5px 20px; background: url('/imgs/bg-ml-a.gif'); background-position: center left; background-repeat: no-repeat; background-color: #e25760 }

a.ml:link, a.ml:visited { font-family: Tahoma; font-size: 11px; font-weight: bold; text-transform: uppercase; text-decoration: none }
a.ml:hover { text-decoration: underline }

a.ml-a:link, a.ml-a:visited { font-family: Tahoma; font-size: 11px; font-weight: bold; text-transform: uppercase; text-decoration: none; color: white }
a.ml-a:hover { text-decoration: underline }

.mt { font-size: 11px }

.must { background-color: white }
.lost { background-color: #ffcfcf }

div.progress { display: none; border: 1px dotted #b4b4b4; padding: 10px; margin-bottom: 10px; background-color: white; text-align: center }

.btn { border: 1px solid #e25760; text-transform: uppercase; font-weight: bold; background-color: #e25760; color: white; cursor: pointer }
.btn:hover { border: 1px solid white }