/* Header */
#dico_header {
    width: 80%;
	margin: 10px auto;
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
}
#dico_header h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	letter-spacing: 0.6em;
	font-weight: bold;
	font-style: italic;
}
#dico_header span {
	font-size: 18px;
}
#dico_header img {
	height: 80px;
}
#dico_header img.right {
	float: right;
}
#dico_header img.left {
	float: left;
}

#dico_lang {
    font-size: 8pt;
    float: right;
    margin-right: 10px;
}

/* forms */
input {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}
input:focus {
	background-color: #fff;
}

/* */
a:link, a:visited {
	color: #666;
}


table.list {
    width: 100%;
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #b7b7b7;
}

table.list td, table.list th {
	padding: 4px;
}
table.list thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}
table.list thead th a {
	padding: 0 5px 0 5px;
	color: #666; 
}

table.list tbody th {
	font-weight: bold;
}
table.list tbody tr {
	color: #666;
	background-color:#FFF; 
	text-align:center;
}
table.list tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

table.list tbody th a:link, table.list tbody th a:visited{
	color:#666;
	padding:3px 0px 0px 3px;
}
table.list tbody th a:hover{
	color:#FF8601;
}
table.list tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
}
table.list tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

table.list td a:link, table.list td a:visited {
	color: #666;
	text-decoration: none;
}
table.list td a:hover {
	color: #50ADEA;
	text-decoration: none ;
}

table.list tfoot {
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
}
table.list tfoot a {
	color: #666;
}

table.list tfoot td.left {
	text-align: left;
}
table.list tfoot td.right {
	text-align: right;
}
table.list tfoot a {
	padding: 0 5px 0 5px;
}

