@charset "UTF-8";
/* CSS Document */

h1 {
	color: #352017;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0 5px 10px;
}
#popupScroll{
	height: 328px;
	margin: 5px 0 0 0;
	overflow: auto;	
}
#line {
	border-bottom:#dad7bb 1px solid; 
	height:1px; 
	margin: 15px 0 10px 10px; 
	width: 250px;	
}
#pop {
	color: #8b7b5b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px; 
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0px;
}
a.popup:link, a:active {
	color: #61a52b;
	text-decoration: none;
}
a.popup:visited {
	color: #61a52b;
	text-decoration: none;
}
a.popup:hover {
	color: #352017;
	text-decoration: underline;
}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:0px solid #cecece;
	z-index:1;
}
#popupMembers{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:374px;
	width: 329px;
	background:#fcfcf8;
	border: #e9e9d4 4px solid;
	z-index:2;
	padding: 23px;
	font-size:13px;
}
#popupMembersClose{
	background-color: #e9e9d4;
	padding: 3px 4px 3px 4px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	right: 23px;
	top: 34px;
	position: absolute; 
	color: #a08f6e;
	font-weight: normal;
	display: block;
}
a.close{
	cursor: pointer;
	text-decoration:none;
}
.buttonPopUp{
	margin:0px;
}
