/*--------------------------------------------------------------------------->>
                        Style Sheet for Christ Roi 
                       ============================
   Author: Gaëtan Frenoy
   Date: September 30th, 2001
  ---------------------------------------------------------------------------*/

/* ===== MAIN ===== */
body
{
  color: #EE0000;
  background-color: white;
  font-family: arial;
}
a
{ 
  color: #EE0000;
  background-color: inherit;
  text-decoration: none;
}
a:HOVER
{ 
  color: black;
  background-color: #EE0000;
}
hr
{
  color: #EE0000;
  background-color: white;
}

h1
{ 
  width: 75%;
  background: #DDDDDD;
  text-align: center;
  border: 2px solid #EE0000;
}

/* ===== FORM ==== */
select, input, textarea
{
  background: white;
  border: 1px solid #EE0000;
  color: #EE0000;
  padding: 3px 6px;
  background-color: #FFF6F6;
}
textarea {
  width: 100%;
}
input.bouton {
  margin: 0 3px;
}
input.bouton:hover {
  cursor: pointer;
}

/* ==== TABLE === */
table.XRoi
{
  width: 100%;
  border: 1px solid #EE0000;
  background: #EEEEEE;
  text-align: center;
}
tr table.XRoi
{
}
th.XRoi
{
  background: #CCCCCC;
}
td.XRoi
{
}
td.XRoi2
{
  background: white;
}
th.XRoiSynthese
{
  background: #CCCCCC;
  font-weight: normal;
}
tr.XRoiGrilleCompetence th
{
  background: #CCCCCC;
  font-weight: normal;
}
td.XRoiSynthese
{
  font-size: x-small;
}
tr.XRoiGrilleCompetence td
{
  border-bottom: 1px dotted #FFAAAA;
}
td.XRoi2Synthese
{
  background: white;
  font-size: x-small;
}
table.XRoiSummary {
  width: 100%;
  background: white;
}
table.XRoiSummary TR {
  margin-top: 10px;
}
table.XRoiSummary TH {
  background: #CCCCCC;
  font-weight: bold;
  text-align: center;
}
table.XRoiSummary TD {
  text-align: center;
}

/* ===== DIV ===== */
div
{ 
  background-color: #EEEEEE;
  padding: 4px;
  border: 1px solid #EE0000;
  text-align: center;
  display: block;
}
div.empty
{ 
  background-color: #FFF;
  border: 0px;
}

/* ====== TOP ====== */
.xroi-top
{
  width: 100%;
  text-align: center;
  font-size: xx-large;
  font-family: sans-serif;
}

.xroi-top .button {
  background-color: #EEEEEE;
  padding: 4px;
  border: 1px solid #EE0000;
  text-align: center;
  display: inline-block;
  width: 60px;
  border-radius: 4px;
  margin-right: 10px;
}

.xroi-top .tagline {
  border: 0;
  background-color: inherit;
  max-width: 200px;
  text-align: center;
  margin: 0;
}

.xroi-top .date {
  position: relative;
  float: right;
  width: 70px;
  height: 50px;
  border-radius: 4px;
}
 
.xroi-top .day, .xroi-top .month, .xroi-top .year {
  position: absolute;
}
 
.xroi-top .day { 
  font-size: 30px;
  top: 22px;
  left: 0;
  width: 50px;
  text-align: center;
  display: inline-block;
}
 
.xroi-top .month { 
  top: 3px;
  left: 0;
  width: 50px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
 
.xroi-top .year { 
  top: 18px;
  font-size: 21px;
  rotation: -90deg !important;
  /* ** Hacks ** */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);  
}

/* ==== BOTTOM ==== */
.XRoi_Bottom
{ 
  font-size: xx-small;
  font-family: sans-serif;
  margin-left: 160px;
  width: calc(100% - 160px);
}

/* ===== MISC ===== */
.Error
{
  font-weight: bold;
  color: #EE0000;
  background-color: white;
  border-width: 3px;
}
.Warning
{
  color: green;
}
.full-header {
  font-weight: bold;
  background: #CCCCCC;
  border-radius: 4px;
  position: relative;
}
.header {
  font-weight: bold;
  background: #CCCCCC;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0;
}
input#back:HOVER {
  cursor: pointer;
}
.navigate-student:hover {
  cursor: pointer;
}
.navigate-student {
  background-color: #EEEEEE;
  border: 1px solid #EE0000;
  text-align: center;
  position: absolute;
  display: inline-block;
  margin-top: -3px;
  padding: 2px 6px;
}
.navigate-student .student-name {
  font-size: x-small;
  vertical-align: middle;
}
.navigate-student.previous-student {
  left: 8px;
  margin-top: -3px;
}
.navigate-student.next-student {
  right: 8px;
}
