/* =================================================================== */
/* template_mycoresample-1/CSS/style_navigation.css                    */
/* $Revision: 1.7 $ $Date: 2006/07/03 14:31:50 $                                                   */
/* =================================================================== */

/* =================================================================== */
/* Navigation below                                                    */
/* =================================================================== */
#navi_below_cell {
    padding: 3px;
    text-align: right;
}
#navi_below_cell table{
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 3px;
}

.navi_below th, .navi_below td, .navi_below a
{
	color: rgb(10, 80, 161);
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navi_below a
{
	color: rgb(10, 80, 161);
	text-decoration: none;
} 
.navi_below a:hover
{
	text-decoration: underline;
}		
.navi_below .marked a
{
	text-decoration: underline;
}	

.navi_below_line
{
	background : rgb(128, 197, 221);
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #0a50a1;
    width: 100%;
    margin-top: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
}
td.navi_below_line{
	color: rgb(10, 80, 161);
	text-align:left;
    padding-left: 1px;
    padding-bottom: 1px;
}

/* =================================================================== */
/* General Main navigation column                                      */
/* =================================================================== */
.navi_column
{
	background : #CAD9E0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #0C374C;
}

/* =================================================================== */
/* General Main navigation column                                      */
/* =================================================================== */
table.navi_history
{
	color: white;
    background : rgb(10, 80, 161);
    font-size: 11px;
    font-weight : bold;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.navi_line
{
	color: white;
	background : rgb(10, 80, 161);
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    border-color:  rgb(128, 197, 221);
    border-width: 1px;
	border-style:  solid none solid none;
	margin-top: 1px;
}
.navi_line td {
    color: white;
}

.navi_line a {
    color: white;
	font-weight : normal;
	text-decoration: none;
}
.navi_line a:hover
{
    color: #9A5B11;
	text-decoration: underline;
	background-color: rgb(225, 255, 255);    
}

.navi_history a
{
    color:  rgb(10, 80, 161);
	font-weight : normal;
	text-decoration: none;
}

.navi_history a:hover
{
    color: #9A5B11;
	text-decoration: underline;
	background-color: rgb(225, 255, 255);    
}

td.navi_history{
    color:  rgb(10, 80, 161);
	text-align:left;
    padding-left: 1px;
    padding-bottom: 1px;
}

td.navi_history_user{
    color:  rgb(10, 80, 161);
	text-align:left;
    padding-left: 2px;
    padding-bottom: 1px;
}

.navi_table
{
   color: white;
}

/* =================================================================== */
/* General Main navigation column (left side)                          */
/* =================================================================== */

 div.navi_left{
   background : rgb(128, 197, 221);
   border-style: none solid none solid;
   border-color: #0a50a1;
   border-width: 1px;
   margin-top:2px;
   margin-bottom:2px;
   width: 100%;
   height: 100%;
 }
 table.navi_left{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	margin:5px 5px 5px 5px;
    width:200px;
 }
 
 table.navi_left tr td{
	border-top:1px solid rgb(128, 197, 221);
    padding-bottom:45px;
 }
 
 div.navi_left_mainentry{
	font-size: 11px;
	font-weight: bold;
	border-bottom:1px solid rgb(225, 255, 255);	
  }
  
 div.navi_left_subentry{
    font-size: 11px;
	font-weight : normal;    
    background-image:url(../images/greenArrow.gif);
    background-repeat:no-repeat;
    background-position:0px 9px;
    margin-left: 10px;
}

  div.navi_left_mainentry a,
  div.navi_left_subentry a{
  	display: block;
    text-decoration: none; 
	/*color: white;*/
    color:  rgb(10, 80, 161);
	
  }  
  
  div.navi_left_mainentry a{
    padding-top:6px;
    padding-bottom:6px;
    padding-left:2px;
  } 
  
  div.navi_left_subentry a{
	margin-left:5px;
    padding-left:5px;
    padding-top:4px;
    padding-bottom:4px;
  }

  div.navi_left_mainentry a:hover,
  div.navi_left_subentry a:hover{
	color: #8F3D00;	
	background-color: rgb(225, 255, 255);
  }
 
/* =================================================================== */
/* Sitemap items                                                       */
/* =================================================================== */
  th.sitemap{
  	width:33%;
  	text-align:left;
    color: #9A5B11;
	font-weight : bold;
    padding: 3px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: rgb(128, 197, 221);
    margin-bottom: 1.5em;  	
  }

  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: #EFF4F6;	
    padding: 0.1em;
    text-decoration: none; 
  }

  div.sitemap-item a:hover{
	color: #EFF4F6;	
   	text-decoration:underline;
  }
  
  
