/* Basic Structure */
	body {
		background: #FFFFFF /*#FEE264*/ url("../img/LudoGene02.jpg") no-repeat top center;
		background-attachment : fixed;
	}

/* General Structure */

	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}
	h1 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
		font-size: 200%; font-weight: bold; text-align:center;
	}
	h2 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
		font-size: 150%; font-weight: normal;
	}
	h3 {
		margin: 1em 0 0.2em 0;
		font-family: arial, verdana, sans-serif;
		font-size: 120%; font-weight: normal;
	}
	h4 { font-size: 100%; font-weight: normal; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }

/* Header */

	#header {
		position: relative;
		min-height: 70px;
		height: 5em;
		padding: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 3em;
		padding: 15px 0;
	}
	#ignored {}

	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		font-size: 2px;
		background: url("../images/header_tl.gif") no-repeat;
		height: 8px;
		z-index: 100; /* above the UL */
	}
	#header h1 a {
		display: block;
		width: 820px;
		height: 110px;
		text-decoration: none;
	}
	#header ul {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		background: url("../images/header_br.gif") no-repeat bottom right;
		z-index: 90; /* below the H1 */
	}
	#header li {
		float: right;
		background: transparent url("../images/header_tab.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
	}
	#header ul a {
		float: left;
		display: block;
		padding: 4px 4px 4px 10px;
		background: transparent url("../images/header_tab.gif") 0% -600px no-repeat;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#header ul li:hover a { background-position: 0% -400px; }
	#header ul li:hover { background-position: 100% -400px; }

	body.sectionAbout li#menu_aboutus,
	body.sectionProducts li#menu_products,
	body.sectionSupport li#menu_support,
	body.sectionDevelopers li#menu_developers {
		background-position: 100% -200px;
	}

	body.sectionAbout li#menu_aboutus a,
	body.sectionProducts li#menu_products a,
	body.sectionSupport li#menu_support a,
	body.sectionDevelopers li#menu_developers a {
		background-position: 0% -200px;
		color: #039;
	}

	body.sectionAbout li#menu_aboutus,
	body.sectionProducts li#menu_products,
	body.sectionSupport li#menu_support,
	body.sectionDevelopers li#menu_developers {
		border-bottom: 1px solid #fff;
	}

	body.sectionAbout li#menu_aboutus:hover,
	body.sectionProducts li#menu_products:hover,
	body.sectionSupport li#menu_support:hover,
	body.sectionDevelopers li#menu_developers:hover {
		background-position: 100% 0%;
	}

	body.sectionAbout li#menu_aboutus:hover a,
	body.sectionProducts li#menu_products:hover a,
	body.sectionSupport li#menu_support:hover a,
	body.sectionDevelopers li#menu_developers:hover a {
		background-position: 0% 0%;
		color: #333;
	}

