body
{
	background-color: #fdfaf5;
	padding: 0px;
	margin: 0px
}

div.progress { display: none; border: 1px dashed #c7bc90; padding: 10px; margin-bottom: 10px; background-color: white; text-align: center }

.must { background-color: white }
.lost { background-color: #ffcfcf }

.btn {
	border: 0px;
	text-align: left;
	padding-left: 15px;
	background: url("/imgs/btn.gif");
	background-repeat: no-repeat;
	cursor: pointer;
}

@-moz-document url-prefix() {
	.btn { padding-left: 12px; padding-top: 1px }
}

.divt { display: block; margin-left: 7px }

.divtin0 {	cursor: pointer;
	display: block;
	margin: 8px 5px 0px 5px;
	float: left;
	width: 180px;
	background: url('/imgs/divtin-0.gif');
	background-repeat: no-repeat
}
.divtin0 a:link, .divtin0 a:visited {	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: black}
.divtin0:hover {	background: url('/imgs/divtin-0-h.gif');
	background-repeat: no-repeat
}
.divtin0:hover a:link, .divtin0:hover a:visited {	color: #8a1d00;
	background-color: #e8cf6b;
	text-decoration: none
}
.divtin1 { background: url('/imgs/divtin-1.gif'); background-position: top right; background-repeat: no-repeat }
.divtin2 { background: url('/imgs/divtin-2.gif'); background-position: bottom right; background-repeat: no-repeat; padding: 10px 12px }
.divtin3 { background: url('/imgs/divtin-3.gif'); background-position: bottom left; background-repeat: no-repeat }

.btn:hover { color: #9e1702 }

.mt { font-size: 11px; color: #a1a1a1 }
a.mt:link, a.mt:visited { color: #a1a1a1; text-decoration: underline }
a.mt:hover { color: white; background-color: #a1a1a1; text-decoration: none }

.divmr {	cursor: pointer;
	display: block;
	float: left;
	padding: 20px 5px 5px 5px;
	margin: 5px 0px;
	border-left: 1px solid #a1a1a1
}
.divmr a:link, .divmr a:visited {	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffce23;
	text-decoration: none;
}
.divmr:hover {	padding: 18px 5px 7px 5px;
	border-left: 1px solid white
}
.divmr:hover a:link, .divmr:hover a:visited {	color: white;
	background-color: #464646;
	text-decoration: none;
}

.bc { font-size: 12px; color: #a8a600 }
a.bc:link, a.bc:visited { color: #756f59; text-decoration: underline }
a.bc:hover { color: white; background-color: black; text-decoration: none }

.al { font-size: 12px; font-family: Tahoma; color: #a8a600 }
a.al:link, a.al:visited { color: #756f59; padding: 0px; text-decoration: underline }
a.al:hover { color: #9e1702; background-color: #fdfaf5; text-decoration: none }

.lr { border-right: 2px solid #BBBBBB; padding-right: 30px }
.ll { border-left: 2px solid #BBBBBB; padding-left: 30px }