/* CSS Document */

/* CSS Document for Biological Records Centre website */
/* Popup pages */
/* 30.09.04 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	line-height: 130%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color: #000000;
	line-height: 130%;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	text-decoration: underline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	text-decoration: underline;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
}

a.menu:link {
	color: #FFFFFF;
	/*text-decoration: none*/
}

a.menu:hover {
	color: #FFFF00;
	text-decoration: none;
}


a.menu:visited {
	color: #FFFFFF;
	/*text-decoration: none;*/
}


a:link {
	color: #0000FF;
}

a:active {
	color: #FFFF99;
}

a:visited {
	color: #0000FF;
	/*color: #CC9900;*/
}

a:hover {
	text-decoration: none;
}

/*/////////////////////////////
	Custom classes...
////////////////////////////*/

.altButtonFormat {
	background-color: #003300;
	font-family: verdana;
	border: #99ff99 1px solid;
	font-size: 10px;
	color: #ffffff;
} 

.small {
	font-size: 10px;
}

.big {
	font-size: 14px;
	font-weight: bold;
}

.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFCC;
}

.reference {
	font-family: "Times New Roman", Times, serif;
	color: #CCFF00;
}


.tabData {
	background-color: #669933;
	color: #000000;
	font-weight: normal;
}

.tabData_Title {
	background-color: #8DC655;
	color: #333300;
	font-weight: bold;
}

.tabData_SubTitle {
	background-color: #ADD685;
	color: #000000;
}

.tabData_Basic {
	background: #E9F3DE;
	color: #000000;
	font-weight: normal;
	/*text-align: center;*/
	line-height: 130%;
}

.monthRow {
	background: #009900;
	color: #FFFFFF;
	font-weight: bold; 
}

.weekNo {
	background: #C5F0A4;
	color: #000000;
	font-weight: normal;
}

.columnTitle {
	color: #FFFFFF;
	font-weight: bold;
}

.whiteText {
	color: #ffffff;
}

b {
	color: #333300;
}

.inPrint {
	color: #336600;
	font-weight: bold;
}


.inDiscussion {
	color: #ff0000;
	font-weight: bold;
}

.linesapce {
	line-height: 140%;
}

form {
/* For that evil IE layout bug */
margin:0px;
padding:0px;
}





