* {
	margin: 0;
}
 
html, body {
	height: 95%;
}

body {
	font-family: "tahoma", "arial", "helvetica", "sans-serif";
	font-size: 0.8em;
}

#sidebar_public {
	float: left;
	width: 200px;
	border-right: 1px dotted;
	padding-left: 10px;
	margin-right: 10px;
	min-height: 100%;
}

#sidebar_public a {
	padding-left: 10px;
}

.wrapper {
	min-height: 100%;
	height: 100% !important;
	/*margin: 0 0.5em -1.5em;*/
}

.push, .footer {
	height: 1.5em;
	clear: both;
	margin: 0;
}

.footer {
	background-color: #dddddd;
	font-size: 1em;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0;
	background-color: #dddddd;
	width: 100%;
	height: 24px;
	font-size: 16px;
	text-align: center;
}



#entries table {
	width: 100% !important;
	table-layout: auto;
}
#entries tr {
	white-space: nowrap;
}
td.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 10px;
	width: 100%;
}

td.small {
	font-size: 8pt;
	/*border: solid #000000 1px;*/
}

.id {
	display: none;
}

.hidden {
	display: none;
}

#sidebar {
	float: left;
	width: 300px;
	border-right: 1px dotted;
	padding-left: 10px;
	margin-right: 10px;
	height: 100%;
	overflow: auto;
}

#main {
	height: 100%;
}

#entries {
	float: left;
	width: 400px;
	height: 99%;
	overflow: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}

#details {
	height: 99%;
	overflow: auto;
	margin-top: 3px;
	margin-bottom: 3px;
}

.unread, .unread:link, .unread:visited {
	color: #8b0000;
}

.read, .read:link, .read:visited {
	color: #0000ff;
}

a:visited, a:link {
	color: #0000ff;
}

#profile .left {
	float: left;
	width: 100px;
}
#profile .row {
	margin-bottom: 0.4em;
	margin-top: 0.4em;
}
