div.outlinein
{
	margin-left: 0px;
	margin-bottom: 10px;
}

a.menubutton
{
	color: #333333;
	background-color: #f7c15e;
	border: 1px solid #f7c15e;
	margin-bottom: 2px;
	cursor: hand;
	cursor: pointer;
	display: block;
}
a.menubutton:link, a.menubutton:visited, a.menubutton:hover, a.menubutton:active { color: #333333; }
/* Fix IE. Hide from IE Mac \*/ * html a.menubutton { height: 1%; } /* End */

a.menubutton#index
{
	background-image: url(home.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	font-size: 120%;
}

a.menubutton#item
{
	border: 1px solid #fbda9e;
	background-color: #fbda9e;
	margin-bottom: 2px;
	padding-left: 20px;
}

div.itemsheader {
	border: 1px solid #f7c15e;
	background-color: #f7c15e;
	margin-bottom: 2px;
	font-weight: bold;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: hand;
	cursor: pointer;
}

div.myhistory {
	text-align: right;
	border: 1px solid #fbda9e;
	padding: 5px;
	background-color: #fbda9e;
}

table.passbuttons a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #fbda9e;
	border: 1px solid #fbda9e;
	cursor: hand;
	cursor: pointer;
	display: block;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight: bold;
	width: 180px;
	text-align: center;
}
table.passbuttons img {
	vertical-align: middle;
}
table.passbuttons a:link, table.passbuttons a:visited, table.passbuttons a:hover, table.passbuttons a:active { color: #333333; }
table.passbuttons a:hover { background-color: #FFC177; }
/* Fix IE. Hide from IE Mac \*/ * html table.passbuttons a { height: 1%; } /* End */
