﻿@charset "utf-8";
body {
background: #ffffff;
color: #000;
font: normal normal 11px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

BODY.navig {
	background-color : #EEEEEE;
}

BODY.edit {
	background-color : Teal;
}

A:LINK, A:VISITED {
	font-size : 12px;
	color : #006BAD;
	text-decoration : underline;
}

A:HOVER {
	font-size : 12px;
	background-color : #FFFFFF;
	text-decoration: underline;
}

A.w3line:LINK {
	font-size: 10px;
	font-family :  Arial, Helvetica, sans-serif;
	color: White;
}

A.w3line:HOVER {
	font-size: 10px;
	font-family :  Arial, Helvetica, sans-serif;
	 color: Red;
}

A.w3line:VISITED {
	font-size: 10px;
	font-family : Arial, Helvetica, sans-serif;
	color: Silver;
}

TR {
	font-size : 12px;
}

TR.columnshead {
	background-color: Silver;
	font-weight: bold;
	color: Black;
	text-align : center;
	vertical-align : middle;
}

TR.columns {
	background-color: White;
	color: Black;
	vertical-align : middle;
}

.applicationtitle{
	font-size: 14px;
	font-weight: bold;
	color : White;
	text-align: center;
	width : 100%;
	background-color : Teal;
	padding : 2px;
}

.textnormal{
	font-size: 12px;
	color : Black;
	text-align: center;
	width : 100%;
	padding : 2px;
}
.textblanc{
	font-size: 12px;
	color : White;
	text-align: center;
	padding : 2px;
}
.title{
	font-size: 12px;
	font-weight: bold;
	color : White;
	text-align: center;
	width : 100%;
	background-color : Teal;
	padding : 2px;
}
.titleinvert{
	font-size: 12px;
	font-weight: bold;
	color : Teal;
	text-align: center;
	width : 100%;
	padding : 2px;
}

DIV.msg{
border: 1px solid Black;
color: Teal;
width: 100%;
text-align : center;
background-color : white;
}

DIV.msgleft{
border: 1px solid Black;
color: Teal;
width: 100%;
text-align : left;
background-color : white;
}

DIV.errormsg{
border: 1px solid Black;
color: Red;
width: 100%;
text-align : center;
background-color : white;
}


TD.columnshead {
	background-color: Silver;
	font-weight: bold;
	color: Black;
}
