@CHARSET "ISO-8859-1";

/* GLOBAL */
 body {
	margin: 0;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E2E2E2;
	background-image: url("background.gif");
	background-position: center center;
	background-repeat: repeat-y;
}

h1 {
	margin: 0px;
	color: #FFD004;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
h2 {
	margin: 0px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
p {
	margin: 0px;
	font-size: 12px;
	padding-bottom: 20px;
}
a:focus{
	text-decoration: underline;
	color: #FFD004;
}

a:hover{
	text-decoration: underline;
	color: #FFD004;
}
a{
	text-decoration: none;
	color: #FFD004;
}

/* LAYOUT */
#centered {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 240px;
	background-image: url("background.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
.layoutTable {
	border-collapse: collapse;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
}
.menuTd {
	overflow: hidden;
	vertical-align: top;
	width: 159px;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.contentTd {
	vertical-align: top;
	background-image: url("background_content.jpg");
	background-repeat: no-repeat;
	border: 1px solid #333333;
	height: 200px;
	overflow: visible;
	padding: 0px;
	margin: 0px;
}
#inner {
	padding: 5px;
	text-align: justify;
}
.menuTable {
	width: 158px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.menuNbr {
	background-color: none;
	border: 1px solid #333333;
	border-bottom-width: 1px;
	background-image: url("menu1.jpg");
	width: 28px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.menuNbrSel {
	background-color: none;
	border: 1px solid #FFD004;
	border-bottom-width: 1px;
	background-image: url("menu1.jpg");
	width: 28px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.menuLnk {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}
.menuLnkSel {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #FFD004;
}
.menuInline {
	height: 40px;	
}
.menuInlineSmall {
	height: 2px;
	overflow: hidden;
}
.lnk {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.lnk:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.lnk:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.lnk:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/*html>body #preFooter {
	background-image: url("lotto.png");
}*/
#preFooter {
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url("lotto.png");
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.united2ride.be/primusenduro/design/lotto.png', sizingMethod='scale');*/
}
#footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	font-size: 7px;
	color: #444444;
}
.redirectMsg {
	background-color: none;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #333333;
}

/* INSCRIPTION */

.inputText {
	border: 1px solid #444444;
	background-color: #F8F8F8;
	color: #000000;
}
.inputTextSelected {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
}
.buttonTd {
	text-align: center;
	padding: 5px;	
}
.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}
.error {
	color: #FF0000;
}

/* Photos */
#imgDiv {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: url("loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
}
.tnDiv {
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	text-align: center;
	overflow: auto;
	white-space: nowrap;
}
.tnLink {
	margin: 2px;
}
.mainImg {
}
.tnTable {
	text-align: center;
	margin-top: 10px;
	width: 100%;
}
.tnTable img {
	border: 1px solid #000000;
}