/* =================================================================== */
/* template_mycoresample-1/CSS/style_navigation.css                    */
/* $Revision: 1.4 $ $Date: 2006/06/22 13:19:33 $                                                   */
/* =================================================================== */

/* =================================================================== */
/* Navigation below                                                    */
/* =================================================================== */
#navi_below_cell {
    padding: 3px;
    text-align: right;
    background: #BDC1C1;
}
#navi_below_cell table{
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 3px;
}

.navi_below th, .navi_below td, .navi_below a
{
	color: #000000; /* ocean */
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navi_below a
{
	color: #000000; 
	text-decoration: none;
} 
.navi_below a:hover
{
	text-decoration: underline;
}		
.navi_below .marked a
{
	text-decoration: underline;
}	

/* =================================================================== */
/* General Main navigation column                                      */
/* =================================================================== */
/*.navi_column
{
	background: #EFEFEF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #0C374C;
}*/

/* =================================================================== */
/* General Main navigation history                                     */
/* =================================================================== */
table.navi_history
{
	color:#BDC1C1 !important;
	background: #DA1F3D;
    font-size: 11px;
    font-weight : bold;
    border-style: none none none none;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navi_history a
{
        color: #FFFFFF;
		font-weight : normal;
		text-decoration: none;
}
.navi_history a:hover
{
		text-decoration: underline;
}
td.navi_history{
	
	vertical-align:middle;
    text-align:left;
    padding-left: 40px;
    padding-top:3px;
    padding-bottom:3px;
}

td.navi_history_user{
	width:220px;
	vertical-align:middle;
    text-align:left;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:30px;
}


/* =================================================================== */
/* General Main navigation column (left side)                          */
/* =================================================================== */

 table.navi_left{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	margin:10px;
    width: 190px;
 }
 
 table.navi_left tr td{
	border-top:1px solid #BDC1C1;
    padding-bottom:45px;
 }
 
 div.navi_left_mainentry{
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #BDC1C1;	
  }
  
 div.navi_left_subentry{
    font-size: 11px;
	font-weight : normal;
    
    background-image:url(../images/whiteArrow.gif);
    background-repeat:no-repeat;
    background-position:0px 9px;
    margin-left: 15px;
}

  div.navi_left_mainentry a,
  div.navi_left_subentry a{
  	display: block;
    text-decoration: none; 
    color: #000000;		  
  }  
  
  div.navi_left_mainentry a{
    padding-top:6px;
    padding-bottom:6px;
    padding-left:10px;
  } 
  
  div.navi_left_subentry a{
	margin-left:5px;
    padding-left:5px;
  }

  div.navi_left_mainentry a:hover,
  div.navi_left_subentry a:hover{
	color: #DA1F3D;	
	background-color: #FFFFFF;  
  }
  
  
/* =================================================================== */
/* Sitemap items                                                       */
/* =================================================================== */
  th.sitemap{
  	width:33%;
  	color:#DA1F3D;
  	text-align:left;
  	padding-bottom:10px;
  }
  
  div.sitemap-item{
    font-size: 11px;
	font-weight : normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    background-image:url(../images/greenArrow.gif);
    background-repeat:no-repeat;
    background-position:left 0.5ex;
    margin-top: 0.1em;
    margin-left: 0.8em;
    padding-left: 0.7em;
  }
  
 div.sitemap-item a{
   	color: #000000 !important;
   	padding: 0.1em;
    text-decoration: none;
    font-weight: normal !important; 
  }

  div.sitemap-item a:hover{
   	text-decoration:underline;
  }
  
  