/*
 * Copyright (C) 2011 Pascal Chouinard, Francois X Guillemette, Louis Martin
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

body {
  background-color: #7D7C7D;
  color: #2D2C2E;
  font-family: 'Trebuchet MS', Arial, Verdana, sans-serif;
  font-size: 73%;
}

#wrapper1 {
  background-color: #FFFFFF;
  margin-top: 10px;
  text-align: left;
  width: 90%;
}

#wrapper2 {
  border:1px solid #5a5a5a;
  padding:0;
  text-align:left;
}

h1, h2, h3, h4, h5, h6 {
  color: #790131;
}

strong {
  color: #790131;
  font-style: italic;
  font-weight: bold;
}

fieldset {
  margin: 1px 3px 1px 3px;
  padding: 5px 8px 9px 8px;
}

legend {
  color: #790131;
}

a {
  color: #790131;
  text-decoration: none;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

a:hover {
  color: #790131;
  text-decoration: none;
  border-bottom-style: none;
}

.frame {
  background-color: #F8F5E8;
  border: 1px solid #CCCCCC;
  color: #4C4C4C;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

.prototype {
  color: #790131;
  font-style: italic;
  padding-left: 0.5em;
}

fieldset {
  border: none;
}

hr {
  background-color: #CCCCCC;
  border: 0 none;
  color: #CCCCCC;
  height: 1px;
}

#header {
  background-image: url(../images/entete.gif);
  height: 100px;
}
#header-border {
  background: url(../images/bar.png) repeat-x;
  height: 30px;
  color: white;
  text-align: right;
}
#header-border-span {
  color:white;
  font-size:120%;
  font-variant:small-caps;
  margin-right:20px;
}
#header-image {
  margin-left: 20px;
}
#under-header {
  background: url(../images/underbar.png) repeat-x;
}
#under-header-span {
  color: #790131;
  font-weight: bold;
  margin-left: 10px;
}

#header p {
  color: white;
  font-size: 12px;
  font-style: italic;
  margin: 0;
  padding: 10px 20px 0 0;
}

input[type="text"], input[type="password"], textarea, select {
  background-color: #FFFFFF;
  background-image: url(../images/background_form_element.gif);
  background-repeat: repeat-x;
  border: 1px solid #7D7C7D;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border: 1px solid #790131;
}

textarea, pre {
  font-family: Arial;
  font-size: 11px;
}

pre {
  text-align: justify;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  color: #333333;
  font-family: Arial,'Trebuchet MS',Verdana,sans-serif;
  font-size: 90%;
  font-weight: bold;
  padding: 0.25em;
}

.checkList ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.checkList, .checkList li {
  margin-left: 0;
  padding: 0;
}

.checkList label {
  display: block;
  padding-left: 25px;
  text-indent: -25px;
}

.checkList label:hover, .checkList label.hover {
  background: #E9D5DD none repeat scroll 0 0;
  color: black;
}

#navigation {
border:1px solid #5a5a5a;  
  background-color: #C2C2C2;
  color:#FFFFFF;
  padding: 4px;
  width: 170px;
}

#navigation a {
  background:transparent url(../images/navigation_tertiaire.gif) no-repeat scroll 0 0;
  border-bottom:1px solid #CCCCCC;
  color:#2D2C2E;
  display:block;
  font-size: 91%;
  padding:4px 22px 4px 10px;
  text-decoration: none;
  width: 138px;
}

#navigation a:hover, #navigation a.selected {
  background-position:0 -89px;
  color:#2D2C2E;
}

#navigation hr {
  background-color: #5A5A5A;
  border: 0 none;
  color: #5A5A5A;
  height: 1px;
}

p.note {
  font-size:95%;
  font-style:italic;
  line-height:1.3em;
  margin-right:10px;
}

#colMid {
  border-left: 1px solid #5A5A5A;
}

#colTwo h3 {
  font-size: 18px;
  margin-bottom: 0;
}

#colTwo h4 {
  font-size: 11px;
  font-weight: normal;
  margin-top: 0;
}

#footer p {
  color: #790131;
  text-align: center;
}

#a-determiner {
  color: red;
}

#colOne-title {
  font-size: 120%;
}

#empty-list-message {
  font-style: italic;
}

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

div.validation_errors {
  background: #FFBEA9;
  border: 1px solid;
  color: #D63301;
  margin: 10px 0 5px 0;
  padding: 5px 0 5px 0;
}
div.validation_errors ul {
  background: url(../images/validation.png) no-repeat 10px center;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;  
}

div.validation_errors li {
  margin-left: 0;
  padding-left: 49px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.checkList, .checkList li {
  margin-left: 0;
  padding: 0;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

.info-msg, .success-msg, .warning-msg, .error-msg, .validation-msg {
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 10px 0 0 0;
  padding: 15px 10px 15px 50px;
}

#form-errors {
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid;
  margin: 10px 0 0;
  padding: 5px;
}

td.errors {
  padding:5px 10px 5px 50px;
}

a.error {
  border-bottom-style: none;
  color: #D63301;
  cursor: auto;
  font-weight: bold;
}

.info-msg {
  background-color: #BDE5F8;
  background-image: url(../images/info.png);
  color: #00529B;
}

.success-msg {
  background-color: #DFF2BF;
  background-image: url(../images/success.png);
  color: #4F8A10;
}

.warning-msg {
  background-color: #FEEFB3;
  background-image: url(../images/warning.png);
  color: #9F6000;
}

.error-msg {
  background-color: #FFBABA;
  background-image: url(../images/error.png);
  color: #D8000C;
}

#form-errors, .validation-msg {
  background-color: #FFCCBA;
  background-image: url(../images/validation.png);
  color: #D63301;
}

tr.evenrow {
  background-color: #A1A7C3;
}

#search-summary {
  background-color:#E9D5DD;
  border-top:1px solid #7D7C7D;
  padding:5px 5px 5px 0;
  text-align: right;
}

#search-nav {
  background-color:#E9D5DD;
  border-bottom:1px solid #7D7C7D;
  font-size:110%;
  padding:5px 0;
  text-align:center;
}

#search-nav a {
  color: black;
}
