body {
	background-color:#FBF6E4;
}

h1 {
	font-family: Georgia;
	font-size: 250%;
	font-weight: normal;
	height: 29px;
	line-height: 1.22em;
	margin: 0;
	padding: 5px;
}

#list,
#entries,
#body {
	position: absolute;
}

.active {
	opacity: 1;
}

.inactive {
	opacity: 0.5;
}

#list {
	left: 0;
	top: 60px;
	width: 250px;
	bottom: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #FFF;
}

#list ul.jsWTList {
	background-color: #FFF;
}

.sand ul.jsWTList li span {
	background-color: #FFF;
	border-color: #FFF;
}

#feedOps {
	height: 23px;
	border-bottom: 1px solid #000;
	background-color: #CCC;
	background-color: #EAE6D6;
}

#feedOps li {
	float: left;
	padding: 3px;
	padding-bottom: 2px;
}

#list ul.jsWTList {
	border: 0;
}

#entries {
	left: 260px;
	top: 60px;
	height: 300px;
	right: 0;
	border: 1px solid #000;
	border-right-width: 0;
	background-color: #FFF;
}

#feedInfo {
	height: 60px;
	padding: 5px;
	border-bottom: 1px solid #000;
	background-color: #EAE6D6;
}

h2#feedTitle {
	font-size: 135%;
	font-weight: normal;
	margin-bottom: 5px;
}

#feedDesc {
	height: 35px;
	overflow: auto;
}

#entries table.jsWTTable tbody {
	overflow-x: hidden;
	overflow-y: auto;
}

#body {
	left: 260px;
	top: 370px;
	bottom: 0;
	right: 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #EEE;
	overflow-x: hidden;
	overflow-y: auto;
}

