/*
Feuille de style pour le site Shaoliege.be
Copywrite 2010 Kung fu Nam Pai Chuan Liege
*/

/* Styles par défaut */
body 
{
	width:				800px;
	margin: 			0px auto;
	padding:			0px;
	text-align:			center;
	background-color: 	#cccccc;
	/*
	font-family: 		Arial,Helvetica,sans-serif;
	*/
	font-family: 		Verdana,Arial,Helvetica,sans-serif;
}
table 
{
	background-color: 	white;
}
p, h1, h2, h3 
{
	padding: 			0px;
	margin: 			0px;
	/*font-family: 	Arial,Helvetica,sans-serif;*/
	font-weight: 		inherit;
	font-style: 		normal;
	text-align: 		justify;
}

p, li
{
	font-size: 			80%;
}

acronym, abbr
{
	text-decoration: 	none;
	border-bottom: 		1px dashed;
	font-weight:		bold;
}

h1 
{
	font-size: 			120%;
	margin:				5px;
	padding:			5px;	
	padding-top:		10px;
	padding-bottom:		10px;
	border-left:		10px solid #666666;
	border-right:		10px solid #666666;
	border-top:			1px solid #666666;
	border-bottom:		1px solid #666666;
	-moz-border-radius:			3px;
	-webkit-border-radius:		3px;
	-moz-box-shadow: 			0 0 5px #666;
	-webkit-box-shadow: 		0 0 5px #666;	
	color: 				white;
	text-shadow:		1px 1px 0 rgba(102,102,102,1.0);
	background:			#999999;
	background: 		#999999 url(../pictures/small_back_i.png) no-repeat;
	background-position: 5px center;
	padding-left:		40px;
}
h2 
{
	margin:				5px;
	padding:			5px;	
	border-left:		10px solid #999999;
	border-right:		10px solid #999999;
	border-top:			1px solid #999999;
	border-bottom:		1px solid #999999;
	-moz-border-radius:			3px;
	-webkit-border-radius:		3px;
	background-color: 	#CCCCCC;
	font-size: 			100%;
	font-weight: 		normal;
	color: 				black;
	text-shadow:		1px 1px 0 rgba(255,255,255,1.0);
}
h3 
{
	margin:				5px;
	margin-left:		30px;
	margin-right:		30px;
	padding:			5px;	
	border:				1px solid #999999;
	-moz-border-radius:			3px;
	-webkit-border-radius:		3px;
	background-color: 	#EEEEEE;
	font-size: 			100%;
	font-weight: 		normal;
	color: 				#666666;
}

a
{
	text-decoration:	none;
}
a:link, a:visited
{
	color:				#CC0000;
}
a:hover
{
	color:				white;
	background-color:	#999999;
	-moz-border-radius:			2px;
	-webkit-border-radius:		2px;
	-moz-box-shadow: 			0 0 5px #666;
	-webkit-box-shadow: 		0 0 5px #666;	
	/*text-decoration:	underline;*/
}

/* Style pour centre de page */
#main_page
{
	background-color:	white;
}


/* Style pour les éléments de tête */
#header
{
	font-size:			80%;
	background-color:	black;
}
#header p
{
	padding: 			5px;
	color: 				white;
}
#header a, #header a:visited, #header a:link, #header a:hover
{
	color: 				white;
	text-decoration:	none;
}

#top
{
	font-size:			80%;
	float:				right;
	padding-top: 		2px;
	padding-right: 		2px;
	color:				black;
	background-color:	black;
}

#top ul
{
	list-style:			none;
	padding:			0px;
	margin:				0px;
}

#top li
{
	width:				30px;
	float:				left;
	padding:			0px;
	margin: 			0px;
	text-align:			center;
	vertical-align:		middle;
	border:				1px solid black;
	color:				black;
	background-color:	white;
}
#top li:hover
{
	color:				white;	
	background-color:	#666666;
	border:				1px solid white;
}
#top a
{
	color:				inherit;
}

#counter
{
	background-color:	black;
}

#head_banner
{
	background-color:	white;
}

