BODY {
  color: #000000;  
  font-family: Verdana,Arial,Sans-Serif;
}

A {
  color:#000080;
  text-decoration:underline;  
}

TD {
  color: #000080;
  font-size:11px;
}

.copyright {
  color: #949797;  
  font-size:10px;  
}

.border_gray1 {
  background-color:#E0E0E0;
}

.border_gray1_layer {
  background-color:#E0E0E0;
}

.border_gray2 {
  background-color:#B5B5B5;
}

.border_gray2_layer {
  background-color:#B5B5B5;
}

.border_gray3 {
  background-color:#313131;
}

.border_gray3_layer {
  background-color:#313131;
}

.background {
  background-color:#F3F3F3;
}

.background_layer {
  background-color:#F3F3F3;
}

.menu {
  font-size:12px;
  font-weight:bold;
  color:#000080;
  text-decoration:none;
  text-transform:uppercase;
}

.menu_layer {
  font-size:12px;
  font-weight:bold;
  color:#000080;
  text-decoration:none;
  text-transform:uppercase;
}

.topic {
  font-size:12px;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
}

.topic_layer {
  font-size:12px;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
}

.navigation {
  font-size:11px;
  text-decoration:none;
  color:#000000;
}

.error {
  color:red;
  font-weight:bold;
}

.error_layer {
  color:#FDF2CE;
  font-weight:bold;
}

.entry {
  text-decoration:none;
  font-weight:bold;
  font-size: 12px;
  color:#000000;  
}

.entry_layer {
  text-decoration:none;
  font-weight:bold;
  font-size: 12px;
  color:#000000;  
}

.entry_disabled {
  text-decoration:none;
  font-weight:bold;
  font-size: 12px;
  color:#CCCCCC;  
}

.entry_layer_disabled {
  text-decoration:none;
  font-weight:bold;
  font-size: 12px;
  color:#CCCCCC;  
}

.input {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: black;
  background: rgb(255,255,255);
  border: 1px solid rgb(255,191,0);
}

.input_layer {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: black;
  background: rgb(255,255,255);
  border: 1px solid rgb(202,202,202);
}

.input_disabled {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: black;
  background: rgb(253,242,206);
  border: 1px solid rgb(224,218,196);
}

.input_layer_disabled {
  font-family:Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: black;
  background: rgb(242,242,242);
  border: 1px solid rgb(202,202,202);
}

.large { 
  color: #000080;    
  font-size: 24px;
}

.large_layer { 
  color: #1F1F1F;    
  font-size: 24px;
}

.large_disabled { 
  color: #CCCCCC;  
  font-size: 24px;
}

.large_layer_disabled { 
  color: #CCCCCC;    
  font-size: 24px;
}

.standard_disabled {
  color: #CCCCCC;
}

.list_header {
  text-decoration:none;
  font-size:12px;
  color:#FFFFFF;
  
  padding-top:2px;
  padding-bottom:2px;
  padding-left:8px;
  padding-right:8px;  
}  

.list_entry {
  text-decoration:none;
  font-size:12px;
  color:#000000;
  
  padding-top:2px;
  padding-bottom:2px;
  padding-left:8px;
  padding-right:8px;    
}

.list_background {
  background: rgb(45,64,109);
}

.list_background_layer {
  background: rgb(64,64,64);
}
 
.text_galerie {
  font-size:11px;
  text-decoration:none;
  color:#000000;
}