/* Sidebar */

	#bestPlayersTable td, #bestPlayersTable th, #appletNav th, #bestPlayersTitle th, #playersTable td, #playersTable th, #matchesTable td, #matchesTable th  {
		text-align:center;
		opacity : 0.82;
		-moz-opacity : 0.82;
		filter:alpha(opacity=82);
		background:#CDC7A3;border-left: 1px solid #EDE7C0;border-top: 1px solid #EDE7C0;border-right: 1px solid #ACA684;border-bottom: 1px solid #ACA684;	}
	#appletNav th:hover, #bestPlayersTable th:hover, #bestPlayersTitle th:hover, #playersTable th:hover, #matchesTable th:hover {
		text-align:center;
		opacity : 0.82;
		-moz-opacity : 0.82;
		filter:alpha(opacity=82);
		background:#F6AE00;border-left: 1px solid #B48106;border-top: 1px solid #B48106;border-right: 1px solid #F6D100;border-bottom: 1px solid #F6D100;	}
	#bestPlayersTable td, #bestPlayersTable td a, #bestPlayersTable th a, #playersTable th a, #matchesTable th a, #appletNav th a {
		opacity : 0.82;
		-moz-opacity : 0.82;
		filter:alpha(opacity=82);
		font-family: arial, verdana, sans-serif;
		text-decoration: none;
		color : #605515;
		font-size: 70%;
		font-weight: normal;
	}
	#bestPlayersTitle, #bestPlayersTitle th, #bestPlayersTitle th a {
		font-family: arial, verdana, sans-serif;
		text-decoration: none;
		color : #605515;
		font-size: 90%;
		font-weight: bold;
	}

	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav {
		opacity : 0.82;
		-moz-opacity : 0.82;
		filter:alpha(opacity=82);
		margin-bottom: 1em;
	}
	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
	}

	#nav li span { /* used for un-linked menu items */
		display: block;
		padding: 6px 10px;
		font-weight: bold;
		color: #666;
	}

	#nav li a {
		display: block;
		padding: 6px 10px;
		font-family: arial, verdana, sans-serif;
		text-decoration: none;
		color : #605515;
		font-size: 90%;
		background:#CDC7A3;border-left: 1px solid #EDE7C0;border-top: 1px solid #EDE7C0;border-right: 1px solid #ACA684;border-bottom: 1px solid #ACA684;	}

	#nav li a:hover {
		background:#F6AE00;border-left: 1px solid #B48106;border-top: 1px solid #B48106;border-right: 1px solid #F6D100;border-bottom: 1px solid #F6D100;	}

	#nav li li a {
		padding: 4px 8px 4px 14px;
	}



	#applet-button a {
		margin: 0;
		padding: 0;
		display: block;
		padding: 6px 10px;
		text-align: center;
		font-family: arial, verdana, sans-serif;
		text-decoration: none;
		color : #605515;
		font-size: 90%;
		background:#CDC7A3;border-left: 1px solid #EDE7C0;border-top: 1px solid #EDE7C0;border-right: 1px solid #ACA684;border-bottom: 1px solid #ACA684;	}

	#applet-button a:hover {
		background:#F6AE00;border-left: 1px solid #B48106;border-top: 1px solid #B48106;border-right: 1px solid #F6D100;border-bottom: 1px solid #F6D100;	}

/* Footer */

	#footer {
		border-top: 1px solid #666;
		margin: 2em 0;
		padding: 1em 0;
		text-align: center;
	}

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

	#footer li {
		display: inline;
	}

	#footer span,#footer a {
		white-space: nowrap;
		padding: 0 1em;
	}

	#footer p span,#footer p a {
		white-space: nowrap;
		padding: 0 0.3em;
	}

	#footer span a {
		padding: 0;
	}

	#footer p,#footer p a {
		color: #666;
	}

	#footer p a:hover {
		color: #000;
	}


/* ludogenes-specific Styles */
th, th a {
	color:#605515;
}
#Note {
	margin : 20px;
	padding: 10;
	min-width: 400px;
	background:#FFEFB4;
	valign:middle;
	border-left: 1px solid #ACA684;border-top: 1px solid #ACA684;border-right: 1px solid #EDE7C0;border-bottom: 1px solid #EDE7C0;
}


/* Bugzilla-specific Styles */
img.photo
{
	border:2px outset #999;
	float:right;
	margin:0 0 5px 5px;
}
table.reviewers
{
	border:1px solid #ccc;
	margin-bottom:1em;
}
table.reviewers th
{
	background:#ccc;
	font-weight:bold;
}
table.reviewers td
{
	padding:.2em;
}
table.reviewers tr.r1
{
	background:#eee;
}
.changelist a { margin-left: 5px; margin-right: 5px; }
.changelist tr td { height: 20px; text-align: center; font-size:10px;}