/* Style pour la page d'intro */
#intro
{
	padding:			0px;
	padding-left:		0px;
	margin: 			0px;
	min-height:			300px;
	background-color:	white;
	color:				black;
}
#intro ul
{
	list-style:			none;
	padding:			0px;
	margin:				0px;
}
#intro li
{
	padding:			10px;
	margin: 			20px;
	text-align:			center;
	font-size:			150%;
}
#intro li a.link:link, #intro li a.link:visited
{
	color:				black;	
	text-decoration:	none;
}
#intro li a.link:hover
{
	color:				red;	
	text-decoration:	none;
}

/* Style pour la page elle-même */
#main
{
	padding:			0px;
	padding-left:		200px;
	margin: 			0px;
	min-height:			300px;
	background-color:	white;
	color:				black;
	text-align:			justify;
}

#main p
{
	padding-right:		30px;
	padding-left:		30px;
}
#main lu
{
	margin:				0px;
}
#main li
{
	margin-left:		10px;
	padding-right:		30px;
	padding-left:		10px;
	padding-top:		3px;
	padding-bottom:		3px;
	list-style-type: 	none;
	list-style-image:	url(../pictures/bullet.png);
	list-style-position:	outside;
}
#main table
{
	/*background-color:	#EEEEEE;*/
	font-size:			80%;
	width:				540px;
	margin-left:		30px;
	margin-right:		30px;
	/*border:				1px solid #666666;*/
	/*border-collapse:	collapse;*/
	border:	3px;
}
#main td
{
	text-align:			center;
	/*border:				1px solid #666666;*/
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	background-color:	#CCCCCC;
	padding:			2px;
}

#main td.precept
{
	background-color:	#999999;
	width:				50px;
	/*background-color:	#6666AA;*/
	border:				5px solid #666666;
	font-size:			200%;
	font-weight:		bold;
	color:				white;
	text-shadow:		0px 0px 3px #000000;
	padding:			10px;
}

#main th
{
	/*border:				1px solid #666666;*/
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	padding:			5px;
	background-color:	#666666;
	color:				white;
	text-align:			center;
}

/* Style pour le bas de page */
#footer
{
	font-size:			80%;
	background-color:	black;
	color:				white;
	/*height:				40px;*/
}
#footer p
{
	padding: 			5px;
	text-align:			center;
}

#NPC
{
	float:				right;
	padding:			10px;
}

/* Other styles */
.info
{
	font-style:			italic;
	border:				1px dashed #CCCCCC;
	-moz-border-radius:			3px;
	-webkit-border-radius:		3px;
	margin:				10px;
	margin-left:		30px;
	margin-right:		30px;
	padding:			5px;	
	background-color:	#EEEEEE;
}

.important
{
	border:				1px solid #CC0000;
	-moz-border-radius:			3px;
	-webkit-border-radius:		3px;
	-moz-box-shadow: 			0 0 5px #CC0000;
	-webkit-box-shadow: 		0 0 5px #CC0000;	
	color:				#CC0000;
	margin:				10px;
	margin-left:		30px;
	margin-right:		30px;
	padding:			5px;	
	background-color:	#EEEEEE;
}
.italic
{
	font-style:			italic;
}
.spaced
{
	margin-top:			15px;
	margin-bottom:		15px;	
}
/*
.spaced:first-letter
{
	font-size: 			200%;
	font-weight:		bold;
}
*/

.centered
{
	text-align:			center;
}
.leftpic
{
	float:				left;
	margin-right:		10px;
	margin-bottom:		5px;
	padding:			5px;
	background-color:	#CCCCCC;
	border:				1px solid #666666;
	-moz-border-radius:			3px;
	-webkit-border-radius:		3px;
}
.validated
{
	float: 				left;
	width:				200px;
	padding-left:		50px;
}
img.validated
{
	border:				0px solid black;	
}

p.centerpic
{
	font-style:			italic;
	font-size:			60%;
	margin:				10px;
	margin-left:		30px;
	margin-right:		30px;
	padding:			5px;
	background-color:	#CCCCCC;
	border:				1px solid #666666;
	-moz-border-radius:			3px;
	-webkit-border-radius:		3px;
	text-align:			center;
}

