
/* standard elements */

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	background: white url('img/verlauf.gif') repeat-x;
	color: #444;
	padding-top: 10px; font-style:normal; font-variant:normal; font-weight:normal; font-size:62.5%; font-family:Lucida Sans Unicode, Verdana, sans-serif
}
p, code, ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
li {
	list-style: none;
}
h1 {
	font-size: 1.4em;
}
code {
	border-right:1px solid #F0F0F0; border-top:1px solid #F0F0F0; border-bottom:1px solid #F0F0F0; background:url('img/bgcode.gif'); border-left:6px solid #F06; color: #444;
	display: block;
	margin-bottom: 12px;
	white-space: pre; font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em; font-family:Lucida Sans Unicode, serif; padding-left:10px; padding-right:10px; padding-top:8px; padding-bottom:8px
}
blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em Verdana,sans-serif;
	margin-bottom: 12px;
	padding: 12px;
}
h1, h2, h3, h4 {
	font: normal 1.2em "Trebuchet MS",sans-serif;
	color: #F06;
}
/* misc */
.clearer {
	clear: both;
}

/* header */
.header {
	background: url('img/headerback.jpg') no-repeat;
	border-bottom: 1px solid #EEE;
	height: 120px;
	margin-bottom: 24px
}
.header h1 {
	color: #222;
	font: normal 4em sans-serif;
	margin-top: 40px;
	text-align: center;
}
.header h2 {
	font-size: 30px;
	border-top: 1px solid #EEE;
	color: white;
	text-align: right;
}

/* left side (main content) */
.left {
	margin: 0 22% 20px 3%;
}
.content .descr {
	color: #06F;
	font-size: 1.2em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px; list-style-type: circle;
}
.content h1 {
	color: #3A99CF;
	font-size: 2.4em;
	margin-bottom: 4px;
}
.content h2 {
	color: #3A99CF;
	font-size: 1.6em;
	margin-bottom: 4px;
}
.content a {
	color: #3A99CF;
	text-decoration: underline;
}
.content a:hover {
	color: #444;
}

/* nav & subnavigation */
.nav, .right {
	margin-bottom: 20px;
	position: absolute;
	top: 10px;
}	


/* subnav */
.right {
	background: #3A99CF;
	right: 3%;
	width: 18%;
}
.subnav {
	padding: 12px 9px 0;
}
.subnav h1 {
	color: black;
	font-size: 1.4em;
	font-weight: bold;
	height: 20px;
	margin-left: 8px;
}
.subnav ul {
	margin: 0 0 16px;
	padding: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
.subnav li a {	
	color: white;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 8px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #DDD;
}



.won {
color: green;
}

.lost {
color: red;
}





table.generique
        {
        border-left:1px solid #C1DAD7;
        font-size:1;
        width:96%;
        border-spacing: 0px;
        empty-cells:show;
        margin:0 auto 1em auto;
        text-align:left;
        padding:0;
        }
table.generique caption
        {
        text-align:center;
        font-weight:bold;
        caption-side:top;
        margin-bottom:0.2em;
        }
table.generique td
        {
        vertical-align:top;
        text-align:left;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding:1px 2px 1px 2px;
        }
table.generique th
        {
        font-weight:bold;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-align: left;
        padding: 2px;
        background: #CAE8EA url('bg_header.jpg') no-repeat;
        line-height:1.2em;
        overflow:hidden
        }
table.generique th a
        {
        padding:0;
        margin:0;
        text-decoration:none;
        color:#4f6b72;
        font-weight:bold;
        }
table.generique th a:focus
        {
        color:#a80000;
        }
table.generique td a:focus
        {
        text-decoration:underline;
        }
table.generique th span
        {
        color:#4f6b72;
        }
table.generique th.centered,
table.generique td.centered
        {
        text-align:center;
        }
table.generique td.alternative,
table.generique tr.alternative
        {
        background: #f5fafa;
        }
th.sortable,
th.sortable-date,
th.sortable-numeric,
th.sortable-currency
        {
        color:#242424;
        cursor:pointer;
        }
table.generique a
        {
        color:#239;
        }
th.sort-active,
table.generique th.sort-active
        {
        color:#ff0000 !important;
        }

