
/* OfficeExport.css v1.0 Base Style Sheet */

/* General Settings and Presentation Control Menu Styles */

body
{
	font-family: sans-serif;
}

span.accesskey
{
	text-decoration: underline;
	font-weight: bold;
}

div.image_container
{
	text-align: center;
}

img.slide_image_capture
{
	border: solid 1px black;
}

div.menu
{
	width: 100%;
	border: solid 1px black;
	text-align: center;
	margin: 1em;
	padding: 0.5em;
}

span.zoom_menuarea
{
	float: left;
}
span.navigation_menuarea
{
	float: left;
}
span.format_menuarea
{
	float: right;
}
span.slidenumber_menuarea
{
	float: right;
}

span.menubutton
{
	margin: 0.1em;
	padding: 0.1em;
	text-align: center;
}

A:link.menubutton
{
	text-decoration: none;
}
A:visited.menubutton
{
	text-decoration: none;
}
A:hover.menubutton
{
	text-decoration: none;
}
A:active.menubutton
{
	text-decoration: none;
}