.map
{
	font-size:			60%;
	margin:				10px;
	margin-left:		70px;
	margin-right:		30px;
	height:				300px;
	width:				400px;
	padding:			5px;
	background-color:	#CCCCCC;
	border:				1px solid #666666;
	-moz-border-radius:			3px;
	-webkit-border-radius:		3px;
	text-align:			center;
}

.totop:link, .totop:visited
{
	float:				right;
	font-weight:		bold;
	background-color:	#CCCCCC;
	color:				#999999;
	border:				1px solid #999999;
}
.totop:hover
{
	float:				right;
	font-weight:		bold;
	background-color:	#666666;
	color:				white;
	border:				1px solid white;
}

.input
{
	font-size:			80%;
	margin:				5px;
	margin-left:		30px;
	margin-right:		30px;
	padding:			5px;	
	background: 		transparent url(../pictures/back_simple.png) no-repeat;
	border:				5px solid #CCCCCC;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	text-align:			left;
}

.input label
{
/*	clear:				both;*/
	margin-right:		5px;
	margin-top:			4px;
	width:				150px;
	display:			block;
	text-align:			right;
	float:				left;
}

.disabled
{
	color:				#FFFFFF;	
}

input
{
	clear:				both;
	background:			#EEEEEE;
	border: 			1px solid #CCCCCC;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	margin:				2px;	
	padding:			2px;	
}

input:hover
{
	border:				1px solid #CC0000;
	background:			#FFFFFF;
	-moz-box-shadow: 			0 0 5px #CC0000;
	-webkit-box-shadow: 		0 0 5px #CC0000;	
}

input:focus 
{
	border:				1px solid #CCCCCC;
	background:			#FFFFFF;
}

input[type=checkbox] 
{
	margin-top:			5px;
	border: 			none;	
	background-color:	transparent;
	/*width:				10px;
	height:				10px;*/
	
	/*
	width:100%;
	color:#00f;
	background:#ddd;
	background:url(/i/icon-info.gif) no-repeat 100% 50%;
	border-width:6px;
	border:2px dotted #00f;
	border:none;
	padding:1em;
	width:4em;
	height:4em;
	*/
}

#main p.radio
{
	font-size:			100%;
	margin:				0px;
	margin-top:			4px;
	padding:			0px;

	float:				left;
	text-align:			right;
	width:				150px;
}

div.radio
{
	margin-left:		157px;
	width:				363px;
	border:				1px solid #CCCCCC;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
}

input[type=radio] 
{
	margin-top:			4px;
	margin-bottom:		4px;
	padding:			0px;
	margin-left:		5px;
	border: 			none;
	vertical-align:		middle;
}

label.radio
{
	font-size:			80%;
	float:				right;
	width:				330px;
	margin:				4px;
	padding:			0px;	
	text-align:			left;
}

div.radioimg
{
	padding-top:		0px;
	margin-left:		157px;
	width:				363px;
	/*height:				10px;*/
}

#main table.radioimg
{
	background-color:	transparent;
	border:				1px solid #CCCCCC;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	width:				100%;
	margin:				0px;
	padding:			0px;
	/*clear:				both;*/
	/*margin-left:		157px;
	width:				363px;
	border:				1px solid #CCCCCC;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;*/
}

#main .radioimg td, #main .radioimg tr
{
	background-color:	transparent;

	border:				1px solid #CCCCCC;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	margin:				0px;
	padding:			0px;
	text-align:			center;
}

#main .radioimg td.radiocol
{
	width:				10px;
	border:				transparent;	
}

input[type=radio].radioimg
{
	display:			inline;
}

/*
.select
{
	font-size:			80%;
	margin:				5px;
	padding:			5px;	
	border:				1px solid #CCCCCC;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	text-align:			left;
}
*/
select.option
{
	font-size:			100%;
	margin:				2px;
	padding:			2px;	
	border:				1px solid #CCCCCC;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	text-align:			left;
}

label.option 
{
	margin-top:			6px;
}

.select label
{
	margin-right:		5px;
	margin-top:			8px;
	width:				150px;
	display:			block;
	text-align:			right;
	float:				left;
}

select, option
{
	/*background-color:	#A6BEDE;*/
	background-color:	#FFFFFF;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
}

