/* basic elements */
body { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; 
	}

p { 
	}

.fineprint {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #777777;
	}

.highlight {
	background-color: #ffffcc;
	}


.index-date-head {
	margin-top: 0.7em;
	margin-bottom: 0.2em;
	}
.index-date-list {
	margin-top: 0.2em;
	}

.index-date-item-subject {
	}
.index-date-item-from {
	font-style: italic;
	}


.thread-item-subject {

	}
.thread-item-from-date {
	font-style: italic;
	}


.index-author-head {
	margin-top: 0.7em;
	margin-bottom: 0.2em;
	}
.index-author-list {
	margin-top: 0.2em;
	}

.index-author-item-subject {
	}
.index-author-item-date {
	font-style: italic;
	}


/* specific divs */
#container { 
	margin: 0px; 
	}

#page-header { 
	margin: 0px;
	background-color: #fff7ee;
	border-bottom: 1px solid #ccaa88;
	}

#page-header-content { 
	padding: 8px;
	}

#page-header-content-title { 
	margin-bottom: 0px;
	}

#page-header-content-indexlinks { 
	}

#page-header-content-search {
	text-align: right;
	}

#content { 
	margin: 10px;
	margin-top: 20px;
	}

#thread-link { 
	width: 25%;
	text-align: right;
	padding-right: 10px;
	}

#subject { 
	width: 75%;
	text-align: left;
	font-size: large;
	font-weight: bold;
	padding-bottom: 2px;
	}

#date-link {
	width: 25%;
	text-align: right;
	padding-right: 10px;
	}

#date { 
	width: 75%;
	text-align: left;
	}

#author { 
	width: 75%;
	text-align: left;
	}

#mail-body {
	margin-top: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #777777;
	}


#index-body {
	padding-bottom: 1em;
	border-bottom: 1px solid #777777;
	}

#index-paging {
	float: right;
	}
