/* block button */

TR.buttons UL
{
	margin-top: 0.5em;
	margin-bottom: 0;
    text-align: center;
}

TR.buttons UL LI
{
    display: inline;
    list-style-type: none;
    margin-left: 1em;
    margin-right: 1em;
}

TR.buttons UL LI A,
TR.buttons UL LI BUTTON,
A.button
{
	border-width: 3px;
	border-color: #A1A1A1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size : 10pt;
	font-weight: bold;
	width: 8em;
	padding-left: 1em;
	padding-right: 1em;
	-moz-border-radius: 5px;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

TR.buttons UL LI A:link,
TR.buttons UL LI A:visited,
TR.buttons UL LI BUTTON:link,
TR.buttons UL LI BUTTON:visited,
A.button:link,
A.button:visited
{
	color: black;
	border-style: outset;
	background-color: #F1F1F1;
}

TR.buttons UL LI A:active,
TR.buttons UL LI BUTTON:active,
A.button:active
{
	color: black;
	border-style: inset;
	background-color: #D1D1D1;
}

TR.buttons UL LI A:hover,
TR.buttons UL LI A:focus,
TR.buttons UL LI BUTTON:hover,
TR.buttons UL LI BUTTON:focus,
A.button:hover,
A.button:focus
{
	background-color: #E1E1E1;
	color: #FF9900;
}

/*  inline button */

UL.inline-buttons
{
    text-align: center;
}

UL.inline-buttons LI
{
    display: inline;
    list-style-type: none;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

UL.inline-buttons LI A,
A.inline-button,
BUTTON.inline-button
{
	border-width: 2px;
	border-color: #A1A1A1;
	text-decoration: none;
	font-weight: bold;
	font-size: 7pt;
	width: 54px;
	text-align: center;
	text-transform: uppercase;
	float:left;
	position: relative;
	padding: 1px;
	z-index: 1;
	-moz-border-radius: 5px;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

UL.inline-buttons LI A:link,
UL.inline-buttons LI A:visited,
A.inline-button:link,
A.inline-button:visited,
BUTTON.inline-button:link,
BUTTON.inline-button:visited
{
	color: black;
	border-style: outset;
	background-color: #F1F1F1;
}

UL.inline-buttons LI A:active,
A.inline-button:active,
BUTTON.inline-button:active
{
	color: black;
	border-style: inset;
	background-color: #D1D1D1;
}

UL.inline-buttons LI A:hover,
UL.inline-buttons LI A:focus,
A.inline-button:hover,
A.inline-button:focus,
BUTTON.inline-button:hover,
BUTTON.inline-button:focus
{
	background-color: #E1E1E1;
	color: #FF9900;
}

/* wide block button for a lot of text */

A.wide-button
{
	border-width: 3px;
	border-color: #A1A1A1;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	width: 170px;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	-moz-border-radius: 5px;
}

A.wide-button:link,
A.wide-button:visited
{
	color: black;
	border-style: outset;
	background-color: #F1F1F1;
}


A.wide-button:active
{
	color: black;
	border-style: inset;
	background-color: #D1D1D1;
}

A.wide-button:hover,
A.wide-button:focus
{
	background-color: #E1E1E1;
	color: #FF9900;
}

/* narrow inline button for only a single character */

A.narrow-inline-button
{
	border-width: 1px;
	border-color: #A1A1A1;
	text-decoration: none;
	font-weight: bold;
	font-size: 7pt;
	width: 20px;
	text-align: center;
	float:left;
	position: relative;
	padding: 1px;
	z-index: 1;
	-moz-border-radius: 3px;
}

A.narrow-inline-button:link,
A.narrow-inline-button:visited
{
	color: black;
	border-style: outset;
	background-color: #F1F1F1;
}

A.narrow-inline-button:active
{
	color: black;
	border-style: inset;
	background-color: #D1D1D1;
}

A.narrow-inline-button:hover,
A.narrow-inline-button:focus
{
	background-color: #E1E1E1;
	color: #FF9900;
}

/* wide inline button for a lot of text */

A.wide-inline-button
{
	border-width: 2px;
	border-color: #A1A1A1;
	text-decoration: none;
	font-weight: bold;
	font-size: 7pt;
	width: 105px;
	text-align: center;
	text-transform: uppercase;
	float:left;
	position: relative;
	padding: 1px;
	z-index: 1;
	-moz-border-radius: 5px;
}

A.wide-inline-button:link,
A.wide-inline-button:visited
{
	color: black;
	border-style: outset;
	background-color: #F1F1F1;
}

A.wide-inline-button:active
{
	color: black;
	border-style: inset;
	background-color: #D1D1D1;
}

A.wide-inline-button:hover,
A.wide-inline-button:focus
{
	background-color: #E1E1E1;
	color: #FF9900;
}

DIV.gap
{
	color: black;
	background-color: white;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	float:left;
	position: relative;
}