textarea
{
	font-family: 		Verdana,Arial,Helvetica,sans-serif;
	font-size:			80%;
	width:				355px;
	border:				1px solid #CCCCCC;
	margin-left:		2px;
	padding:			3px;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
}

.button
{
	background-color: 	#999999;
	color:				white;
	text-shadow:		1px 1px 0 #000000;
	border:				1px solid #666666;
/*
	border-top:			2px solid white;
	border-right:		5px solid white;
	border-bottom:		2px solid #999999;
	border-left:		5px solid #999999;
*/
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	margin:				10px;
	padding:			2px;
}

.button:hover
{
	background-color: 	#CCCCCC;
	border:				1px solid #666666;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	-moz-box-shadow: 			0 0 5px #CC0000;
	-webkit-box-shadow: 		0 0 5px #CC0000;	
/*
	border-top:			2px solid white;
	border-right:		5px solid white;
	border-bottom:		2px solid #666666;
	border-left:		5px solid #666666;
*/
}

#main th.sort_table
{
	font-weight: 		normal;
	background-color: 	#999999;
	border:				1px solid #666666;
	color:				white;
}

#main td.lista
{ 
	font-size:			80%;
	background-color:	#CCCCCC;
	/*color: 				#FFFFFF;*/
}

#main td.listb
{ 
	font-size:			80%;
	background-color:	#DDDDDD;
} 

#main tr.lista:hover td, #main tr.listb:hover td
{ 
	background-color:	#CC6666;
	color: 				black;
} 

#main tr.lista:hover a, #main tr.listb:hover a
{ 
	background-color:	#CC6666;
	color: 				white;
} 

.lista img.details, .listb img.details
{
	float:				left;
	margin-top:			1px;
	margin-left:		3px;
	margin-right:		3px;
	/*position:			absolute;*/
	border:				none;
	/*display:			none;*/
}
.lista td:hover img.details, .listb td:hover img.details
{
	display:			inline;
}

.lista a, .listb a
{
	background: 		url(../pictures/magnify_r.png) no-repeat;
	padding-left:		15px;
}
td.lista:hover a, td.listb:hover a
{
	background: 		url(../pictures/magnify_w.png) no-repeat;
	padding-left:		15px;
}

/*
#main tr.listb:hover th[scope=row], #main tr.listb:hover td
{ 
	background-color:	#000000;
	color: 				#FFFFFF;
} 
*/

#main td.center
{
	text-align:		center;
}

#main td.left
{
	text-align:		left;
	padding-left:	5px;
}

#main td.right
{
	text-align:		right;
	padding-right:	5px;
}

.navbutton
{
	font-size:			80%;
	background-color: 	#999999;
	color:				white;
	border:				1px solid #666666;
	width:				20px;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	margin:				0px;
	padding:			3px;
}

.navbutton:hover
{
	background-color: 	#CCCCCC;
	border:				1px solid #666666;
	color:				red;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	-moz-box-shadow: 			0 0 5px #CC0000;
	-webkit-box-shadow: 		0 0 5px #CC0000;	
}

.navenabled
{
	font-size:			80%;
	background-color: 	#999999;
	text-align:			center;
	color:				red;
	border:				1px solid #666666;
	width:				20px;
	float:				left;
	display:			block;
	
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	margin:				1px;
	padding:			3px;
}

.navenabled:hover
{
	background-color: 	#CCCCCC;
	border:				1px solid #666666;
	color:				red;
	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
	-moz-box-shadow: 			0 0 5px #CC0000;
	-webkit-box-shadow: 		0 0 5px #CC0000;	
}

.navdisabled
{
	font-size:			80%;
	background-color: 	#999999;
	text-align:			center;
	color:				white;
	border:				1px solid #666666;
	width:				20px;
	float:				left;
	display:			block;
	margin:				1px;
	padding:			3px;

	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
}

.navpage
{
	font-size:			80%;
	background-color: 	#999999;
	text-align:			center;
	color:				white;
	border:				1px solid #666666;
	width:				100px;
	float:				left;
	display:			block;
	margin:				1px;
	padding:			3px;

	-moz-border-radius:			5px;
	-webkit-border-radius:		5px;
}

