body {
    font-family: arial, verdana, helvetica, sans-serif;
	font-size: 15px;
	background-color:#f0f0f0;
	
}
p {
	font-size: 15px;
}
p.big {
    line-height: 150%;
}

.title {
    font-size: 16px;
    font-weight: bold;
    color: #616060;
    margin-bottom: 5px;
}

.titleProgram {
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
}

.titleProgramLink {
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
}

.sessionChairs {
    font-size: 15px;
    margin-top: 5px;
    color: #616060;
}

.authors {
    font-size: 14px;
    color: #000000;
}

.authorsProgram {
    font-size: 12px;
    color: #000000;
}

ul {
	font-size: 15px;
}

a {
	color: #CD4A2D;
}

a:hover {
	color: #E07860;
}

.topSponsor {
    font-size: 10pt;
    color: gray;
    /* font-style: italic; */
}
.whereAndWhen {
    font-size: 11pt;
    color: #303030;
    /* font-style: italic; */
}
.hotelInfo {
    margin-left: 30px;
    margin-right: 30px;
}
.collapseblock { /* for java script abstract open/close */
    display: none;
}
.expandblock   { /* for java script abstract open/close */
    display: block
}
.keynote {
    /*background-color: #F7BDDE;*/
    font-weight: bold;
}
h3 {
     font-size: 12pt;
     color: #CD4A2D;
}

h1 {
     font-size: 24; 
     color: #CD4A2D;
}

/* ------------------------------------------ important dates  --- */
table.dates {
    border-width: 1px;
    padding: 1px;
	font-size: 15px;
}

table.dates tr td:first-child { /* 1st column */
    text-align: left;
    padding-right: 20px;
}

table.dates tr td { /* 2nd column */
	text-align: left;
    padding-right: 20px;
}

table.main {
	background-color: white;
	border-bottom: 0px solid #666;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
	border-top: 0px solid #666;	
}

.submission {
    font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}

#rcorners2 {
    
    border: 0px solid #73AD21;
	width: 100%;
    /*height: 150px;*/
}

#rcorners2 th{
    border-radius: 10px 10px 0px 0px;
	background-color: #ADD2ED;
	padding: 5px;
}

#rcorners2 td{
    border-left: 1px solid #ADD2ED;
	border-right: 1px solid #ADD2ED;
	border-bottom: 1px solid #ADD2ED;
	padding: 5px;
	font-size: 14px;
}

#rcorners2 span{
	font-size: 13px;
	color: #666;
	font-weight: bold;
}


/* ------------------------------------------ Nav Bar  --- */
ul.myMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background-color: #fff;*/
	border-top: 1px solid #77787b;
	border-bottom: 1px solid #77787b;
}

li.myMenu {
    float: left;
	border-right: 1px solid #77787b;
	background-color: #fff;
	/*border-top: 1px solid #77787b;
	border-bottom: 1px solid #77787b;*/
}

li.active a.active {
	float: left;
	/*border-right: 1px solid #77787b;*/
	background-color:#CD4A2D;
	color: white !important;	
}

li.active a.active:hover {
	float: left;
	background-color:#CD4A2D !important;
	color: #fff !important;
}

li.myMenu a.myMenu, .dropbtn {
    display: inline-block;
    color: gray;
	font-weight:bold;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.myMenu a.myMenu:hover, .dropdown:hover .dropbtn {
    background-color: #f9f9f9;
	/*color: #01375d;*/
	color: #CD4A2D;
}

/*ul.tabsnav li.selected {
  font-weight: bold;
  color: white;
  position: relative;
  top: 1px;
  background-color: #FF6961;
}*/

li.dropdown {
    border-right: 1px solid #77787b;
	display: inline-block;
	float: left;
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a.myMenu {
    color: gray;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a.myMenu:hover {
	background-color: #f1f1f1;
	/*color: #01375d;*/
	color: #CD4A2D;
}

.dropdown:hover .dropdown-content {
    display: block;
}



.panel_title {
    border: 0px solid #000000;
	/*background-color: #FF6961;*/
	background-color: #ffffff;
    display: inline-block;
    width: 280px;
    padding: 5px;
	font-weight:bold;
	text-align: center;
	
    
    /*-webkit-box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 4px 4px rgba(0,0,0,0.75);*/
}

.panel_content{
	/*border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;*/
	background-color: #FFFFFF;
    display: inline-block;
    width: 280px;
    padding: 5px;
	text-align: center;
    
}

.center {
    margin: auto;
    padding: 2px;
	
	
}

footer {
    color: black;
    /*background-color: #b0b0b0;*/
	background-color: #f0f0f0;
    clear: left;
    text-align: center;
    border-style: solid;
    border-top-color: black;
	border: 1px #000000;
	
}

footer table {
    /*background-color: #EDEDED;*/
	background-color: #cfcfcf;
	margin-top: 0px;
	margin-bottom: 0px;
}

footer h2.top {
	margin-top: 10px;
	margin-bottom: 0px;
}

footer hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #000000;	
}

footer hr.top1 {
	border-top: 3px solid #000000 !important;
}

.sponsor{
	/*background-color: #EDEDED;*/
	background-color: #cfcfcf;
	width:980px;
}
