/* LOGIN */
.login_table {
	width : 400px ;
	background-color : black ; 
	font-size: 12px ;
	color: black ;
	font-weight: normal ; }
.login_table2 {
	width : 100% ;
	font-size: 12px ;
	color: black ;
	font-weight: normal ;
	background-color : white ; }
.login_title {
	font-size: 12px ;
	height : 20px ;
	color: white ;
	font-weight: bold ;
	background-color : #9DA9BB ; }	
	
/* INSCRIPTION */
.inscription_table {
	width : 100% ;
	font-size: 12px ;
	color: black ;
	font-weight: normal ;
	background-color : white ; }
	
.inscription_details { 
	font-size: 10px ;
	color: black ;
	font-weight: normal ; }
.inscription_required { 
	font-size: 12px ;
	color: #CC0000 ;
	font-weight: bold ; }
.inscription_error { 
	font-size: 12px ;
	color: #CC0000 ;
	font-weight: bold ; }
.inscription_ok { 
	font-size: 12px ;
	color: #009e0f ;
	font-weight: bold ; }
.inscription_skipper { 
	font-size: 12px ;
	color: #CC0000 ;
	font-weight: bold ;
	background-color : #A8DBE4 ; }
.inscription_selected { 
	font-size: 12px ;
	height : 20px ;
	color: white ;
	background-color : #9DA9BB ;
	font-weight: bold ; }
a.inscription_selected { 
	font-size: 12px ;
	color: white ;
	font-weight: bold ; }
a.inscription_selected:hover { 
	font-size: 12px ;
	color: #FF7800 ;
	font-weight: bold ; }

.inscription_notselected { 
	font-size: 12px ;
	height : 20px ;
	color: black ;
	font-weight: bold ; }
		
/* PROGRESS */
.progress_tobedone { 
	font-size: 12px ;
	color: black ;
	font-weight: bold ;
	background-color : #EDEDED ; }
.progress_done { 
	font-size: 12px ;
	color: white ;
	font-weight: bold ;
	background-color : #9DA9BB ; }
	
	
	
	