﻿div.shadow-blue-br { 
    background: url(App_Images/darwin_blueshadow_rightbottom.png) no-repeat bottom right; 
    position: absolute; 
} 
div.shadow-blue-r { 
    background: url(App_Images/darwin_blueshadow_right.png) repeat-y right; 
} 
div.shadow-blue-b { 
    background: url(App_Images/darwin_blueshadow_bottom.png) repeat-x right; 
    margin-left:12px;
    position: absolute; 
}
div.shadow-blue-tr { 
    background: url(App_Images/darwin_blueshadow_righttop.png) no-repeat top right; 
    position: absolute; 
}
div.shadow-blue-lb { 
    background: url(App_Images/darwin_blueshadow_leftbottom.png) no-repeat left; 
    position: absolute; 
}
div.shadow-green-br { 
    background: url(App_Images/darwin_greenshadow_rightbottom.png) no-repeat bottom right; 
    position: absolute; 
} 
div.shadow-green-r { 
    background: url(App_Images/darwin_greenshadow_right.png) repeat-y right; 
} 
div.shadow-green-b { 
    background: url(App_Images/darwin_greenshadow_bottom.png) repeat-x right; 
    margin-left:12px;
    position: absolute; 
}
div.shadow-green-tr { 
    background: url(App_Images/darwin_greenshadow_righttop.png) no-repeat top right; 
    position: absolute; 
}
div.shadow-green-lb { 
    background: url(App_Images/darwin_greenshadow_leftbottom.png) no-repeat left; 
    position: absolute; 
}
div.shadow-red-br { 
    background: url(App_Images/darwin_redshadow_rightbottom.png) no-repeat bottom right; 
    position: absolute; 
} 
div.shadow-red-r { 
    background: url(App_Images/darwin_redshadow_right.png) repeat-y right; 
} 
div.shadow-red-b { 
    background: url(App_Images/darwin_redshadow_bottom.png) repeat-x right; 
    margin-left:12px;
    position: absolute; 
}
div.shadow-red-tr { 
    background: url(App_Images/darwin_redshadow_righttop.png) no-repeat top right; 
    position: absolute; 
}
div.shadow-red-lb { 
    background: url(App_Images/darwin_redshadow_leftbottom.png) no-repeat left; 
    position: absolute; 
}
 
 