/* This file is used by the list archives for styling */

/*
 * $Id: stylesheet.css.in.dist,v 1.2 2002/08/26 20:55:33 ehood Exp $
 * Main stylesheet for MHArc archives.
 * NOTE: The .in template version of this file should be edited
 *	 if any changes are desired.  Then re-run the configure
 *	 script to have changes applied.
 */

/**********************************************************************
 *  General Styles
 */
 
body {
  background-color: #FFFFFF;
  color: black;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


.listTitle {
  font-size: larger;
  background-color: #FFFFFF;
  color: #008240;
  /* padding: 0.25em; */
  /* float: left; */
  text-align: left;
  /* margin-right: 2em; */
  width: 100%;
  display: block;
}
div.metaIdxNav {
  text-align: left;
  font-size: 12px;
  color: #CCCCCC;
  /* float: left; */
  /* margin-left: 1em; */
  display: block;
  width: 100%;
 
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #cccccc;
  
}
div.metaIdxNav a {
  color: #008240;
  text-decoration: none;
  padding-left: .3em;
  padding-right: .3em;
}

div.metaIdxNav a:hover {
  color: #333333;
  background-color: #ececec;
}

div.idxTitle {
  text-align: left;
  margin-bottom: 0.5em;
  width: 100%;
  display: block;
  height: 1em;
  float: none;
  clear: right;
}
.periodLink {
  background-color: #ececec;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0em;
  padding-right: 0em;
  display: block;
  /* border-style: solid;
  border-width: thin;
  border-color: black; */
  font-size: 11px;
  color: #ececec;
}

span.periodLink a:link {
	color: #008240;
	padding-left: .5em;
	padding-right: .5em;
	text-decoration: none;
}

span.periodLink a:visited {
	color: #008240;
	padding-left: .5em;
	padding-right: .5em;
}

span.periodLink a:hover {
	color: #333333;
	background-color: #ffffff;
	text-decoration: underline;
}

.iaText {
  color: #888888;
}

/**********************************************************************
 *  All Lists Index
 */
table.archiveLists {
  color: #EEEEEE;
text-align: left;
margin-top: 2em;
width: 90%;
font-size: 12px;
}

table.archiveLists a:link {
color: #666666;
}

table.archiveLists a:visited {
color: #666666;
}

table.archiveLists a:hover {
color: #008240;
background-color: #ececec;
}

table.archiveLists * th {
  background: #ececec;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  
}
table.archiveLists * td {
  /* background: #ffffff; */
  color: black;
  text-align: left;
  border-bottom: 1px dotted #cccccc;
  padding-bottom:.4em;
}

table.archiveLists * tt {
  color: #666666;
  font-size: 12px;
}

span.listName {
margin-left: 0;
font-size: 14px;

} 

span.listName a:link {
color: #008240;

} 

.infoLink {
  font-weight: normal;
} 

/* this is the title tag */
h1 {
font-size: 25px;
color: #008240;
font-weight: lighter;
width: 100%;
border-bottom: 1px dotted #cccccc;
margin-bottom: .2em;
padding-bottom: .2em;
}

p {
font-size: 11px;
color: #333333;
margin-top: 0px;
}

table.archiveLists * tr {
font-size: 13px;
}

/**********************************************************************
 *  Date Index Styles
 */
div.dayGroup {
  background-color: #ffffff;
  padding: 0.5em;
  font-size: 12px;
  /* border-style: solid;
  border-width: thin;
  border-color: black; */
  color:#333333
}
div.dayGroup ul {
  margin-top: 0em;
  margin-bottom: 0em;
  list-style-type: none;
  color: #008240;
  line-height: 2em;
  font-size: 10px;
  padding-left: 0px;
  margin-left: 0px;
}


div.dayGroup i {
  font-style: normal;
  color: #333333;
  
}

div.dayGroup strong {
  font-weight: normal;
  border-bottom: 1px dotted #999999;
  margin-bottom: 1em;
  padding-bottom: .5em;
  display: block;
  margin-top: 2em;
}

div.datelist a:link {

	color: #008240;
}

div.datelist a:visited {

	color: #008240;
}

div.datelist a:hover {
	background-color: #cccccc;
	color: #333333;
}

/**********************************************************************
 *  Thread Index Styles
 */
div.threadList > ul {
  padding-left: 0;
  list-style-type: none;
  margin-left:0px;
}

div.threadGroup {
  background-color: #ffffff;
  padding-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0em;
  margin-bottom: 0em;
  /* border-style: solid;
  border-width: thin;
  border-color: black; */
  line-height: 1.3em;
  border-bottom: 1px dotted #cccccc;
}
div.threadGroup ul {
  margin-top: 0em;
  margin-bottom: 0em;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 12px;
}

div.threadList {
margin-left: 0px;
padding-left: 0px;
font-size: 13px; 
}

div.threadList a:link {
	color: #008240;
	font-size: 14px;
	text-decoration: none;
}

div.threadList a:visited {
	color: #008240;
	font-size: 12px;
}

div.threadList a:hover {
	color: #333333;
	background: #ececec;
}

div.threadList b {
font-weight: lighter;
}

div.threadList i {
font-style: normal;
}
div.threadList tt {
color: #666666;
font-size: 9px;
}




/**********************************************************************
 *  Message Page Styles
 */
div.msgTitle {
  margin-bottom: 2px;
  
}

div.msgSubject h2 {
margin-bottom: 0px;
  padding-top: .4em;
  padding-bottom: .4em;
  padding-left: .4em;
  border-bottom: 1px solid #CCCCCC;
  color: #FFFFFF;
  font-weight: normal;
  background-color:#008240;
  margin-top: 0px;
}
div.msgSubject {
/* border-top: 1px solid #CCCCCC; */
/* margin-top: 1.5em; */
/* padding-left: 8em; */

/* padding-left: .5em; */
/* padding-right: .5em; */
}

div.msgLinks {
  /* margin-left: 1.0em; */
  /* margin-right: 1.0em; */
  color: #CCCCCC;
background-color: #ececec;
padding-bottom: .2em;
padding-top: .2em;

}

div.msgLinks a:link {
color: #008240;
padding-left: .3em;
padding-right: .3em;
}

div.msgLinks a:visited {
color: #008240;
padding-left: .3em;
padding-right: .3em;
}


div.msgLinks a:hover {
  color: #333333;
  background-color: #ffffff;
}


div.msgLinks > table * td {

  color: #CCCCCC;
  font-size: 10px;
}

div.topLinks {
  text-align: left;
}

div.topLinks small {
font-size: 10px;
}

.topDateNav {
  padding: 1em;

}
.topThreadNav {
  padding: 1em;
  

}
.mainNav {
	background: #ececec;
	clear:both;
	font-size: 10px;
	text-align: center;
}
.mainNav a:link {
	color: #666666;
}

.mainNav a:visited {
	color: #666666;
}

div.msgHead {

background-color: #ececec;
padding-bottom:1em;
padding-top: .5em;
border-top: 1px dashed #cccccc;
}
div.msgHead > table {
  color: #666666;
  width: 100%;
  border-spacing: 0em;
  font-size: 12px;
  font-weight: lighter;
  /* line-height: 1.5em; */
}
div.msgHead a:link {
color: #999999;
font-weight:lighter;
}

div.msgHead a:visited {
color: #999999;
font-weight:lighter;
}

div.msgHead a:hover {
color:#008240;
font-weight:lighter;
/* background-color: #ffffff; */
}

div.msgHead strong {
/* font-weight: lighter; */
padding-right: .3em;
color: #333333;
}
div.msgHead th {
color: #ececec;
padding-right: .3em;
}
div.msgBody a {
color: #666666;
font-weight:lighter;
}

div.msgBody a:visited {
color: #666666;
font-weight:lighter;
}

div.msgBody a:hover {
color:#008240;
font-weight:lighter;
}

div.msgBody {
background-color: #FFFFFF;
padding-top: 1em;
padding-left: 1em;
padding-right: 4em;

}

div.msgBody tt {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.msgBody > table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

div.tSlice {
  margin-top: 1.2em;
  background-color: #ececec;
}

div.tSlice a:link {
color: #008240;
}

div.tSlice a:visited {
color: #008240;
}

div.tSlice table {
background-color: #ffffff;
  font-size: 12px;
}
div.tSlice * td {
background-color: #ffffff;
  
}
div.tSlice * th {
  background-color: #ffffff;
  font-weight: normal;
  color: #666666;
}
tr.tSliceList td {
  background-color: #FFFFFF;
  border-top: 1px dashed #008240;
  
  padding-top: 1.5em; 
  padding-bottom: 1em;
  
}
.sliceCur {
  background-color: #ffffff;
    border-color: #FFFFFF;
  
}

div.botLinks > table {
  
  padding-left: .5em;
  padding-right: 0.5em;
  font-size: 12px;
  font-weight: normal;
  /* color: #008240; */
  /* border-style: solid;
  border-width: thin;
  border-color: black;
  border-spacing: 0em; */
}
div.botlinks {
margin-top:0;
padding-top: 1em;
padding-left: 5em;
background-color: #ececec;
margin-bottom:1em;
padding-bottom:1em;
border-top: 1px dashed #008240;
}

div.botLinks strong {
font-weight: normal;

}

div.botLinks em {
font-style: normal;
color: #333333;
}

div.botLinks a:link {
color: #008240;
}

div.botLinks a:visited {
color: #008240;
}

div.botLinks a:hover {
color: #333333;
}
div.botLinks th {
font-weight: normal;
color: #333333;
}

span.authorLink {
color: #000000;
}

