/* =================================================================== */
/* template_mycoresample-1/CSS/style_navigation.css                    */
/* $Revision: 1.1 $ $Date: 2005/07/07 18:40:15 $                                                   */
/* =================================================================== */

/* =================================================================== */
/* 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: #15516E; /* ocean */
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navi_below a
{
	color: #15516E; /* ocean */
	text-decoration: none;
} 
.navi_below a:hover
{
	text-decoration: underline;
}		
.navi_below .marked a
{
	text-decoration: underline;
}	

/* =================================================================== */
/* 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: #031822; 
    background : transparent;
    font-size: 11px;
    font-weight : bold;
    border-style: none none solid none;
    border-width: 5px;
    border-color: #14516E;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navi_history a
{
        color: #8F3D00;
		font-weight : normal;
		text-decoration: none;
}
.navi_history a:hover
{
		text-decoration: underline;
}
td.navi_history{
    text-align:left;
    padding-left: 3%;
    padding-bottom: 5px;
}

td.navi_history_user{
    text-align:right;
    padding-right: 3%;
    padding-bottom: 5px;
}

/* =================================================================== */
/* Main navigation menu                                                */
/* =================================================================== */
.navi_main
{
	font-size: 11px;
	font-weight : bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: none;
	border-width: 0px;
    min-width: 200px;
    width: 200px;
}
div.navi_main{
    background-color:#AFBCFF;
    vertical-align: top;
    min-width: 200px;
    width: auto;
    border-style: none;
    margin-left:20px;
}
.navi_main img{
    display:block;
    border:none;
}
.navi_main tr, .navi_main td
{
	font-size: 11px;
}
.navi_main th a:hover
{
	text-decoration: underline;
}
.navi_main th a
{
	color: #000000;	
	font-weight : bold;	
}
.navi_main a
{
    color: #000000;
    font-weight : normal;
    text-decoration: none;
}
.navi_main a:hover
{
    text-decoration: underline;
}
.navi_main .marked a
{
    text-decoration: none;
}

