body {
	background-color: black;
	color: black;
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	background-image: url(body-bg-pattern.gif);
	background-repeat: repeat-y;
	background-position: top center;
	
}

form { margin: 0; } /* for Safari */

h1 {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 16px;	
}

h2 {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 15px;	
}

h3 {
	font-family: "Tahoma", Helvetica, Arial, sans-serif;
	font-size: 13px;	
}

img {
	border: 0;
	display: block;
}

.empahsizedText {
	color: #ba2e1d;
	font-size: 11px;
	font-weight: bold;
}

p.warning {
	text-align: center;
	font-style: italic;
}

.smallType {
	font-size: 9px !important;
}

.error {
	color: red;
}

	.error a { text-decoration: underline !important; }

	div.error {
		text-align: center;
		font-size: 11px;
		margin-top: 5px;
	}
	
.loginForm { text-align: right; }

#contentArea p.legalType {
	font-size: 9px;
	width: 480px;
}

a.inputButton {
	float: left;
	display: block;
	background-image: url(buttonLeft.gif);
	background-position: left 0;
	height: 21px;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	-moz-outline-style: none;
	margin: 10px 7px 10px 0;
	white-space: nowrap;
}

	/* a.inputButton span { */ /* kludgy hack for IE problem on block-style spans inside <a> tags  */
	                           /* switched <span> to <b> as a workaround, with font-weight: normal */
	                           /* see this page for a description of the problem:                  */
	                           /* http://www.robertnyman.com/2008/01/22/cant-make-links-appear-clickable-in-ie/  */
	                           /* (note that other, simpler solutions presented didn't work in this case         */
	a.inputButton b { 
		float: left; /* needed for IE6 */
		display: block;
		height: 20px;
		padding-top: 1px;
		padding-right: 8px;
		padding-left: 3px;
		background-image: url(buttonRight.gif);
		background-repeat: no-repeat;
		background-position: right 0;
		font-weight: normal;
		cursor: pointer; /* needed as part of the above mentioned IE problem */
	}
	
a.inputButton:link,
a.inputButton:active,
a.inputButton:hover { color: white; }

a.inputButton:active {
	background-position: left -21px;
}

	/* a.inputButton:active span { */ /* see IE problem mentioned above */
	a.inputButton:active b {
		height: 18px;
		padding-top: 3px;
		padding-left: 4px;
		padding-right: 7px;
		background-position: right -21px;
	}

.inputButton:link {
	color: white;
}

.inputButton:visited {
	color: white;
}




body.bgNone {
	background-color: black;
	background-image: none;
}
	.splashIndex {
		margin-left: auto;
		margin-right: auto;
		background-color: black;
		width: 920px;
		height: 605px;
		position: relative;
	}

	.splashHome {
		margin-left: auto;
		margin-right: auto;
		background-color: black;
		background-image: url(splashPageBG.jpg);
		width: 920px;
		height: 605px;
		position: relative;
	}
	
	.splashConfirm {
		margin-left: auto;
		margin-right: auto;
		background-color: black;		
		width: 920px;
		height: 555px;
		position: relative;
	}
		body.en .splashConfirm { background-image:url(../../en/ageConfirmBG.jpg); }
		body.fr .splashConfirm { background-image:url(../../fr/ageConfirmBG.jpg); }
		
		
		.white {
			color: white;
		
		}
		
		div.ageForm {
			top: 285px;
			/* left: 370px; */
			left: 350px;
			position: absolute;
			/* width: 180px; */
			width: 220px;
		}
		
			div.ageForm div.submitButton { 
				text-align: center; 
				margin-top: 7px;
			}
	
#header {
	background-image: url(header-top-en.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: top center;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
}

