/*
mailarchivestylesheet.css
for the mailling list archive, we dispense entirely with the  mainstyle sheet
as the layout is diffferent and there are a lot of different elements we need 
to address
*/

  /*we start the style sheet with the standard html elements we'll be using most */
  
pre { 
  position: relative;
  left: 10px
 } 
p { 
margin-left : 10px;
font-size : smaller;
 }
ol, ul { 
font-size : x-small;
 }
li { 
margin-top : 10px;
 }

/*note that the elements are set up for use within the div.maintextarea field which will be
containing pretty much all the site content on the regular pages*/
  
 /*next we list the main divs which hold the content in the right place on the pages */ 
    
  div.titlegraphic { /*first style mentioned in source */
  position: absolute;
  left: 10px;
  top: 5px;
  width: 710px;
  height: 80px;
  background-color: white;
  } 
div.mailarchiveHeader { 
	position : absolute;
	top : 80px;
	left: 250px;
	width: 600px;
	height: 120px;
	background-color : white;
	z-index:3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #808080;
 }
 div.mailarchiveNav {
	position: absolute;
	background-image : url("../images/corner_face_3b.jpg");
	background-repeat: no-repeat;
	left : 0px;
	top : 80px;
	width: 250px;
	height:1000px;
	 z-index: 2;
		font-family : Courier New, Courier, monospace;
	font-weight : bold;
	font-size : medium;
	text-decoration : none;
	background-color : transparent;
}
 div.mailarchiveBody { 
 	position : absolute;
	top : 200px;
	left: 250px;
	width: 600px;
	height: 80px;
	background-color : transparent;
	z-index:3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #808080;
	background-color: white;
 }
 div.mailarchiveCopyright { 
   position:relative; 
  z-index:5; 
   margin-top:40px;
  width: auto;
  	font-weight : lighter;
	line-height : 115%;
	text-align : center;
	font-size : x-small;
  }
 div.botlinks { 
 margin-left: 50px;
  }
 div.messageHeader { 
margin-left: -10px;
  } 
 p.daybegin {
	font-weight : bolder;
	margin-top : 20px;
	margin-left: -25px;
	font-size : x-small;
}
 p.followupStart{ 
 font-weight : bolder;
  }
p.navlefttext { 
margin-left: 15px; /*overrides standard margin so text is correctly positioned in left nav area*/
 }
  span.subject {
	font-stretch : wider;
}
 span.fromname { 
 font-style : italic;
 }
 span.date { 
 font-style : italic;
 font-size : xx-small;
  }
 span.missingmail {
	font-style : italic;
}
 A:LINK {
	color : #474747;
	text-decoration : none;
}
A:VISITED {
	color : #474747;
	text-decoration : none;
}
A:HOVER {
	color : #FF3333;
	text-decoration: underline;
}
A:ACTIVE {
	color : #FF3333;
	text-decoration: underline;
}


body { 
	background-color : white;
 }
