/* Red - #CC4C2F */

/* ELEMENTS */

body {
	font-family: "avenir next", avenir, "helvetica neue", helvetica, "Lato", arial, sans-serif;
/*	background-color: #EEEDDF; */
	margin: auto;
	padding: 0px;
}

th, td {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	font-size: 1em;
/*	border-bottom: 1px solid #FF0000; */
}

td {
	vertical-align: middle;
}

a:link {	color: #CC4C2F; text-decoration: underline; text-decoration-color: #eeeddf; }			  	  /* unvisited link */
a:visited {	color: #CC4C2F; text-decoration: underline; text-decoration-color: #EEEDDF; } 				 /* visited link */
a:hover {	color: #1d3cc1; text-decoration: underline; text-decoration-color: #1d3cc1;} 			 /* mouse over link */
a:active {	color:#1d3cc1; text-decoration: underline;text-decoration-color: #1d3cc1; } 			 /* selected link */



a.whitelink {text-decoration: underline; color: #f5f4e8; text-decoration-color: #EEEDDF;	}
a.whitelink:link {text-decoration: underline; color: #EEEDDF; text-decoration-color: #EEEDDF;	}
a.whitelink:visited {text-decoration: underline; color: #EEEDDF;  text-decoration-color: #EEEDDF;	}
a.whitelink:hover {text-decoration: underline; color: #EEEDDF; text-decoration-color: red;	}
a.whitelink:active {color:  white;}


/*
ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
}

li { 
	margin-top: 6px;
}
*/


p {
	font-family: "avenir next", avenir, "helvetica neue", helvetica, "Lato", arial, sans-serif;
	font-size: 12pt;
	margin-bottom: .8em;
/*	line-height: 145%; */
}

table
{
    table-layout: fixed;
    width: 100%;
}


/* CONTENT DIV IDs */
#outside {	
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 20px;
	padding: 15px; */
/*	background-color: #EEEDDF; */
/*	border: 1px solid #0081ff; */
	width: 1080px;
	position: relative;
	}

#inside {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
/*	padding: 35px; */
	width: 840px;
/*	border: 1px solid #0081ff; */
/*	background-color: #EEEDDF; */
}

#content {
/*	border: 2px solid #CC4C2F; */
	border-radius: 10px;
	background-color: #CC4C2F
}

#topcontainer {
	background-color: #CC4C2F;
	border-radius: 10px;
	border: 1px solid #EEEDDF;
	width: 780px;
}

#maincontainer {
/*	background-color: #aaFF00;	*/
}

#mainupper {
/*	background-color: #cccccc; */
	width: 840px;
	margin: auto;
}

#mainlower {
/*	background-color: #aaaaaa; */
	width: 840px;
	margin: auto;
}

#programbox {
	margin: auto;
	background-color: #CC4C2F;
	width: 720px;
	padding: 0px 30px 60px 30px;
	border: 1px solid #EEEDDF;
	border-radius: 10px;
}

#picturebox {
	margin: auto;
	background-color: #EEEDDF;
	width: 720px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #EEEDDF;
	border-radius: 10px;
}


#pastprogramsbox {
	margin: auto;
	background-color: #EEEDDF;
	width: 720px;
	padding: 0px 30px 60px 30px;
	border: 2px solid #CC4C2F;
	border-radius: 10px;
}



#callbox {
	margin: auto;
	background-color: #EEEDDF;
	width: 570px;
	padding: 40px 60px 30px 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: auto;
/*	border: 1px solid silver; */
	border-radius: 10px;
}

#logisticsbox {
	margin: auto;
	background-color: #EEEDDF;
	width: 100%;
/*	padding: 40px 60px 30px 60px; */
	margin-top: 10px;
	margin-bottom: 10px;
	margin: auto;
/*	border: 1px solid silver; */
	border-radius: 10px;
}


#navbox {
	text-align: center; 
	background: #EEEDDF; 
	border: 2px solid #CC4C2F; 
	border-radius: 10px; 
	font-size: 10pt; 
	padding: 10px 0px; 
	margin-top: 12px; 
	margin-bottom: 10px; 
	margin: auto; 
	width: 660px;
}

/* CONTENT DIV CLASSESs */

.topnav {
	font-family: "avenir next", avenir, "helvetica neue", helvetica, "Lato", arial, sans-serif;
	font-size: 10pt;
	margin: 4px;
}

.navdivider {
	border: .5px solid #EEEDDF; 
	width: 50%;"
}

.keyimage {
	width: 720px;
	margin: auto;
	display: block;
/* 	border: 1px solid white; */
}

.programbackground {
	background-color: #EEEDDF;
	border-radius: 5px;
}

.oldprogramcontainer {
	width: 660px; 
	margin: auto; 
/*	border: 1px solid silver; */
	border-radius: 10px;
	padding: 30px; 
	background-color: #CC4C2F;	
}

/*	column widths */
.contentcolumn {
	width: 303px;
	text-align: center;
	padding-left: 0px;
	padding-right: 16px;
}

.time {
	width: 60px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: bold;
}

.eventcolumn {
	width: 606px;
	padding-left: 16px;
	padding-right: 16px;
}

