﻿/* for android chrome text height */
body {
	max-height: 999999px;
}
/* yellow text for link */
a{
	color: yellow
}
/* centred div */
#page {
	max-width: 1000px;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family:  "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-large;
	font-weight: normal;
	max-height: 999999px;
}
/* main table */
table.default {
	width: 100%;
	border-style: none;
	border-width: 0px;
	margin: auto;
	border-collapse: collapse;
	font-family:  "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: x-large;
	font-weight: normal;
	text-align: center;	
}
table.default td {
	font-size: x-large;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

/* gallery table */
table.gallery {
	width: 100%;
	border-style: none;
	border-width: 0px;
	margin: auto;
	border-collapse: collapse;
	font-family: "Trebuchet MS";
	font-size: large;
	font-weight: bold;
	text-align: center;	
}
table.gallery td {
	font-size: large;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

/* thin border */
.tborder {
	border: 1px solid white;
}
/* filled cell - blackedge */
.fcell {
	border: 5px solid black;
	background-color: white;
	color:black
	}
.fcell:hover {
	background-color: #c0e4fe;
}
/* text box */
.tbox {
	text-align: justify;
	width: 50%;
}
/* filled cell - maroon border*/
.fbcell {
	border: 10px solid #750000;
	background-color: #FFEBCD;	
	font-size: medium ;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}
.fbcell:hover {
	background-color:#c0e4fe;
	color: red;	
}

/* filled cell - purple border*/
.fpcell {
	border: 10px solid #640064;
	background-color: #FFEBCD;	
	font-size: large;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
}
.fpcell:hover {
	background-color:#c0e4fe;
	color: red;	
}

/* 2px solid white border */
.msborder {
	border: 2px solid white;
}
/* 5px solid white border */
.m5border {
	border: 5px solid white
}

/* medium inset border */
.miborder {
	border: 5px white inset;
}
/* medium outset border */
.moborder {
	border: 5px outset silver;
}
/*_text_button */
a.fbutton:link {
	border: 2px solid white;
	background-color: #FFEBCD;
	color: black;
	text-decoration: none;
	padding:  0.025em 0.25em;
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}
a.fbutton:visited {
	border: 2px solid white;
	color: black;
	}
a.fbutton:hover {
	border: 2px solid black;
	color: red;
}
/*_index text_button */
a.ifbutton:link {
	display:inline-block;
	width: 100px;
	border: 2px solid white;
	background-color: #FFEBCD;
	color: black;
	text-decoration: none;
	padding:  0.25em 0.25em;
	font-family: "Trebuchet MS";
	font-size: 1.0em;
	text-align: center;
	font-weight: bold;
}
a.ifbutton:visited {
	border: 2px solid white;
	color: black;	
}
a.ifbutton:hover {
	border: 2px solid black;
	color: red;	
}