
/* OfficeExport.css Base Style Sheet */

/* General Settings and Presentation Control Menu Styles */

body
{
	font-family: sans-serif;
}

span.accesskey
{
	text-decoration: underline;
	font-weight: bolder;
}

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 #0000FF;
	margin-bottom: 1em;
}

/* Embossed Navigation Buttons */

span.button 
{
	display: inline;
	color: white;
	font-size: small;
	font-weight: bold;
	border-top: 2px solid #A0A0FF;
	border-left: 2px solid #A0A0FF;
	border-bottom: 2px solid #000080;
	border-right: 2px solid #000080;
	background: #0000FF;
	margin: .5em;
	padding: .5em;
	text-align: center;
}

span.button-inactive {
	display: inline;
	color: #A0A0A0;
	font-size: small;
	font-weight: bold;
	border-top: 2px solid #8080A0;
	border-left: 2px solid #8080A0;
	border-bottom: 2px solid #000080;
	border-right: 2px solid #000080;
	background: #0000A0;
	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;
}

/* Promo */

span.promo {
	font-size: x-small;
	font-weight: bold;
}

/* View Selection */

table.viewtable
{
	border-top: solid 1px #0000FF;
	margin-top: 1em;
}

/* View Buttons */

a:link.viewbutton {
	font-weight: bold;
	font-size: x-small;
	color: blue;
	background-color: white;
	text-decoration: none;
	margin-left: .25em;
	margin-right: .25em;
}

a:visited.viewbutton {
	font-weight: bold;
	font-size: x-small;
	color: blue;
	background-color: white;
	text-decoration: none;
	margin-left: .25em;
	margin-right: .25em;
}

a:hover.viewbutton {
	font-weight: bold;
	font-size: x-small;
	color: blue;
	background-color: white;
	text-decoration: underline;
	margin-left: .25em;
	margin-right: .25em;
}

a:focus.viewbutton {
	font-weight: bold;
	font-size: x-small;
	color: blue;
	background-color: white;
	text-decoration: underline;
	margin-left: .25em;
	margin-right: .25em;
}

span.viewbutton-inactive {
	font-weight: bold;
	font-size: x-small;
	color: #808080;
	background-color: white;
	margin-left: .25em;
	margin-right: .25em;
}

/* Zoom Selection Button */

a:link.zoombutton {
	font-weight: bold;
	font-size: x-small;
	color: blue;
	background-color: white;
	text-decoration: none;
	margin-left: .25em;
	margin-right: .25em;
}

a:visited.zoombutton {
	font-weight: bold;
	font-size: x-small;
	color: blue;
	background-color: white;
	text-decoration: none;
	margin-left: .25em;
	margin-right: .25em;
}

a:hover.zoombutton {
	font-weight: bold;
	font-size: x-small;
	color: blue;
	background-color: white;
	text-decoration: underline;
	margin-left: .25em;
	margin-right: .25em;
}

a:focus.zoombutton {
	font-weight: bold;
	font-size: x-small;
	color: blue;
	background-color: white;
	text-decoration: underline;
	margin-left: .25em;
	margin-right: .25em;
}

span.zoombutton-inactive {
	font-weight: bold;
	font-size: x-small;
	color: #808080;
	background-color: white;
	text-decoration: none;
	margin-left: .25em;
	margin-right: .25em;
}

