﻿.itemText {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:16px;
	padding-left: 10px;
}

.menuButton {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	color:#a00000;
	padding: 5px 5px 5px 5px;
	//border:1px #a00000 solid;
	background:#f7f0f0;
	margin-bottom:10px;
	font-size:32px;
	text-align: center;
	cursor:pointer;
}

.menuButton:hover {
	background:#f0c0c0;
}

.menuButtonInactive {
	color:#a0a0a0;
	padding: 5px 5px 5px 5px;
	//border:1px #a00000 solid;
	background:#f7f0f0;
	margin-bottom:10px;
	font-size:32px;
	text-align: center;
}

.button {
	padding: 5px;
	width:80px;
	height: 22px;
	margin: 1px;
	cursor:pointer;
	color:white;
	text-align:center;	
	border-left:5px #004494 solid;
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    background:#004494;
}

.button:hover {
	background:blue;
	border-left:5px blue solid;
}

.buttonActive {
	padding: 5px;
	width:80px;
	height: 22px;
	margin: 1px;
	cursor:pointer;
	color:white;
	text-align:center;	
	border-left:5px red solid;
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    background:navy;
}

.buttonActive:hover {
	background:blue;
	border-left:5px red solid;
}

.itemText {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:16px;
	padding-left: 10px;
}

.paneltitle {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:24px;
	background:maroon;
	color:white;
	height:35px;
	padding-left: 10px;
	overflow:hidden;
}

.dashboardTile {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	width: 200px;
	height: 40px;
	background:blue;
	color: white;
	padding:1px;
	padding-left:15px;
	padding-right:15px;
	margin-left:1px;
	margin-right:1px;
	cursor:pointer;
	position:absolute;
}

.dashboardTile:hover {
	background:#e0c0c0;
}

.bodyText {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:14px;
	overflow-y:scroll;
}


.dashboardTileInactive {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	width: 200px;
	height: 40px;
	background:gray;
	color: white;
	padding:1px;
	padding-left:15px;
	padding-right:15px;
	margin-left:1px;
	margin-right:1px;
}

.tabTile {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:20px;
	width: 245px;
	height: 35px;
	background:#A5A5DA;
	color: white;
	padding:1px;
	padding-left:15px;
	padding-right:15px;
	margin-left:1px;
	margin-right:1px;
	cursor:pointer;
}

.tabTile:hover {
	background:#084DA5;
}

.tabTileActive {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:20px;
	width: 245px;
	height: 35px;
	background:#084DA5;
	color: white;
	padding:1px;
	padding-left:15px;
	padding-right:15px;
	margin-left:1px;
	margin-right:1px;
	cursor:pointer;
}

.questionTile {
	font-family:"Segoe UI Light","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
	font-size:16px;
	padding-left: 10px;
	border: 1px black solid;
	margin-bottom:2px;
}

.questionTile:hover {
	background:#C1C1D7;
}





