BODY {
    font-family: Arial, Helvetica;
    font-size: 80%;
    margin: 8px;
    -webkit-text-size-adjust: none;
}

TABLE {
    font-size: 100%;
}

A, A:visited {
  color: #0066cc;
}
A IMG {
  border: 0;
}

H3 {
    font-size: 160%;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #808080;
    border: solid 1px #000000;
    color: #FFFFFF;
    padding-left: 5px;
}

FORM {
    margin: 0px;
}

TR.barre TD {
  height: 28px;
  color: #FFFFFF;
  font-weight: bold;  
}
TR.barre TD.gauche {
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  background-image:url('/static/planning/barreMilieu.png');
}
DIV.gaucheIn {
  background-image:url('/static/planning/barreGauche.png'); 
  background-repeat:no-repeat; 
  height: 28px; 
  padding-left: 28px;
}
TR.barre A {
  color: #FFFFFF;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}
TR.barre A:hover {
  text-decoration: underline;
}
TR.barre TD.droite {
  background-image:url('/static/planning/barreDroite.png'); 
  background-repeat: no-repeat; 
  width:232px;
  text-align: center;
}
TR.barre TD.droite DIV {
  padding: 2px 0px 0px 0px; 
  font-weight: bold; 
  font-size: 17px;
}

DIV#titrePage {
  background-image: url('/static/planning/blocMilieu.png');
  background-repeat: repeat-y; 
  color: #000000;
  text-align:center;
  margin-bottom: 10px;
}
DIV#titrePage TABLE {
  margin: auto;
}
DIV#titrePage DIV {
  padding: 5px 13px 0px 13px;   
}
DIV#titrePage P.tip {
  margin: 0px;
}
DIV#titrePage P.date {
  margin: 2px 0px 0px 0px;
  font-size: 120%;
  font-weight: bold;
}
DIV#titrePage P.code {
  margin: 8px 0px 4px 0px;
  font-size: 250%;
  font-weight: bold;
}
DIV#titrePage .liens {
  margin: 3px 0px 2px 0px;
  text-align: center;
}
DIV#titrePage .liens A {
  padding: 0px 2px 0px 2px;
  text-decoration: none;
  border: solid 1px #FFFFFF;
  background-color: #F3F3F3;
}
DIV#titrePage .liens A:hover {
	background-color: #c8ff1b;
	border: solid 1px #808080;
}

DIV#message {
    display: none;
    padding: 5px;
    margin: 10px 13px 10px 13px;
    font-weight: bold;    
}

TABLE.messages {
  width: 100%;
  margin: 8px 0px 8px 0px;
  border: solid 1px #A0A0A0;
  font-size: 120%;
  font-weight: bold;
  background-color: #F8F8F8;
}
TABLE.messages TD {
  padding: 0px 8px 0px 8px;
}
TABLE.messages TD.erreur {
	color: #af180d;
}

DIV.messageInfo {
    border: solid 2px #309319;
    color: #24b226;
    text-align:center;
}

DIV.messageErreur {
    border: solid 2px #af180d;
    color: #af180d;
    text-align:center;
}


