/* =================================================================== */
/* template_mycoresample-2/CSS/style_navigation.css                    */
/* $Revision: 351 $ $Date: 2008-01-18 12:19:16 +0100 (Fr, 18 Jan 2008) $		       */
/* =================================================================== */

/* ==================================================== */
/* Style for the login and navigation row in SUZ	*/
/* ==================================================== */
td.login_navi_row {
    height: 31px;
}

td.login_row {
	background : white; 
} 

td.navi_row {
    text-align: center;
}

td.navi_row table{
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 3px;
}

/* Style for the Login-Window in JLZ */
table.login_window {
    font-size: 11px;
    font-weight : bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    min-width: 291px;
    width: 100%;
    vertical-align: middle;
    /*color: white*/
    padding : 0px;
    border-spacing : 0px;
    border : 3px solid white;
/*    padding-left: 20px;*/
}
	
td.login_text {
    text-align: left;
   	background : white;
/*   	width : 80px; */
}
td.login_window {
	width : 80px;
	text-align : center;
	background : white; 
}
td.user_id {
    text-align: left;
    background : white;
/*    width: 104px; */
}

p.whitebox {
    margin: 0px;
    padding: 0px;
    background-color: white;
}

div.buttons {
    line-height: 7px;
    padding-left: 3px;

}

td.login_window a:link {
    color:  #455B7C;
    text-decoration: none;
}

td.login_window a:visited {
    color:  #455B7C;
    text-decoration: none;
}

td.login_window a:hover {
    color:  #AA5522;
    text-decoration: none;
}

td.login_window a:active {
    color:  #455B7C;
    text-decoration: none;
}

td.login_window a:focus {
    color:  #AA5522;
    text-decoration: none;
}

/* Navigation history line */
/*td.navi_history {
    height: 22px;
    background: white url(../IMAGES/navi_pix.gif);
    background-repeat: repeat-x repeat-y;
}*/

/* ==================================================== */
/* Style for the main menu				*/
/* ==================================================== */
td.menus {
    font-size: 11px;
    font-weight : bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-style: none;
    border-width: 0px;
    min-width: 200px;
    width: 200px;
    vertical-align: top;
}
						
div.main_menu {
    /*background-color: #EADFA5;*/
    background: #AEC6D4 url(../IMAGES/menu_pix.gif);
    vertical-align: top;
    min-width: 222px;
    width: auto;
    border-style: none;
    /*margin-left:20px;*/
}

/* ==================================================================================*/

/* =================================================================== */
/* Navigation below                                                    */
/* =================================================================== */
#navi_below_cell {
    padding: 3px;
    text-align: right;
}
#navi_below_cell table{
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 3px;
    align:center;
}

.navi_below th, .navi_below td, .navi_below a
{
    color:  #990000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.navi_below a
{
    color:  #990000;
    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                                      */
/* =================================================================== */
#navi_history{
    color: #000000; 
    font-size: 10px;
    font-weight : bold;
    /* width: 1000px;*/
    height: 16px;
    padding-left: 10px;
    padding-top: 5px;   
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navi_history a
{
    color: #990000;
    font-weight : normal;
    text-decoration: none;
}
#navi_history a:hover
{
    text-decoration: underline;
    color:#fc2603;
}

#navi_history_user{
    text-align:left;
    padding-left: 3%;
}

/* =================================================================== */
/* Main navigation menu                                                */
/* =================================================================== */
.navi_main
{
    /*background-color: #EADFA5;*/
    font-size: 10px;
    font-weight : bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border-style: none;
    border-width: 0px;
    vertical-align: top;
    width: 20px;
}

#navi_main_active
{
	color:  #000000;
    background-color: #FFFFFF;	
   	border-left-width:3px;
	border-left-color:#f85e29;
    border-left-style:solid;
}

.navi_main_content
{
    vertical-align: top;
    min-width: 235px;
    padding-left: 25px;  
    width: auto;
    border-style: none;
    margin-left:20px; 
   
}

/* JLZ ======================================== */
div.logo{
    /*background-color: #EADFA5;*/
    vertical-align: bottom;
    min-width: 100px;
    width: auto;
    border-style: none;
}

td.empty_box {
    /*height: 31px;*/
    height: 31px;
    background: #FFFAE5 url(../IMAGES/bg_pix.gif);
}
/* ============================================= */

.navi_main tr, .navi_main td{
	font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navi_main img{
	display: block;
	border-style: none;
	border-width: 0px;
}

.navi_main th a
{	
	font-weight: bold;
	padding-top: 5px;
	padding-left: 8px;
	display: block;
	background-color: #5b74a9;;	
    color:  #FFFFFF;
    width: 150px;
    height: 18px;
    text-decoration: none;
	border-bottom-width:1px;
	border-bottom-color:#012778;
    border-bottom-style:solid;
    
    /*background:url(../IMAGES/18th-normal-navi-ends.png) no-repeat;
	*/
}

.navi_main th a:hover
{
	color:  #000000;
    background-color: #FFFFFF;	
   	border-left-width:3px;
	border-left-color:#f85e29;
    border-left-style:solid;
}

.navi_main th a .marked
{	
	font-weight: bold;
    text-decoration: none;
    	color:  #FF0000;
}

.navi_main td a
{	
    font-weight : normal;	
    color:  #FFFFFF;
    text-decoration: none;
}
.navi_main td a:hover
{	
    font-weight : normal;	
    color:  #000000;
    text-decoration: underline;
}

