html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e1ebfb;
    color: #1A1A1A;
    font-family: "Verdana", sans-serif;
}

#header {
	background-color: #F5F5F5;
    color: #1A1A1A;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
}

#leftPane, #dijit_Toolbar_0, #bottomPane{
		background-color: #F5F5F5;
}
.shadow {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 6px 3px -3px #888;
    -webkit-box-shadow: 0 6px 3px -3px #888;
    box-shadow: 0px 6px 3px -3px #888;
}

