.shadow-container {
position: absolute;
left: 3px;
top: 3px;
margin-bottom: 3px;
z-index:10000;
}
/* NOTE : MUST remember to include tbis file in your main page if you are set SHOW_HEADER = false in min-div-header.tpl.php */
.shadow2,
.shadow3,
.container {
position: relative;
left: -1px;
top: -1px;
}

.shadow1 {
background: #F1F0F1;
}

.shadow2 {
background: #DBDADB;
}

.shadow3 {
background: #B8B6B8;
}

.container {
background: #fff;
border: 1px solid #848284;
font-family: arial;
font-size: 12px;
}

.header {
background: #C8D7F0;
padding:5px;
font-weight: bold;
font-family: arial;
font-size: 13px;
text-align: left;
}

