@charset "utf-8";

fieldset{
	width:60%;
	float:left;
	margin-left:10px;
}

/* Table View */
.conferences h2{
	border-bottom: 1px solid #A64743;
	padding-bottom: 0.3em;
	color:#666666;
}

.conferences h3 {
	border-bottom: 1px solid #127592;
	padding-bottom: 0.3em;
	color:#127592;
}

span{
	margin-right:7px;
}

table.conferences {
	width:100%; 
	padding:0px;
}

table.conferences th{
	padding-top:5px;
}

table.conferences td{
	border-bottom: 1px solid #DADADA;
	padding:5px;
}

span.location{
	color:#A64743;
}

/* POP UP */
#emailpopup {
	border:5px solid #A64743;
	width:500px;
	height:230px; 
	position:absolute;
	z-index:2;
	background-color:#FFFFFF;
	overflow:auto;
	padding:10px;
	margin-left: auto ;
  	margin-right: auto ;
	display:none;
}

#emailframe {
	border:0px;
	width:490px;
	height:180px;
}

div.border { 
	border: 2px dotted #098390;
	padding: 1em; 
	margin: 1em 0;
	width: 32em;
}

div.border h3 { margin-top: 0; }
div.border p { margin-bottom: 0; }