TD.cadrePlanning {
	border: solid 1px #404040;
	padding: 5px;
	background-color: #F8F8F8;
	font-size: 12px;
}
/* Heures aéronautiques et solaires */
DIV.heuresAero {
  margin: 5px 0px 5px 0px;
  font-size: 13px;
}
DIV.soleil {
  float: right;
}
/* Titres */
TABLE.planning TR.titre TD {
	text-align: center;
}
TABLE.planning TR.titre TD A {
	color: #000000;
}
TABLE.planning TR.titre TD A:hover {
	color: blue;
}
/* Colonne heure */
TABLE.planning TD.h {
}
TABLE.planning TD.h SPAN {
	text-align: center;
	padding-right: 8px;
  position: relative;
	top: -12px;
}
/* Colonne de séparation */
TABLE.planning TD.sep {
}
/* Cellule standard */
TABLE.planning TD.c {
	border: solid 1px #A0A0A0;
	height: 22px;
	background-image: url("/static/planning/fondCellule.png");
	text-align: center;
	font-size: 12px;
	color: #A0A0A0;
}
/* Nuit */
TABLE.planning TD.n {
	background-image: url("/static/planning/fondNuit.png");
	color: #000000;
	font-size: 10px;
}
/* Crépuscule */
TABLE.planning TD.p {
	background: #a1c7e3;
	font-size: 12px;
	color: #A0A0A0;
}
/* Réservation en instruction */
TABLE.planning TD.ri {
	background: #e6db68;
	color: #000000;
	font-size: 10px;
}
/* Réservation en solo */
TABLE.planning TD.rs {
	background: #a4e266;
	color: #000000;
	font-size: 10px;
}
/* Avion indisponible */
TABLE.planning TD.a {
	background: #d76133;
	color: #000000;
	font-size: 10px;
}
/* Instructeur indisponible */
TABLE.planning TD.i {
	background: #bbb29d;
	color: #000000;
	font-size: 10px;
}
/* Rése avec warning */
TABLE.planning TD.w {
	border-left: solid 3px #000000;
}
/* Hover sur cellule */
TABLE.planning TD.hover {
	background: #c8ff1b;
	cursor:pointer;
}
TABLE.planning TD.selected {
	background: #c8ff01;
	cursor:pointer;
}

DIV.login {
	margin: 5px 15px 5px 15px;
}
DIV.login P.admin {
  margin: 0px 3px 4px 3px; 
  background-color: #de1200;
  font-size: 150%; 
  font-weight: bold;
  color: #FFFFFF;
}
DIV.trait {
	margin: 5px 3px 5px 3px;
	border-top: dotted 1px #C0C0C0;
}
DIV#calendrier {
  text-align: center;
  margin-bottom: 10px;
}
DIV#calendrier TABLE {
  margin: auto;
}

DIV#details2 {
	text-align: center;
	margin: 10px 0px 0px 0px;
	display: none;
}
DIV#details2 DIV.titre {
  text-align: center;
	font-weight: bold;
	font-size: 100%;
	height: 23px;
}
DIV#details2 DIV.titre DIV {
	padding-top: 3px;
	color:#000000;
	text-align: center;
	font-weight: bold;
}
DIV#details2 DIV.vert {
	background-image: url('/static/planning/barreVerte2.png');
}
DIV#details2 DIV.gris {
	background-image: url('/static/planning/barreGrise2.png');
}
DIV#details2 DIV.rouge {
	background-image: url('/static/planning/barreRouge2.png');
}
DIV#details2 DIV.violet {
	background-image: url('/static/planning/barreViolette2.png');
}
DIV#details2 DIV.noir {
	background-image: url('/static/planning/barreNoire2.png');
}
DIV#details2 DIV.noir DIV {
	color: #FFFFFF;
}
DIV#details2 DIV.contenu {
  padding: 5px 15px 0px 15px;
  background-image:url('/static/planning/detailsMilieu.png');
  background-repeat: repeat-y; 
}
DIV#details2 DIV.bas {
  height: 5px;
  background-image:url('/static/planning/detailsBas.png'); 
  background-repeat: no-repeat;  
}
DIV#details2 TABLE.dates TD {
	padding-left: 2px;
	padding-right: 2px;
}
DIV#details2 #pilote {
  margin-bottom: 8px;
}
DIV#details2 #pilote INPUT {
  vertical-align: middle;
}
DIV#nomPilote {
  margin-top: 5px;
  font-weight: bold;
}
DIV#details2 DIV.actions {
	background-color: #E8E8E8;
	padding: 3px;
	margin: 5px 3px 0px 3px;	
}
DIV#details2 DIV.actions A {
	margin: 0px 3px 0px 3px;
}
DIV#details2 DIV.infos {
	margin: 4px 0px 0px 0px;
}
