
body {
  background-color: #45761A;
  background-image: url('../img/Page-BgTexture.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  font: 12px sans-serif;
  }
  
td, tr {
	font-family: 45px sans-serif; 
 	font-weight: 100;
 	color: #000000;
 	}

.text_normal {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.text_normal a {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}
.text_normal ul, ol, li {
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

#wrapper{
	background: transparent url(../img/bg2.png) no-repeat ; 
	width: 958px;
	height: 790px;
	margin: 0 auto;
	}

div.title{
	position: relative;
	height: 30px;
	margin-left: 9px;
	padding: 0;
	} 

div.title span{
	position: absolute;
	bottom: 0px;
	left: 10px;
	padding: 0;
	color: #fff;
	}
	
div.left{
	position: relative;
	width: 760px;
	float: left;
	margin-left: 9px;
	padding: 0;
	}

div.right{
	width: 180px;
	height: 570px;
	float: left;
	margin: 0;
	padding: 0;
	}

div.nav{
	width: 760px;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
	}

div.nav a {
	font-size: 11px;
	color: #FFFFFF;
	}
div.nav a:hover {
	font-weight: bold;
	}

table.nav{
	width: 390px;
	height: 40px;
	margin: 0 auto;
	border-collapse: collapse;
	}
	
table.subnav{
	height: 25px;
	position: absolute;
	bottom: 0;
	vertical-align: top;
	}
	
table.subnav td, tr{
	font-family: Arial;
	font-size:  12px;
	color: #FFFFFF;
	text-align: center;
	}
	
table.subnav a{
	font-family: Arial;
	font-size:  12px;
	color: #FFFFFF;
	text-decoration: none;
	}	

div.logo{
	width: 170px;
	height: 139px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	text-align: center;
	}

/*MAIN CONTENT*/	
div.box {
	width: 720px;
	height: 570px;
	margin: 0;
	margin: 40px 20px;
	overflow: auto;
	font-size: 11px;
	}

p.location {
	margin: 0; 
	position: absolute; 
	top: 0px; 
	left: 10px;
	font-size: 11px;
	}
	
div.boxcontent{
	width: 580px;
	height: 425px;
	margin: 0;
	padding: 0 10px;
	overflow: auto;
	position: relative;
	text-align: center;
	font: 11px sans-serif;
	} 

/*PRONO VIEW*/
table.prono {
	border-collapse: collapse;
	margin: 10px auto;
	margin-top: 40px;
	width: 650px;
	-moz-user-select: none;		/*no select*/
	}	

table.prono td {
	margin: 50px auto;
	/*padding: 10px 0px; */
	font-size: 13px;
	}	

td.points   {
	background: none;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color:#6a6a6a;
	width: 70px; 
	}

	
table.ranking{
	/*width: 740px;*/
	/*margin-top: 5px;*/
	border-spacing: 0px 3px;
	}
	
table.ranking td{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px 0;
	}

/*CALENDAR BOX*/
div.calendar {
	width: 170px;
	height: 370px; 
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	}

div.calendartitle{
	width: 170px;
	height: 23px; 
	margin: 0;
	padding: 0;
	}	
	
div.calendarcontent{
	width: 170px;
	height: 255px; 
	padding: 0; 
	padding-top: 7px;
	text-align: center;
	}
	
div.calendar table {
	margin: 0 auto;
	}

div.calendar td,tr {
	color: #ffffff;
	font: 11px sans-serif;
	}	

div.calendar p{
	font: 11px sans-serif;
	color: #FFFFFF;
	text-align: center;
	}		

div.calendar a{
	font: 11px sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
/*LOGIN BOX*/	

div.login {
	width: 170px;
	height: 140px;
	margin: 0;
	padding: 15px 0;
	margin-left: 10px;
	position: relative;
	}

div.login_input {
	height: 25px; 
	width: 130px;
	background: transparent url(../img/bg-input-logon.png) no-repeat; 
	text-align: center; 
	margin: 0 auto; 
	padding: 1px 0;
	}
	
div.login table{
	margin: 10px auto;
	}	

div.login input{
	background: none; 
	border: none;
	}	

div.login ul{
	position: absolute; 
	bottom: 10px;
	font: 11px sans-serif;
	color: #FFFFFF;
	width: 100%;
	}
div.login li{
	font: 11px sans-serif;
	color: #FFFFFF;
	}


div.login a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}	

/*LOGOFF BOX*/	
div.logoff {
	width: 170px;
	height: 170px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	position: relative;
	}

div.logoff ul{
	position: absolute; 
	bottom: 10px;
	font: 11px sans-serif;
	color: #FFFFFF;
	width: 100%;
	}
div.logoff li{
	font: 11px sans-serif;
	color: #FFFFFF;
	}


div.logoff  p{
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	}
div.logoff a{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	}	
/*-------------------------*/
table.stats  {
	margin: 0px auto;
	}

table.stats td  {
	width: 170px;
	text-align: center;
	font: 16px Impact, Charcoal, sans-serif;
	}

tr.odd td
{
	background: transparent url(../img/pattern-darkgrey.gif) repeat;
}

tr.sel td
{
	/*background: transparent url(../img/pattern-darkgreen.gif) repeat;*/
	background: transparent url(../img/pattern-yellow.png) repeat;
	/*color: #FFFFFF;*/
}


* html tr.odd td
{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/lucrohart/images/tr_bg_bis.png', sizingMethod='scale');
}

a.link_white{
text-decoration: none;
color: #000000	;
}

a.link_white:visited{
text-decoration: none;
color: #000000;
}

a.link_white:hover{
text-decoration: underline;
color: #000000;
}

 
div.navigation {
	float: left;
	}
	
td.selected{
	background: transparent url(../img/pattern_lightgreen.gif) repeat;
	}

  
span.confirm {
	margin: 0 5px;
	font-size: 11px; 
	font-weight: 550;
	color: green;
	}

div.error {
	width: 500px;
	margin: 0; 
	margin-bottom: 10px; 
	padding-left: 10px; 
	background: transparent url(../img/pattern_red.gif) repeat;
	text-align: left;
	font-size: 12px; 
	color: #fff;
	border: solid 1px red;
	}
div.succes {
	width: 500px;
	margin: 0; 
	margin-bottom: 10px; 
	padding-left: 10px; 
	background: transparent url(../img/pattern-darkgreen.gif) repeat;
	text-align: left;
	font-size: 12px; 
	color: #fff;
	border: solid 1px green;
	}
div.confirm {
	/*clear:left;*/
	/*display: none;*/
	margin: 10px auto;
	font-size: 11px; 
	font-weight: 550;
	color: #000;
	}
	
p.confirm {
	margin: 0 auto;
	font-size: 11px; 
	font-weight: 550;
	color: green;
	text-align: center;
	}

/*REGISTRATION*/
div.registration{
	margin-left: 20px;
	padding: 0;
	width: 600px;
	font: 11px sans-serif;
	}
div.registration span {
	font-family: Arial;
	font-size: 12px;
}

label {
	display: block;
	width: 140px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	float: left;
	}
input {
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	}

div.cntdwn {
	width: 170px;
	height: 40px;
	margin: 0;
	padding: 20px 0;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 17px;
	}

/*Footer*/
div.footer {
	clear: left; 
	margin: 0 9px; 
	font-size: 11px; 
	text-align: left;
	}
div.footer p {
	padding: 5px 10px; 
	color: #FFF
	}

div.footer a {
	font-size: 11px;
	color: #FFF;
	}

/*wraptocenter to vertical align an image and a span inside a div container*/

div.wraptocenter {
   	width: 580px;
	padding: 10px 0;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    }
	
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

#breadcrumb {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 550px;
	font-family: Verdana;
	font-size: 11px;
	/*border-bottom: solid 1px #6a6a6a;*/
	vertical-align: middle;
	padding: 3px 20px;
	color: #6a6a6a;
}
#breadcrumb a{
	color: #6a6a6a;
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: underline;
	}

#pager {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	margin-top: 20px;
	color: #6a6a6a; 
}

/***--Pager--***/				
#pager span {
	padding: 3px 5px;
	margin: 0 3px;
	text-align: center;
	font-size: 10px;
	border: solid 1px #6e6e6e;
	}

#pager a {
	text-align: center;
	color: #6e6e6e;
	text-decoration: none;
	}
#pager a:hover {
	text-decoration: underline;
	}

span.current {
	background: url(../img/pattern-darkgreen.gif); 
	text-align: center; 
	color: #fff; 
	font-weight: bold;
	}
span.pagenr {
	text-align: center; 
	color: #fff; 
	}
.subtitle {
	font-family: Arial;
	font-size: 13px;
	
}
/*------------------------------------------*/

/***--button--***/	
#button {
	
	background: url(../img/prono-btn.png) no-repeat;
	height: 31px;
	width: 129px;
	vertical-align: middle;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	border: none;
	}

a.button:link, a.button:visited {
	display: block;
	background: url(../img/prono-btn.png) no-repeat;
	height: 21px;
	width: 129px;
	vertical-align: middle;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	margin: 0 auto;
}

a.button:hover {  }
