/* =================================================================== */
/* template_mycoresample-1/CSS/style_general.css                       */
/* $Revision: 299 $ $Date: 2007-08-02 17:07:48 +0200 (Do, 02 Aug 2007) $                                                   */
/* =================================================================== */

/* =================================================================== */
/* general colors                                                      */
/* =================================================================== */
/*
white:        #FFFFFF;
black:        #000000;
orange:       #F2CCA4;
ocean-light : #CAD9E0;
ocean-middle: #912045;
ocean:        #15516E;
ocean-dark:   #0C374C;
gray-light:   #969797;
winered:      #912045;
*/
/* =================================================================== */
/* general page                                                        */
/* =================================================================== */

html, body {
    background-color: white;
    color: #0C374C; /* dark-ocean */
    margin: 0px;
    font-family: Myriad Pro, Myriad, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
}

.minheight{
   	height: 1%;
}
.maygrow{
  	height: auto;
}
.autowidth {
    width: auto;
}

#mainLeftColumn {
    width: 220px;
    height: 100%;
    vertical-align: top;
    background: #14516E url(../IMAGES/white20px.gif) repeat-y;
}
img.borderless{
    border: none;
}

#menuContentWrapper{
    height: 100%;
}

#logotop {
    background-image:url(../IMAGES/headfaderight.jpg); 
    background-repeat: repeat-y; 
    background-position: 690px 0px; 
    height: 85px; 
    margin-top: 3px;
}

#blueimg {
    display:block;
    position:absolute;
    right:0px;
}

#navi_history {
	text-align: left;
	vertical-align: top;
	height: 14px;
	padding-left: 260px; 

}
#navi_history a{
	color: #E32118;
	text-decoration: none;
}
#navi_history a:hover{
	text-decoration: underline;
}
#navi_history_inside {
	margin-left:2px;
	width: 99%;
}

/* =================================================================== */
/* footer                                                              */
/* =================================================================== */
#footer {
    color: #969797; /* gray-light */
    font-size: 10px;
    padding: 5px;
    text-align: right;
}
#footer th {
    font-size: 10px;
}
