body {
	background-color: #F1F1F1;
}
div.innerTile {
	border-top: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
div.tile {
	position: relative;
	float: left;
	margin: 5px;
	font-size: 15px;
	text-align: center;
	background: #FFFFFF;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	width: 400px;
	min-height: 30px;
	max-height: 440px;
	overflow: auto;
	display: inline-block;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
}
div.talltile {
	max-height: 900px;
}
div.tileHeader {
	float: left;
	font-size: 20px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}
div.tileControl {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	cursor: pointer;
}
img.tilePicture {
	clear: both;
	width: 99%;
}
div.tileContent {
	display: block;
	text-align: left;
	padding-left: 20px;
}
a.tileContinue {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #4c59b6;
	font-size: 16px;
	cursor: pointer;
}
input.tileTextBox {
	width: 150px;
}
hr.tileHR {
	width: 90%;
	color: #d1d1d1;
}
table.tileInputTable {
	width: 80%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
table.tileInputTable td {
	color: #8c8c8c;
}
a.tileCenterLink {
	color: #4c59b6;
	font-size: 16px;
	cursor: pointer;
}
div.space10 {
	clear:both;
	margin-top: 10px;
}

div.page {
	max-width: 850px;	
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	background-color: #F1F1F1;
}
div.pageContent {
	padding-left: 10px;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (max-device-width: 480px), only screen and (-webkit-device-pixel-ratio:.75), only screen and (min-device-width : 480px) and (max-device-width : 800px), only screen and (-webkit-device-pixel-ratio:1.5){
*/
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
        div.tile {
                clear: both;
                width: 93%;
        }
        div.page {
                width: 100%;
        }
        div.header {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
        }
        div.header-logo {
                margin-top: 20px;
        }
        div.headerContent {
                min-width: 1px;
        }
        table.historyTable {
                width: 80%;
        }
}

@media only screen and (device-width: 768px), only screen and (max-device-width: 1024px) {
	div.tile {
		clear: none;
	}
	div.page {
		max-width: 850px;
	}
}

div.flush {
	clear: both;
}