/*	2020 Program column widths */
.contentcolumn2020 {
	width: 211px;
	/*text-align: center;*/
	padding-left: 8px;
	padding-right: 8px;
	/* font-size: .9em; */
}

.time2020 {
	width: 56px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	text-align: center;
}

.eventcolumn2020 {
	width: 560px;
	padding-left: 12px;
	padding-right: 12px;
}

.daycolumn2020 {
	width: 488px;
	padding-left: 12px;
	padding-right: 12px;
}

/*
.spacercolumn {
	width: 3%;
}

.rightpad {
	width: 2%;
}
*/

.uppertext {
	width: 600px;
	margin: auto;
	display: block;
}

.lowertext {
	width: 540px;
	margin: auto;
	padding: 30px 60px 30px 60px;
	display: block;
}

.widertext {
	width: 720px;
	margin: auto;
	display: block;
}

/*	vertical align classes */

/*
	.tablealigntop {
		vertical-align: top;
	}
	
	.tablealignbottom {
		vertical-align: bottom;
	}
*/	
.tablealignmiddle {
	vertical-align: middle;
}

/*	
	.tall {
		line-height: 200%;
	}
*/

/* TEXT FORMATTING */

.name {
	
}

.programroom {
	font-style: italic;
}

.hangingindent {
  padding-left: 24px;
  text-indent: -24px;
  padding-right: 24px;
}

.author {
	font-weight: bold;
}

.papertitle {

}

.panelauthor {
	font-weight: bold;
}

.paneltitle {
	font-style: italic;	
	/* font-size: 1em; */
}

.affiliation {
	
}

.eventid {
	font-weight: 500;
}

.navlink {
	padding: 0px;
	position: relative;
	z-index: 1;
	font-size: 10pt;
}

.headline {
	font-size: 36pt;
	font-weight: 100;
	font-family: "avenir next", avenir, "helvetica neue", helvetica, "Lato", arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

.topline {
	font-size: 54pt;
	font-weight: 900;
	font-family: "avenir next", avenir, "helvetica neue", helvetica, "Lato", arial, sans-serif;
}

.subhead {
	font-size: 18pt;
	font-weight: 400;
/*	margin-top: 12px;
	margin-bottom: 6px;	*/
	font-family: "avenir next", avenir, "helvetica neue", helvetica, "Lato", arial, sans-serif;
}

.subsubhead {
	font-size: 14pt;
	font-weight: 100;
	font-family: "avenir next", avenir, "helvetica neue", helvetica, "Lato", arial, sans-serif;
}

.fattext {
	font-size: 64pt;
	font-weight: 900;
	font-family: "avenir next", avenir, "helvetica neue", helvetica, "Lato", arial, sans-serif;
}

.thintext {
	font-weight: 200;
}

.bluetext {
	color: #094683;
}

.greentext {
	color: #CC4C2F;
}

.whitetext {
	color: #EEEDDF;
}

.greytext {
	color: #EEEDDF;
}

.redtext {
	color: #CC4C2F;
}

.itext {
	font-style: italic;
}

.center {
	text-align: center;
}

.event {
	font-style: italic;
}

.nospace {
	line-height: 50%;
}

/*
.hangingindent {
  padding-left: 20px ;
  text-indent: -20px ;
}
*/


.listtitle {
	font-style: italic;
	font-size: 14pt;
	color: #CC4C2F;
	margin-bottom: 0px;
}

/*
.border {
	border: 1px solid #0081ff;
	padding: 10px 20px;
}
*/

.alignright {
	float: right;
	text-align: end;
}

/* .innerspace {
	margin: 15px;
}
*/

.smallspace {
	margin: 2px;
}

.smalltext {
	height: 100%;
/*	margin-top: 2px; */
	font-size: 10pt;
}

/* 
	
.programday {
	height: 100%;
	margin-top: 2px;
	font-size: 16pt;
	color: #878787;
}

*/

.oldprogramtimes {
	height: 100%;
	margin-top: 2px;
	font-size: 11pt;
	line-height: 130%;
	color: #CC4C2F;
	text-align: center;
	padding: 2px;
}

.oldprogrambox {
	height: 100%;
	margin-top: 2px;
	font-size: 11pt;
	line-height: 130%;
	color: #EEEDDF;
	text-align: center;
	padding: 2px;
}

.oldprogramtitles {
	height: 130%;
	margin-top: 2px;
	font-size: 11pt;
	line-height: 130%;
	color: black;
}

.roomname {
	font-weight: bold;	
	color: #EEEDDF;
}

.about {
	line-height: 150%;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #EEEDDF;
}

.redabout {
	line-height: 150%;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #CC4C2F;
}

.blackabout {
	line-height: 150%;
	padding-bottom: 8px;
	padding-top: 8px;
	color: black;
}

.blackreadinggroup {
	line-height: 150%;
	padding-bottom: 0px;
	padding-top:0px;
	color: black;
}

.dropcap {
	float: left;
	font-size: 3.7em;
	line-height: .8em;
	font-weight: 300;
	color: #094683;
	padding-right: 2px;
}

.hr {
	border-top: 1px solid #CC4C2F; 
	margin-top: 30px; 
	margin-bottom: 45px;
}

.panelbox {
	padding: 0px 15px;
}
