html,body {
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#appLayout {
	height: 100%;
}

#leftCol {
	width: 14em;
}

.claro .demoLayout .edgePanel {
	background-color: #d0e9fc;
}

#viewsChart {
	width: 550px;
	height: 550px;
}




.pageOverlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: block;
}

#loadingOverlay {
    background:  #fff url('../Scripts/dijit/themes/claro/images/loadingAnimation.gif') no-repeat 10px 23px;
}

.loadingMessage {
    padding: 25px 40px;
    color: #999;
}

.headerLinks {
	text-decoration:none;
}

.homeCircularButton {
	background:#FF9F55; 
	height:150px; 
	width:150px; 
	border-radius:150px; 
	line-height:150px; 
	cursor:pointer
}

.sectionTitleButton {
	background:#7F0000; 
	color:#FFF;
	height:70px; 
	width:100px; 
	border-radius:50px; 
	padding-top:30px;
	text-align:center;
}