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

/* =================================================================== */
/* 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:#EAEFFD ;
    color: #0C374C; /* dark-ocean */
    margin: 0px;
    font-family: Myriad Pro, Myriad, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
}

#maintable, .max {
   width: 100%;
   height: 100%;
       
   margin: 0px;
     
   
}
.minheight{
   height: 1%;
  
}
.maygrow{
   height: auto;
}
.autowidth {
    width: auto;
}

#leftRow {
	height:60px;
	overflow: hidden ;
	background : #FFFFFF;
	z-index:1;	  
}	   

#logo{
	position:relative;
	left:0px;
	top:0px;
    width: 170px;
    height:10px;
    padding-left:60px;
    padding-top:10px;
    background : #FFFFFF;
}

	
.user{
	position:relative;
	width:160px;
	height:20px;
	left:20px;
	background :white;
	padding-top:5px;
	padding-left:40px;
	font-size: 11px;
	font-weight : bold;
}
.user a
{
	 color: #8F3D00;
		font-weight : normal;
		text-decoration: none;
		
}
#mainLeftColumn {
    width: 220px;
    
    vertical-align: top;
    background:#AFBCFF url(../IMAGES/white20px.gif) repeat-y;
}

#mainLeftTable {
    width: 220px;
    height: 100%;
    vertical-align: top;
    background:#AFBCFF url(../IMAGES/white20px.gif) repeat-y;
}
img.borderless{
    border: none;
}
/* =================================================================== */
/* footer                                                              */
/* =================================================================== */
#footer {
    color: #969797; /* gray-light */
    font-size: 10px;
    padding: 5px;
    text-align: right;
}
#footer th {
    font-size: 10px;
}

