table#layout { width: 100%; height: 100%; }
table#layout td { padding: 2px; }
td#topleftGap, td#toprightGap  { padding: 0; width: 15px; }
tr#titlebar { height: 38px; }
tr#empty_band { height: 10px; }
td#logo { height: 68px; width: 192px; }
td#topleftGap, td#toprightGap, td#logo, td#menu { border-bottom: 1px solid #000; }
td#content { vertical-align: top; }
tr#foot { height: 1em; }
tr#foot td { text-align: center; font-size: 10px; }

/*td#logo, td#topad,td#menu { background-image: url(../images/anisnow.gif); }*/

table#inner_layout { padding: 10px; width: 100%; height: 100%; }
table#inner_layout td { vertical-align: top; padding: 0; }
table#inner_layout td#left { width: 160px; }
table#inner_layout td#main { padding: 0px 10px; }
table#inner_layout td#right { width: 160px; height: 600px; }

body#page_about td#content, body#page_admin td#content, body#page_profile td#content, body#page_search td#content
{ padding: 0px 20px; }

td#menu {
	vertical-align: bottom;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
}

.menuItem {
	width: 50px;
	border: 1px solid #666;
	border-width: 1px 1px 0px 1px;
	padding: 5px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	margin-right: 2.5px;
	text-decoration: none;
	color: #000;
}
.menuItem.selected {
	border-color: #000;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
}

.center { text-align: center; }
.error { font-weight: bold; color: #f00; text-align: center; }
.explain { border-bottom: 1px dashed #000; }
.nobr { white-space: nowrap; }
.smallText { font-size: 0.8em; }

.overlay {
	position: absolute;
	margin-left: 1px;
	margin-top: 19px;
}


#searchBox {
	position: absolute;
	border: 2px solid #000;
	padding: 3px;
	display: none;
}
#searchBox input[type=submit] {
	margin-top: 3px;
}
#searchBox form {
	margin: 0px;
}