.centerblock
{
	background-color: 	red;
	display:			block;
	border:				1px solid #666666;
	/*
	width:				200px;
	height:				200px;
	*/
	margin-left:		auto;
	margin-right:		auto;
	text-align:			center;
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:				15px;
	background-color:	red;
	border:				1px solid #CC0000;
	font-size:			11px;
	color:				white;
	padding:			3px 10px;
	margin-left:		-2px;


	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:					6px;
	-webkit-border-radius:				6px;
	-moz-border-radius-bottomleft:		0;
	-moz-border-radius-topleft:			0;
	-webkit-border-bottom-left-radius:	0;
	-webkit-border-top-left-radius:		0;

	-moz-box-shadow:					0 0 6px #ddd;
	-webkit-box-shadow:					0 0 6px #ddd;
}

#summary
{
	border:				1px solid #CCCCCC;
	margin:				10px;
	margin-left:		30px;
	margin-right:		30px;
	padding:			5px;	
	background-color:	#EEEEEE;	
}
#summary p
{
	margin-bottom:		5px;
}
#summary a:link, #summary a:visited
{
	color:				#666666;
}
#summary a:hover
{
	color:				white;
	background-color:	#999999;	
}

#summary li
{
	list-style-type: 	circle;
	list-style-image:	none;
	list-style-position:	outside;	
	margin-top:			0px;
	margin-bottom:		0px;
	margin-left:		5px;
	padding-left:		5px;
	padding-top:		0px;
	padding-bottom:		0px;
}
#summary ul
{
	margin-top:			0px;
	margin-bottom:		0px;
}

/* Calendar aspects */
/* calendar root element */
.calendar
{
}

#calroot 
{
	/* place on top of other elements. set a higher value if nessessary */
	z-index:1;
	
	margin-top:-1px;
	width:198px;
	padding:2px;
	background-color:#fff;
	font-size:11px;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;	
}

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead 
{	
	padding:2px 0;
	height:22px;
} 

#caltitle 
{
	font-size:14px;
	color:#0150D1;	
	float:left;
	text-align:center;
	width:155px;
	line-height:20px;
	text-shadow:0 1px 0 #ddd;
}

#calnext, #calprev 
{
	display:block;
	width:20px;
	height:20px;
	background:transparent url(../pictures/bullet.png) no-repeat scroll center center;
	float:left;
	cursor:pointer;
}

#calnext 
{
	background-image:url(../pictures/bullet.png);
	float:right;
}

#calprev.caldisabled, #calnext.caldisabled 
{
	visibility:hidden;	
}

/* year/month selector */
#caltitle select 
{
	font-size:10px;	
}

/* names of the days */
#caldays 
{
	height:14px;
	border-bottom:1px solid #ddd;
}

#caldays span 
{
	display:block;
	float:left;
	width:28px;
	text-align:center;
}

/* container for weeks */
#calweeks 
{
	background-color:#fff;
	margin-top:4px;
}

/* single week */
.calweek 
{
	clear:left;
	height:22px;
}

/* single day */
.calweek a 
{
	display:block;
	float:left;
	width:27px;
	height:20px;
	text-decoration:none;
	font-size:11px;
	margin-left:1px;
	text-align:center;
	line-height:20px;
	color:#666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 		
} 

/* different states */
.calweek a:hover, .calfocus 
{
	background-color:#ddd;
}

/* sunday */
a.calsun 
{
	color:red;		
}

/* offmonth day */
a.caloff {
	color:#ccc;		
}

a.caloff:hover
{
	background-color:rgb(245, 245, 250);		
}


/* unselecteble day */
a.caldisabled 
{
	background-color:#efefef !important;
	color:#ccc	!important;
	cursor:default;
}

/* current day */
#calcurrent 
{
	background-color:#498CE2;
	color:#fff;
}

/* today */
#caltoday 
{
	background-color:#333;
	color:#fff;
}

/* date input trigger element */
.caltrigger 
{
	display:block;
	float:left;
	width:20px;
	height:20px;
	background:url(../pictures/bullet.png) no-repeat 0 0;
	background-position: 4px 4px;		
	margin-top:0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


