.loginHeader {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a.loginHeader,a.loginHeader:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a.loginHeader:hover {
	text-decoration: none;
	color: #0075bd;
	font-weight: bold
}

a.pdf,a.pdf:visited {
	color: red;
	text-decoration: none;
}

a.pdf:hover {
	color: red;
	text-decoration: none;
	font-weight: bold
}

a.xsl,a.xsl:visited {
	color: green;
	text-decoration: none;
}

a.xsl:hover {
	color: green;
	text-decoration: none;
	font-weight: bold
}

a.menu,a.menu:visited {
	color: black;
	text-decoration: none;
}

.login-error {
	color: red;
	text-align: center;
}

.title {
	font-size: 110%;
	font-weight: bold;
}

#login input.textField {
	width: 130px;
}

.even {
	background-color: #b8c9da;
}

.report-item {
	border: 4px solid #e7e9f6;
	margin-bottom: 20px;
	width: 650px;
}

.report-item-title {
	background-color: #e7e9f6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.report-item-content {
}
td.report-table-td-title {
	width: 350px;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
}

table.report-table td {
	padding-top: 4px;
	padding-bottom: 4px;
}

td.report-table-td-icons {
	width: 50px;
	text-align: center;
}

#connexionBox {
	float:left;
	font-weight: bold;;
	z-index: 10;
	position: absolute;
	right: 10px;
	top: 2px;
}
