@CHARSET "ISO-8859-1";

.canvasTiles {
	width: 99%;
	margin: 10px auto;
	display: table;
	background-color: #fff;
}

.tile {
	padding: 15px;
	width: 150px;
	min-height: 150px;
	margin: 5px;
	float: left;
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 10px;
	overflow: hidden;
}

.tile:hover {
	padding: 15px;
	width: 150px;
	min-height: 150px;
	margin: 5px;
	float: left;
	background-color: #e5e5e5;
	border: 1px solid #d9e7f4;
	border-radius: 10px;
}

h1.titlePage {
	background-color: #d9e7f4;
	border-bottom: 1px solid #e5e5e5;
	color: #363f5c;
	font-family: arial, verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 7px 0;
	text-align: left;
	text-indent: 6px;
	text-shadow: 0 1px 1px #ffffff;
	text-transform: uppercase;
	width: 100%;
}

h1.subtitlePage {
	border-bottom: 1px solid #e5e5e5;
	color: #363f5c;
	font-family: arial, verdana;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0;
	text-align: left;
	text-indent: 4px;
	text-shadow: 0 1px 1px #ffffff;
	width: 100%;
}

.presenter-application-content {
	background-color: transparent;
	border: 3px solid #d9e7f4;
	display: table;
	margin: 5px auto 0;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 95%;
}

.presenter-application-content-noborder {
	background-color: transparent;	
	display: table;
	margin: 5px auto 0;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 95%;
}

#boxHeaderView {
	min-height: 60px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

#boxFooterView {
	min-height: 20px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #f4f4f4;
	z-index: 10;
}

.footer {
	font-family: Arial, Verdana, sans-serif;
	color: #AAAAAA;
	font-size: 8pt;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
}

.bannerBgrGray {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.03, #d4e5f4
		), color-stop(1, #FAFCFE));
	background: -moz-linear-gradient(center top, #d4e5f4 3%, #FAFCFE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e5f4',
		endColorstr='#FAFCFE');
	background-color: #E9F1F9;
	color: #003700;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}