/*
advancing conservation in a social context
january, 2007
*/

body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 80%;
	background: #1D4F73;
	margin: auto;
	text-align: center;
}

a img { border: 0px; }

a, a:link, a:visited {
	color: #89300B;
}

	a:hover, a:link:hover, a:visited:hover {
		text-decoration: none;
		color: #990000;
	}

.container {
	width: 97%;
	text-align: left;
	margin: auto;
}

.headerImage {
	background: url(../../images/topBackground.gif) no-repeat top left;
	height: 161px;
	position: relative;
	z-index: 2;
}

	#headerLink a, #headerLink a:link, #headerLink a:visited { 
		margin: auto;
		text-align: center;
		width: 720px;
		height: 159px;
		display: block;
	}
		
#redStrip {
	width: auto;
	height: 22px;
	position: relative;
	z-index: 3;
	font-size: inherit;
	margin-bottom: 0px;
	padding: 0px;
	background:#89300B;
}

	#macarthurText {
		float: left;
		height: 22px;
	}
	
	.topLinks {
		float: right;
		padding: 2px;
		margin-right: 10px;
		background: none;
	}
		.topLinks, a, .topLinks a:link, .topLinks a:visited {
			color: #FFFFFF;
		}
	
		.topLinks a:hover, .topLinks a:link:hover, .topLinks a:visited:hover {
			color: #DDDDDD;
			text-decoration: none;
		}

#body {
	width: auto;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: url(../../images/background.gif) repeat-y top left #FFFFFF;
	border-left: 1px solid #296488;
}

.leftMenu {
	clear: both;
	float: left;
	margin-top: 0px;
	width: 200px;
}
	/* backup CSS if the javascript fails */
	.leftMenu a, .leftMenu a:link, .leftMenu a:visited { 
		background: none;
		display: block;
		color: #FFFFFF;
	}
	
	.leftMenu form {
		clear: both;
		position: relative;
		z-index: 20;
		padding-top: 5px;
	}
		
			
.content {
	clear: right;
	width: auto;
	position: relative;
	z-index: 7;
	padding: 10px;
	vertical-align: top;
	font-size: 1em;
	margin-left: 205px;
}

	.content table {
		display: inline-table;
		width: 99%;
		margin: 2px;
	}

	h1 {
		font-size: 2.2em;
		color: #89300B;
		font-weight: normal;
		margin-top: auto;
	}

	h2 {
		font-size: 1.5em;
		color: #89300B;
		font-weight: normal;
		border-bottom: 1px solid #DDDDDD;
		margin-top: auto;
	}

	p {
		line-height: 1.4em;
	}
	
	.content ul {
		line-height: 1.5em;
	}
	
	.content div {
		padding: 2px;
	}

	.floatright {
		float: right;
		margin-left: 10px;
	}

	.floatleft {
		float: left;
		margin-right: 10px;
	}

.clearer {
	clear: both;
	font-size: 0em;
	height: 0px;
	margin-top: -2px;
}

.footer {
	width: auto;
	height: auto;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	text-align: center;
	font-size: .9em;
	color: #DDDDDD;
}
	.footer a, .footer a:link, .footer a:visited {
		color: #FFFFFF;
	}

	#partners {
		margin: auto;
		margin-top: 0px;
		background: #89300B;
		padding: 3px;
	}

	#copyright {
		background: #1D4F73;
	}

/* app CSS */
form {
	margin: 0px;
}

fieldset {
	border: 1px solid #1D4F73;
	padding: 10px;
	margin: 5px;
}

legend {
	font-size: 16px;
	color: #1D4f73;
	font-weight: bold;
}

label {
	display: -moz-inline-box;
	display: inline-block;
	white-space: normal;
	width: auto;
	padding: 3px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #89300B;
}

.small {
	width: 60px;
}

input {
	margin: 1px;
}

.keywords {
	margin: 2px;
	margin-left: 45px;
	text-indent: -20px;
}

.topPager {
	margin-bottom: 5px;	
	margin-top: 0px;
	padding: 0px;
}
	.topPager .searchBar {
		margin: 0px;
		padding: 0px;
		margin-top: -20px;
		margin-bottom: 0px;
	}
		
	.topPager .pager {
		margin-top: -5px;
		padding-top: 2px;
	}
		.topPager .pager span.pageLinks {
			margin-top: -2px ;
		}
		
		.topPager .pager span.pageLinks a {
			color: #89300B ;
			text-decoration: none ;
		}
	
	.topPager a:hover, .topPager a:link:hover {
		background: #FFFFFF;
	}



.content .tbuilder th {
	background: #89300B;
	color: #DDDDDD;
}
	.content .tbuilder th a, .content .tbuilder th a:link, .content .tbuilder th a:visited {
		color: #FFFFFF;
	}
/* class applied to the standard text box */
.input {
	width: 200px;
}

table.wtable {
	align: left;
	width: 100%;
}

img.addbutton {
	position: relative;
	padding: 2px;
	padding-bottom: 0px;
	vertical-alignment: bottom;
	width: 16px;
	height: 16px;
}

/* generic classes */

.narrow {
	width: 450px;
}

.left {
	align: left;
	text-align: left;
}

.center {
	text-align: center;
	vertical-align: top;
}

.center img {
	margin: 5px;
}

.brown {
	background: #89300B;
	color: #FFFFFF;
}

.right {
	text-align: right;
}

.rowHead {
	text-align: right;
	vertical-align: top;
	width: 200px;
}

