/* General Formatting */

  .noscreen {
    display: none;
  }
  
  a:link { font-weight: bold;
    font-weight: bold;
    text-decoration: none;
    color: #F6B300;
    }

  a img {
    border: none;
    }
    
  a:visited { text-decoration: none;
    font-weight: bold;
    color: #F6B300;
    font-family: Arial,Helvetica,"sans-serif";
    }

  a:hover { text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    }

  a:active { color: #F6B300;
    font-weight: bold;
    }

  .navbar {
    position: absolute;
    top: 40px;
    margin: 0;
    width: 940px;
    }
    
  .navbar a:hover {
    background-color: #492B2B;
    }


  body { color: #ffffff;
    font-size: 0.7em;
    text-align: justify;
    color: #ffffff;
    background-color: #492B2B;
    font-family: Arial,verdana,san-seriff;
    margin: 0;
    background-image: url("/dev4/inudafrique/theme/bg.png");
    }

  h1, h2, h3, h4 { color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-family:  Arial, Helvetica, "sans-serif";
    margin-top: 0;
    padding-top: 0;
    }

  h1 { font-size: 1.7em;
    }

  h2 { font-size: 1.5em;
    }

  h3 { font-size: 1.3em;
    }

  table { font-size: 1em;
    color: #ffffff;
    page-break-before: avoid;
    font-family:  Arial, verdana, "san-seriff";
    }
    
.contentscroller {
    position: absolute; 
    width: 420px; 
    height: 380px; 
    top: 60px; 
    left: 25px; 
    overflow: auto;
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    scrollbar-3dlight-color:#fff;
    scrollbar-arrow-color:#fff;
    scrollbar-base-color:#635353;
    scrollbar-darkshadow-color:#000;
    scrollbar-face-color:#635353;
    scrollbar-highlight-color:#635353;
    scrollbar-shadow-color:#fff
   }
   
.contentscroller p {
    padding-right: 30px;
    margin-bottom: 5px;
    }

.categories a:link, a:visited, a:active {
    font-weight: bold;
    color: #E2A308;

    }

.categories a:hover {
    font-weight: bold;
    background-color: #E2A308;
    color: white;
    }
    
/* Input Form Table Styles */

    table.iform {
        border-collapse: collapse;
        margin-left: 0 auto;
        margin-right: 0 auto;
        border-spacing: 0;
        font-size: 1.3em;
    }
    
    table.iform td {
        font-weight: normal;
    }
    
    table.iform input[type=text], input[type=radio], input[type=password], select, textarea {
    	border: 1px solid #fff;
    	background-color: rgb(255, 255, 255);
    	color: black;
    	font-family: Arial,Verdana,Tahoma;
        font-size: 0.8em;
    }

    td.ifbottom  {
        font-weight: bold;
        font-size: 1em;
        text-align: center;
    }
    
/* Data Table Styles */

    a.illink {
    font-size: 1em;
    }

    table.ilisttable {
        border-collapse: collapse;
        border: 0;
        margin-left: 0 auto;
        margin-right: 0 auto;
        border-spacing: 0;
        width: 90%;
        font-size: 1.3em;
        
    }

    table.ilisttable th {
        text-align: center;
        color: white;
        padding: 3px;
        font-weight: bold;
    }

    table.ilisttable td {
        padding: 3px;
	   vertical-align: top;
	   color: white;
    }
    .ilistodd {
	   vertical-align: top;
   
    }
    .ilisteven {
    	background-color: #746665;
        padding: 3px;
	   vertical-align: top;
    }


    .ilisttablebott {
        background-color: #ED7FAE;
        text-align: right;
    }
    
    .ilisttotals {
        text-align: right;
        font-weight: bold;
        color: white;
    }
    
/*css for the animated sliding header graphic. */
    .slider {	
    	padding: 0;
    	display: none;
    	visibility: hidden;
    	overflow:hidden;
    	position:absolute;
    	top: 0px;
    	width: 470px; 
        height:500px;  
        position: absolute; 
        top: 70px; 
        left: 470px;
        z-index: 10;
    }
 