/* 
 Stylesheet for main pages of www.carnivorecampaign.eu
 Link this sheet as first 
 Author: Frank PG Princee
 Date  : 14 July 2008
 Copyright (c)2008 EAZA European Carnivore campaign
 Note : logo colours: maroon RGB(41,10,10)
                       orange RGB(247,81,6)

*/ 

BODY {
    
    background    : white; 
    color         : RGB(41,10,10); 
    margin-left   : 20px;
    margin-right  : 20px;
    margin-top    : 10px;
    text-align    : left;
    padding-right : 10px;
    border-right  : solid thin;    
    width         : 700px;
  }

EM {
    color : RGB(41,10,10);
  }

H1,H2,H3,H4,H5,H6 {
    color      : RGB(41,10,10); 
  }

H2 {
   padding-top    : 5px;
   padding-bottom : 5px;
   border-top     : dotted thin;    
   border-bottom  : dotted thin;
}

LI {
    line-height : 150%;
  }

OL {
    list-style-type: decimal;
  }

P {
    color : RGB(41,10,10);
    line-height : 125%;
  }

SMALL {
    color : RGB(41,10,10);
  }
   

  
TABLE {
    width : 100%;
}   

CAPTION {
    font-size  : 24px;
    font-weight : bold;
    text-align : left;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom : 5px;
    padding-right : 5px;
}

TH {
    color      : white;
    background : RGB(41,10,10);
    text-align : left; 
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom : 5px;
    padding-right : 5px;
   
}
    
    
TD {
    vertical-align : top;
    padding-top    : 5px;
    padding-left   : 5px;    
    padding-right  : 10px;
    padding-bottom : 5px;
    margin-left    : 0px;
    margin-right   : 0px;
   }


UL {
    list-style-type : circle;
  }


A:ACTIVE {
    
    color        : RGB(247,81,6); 
    background   : white; 
    border       : solid thin; 
    text-decoration : none;
    font-weight  : bold;
    border-width : thin;
    border-style : solid; 
    padding      : 2px;
    padding-left : 0px;
    padding-right: 5px;
    margin-left  : 0px;
    margin-right : 5px;
  }

A:LINK {
    color        : RGB(247,81,6);   
    background   : white;     
    border       : solid thin; 
    text-decoration : none;
    font-weight : bold;
    
    padding      : 2px;  
    padding-left : 0px;
    padding-right: 5px;
    margin-left  : 0px;
    margin-right : 5px; 
    }

A:VISITED {
    color        : RGB(247,81,6); 
    background     : white;     
    border      : solid thin; 
    text-decoration : none;
    font-weight : bold;
    padding     : 2px;     
    padding-left : 0px; 
    padding-right: 5px;   
    margin-left : 0px;
    margin-right: 5px;
  }
  

  
.navi_box { 
   // border      : solid thin;   
    background : RGB(41,10,10);   
    color      : white;  
    padding     : 2px;     
    padding-left : 5px;
    padding-right: 5px;
    margin-left : 5px;
    margin-right: 5px;
    
  }

.weblink { 
    border-style : none;
    border-bottom : dotted thin;   
    background : white;  
    color      : RGB(41,10,10);  
    
    
  }     

.img_left {
    vertical-align : top;
    float          : left;
    margin-top     : 0px;
    margin-left    : 0px;
    margin-bottom  : 5px;
    margin-right   : 5px;
}   

.img_right {
    vertical-align : top;
    float          : right;
    margin-top     : 0px;
    margin-left    : 0px;
    margin-bottom  : 5px;
    margin-right   : 0px;
}  

INPUT {
    color: RGB(41,10,10);
    font-weight : bold;
    font-size   : 14px;
  }


SELECT {
    color: RGB(41,10,10);
    font-weight : bold;
  }

TEXT_AREA {
    color: RGB(41,10,10);
    font-weight : bold;
  }  
   
