body, table
{
	background-color: white;
}


pre
{
	border: 1px solid #ffa500;
	background-color: #ffd700;
}
code
{
	background-color: #f0ffff;
}


/* Start header on every page */
.headerbox
{
	background-color: #ffd700;
	/*border-bottom: 1px solid #ff8c00;*/
	color: #ffffff;
}

.headerbox h1
{
	color: #FFFFFF;
}

.headerbox a
{
	color: #ffffe0;
}

.headerbox a:hover
{
	color: #ffffe0;
}

.menubox
{
	background-color: #ffa500;
	border-bottom: 1px solid #ff8c00;
	color: #000000;
}

.menubox a
{
	color: #ffffe0;
}

#searchbox
{
	background-color: #ffa500;
}

.searchbox input
{
	/*background-color: #ffd700;*/
	color: #000000;
}

.helpbox
{
	color: #ff8c00;
}

/* End header on every page */

div.hbar
{
	background-color: #fff; =
border-bottom:1pxsolid#ff8c00;
}

.widget
{
	border: 1px solid #ffd700;
	border-top: 1px solid #ffd700;
	border-right: 1px solid #ffd700;
	background-color: #fff;
}

.widget .boxtitle
{
	color: #ff8c00;
	background-color: #fff;
	border: 1px solid #ffd700;
}

td.tableheader
{
	background-color: #ccc;
	border-bottom: 1px solid #ffd700;
}
td.tablecol0
{
	border-bottom: 1px solid #ffd700;
	background-color: #eee;
}
td.tablecol1
{
	border-bottom: 1px solid #ffd700;
	background-color: #ddd;
}

div.tableheader
{
	background-color: #ccc;
	border-bottom: 1px solid #ffd700;
}

/* The copyright, privacy, etc box */
#boringbox
{
	border-top: 1px solid #ffd700;
	border-bottom: 1px solid #ffd700;
	background-color: #ffd700;
}

.submitButton
{
	background-color: #d8f4ff;
}

