body {
	background: #eee;
	color: #333;
	font: small Verdana, sans-serif;
	margin: 1em auto;
	text-align: center;
	width: 760px;
}

h1 {
	border-bottom: dashed 1px #030;
	color: #030;
	font-family: Trebuchet;
	padding-bottom: .5em;
	margin-top: 0;
	text-align: center;
}

input[type="text"], input[type="submit"], select {
	font: inherit;
}

input[type="submit"] {
	font-weight: bold;
}

/* Header */

#logo, #menu {
	margin-bottom: 3px;
}

#menu img {
	border: 0;
}


/* Page */

#page #middle {
	background: url(images/page-middle.gif);
	padding: 1em;
	text-align: left;
}

#page #top {
	background: url(images/page-top.gif) no-repeat;
	font-size: 0;
	height: 4px;
}

#page #bottom {
	background: url(images/page-bottom.gif) no-repeat;
	font-size: 0;
	height: 13px;
}


/* Footer */

#footer {
	font-size: smaller;
	margin-top: 1em;
}


/* Box */

.box {
	border: solid 1px #030;
	border-top: 0;
}

.box > .header {
	background: url(images/grad-green-30.gif) repeat-x;
	color: white;
	font: bold 16px Trebuchet;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
}

.box .content {
	overflow: hidden;
	padding: 1em;
}

.boxSearch {
	float: left;
}

.boxAd {
	float: right;
	text-align: center;
}

.boxAdButton {
	margin-top: 20px;
	overflow: hidden;
}

.boxAdButton .left {
	float: left;
	margin-left: 1em;
}

.boxAdButton .right{
	margin-left: 1em;
}


/* List table */

.list th {
	background: #696;
	border-bottom: solid #030 1px;
	padding: 2px 5px;
	text-align: right;
}

.list td {
	background: #9c9;
	border-bottom: solid #030 1px;
	color: black;
	padding: 2px 5px;
}

.list input[type="text"], .list select {
	border: solid 1px #030;
}

.list .header td {
	background: url(images/grad-green-30.gif) repeat-x;
	color: white;
	font: bold small Trebuchet;
	padding: .3em 0 .3em .5em;
}

.list .footer {
	border: solid 1px #030;
}

.list .spacer td {
	background: white;
	border: 0;
	font-size: 5px;
	height: 5px;
}