/* General Settings and Presentation Control Menu Styles */

body
{
	font-family: sans-serif;
}

div.imagecontainer
{
	text-align: center;
}

img.slideimagecapture
{
	border: solid 1px black;
}

td.buttons
{
	margin: .5em;
	padding: .5em;
}

/* Relating to the Top Navbar */

table.navtable 
{
	border-bottom: solid 1px #3a525c;
	margin-bottom: 1em;
}

/* Embossed Navigation Buttons */

span.button 
{
	display: inline;
	color: white;
	font-size: small;
	font-weight: bold;
	border-top: 2px solid #0293f4;
	border-left: 2px solid #0293f4;
	border-bottom: 2px solid #003a60;
	border-right: 2px solid #003a60;
	background: #0168b1;
	margin: .5em;
	padding: .5em;
	text-align: center;
}

span.button-inactive {
	display: inline;
	color: #90a7cb;
	font-size: small;
	font-weight: bold;
	border-top: 2px solid #0293f4;
	border-left: 2px solid #0293f4;
	border-bottom: 2px solid #003a60;
	border-right: 2px solid #003a60;
	background: #0168b1;
	margin: .5em;
	padding: .5em;
	text-align: center;
}

a:link.button {
	color: white;
	background-color: Transparent;
	text-decoration: none;
}

a:visited.button {
	color: white;
	background-color: Transparent;
	text-decoration: none;
}

a:hover.button {
	color: white;
	background-color: Transparent;
	text-decoration: underline;
}

a:focus.button {
	color: white;
	background-color: Transparent;
	text-decoration: underline;
}

/* Slide Number */

span.slidenum {
	font-size: x-small;
	font-weight: bold;
}