#bodyArea {
	padding-top: 1px; /* for background rendering, when first children have top margins */
	margin-top: -1px; /* to compensate for above */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


	#contentArea {
		width: 496px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 12px;
		position: relative;
	}
	


		#uploadPanel {
			position: absolute;
			width: 550px;
			background-color: #eee;
			border: 2px solid #b82e23;
			left: -25px;
			margin-top: 100px;
			padding: 10px 10px 10px 10px;
			visibility: hidden;
		}


		#imageEnlargement {
			height: 450px;
			width: 600px;
			left: -48px;
			padding: 9px;
			position: absolute;
			z-index: 50;
			visibility: hidden;
			background-image:url(enlargementBoxBG.gif);
			background-repeat: no-repeat;
		}

			#imageEnlargement img {
				margin: auto;
				border: 0;
			}

		#voteBox {
			width: 300px;
			left: 102px;
			position: absolute;
			z-index: 50;
			visibility: hidden;
			background-color: white;
			text-align: center;
			border: 4px solid #b62c22;
		}
			#voteBoxContents {
				padding: 10px;
				border: 4px solid #d7952d;			
			}
		
			#voteBox img {
				margin: 5px auto;
			}
		
			#voteBox input {
				margin: 5px 0;
			}
		
			#captchaImg {
				width: 80px;
				height: 20px;
			}
	
		.leftColumn {
			width: 179px;
			float: left;
			padding-left: 8px;
		}
		
		.rightColumn {
			width: 291px;
			float: left;
			padding-left: 10px;
			padding-right: 8px;
		}
	
		.oneColumn {
			width: 480px;
			clear: both;
			padding: 0 8px;
		}
		
		
		 a.serverPic {
			background-image: url(serverPicBackground.jpg);
			background-repeat: no-repeat;
			width: 100px;
			height: 124px;
			overflow: hidden;
			padding: 8px;
			float: left;
			margin: 0 3px;
			display: block;
			display: inline; /* for IE6 double-margin float bug */
			text-align: center;
			font-size: 11px;
			white-space: nowrap;
			position: relative;
		 }
			a.serverPic img {
				width: 100px;
				height: 100px;
				margin-bottom: 6px;
			}
			

		a.reportButton {
			float: right;
			line-height: 18px;
			margin-top: 10px;
			text-decoration: underline !important;
		}
		
		.profileData {
			background-image: url(horizLineLong.gif);
			background-position: center top;
			background-repeat: no-repeat;
			width: 480px;
			clear: both;
			margin: 0 8px;
		}			
			
		.serverGrid {
			background-image: url(horizLineLong.gif);
			background-position: center top;
			background-repeat: no-repeat;
			padding-top: 10px;
			padding: 10px 4px 0 4px;
			width: 488px;
			position: relative;
			clear: both;
		}
		
			.alpha { margin-left: 8px; }
			
			.alphaList {
			 	font-size: 11px;
			 	text-align: center;
			 	color: #aaa;
			 	margin: 10px;
			}
			 
				 .alphaList .currentLetter {
					color: #b72d20;
					font-weight: bold;
				 }
				 
			.pagination {
				clear: left;
				width: 480px;
				margin: auto;
			}
			
				.pagination a {
					text-decoration: underline !important;
				}
			
				.pagination .prev { float: left; }
				.pagination .next { float: right; }
				
				/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
				/* thanks to: http://www.positioniseverything.net/easyclearing.html */
				.pagination:after {
					content: ".";
					display: block;
					visibility: hidden;
					clear: both;
					height: 1%;
					font-size: 0.1em;
					line-height: 0;
				}

				/* patch to make easyclearing hack work in IE7 */
				/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
				.pagination { display: inline-block; }
				.pagination { display: block; }				
		
		
		.serverList {
			padding-left: 136px;
			position: relative;
			margin-bottom: 10px;
			/* border-bottom: #ccc dotted thin; */
			background-image: url(horizLineLong.gif);
			background-position: center bottom;
			background-repeat: no-repeat;
			padding-top: 10px;
			padding-bottom: 10px;
			width: 344px;
		}		
		
			.serverList a.serverPic {
				position: absolute;
				left: 0;
			}
			
			/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
			/* thanks to: http://www.positioniseverything.net/easyclearing.html */
			.serverList:after {
				content: ".";
				display: block;
				visibility: hidden;
				clear: both;
				height: 1%;
				font-size: 0.1em;
				line-height: 0;
			}

			/* patch to make easyclearing hack work in IE7 */
			/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
			.serverList { display: inline-block; }
			.serverList { display: block; }

			 

		
		.name {
			color: #145f99;
			font-family: "Trebuchet MS", Arial, san-serif;
		
		}
		
		#contentArea p {
			margin-top: 11px;
			margin-bottom: 11px;
			font-size: 11px;
			line-height: 1.5em;
			width: 288px;
		}
		
		#contentArea input.textField,
		#contentArea input.textFieldShort,
		#contentArea select { xmargin-bottom: 8px; }
		
		#contentArea div.formField { margin-bottom: 8px; }
		
		.textField { width: 290px; }

		.textFieldShort { 
			width: 190px; 
			margin-top: 4px;
		}		
		
		
		/* stuff to handle auto-clearing of elements with floats without the need for a clearing div */
		/* thanks to: http://www.positioniseverything.net/easyclearing.html */
		#contentArea:after {
			content: ".";
			display: block;
			visibility: hidden;
			clear: both;
			height: 1%;
			font-size: 0.1em;
			line-height: 0;
		}

		/* patch to make easyclearing hack work in IE7 */
		/* thanks to: http://www.tanfa.co.uk/archives/show.asp?var=300 */
		#contentArea { display: inline-block; }
		#contentArea { display: block; }


#menu {
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;	
	padding-top: 22px;
}

	#menu a:link {
		color: #fdf7fb;
		text-decoration: none;
	}
	
	#menu a:visited  {
		color: #cfceca;
		text-decoration: none;
	}
	
	#menu a:hover {
		color: white;
		text-decoration: none;
	}

a:link {
	color: #216393;
	text-decoration: none;	
}

a:visited {
	color: #b72d20;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #8f1b1c;
}

a:active {
	color: #f00;
}