.console
{
    color: #fff;
    background:#000;
    padding:.2em;
}
.console .in
{
    color:#ff0;
}
.file
{
    background:#fffbf0;
    border:1px solid #888;
    padding:.2em;
}
.file .diff
{
    background:#ffa;
}
.webpage {
    background-color: #fff;
    border: 1px solid #888;
    padding:.2em;
    margin-bottom: 1em;
}
.webpage .prefsTitle {
    float: left;
    font-weight: bold;
}
.webpage .prefsBlurb {
    margin-left: 100px;
}
.webpage .prefsInput {
    background-color: #eee;
    border: 1px solid #888;
    padding: 1px;
    width: 300px;
    margin-left: 100px;
}

.stableRelease {
    background-color: #eee;
}

/* For reviewer-list.html. Perhaps these could be used elsewhere
 * in the future. */
.ReviewerTable {
    table-layout: auto;
    border-collapse: collapse;
}
.ReviewerTable td, .ReviewerTable th {
    padding: .15em .5em;
    border: 1px solid #ccc;
}
.ReviewerTable tbody th {
    text-align: right;
}
.ReviewerList {
    font-family: monospace;
    font-size: 130%;
}
.ReviewerList li {
    margin: .3em;
}
kbd {
    font-size: 130%;
}

/* A little hack to get the tables to
   align correctly and look nice in Gecko. IE
   users can suffer. */
html>body .ReviewerTable td {
    font-family: monospace;
    font-size: 130%;
    text-align: right;
}
html>body .ReviewerTable td + td,
html>body .ReviewerTable th + td {
    font-family: inherit;
    font-size: inherit;
    text-align: left;
}




div.kpBox {
	background-color:white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	border-top: 1px solid #F7941D;
	border-bottom: 1px solid #F7941D;
}
div.kpBox a {
	font-size: 12px;
	text-decoration: none;
}

div.questionDiscussion {
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

div.kpProjectChoice {
	padding: 0;
	background-color:white;
	margin-right: 4px;
	margin-bottom: 20px;
	border-top: 1px solid #F7941D;
	border-bottom: 1px solid #F7941D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}
div.kpProjectChoice ul li {
	display: block;
	padding: 0;
	margin-left: 0;
}
div.kpProjectChoice ul li ul li{
	display: block;
	padding: 0;
	margin-left: 1em;
}

div.kpListBox {
	padding: 0;
	background-color:white;
	margin-right: 4px;
	margin-bottom: 20px;
	margin-top: 0px;
	border-top: 1px solid #F7941D;
	border-bottom: 1px solid #F7941D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;

}
div.kpListBox td {
	font-size: 12px;
}
div.kpListBox div.content tbody td, div.kpListBox div.content tbody td a, div.kpListBox div.content tbody td a:hover {
	font-size: 12px;
	text-decoration: none;
}
div.kpListBox div.title, div.kpListBox div.title td {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color : white;
	background-color:#999999;
	margin-top: 0;
	padding: 0px;
	margin-bottom: 4px;
	font-weight: bold;
}
div.kpListBox div.title a {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color : white;
	text-decoration: none;
}
div.actionIcons {
	float:right;
	padding:6px;
}
a.actionLink, a.actionLink:hover {
	font-size: 12px;
	text-decoration: none;
}


table tr.impair, table td.impair  {
	background-color:#EEEEEE;
}
table tr.impair td.whiteCell {
	background-color:#FFFFFF;
}


div.kpPetalBoxTitle {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color : white;
	background-color:#999999;
	margin: 0;
	padding: 5px;
}
div.kpPetalBoxTitle a.boxTitle {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
div.kpPetalBoxTitle div.boxLinks {
	color: white;
	float: right;
	margin-right: 8px;
	margin-top: 2px;
}
div.kpPetalBoxTitle div.boxLinks a {
	color: white;
}












/* Oh, how I wish I had some nth-child selectors. */
/* Once again, IE users can suffer. */
.ReviewerTable thead tr {background-color: #ddd;}
.ReviewerTable tr {background-color: white;}
.ReviewerTable tr + tr {background: #eee;}
.ReviewerTable tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: white;}
.ReviewerTable tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {background-color: #eee;}
