/********************************************************************* 
  FILE     : red.css
  
  ABSTRACT : This file defines BLUEISH colors for the web pages.
  
  VERSIONS : 1.0  18 Dec 2002  Svetoslav Nikolov
					

 **********************************************************************/

BODY{
/*	background-color: #003C66;*/
	background-color: #CCCCCC;
	color: #ddddaa;
   font-size: 12px; 
   font-family: Arial, Helvetica, sans-serif
}
.menuwelcome {
     color: #333333; 
     font-size: 12px; 
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold;
     margin-top:5px;  
     margin-bottom:0px}

.headline1 {
     color: #333333; 
     font-size: 11px; 
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold;
     margin-top:5px;  
     margin-bottom:0px}

.text {
     color: #333333; 
     font-size: 11px; 
     font-family: Arial, Helvetica, sans-serif  ; 
     font-weight: normal;  
     margin-top:0px;  
     margin-bottom:0px}
 
/* POP UP BOXES */
.fontClass {
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 90%;}
.capfontClass {
     font-family: Arial, Helvetica, sans-serif; 
     font-size: 100%; 
     font-weight: bold;
     color:  #DF7D14;}
.capfontClass A {
     font-weight: normal;
     font-size: 90%;}
.fgClass {
     background-color: #f2f2f2;}
.bgClass {
     background-color: #CCCCCC;}
.popup {
    position:absolute;
	 visibility:hidden;
	 background-color: #f2f2f2;
	 padding:3px;
	 border-style:solid;
	 border-color:black;
	 border-width:1px;
	 margin-top:5px}

/* LEFT MENU HEADER */
.menuhead {
     color: #333333; 
     font-size: 12px; 
     font-family: Arial, Helvetica, sans-serif; 
     font-weight: bold}
	 
.link{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #DF7D14;
   text-decoration: none;
}
/* Ordinary header 3 */
.blured{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: #CCCCCC;
     background-color: #FFFFFFF; 
     text-decoration: none
	  }

.grayband{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #ffffff;
     background-color: #CCCCCC; 
     text-decoration: none
	  }
	  
.lightgrayband{
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #ffffff;
     background-color: #f2f2f2; 
     text-decoration: none
	  }
	  
.navigation{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #CCCCCC;
   text-decoration: none
 }

.current{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	font-weight:bold;
   color: #DF7D14;
   text-decoration: none}
   
.titlelight{
   font-family: times new roman, sans-serif;
   font-size: 35px;
   color: #DF7D14;
   text-decoration: none
 }
.titledark{
   font-family: times new roman, sans-serif;
   font-size: 35px;	
   color: #000000;
   text-decoration: none
 }
img.link{
	border: 1px solid #333333;
}

img.link:hover{
	border: 1px solid #DF7D14;
}
/*ACTIONS*/
p{
   	color: #333333;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif  ; 
	font-weight: normal;  
	margin-bottom:0px;
	text-decoration:none}
	
a{
   	color: #DF7D14;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif  ; 
	font-weight: normal;  
	margin-top:0px;  
	margin-bottom:0px;
	text-decoration:none}
	
a:hover {
	color:#DF7D14;
	text-decoration: none}
	 
a.blured:hover {
	color:#DF7D14;
	 text-decoration: none}
	 
a.link:hover {
	color:#777777;
	text-decoration: none}

a.text:hover {
	color:#333333;
	text-decoration: none}

a.headline1:hover {
	color:#333333;
	text-decoration: none}
	
a.menuhead:hover {
	color:#333333;
	text-decoration: none}

a.navigation:link,a.navigation:visited {
     font-weight: normal;
     color: #777777}
a.navigation:hover {
     color: #DF7D14; 
     font-weight: bold}
a.navigation:active {
     font-weight: normal;
     color: #DF7D14}

/* SETUP PAGE LOOK*/    
table{
	font-size: 12px;
	color: #000000;
}
     
table.main {
     border-color: #f2f2f2;
     border-style: solid;
     }

table.border{
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #ffffaa;
}


