body {
	background-color: #4E4945;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/* Added for DOCTYPE compatibility: */
table, td, p, div {
	font-size: 10pt;
}

.causeroom-searchinput {
	height: 21px;
	border: 1px solid #000000;
	font-size: 7pt;
	padding-left: 3px;
}

.causeroom-submit {
	/*font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	color: #b1a497;
	text-transform: uppercase;
	background-color: #000000;
	width: 75px;*/
}

table.main {
	background-color: #ffffff;
	width: 750px;
}

.topnav_precedent_column {
	background-color: #000000;
}

.causeroom-topnav {
	background-color: #000000;
	color: #b1a497;
	width: 400px;
}

.causeroom-topnav td {
	padding: 8px;
	text-align: center;
}

	.causeroom-topnav p {
	}
	
	.causeroom-topnav p.on {
	}
	
	.causeroom-topnav a:link, .causeroom-topnav a:visited {
		color: #b1a497;
		text-decoration: none;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		text-transform: uppercase;
	}

	.causeroom-topnav a:link.on, .causeroom-topnav a:visited.on, .causeroom-topnav a:hover.on {

	}
	
	.causeroom-topnav a:hover {
		text-decoration: none;
	}

.causeroom-header {
	border-bottom: 1px solid #BFBFBF;
	background-color: #ffffff;
}

.causeroom-nav {
	background-color: #000000;
	vertical-align: top;
	width: 180px;
	font-size: .9em
}

	.causeroom-nav p, .causeroom-nav p.off {
		/* padding: 8px 0px 0px 13px; */
		padding: 0px 0px 0px 25px;
		height: 28px;
		line-height: 28px;
		margin: 0px;
		
		vertical-align: middle;
	}

	.causeroom-nav p.over {
		height: 28px;
		margin: 0px;
		background-image:url(../images/nav_o_bg.jpg);
	}
	
	.causeroom-nav p.on {
		/* padding: 8px 0px 0px 13px; */
		height: 28px;
		background-image:url(../images/nav_o_bg.jpg);
	}
	
	.causeroom-nav a:link, .causeroom-nav a:visited {
		color: #ffffff;
		text-decoration: none;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;	
	}

	.causeroom-nav a:link.on, .causeroom-nav a:visited.on, .causeroom-nav a:hover.on {
		color: #ffffff;
		text-decoration: none;		
	}
	
	.causeroom-nav a:hover {
		text-decoration: none;
	}

	.causeroom-nav p.on a, .causeroom-nav p.on a:link, .causeroom-nav p.on a:visited, .causeroom-nav p.over a, .causeroom-nav p.over a:link, .causeroom-nav p.over a:visited {
		color: #ffffff;
		text-decoration: none;
		border-top: 0px solid #000000;
		border-bottom: 0px;	
	}

.causeroom-subnav {
}
	.causeroom-subnav li{
		padding: 3px;

	}
	
	.causeroom-subnav li.on {
	}
	.causeroom-subnav a:link, .causeroom-subnav a:visited {
		text-decoration: none;
	}

	.causeroom-subnav a:link.on, .causeroom-subnav a:visited.on {
		font-weight: bold;
		color: #ffffff;
	}
	
	.causeroom-subnav a:hover {
		text-decoration: underline;
	}

.causeroom-content {
	vertical-align: top;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.causeroom-content table, table.spintable {
	font-size: 10pt;
}
	.causeroom-content p {
	}

	/* use h2 for the title of a section */
	.causeroom-content h2 {
		font-size: 14px;
		color: #999;
		border-bottom: 1px solid #999;
		padding-top: 10px;
	}
	
	/* use h3 for the title of an item, or a group heading */
	.causeroom-content h3 {
	}

	/* use h4 for subtitles and such */
	.causeroom-content h4 {
	}
	
	/* caption style override for pictures within the causeroom-content area */
	.causeroom-content .caption {
	}

	/* inline links */
	.causeroom-content a:link, .causeroom-content a:visited {
		color: #0033cc;
		text-decoration: none;
	}
	
	.causeroom-content a:hover {
		text-decoration: underline;
	}

	/* use .itemlink class for anything that clicks through to an item */
	.causeroom-content a:link.itemlink, .causeroom-content a:visited.itemlink {
		font-weight: bold; 
		color: red;
	}

	.causeroom-content a:hover.itemlink {
	
	}

	/* use .itemtitle for things that are like .itemlink, but aren't links */
	.causeroom-content .itemtitle {
		font-weight: bold;
		color: #000000;
	}
	
	
.causeroom-sidebar {
	vertical-align: top;
	width: 200px;
	padding-top: 15px;
}

	.causeroom-sidebar a:link, .causeroom-sidebar a:visited {
		color: #0033cc;
		text-decoration: none;
	}
	
	.causeroom-sidebar a:hover {
		text-decoration: underline;
		background-color: #FFFF99;
	}
	
	.contentbox table {
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}

.causeroom-tagline {
	height: 20px;
	background-color: #9A0002;
	color: #ffffff;
	font-size: 1em;
	text-align: right;
	padding: 3px 5px 3px 10px
}

.causeroom-tagline p {
	margin: 0px;
	padding: 0px;
}

.causeroom-footer {
	padding: 4px 15px 15px 15px;
	color: #000000;
	vertical-align: bottom;
}

	.causeroom-footer p {
	}
	
	.causeroom-footer a:link, .causeroom-footer a:visited {
		color: #0033cc;
		text-decoration: none;
	}
	
	.causeroom-footer a:hover {
		text-decoration: underline;
	}

.sponsors {
	background-color: #ffffff;
	padding: 0px 15px 0px 15px;
}

.sponsors p {
	background-color: #ffffff;
	border-bottom: 2px solid #000000;
	padding: 5px;
	margin: 0px;
	color: #000000;
	font-weight: bold;
}

.pageimage {
	margin: 0px;
	padding: 0px;
}

.poll td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.poll h3 {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	margin: 0px 0px 4px 0px;
	padding: 2px;
}

.poll h4 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000033;
	margin: 0px;
}

.formbuilder p {
	margin: 0px;
	padding: 0px;
}


/* RENTAL RESERVATION FORM */

fieldset {
	float: left;
	width: 500px;
	margin-bottom: 10px;
}

fieldset div {
	clear: both;
	position: relative;
}

fieldset div.cr label {
	text-align: left;
	margin-left: 13em;
	width: auto;
	float: none;
}

/*label, fieldset div.cr-left p {
	margin: 0;
 	width: 35em;
	text-align: left;
}*/



.removed {
	display: none;
}

fieldset div span {
	display: none;
}

fieldset div:hover span {
	margin-left: 20em;
	display: block;
	position: absolute;
	z-index: 100;
	float: left;
	background-color: red;
	border: 1px solid #000;
	padding: 20px;
	width: 300px;
}

/* html fieldset div span {
	display: block;
}*/


label {
	display: block;
}

.mandat {
	color: red;
}

.buttons {
	display: block;
	height: 50px;
	text-align: center;
	margin: 20px;
}

.formfooter {
	display: block;
	width: 500px;
	height: 50px;
	text-align: left;
	margin: 20px;
	padding: 100px;
}