/* Screen stylesheet for WFS diary*/

#wrap {
	font:"Times New Roman", Times, serif;
	font-size:1.0em;
	width:100%;
	height:720px;
	}

/* Navbox contains top navigation for most pages except Index*/
#navbox {
		width:100%;
		margin-top:3px;
		margin-bottom:0px;
		padding:0px;
		text-align:center;
		background:#fff;
}

#footer {
	width:100%;
}

.pagenum {
	padding-top:10px;
	text-align:center;
	font-size:12px;
}

li {
	color:#000000;
	font-size:1.0em;
	line-height:100%;
	text-align:left;
	margin-left:3px;

}

ul {
		list-style-type:none;
		text-align:left;
		margin:0px;
		padding:0px;
}

.diarytable {
	width:100%;
	float:left;
	padding: 0px;
	border-collapse: collapse;
}

.plantname {
	width:26.95%;
	text-align:left;
	border:1px solid #000;

}

.latinname {
	font-style:normal;
	text-align:left;
}

.englishname {
	font-style:italic;
	text-align:left;
}

.hdnew {
	border:1px solid #000;
	text-align:center;
}

.wherefound1 {
	text-align:left;
	border:1px solid #000;
	width:26.17%;
}

.hdwherefound1 {
	text-align:center;
	border:1px solid #000;
	width:26.17%;
}

.wherefound2 {
	text-align:left;
	border:1px solid #000;
	width:30%;
}

.hdwherefound2 {
	text-align:center;
	border:1px solid #000;
	width:30%;
}

.date1 {
	text-align:left;
	border:1px solid #000;
	width:7.81%;
}

.hddate1 {
	text-align:center;
	border:1px solid #000;
	width:7.81%;
}

.date2 {
	text-align:left;
	border:1px solid #000;
	width:9%;
}

.hddate2 {
	text-align:center;
	border: 1px solid #000;
	width:9%;
}

/* formatting for the table cell that contains navigation between pages */
.back {
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#fff;
	color:#000;
}

.navbar {
	margin:0 auto;
	font-size:1.0em;
	background-color:#FFFFFF;
	color:#fc6;

}

/* Main navigation link colours*/
/* green for link exists but not yet visited*/
a:link {color:#693; text-decoration: none; background-color: transparent }

/* plum red for link exists but not yet visited*/
a:visited { color:#cc3333; text-decoration: none; background-color: transparent }

/* black when mouse hovers over link*/
a:hover { color:#000; text-decoration: underline; background-color: transparent }

/* blue during click or if it stays active as in wretched IE6*/
a:active { color:#3366cc;  text-decoration: underline; background-color: transparent }

