/* Print styles for Sustainale Schools WWF tool */
/* This removes all extraneous navigation etc. whilst preserving the content */

#nav-contextual,
#nav,
#userBar,
#toolbar,
.hide,
.noShow {
	display: none;
	}

/* Generic tables for activity module */
table {
	border: 1px solid #e0e0e0;
	background: white;
	width: 100%;
	clear: both;
	margin: 1em 0;
	padding: 0;
	}

th {
	text-align: left;
	}

td {
	padding: 0.25em;
	border: 0;
	}

caption {
	font-size: 1.1em;
	text-align: left;
	border: 1px solid #e0e0e0;
	background: #e0e0e0;
	margin: 0;
	padding: 0.5em;
	}

.odd {
	background: #f3f3f3;
	}

.even {
	background: #ececec;
	}

/* Form items */

form {
	position: relative;
	font-size: 1em;
	margin: 1em 0;
	}

legend {
	white-space: wrap;
	padding: 0 0.5em;
	color: #000;
	}

fieldset {
	border: 1px solid #e0e0e0;
	padding: 1em 1.5em;
	width: 47em;
	clear: both;
	float: left;
	}

fieldset fieldset {
	border: 0;
	background: #e0e0e0;
	padding: 1em 1.5em;
	margin: 1em 0;
	width: 45em;
	}

fieldset fieldset fieldset {
	border: 0;
	background: #fff;
	margin: 1em 0;
	width: 43em;
	}

label {
	display: block;
	margin: 0.5em 1.5em 0.5em 0;
	font-weight: bold;
	float: left;
	clear: left;
	width: 10.5em;
	}

input, select, textarea {
	float: left;
	display: block;
	margin: 0.25em 0;
	font-size: 1em;
	}

select {
	font-size: 1em;
	width: 16.5em;
	padding: 0;
	}

textarea {
	padding:0.5em 0;
	width: 22em;
	font-size: 1.5em;
	}

input.wide {
	width: 21.5em;
	}

label.checkbox {
	width: 40em;
	float: left;
	}

input.checkbox {
	float: left;
	clear: left !important;
	}

input[readonly="readonly"] {
	background: #fff;
	border: none;
	}

.datesholder {
	position: absolute;
	left: 12em;
	margin-bottom: 1em;
	}
select.dates {
	position: relative !important;
	display: inline;
	text-align: left;
	margin: 0;
	}

fieldset.sidebyside {
	border: 0;
	padding: 0 1em 0 0;
	width: 50%
	float: left;
	display: inline;
	position: relative;
	}
fieldset.sidebyside label.checkbox input {
	position: relative;
	left: -12em;
	}

input.gobutton {
	display:block;
	clear: both;
	margin-top: 0.5em;
	}

input.adminbutton {
	display: block;
	float: right;
	clear: both !important;
	margin-top: 2em;
	}
	
form h3 {
	background: #000;
	color: #fff;
	margin-top: 1em !important;
	padding: 2px;
	}

#IFmap {
	display: block;
	position: relative;
	float: left;
	width: 440px !important;
	height: 440px !important;
	margin: 1em 40px !important;
	_margin: 1em 20px !important;
	border: 1px solid #e0e0e0;
	background: #fff url(../../images/IFmap.jpg) left top no-repeat;
	list-style-type: none;
	}

#IFmap li {
	position: absolute;
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #000;
	text-align: center;
	margin: 0;
	}

#IFmap li a { color: #fff; position: relative; vertical-align: middle; text-decoration: none;} 
#IFmap li a dl { display: none;} 
#IFmap li a dl dt { display: inline !important; width: auto;}
#IFmap li a dt dd { display: inline !important; width: auto;}