/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;     
 background: #3eb2db;
 color: #333333;
 }

	 
#hdr{
 width: 100%;
 height: 150px;
 margin: 0px;
 background: #000000;
 background-image: url(images/ucrtopright.jpg);
 background-position: top right;
 background-repeat: no-repeat;
 color: #FFFFFF;
 border-bottom-style:solid;
 border-color:#000000;
}
 
#hdrlogo{
	width: 350px; /* logo width */
	height: 100%;
	margin: 0px;
	background: #000000;
	background-image: url(images/ucrlogo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
 
#lh-col{
 width: 158px;
 height:3250px;
 float: left;
 background: #3d53e7;
 color: #FFFFFF;
 margin: 0px;
 padding: 20px;
 padding-right: 0px;
/* border-right-style:solid;
 border:1px;*/
 }

#rh-col{
 height:600px;
 background: #3eb2db;
 color: #333333;
 margin-left:180px;
 margin-top:30px;
 padding: 0px;
 padding-left:15px;
 border:0px;

 }


/*content presentation*/

#tabnavactive {
   float: left;
   font: bold 30px verdana, arial, sans-serif;
   list-style-type: none;
   text-decoration: none;
   display: block;
   color: #FFFFFF;
   /* background-color: #3d53e7; */
   background-image: url(images/activebg.png);
   background-repeat: repeat-y; 
   width:158px;
   margin: 0px;
   padding: 1px;
   padding-bottom:4px;
   padding-right:0px;
   /*
   border: 1px;
   border-left-style:solid;
   border-top-style:solid;
   border-bottom-style:solid;
   */
}

#tabnavpassive {
   padding-bottom: 0px;
   padding-left: 0px;
   margin: 0px;
   border: 0px;
}


#tabnavpassive a {
   float: left;
   font: bold 30px verdana, arial, sans-serif;
   list-style-type: none;
   display: block;
   color: #FFFFFF;
   background-color: #3D53E7;
   text-decoration: none;
   padding: 2px;
}


#tabnavpassive a:hover {
   color: #333333;
/*   background: #3d53e7;
   width:155px;
   border: 1px;
   border-left-style:solid;
   border-top-style:solid;
   border-bottom-style:solid;
   border-color:#333333;   
*/
}




#title {
   font: bold 30px verdana, arial, sans-serif;
   margin-bottom:30px;
}

#boutonsroulette{
   margin-bottom:0px;
}
 

table#liste{
    margin-top:0px;
	vertical-align:middle;
	float: left;
	font: bold 10px verdana, arial, sans-serif;
}


td#nametop { 
	text-align: center;
	width: 100px;
}

td#player { 
	text-align: center;
	width:210px;
	padding-top:0px;
}
td#char	{
		height:50px;
}

td#name { 
	text-align: left;
}

td#stars { 
	text-align: center;
}

form {
	display: inline;
}

