﻿
.shiftcontainer {
position: relative;
/*left: 7px; Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
width: 98%; /* container width*/
background: transparent url(images/light_blue_shadow3.gif) repeat bottom right;
}

.shadowcontainer .innerdiv {
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

.shiftcontainer_full {
position: relative;
/*left: 7px; Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer_full {
width: 100%; /* container width*/
background: transparent url(images/light_blue_shadow3.gif) repeat bottom right;
}

.shadowcontainer_full .innerdiv {
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}



.shiftcontainer_95 {
position: relative;
/*left: 7px; Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer_95 {
width: 95%; /* container width*/
background: transparent url(images/light_blue_shadow3.gif) repeat bottom right;
}

.shadowcontainer_95 .innerdiv {
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}


