/* =================================================================== */
/* template_mycoresample-1/CSS/style_general.css                       */
/* $Revision: 1.3 $ $Date: 2006/06/08 15:19:12 $                                                   */
/* =================================================================== */

/* =================================================================== */
/* 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;
     margin: 0px;
    font-family: Myriad Pro, Myriad, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    width: 100%;
    
}

td {
	vertical-align: top;		
}
	
#maintable, .max {
   width: 100%;
   height: 100%;
   margin: 0px;
}
.minheight{
   height: 1%;
}
.maygrow{
   height: auto;
}
.autowidth {
    width: auto;
}
#logo{
    width: 220px;
    height: 117px;
    border-style: none;
    border-width: 0px;
    display: block;
}

/* initializes in first table row the layout (width of left column) */
#mainLeftColumnInit{
    width: 215px; 
}

#mainLeftColumn {
    height: 100%;
    vertical-align: top;
    background-color: #EFEFEF !important;
	width:215px;
}

#contentArea{
	width:100%;
}

img.borderless{
    border: none;
}
/* =================================================================== */
/* footer                                                              */
/* =================================================================== */
#footer {
    background-color: #BDC1C1 !important;
    font-size: 10px;
    padding: 5px;
    text-align: right;
    color:#000000! important;
}
#footer th {
    font-size: 10px;
}


/* HS NB */
td.pageheader{
	font-family: Comic Sans, Verdana, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.3em;
	height:50px;
	width:100%;
	background-image:url(../images/hsnb/regale.jpg);
	background-repeat:no-repeat;
	background-position:100px 0px;
	vertical-align:bottom;
	text-align:right;
	padding-right:40px;
	padding-bottom:3px;
}