@import url(/style/shared/RFStyle.css);
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
/* -- AMS ABSTRACT STYLE SHEET --*/

BODY {
    background-color: #FFFFFF;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
  color : #000033;
}
/* --COLORS --*/
  
.notecolor { 
  color : #B90000;}
  .headcolor {
  color : Black;}  
.accentcolor {
  color : Silver;}  
.errorcolor {
  color : #FF0000;} 
.SessionTypeJP {
  background-color : #CCFFCC;} 
.SessionTypeJ {
  background-color : #CCFFFF;} 
.SessionTypeS {
  background-color : #CCCCCC;} 
.SessionTypeP {
  background-color : #99CCFF;} 
.SessionType {
  background-color : #FFFFCC;} 
.arrangeprogramtitle { 
font-weight: bold;
font-size: 16pt;
margin-bottom: 20px;
}

/* COLOR FOR Papers where Criteria == 'Y' -- See https://redmine.confex.com/issues/107271 for AMS arrangesession page */

td.criteria {
	background-color: yellow; /* colors only the table cell containing the paper title */
}
tr.criteriapaper {
	background-color: yellow; /* colors the entire row */
}

/* END RM#107271 arrangesession styles */

/* -- BOLD IS LIKE REGULAR LINK --*/
/*
HR {
  width:100%;
  align:left;
  border : none;
  margin-left : inherit;
  color : Silver
  }
*/  
P, LI, td { 
    font-family: Helvetica, Arial, Sans-serif;
    color : Black;
}

.pagetitle {
	font-size: 16pt;
	color: Black;
	font-style: bold;
	font-family: Tahoma, Arial, Sans-serif;
}

.note { color: #B90000; }
  
.eventsnote { color: #000000; }

/* --  HEADERS --*/

.mainhead { 
    font-family: Helvetica, Arial, Sans-serif;
    font-size: medium;
    font-weight: bold;
    color: Black;
}

.message { 
    font-family: Helvetica, Arial, Sans-serif;
    font-size: small;
    color: Red;
}

H2 { 
    font-family: Helvetica, Arial, Sans-serif;
    font-size: small;
    font-weight: bold;
    color: Black;
  }

H3 { 
    font-family: Helvetica, Arial, Sans-serif;
    font-size:   small;
    font-weight: bold;
    color: Black;
    }

/* --  REGULAR LINK --*/

A { 
    font-family: Helvetica, Arial, Sans-serif;
    
}

A:active { 
    font-family: Helvetica, Arial, Sans-serif;
    
}

A.visited { 
    font-family: Helvetica, Arial, Sans-serif;
    
}

.topdisplay_role {
font-weight:bold;
}

.unpublishedHeaders {
	text-align: left;
}

.unpublishedTitle {
}

.unpublishedComment {
	text-indent: 2em;
	font-style: italic;
}

table.text { 
	font-size : x-small;
	color : Pink;
}

.arrange_unpaid, .expandedview_unpaid, .searchunpaid {
	background: #00ff00;
}

.addevents .breaksheaders {
	font-size : small;
	font-weight: bold;
}

.addevents .showtime {
	text-align: center;
}

#assignpaperPage .sectionboxcontent td {
	border-top: 1px dashed #999;
	padding: 0.5em;
}

.graybox {
	width: 750px;
	border: 1px solid #CCCCCC;
	/* background-color: #FFFFD9; */
	padding: 5px;
}


.grayboxauthor {
	width: 600px;
	border: 1px solid #CCCCCC;
	/* background-color: #FFFFD9; */
	padding: 5px;
}

.grayboxheader {
	background-color: #B90000;
	color: white;
	margin: -5px;
	padding: 5px;
}

.grayboxinstructions {
	background-color: #DDDDDD;
	font-size: 13px;
	margin: 5 -5 -5 -5;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.grayboxinstructions li {
	padding-bottom: 3;
}

/* infobox styles are used in exhibits */


.infobox {
	width: 100%; 
	border: none;
	background-color: #FFFFFF;
	
}


.infoboxheader {
background-color: #052747;
border-color: transparent;
color: #fff;
font-weight: bold;
	padding: 5px;
}

.infoboxinstructions {
	background-color: #0B467F;
	color:#fff;
	padding: 5px;
	font-size:.9em;

}

.entryinfo {
    padding: 10px;
    display: block;
}


/*Archive Search Page Style -- "as_" indicates archive search styles*/
body.as_page {
	text-align:center;
	margin:0;
	padding:0;
}
.as_blue_wrapper {
	text-align:center;
	margin:0 auto;
	width:1300px;	
	background: url('/img/ams/blue_lined_background.png') repeat;
}

.as_content_wrapper {
	border-left: 1px #000 solid;
	border-right: 2px #000 solid;
	border-bottom: 1px #7bbffc solid;
	background-color:#fff;
	width:960px;
	min-height:900px;
	/* Commented out to expand for archive search results */
	/*height:900px;*/
	margin:0 auto;
	padding: 0 15px;
}

.as_header {
	height:90px;	
}

.as_logo {
	float:left;
	width:236px;
}

.as_logo_right {
	float:left;
	margin-left:100px;
	margin-top:10px;
}

.as_top_nav {
}

.as_main_nav {
	height:25px;
	background-color:#b80002;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

.as_content {
	margin:10px 0;
}
.as_content p, as_content p.input {
	font-size:12px;
}
.as_content p.conference {
	font-weight:bold;
	font-size:14px;
	border-top:3px #1f38b6 solid;
	width:100%;
	padding: 5px 0 0 0;
	margin:10px auto;
}
.as_content .as_instructions {
	width:60%;
	text-align:left;
	margin:0 auto;
	padding: 2px 5px;
	background-color:#ffffd9;
	border:1px #ccc solid;
}
.as_instructions p {
	margin:0;
	padding:0;
	font-size:12px;
}
.as_content .input {
	margin: 5px auto 0 auto;
	padding:0;
	text-align:left;
	width:60%;
}
.as_content select {
	margin: 0 0 10px 0;
	width:100%;
	border: 1px #ccc solid;
}
.as_content input {
	border: 1px #ccc solid;
	margin: 0 5px 0 0;
}
.clear {
	clear:both;
}


/* ****Archives Styles**** */

body.archives {
   background: none repeat scroll 0 0 #FFFFFF;
    color: #675752;
    font-family: arial,helvetica,sans-serif;
    font-size: 10pt;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.archives .background {
    background-color: #5DA9D7;
    height: 50px;
    width: 100%;
}

.archives .innerHead {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.archives .headerTitle {
    color: #FFFFFF;
    font-size: 1.9em;
    font-weight: bold;
    padding-top: 10px;
}

#archives.page {
	margin:0 auto;
	background-color:#FFFFFF;
	border-left:1px solid;
	border-bottom:1px solid;
	border-right:1px solid;
	padding-bottom: 15px;
	padding-top: 10px;
    width: 850px;
	}

#archives.left{ /* add float:left; to have this search area to the left of results table, remove text-align:center;*/
	margin: 0 auto 25;
	background-color:#FFFFFF;
    width: auto;
	text-align:center;
	}
	
#archives.right { /* add float:right; to have the search area to the left of this results table */
	background-color:#FFFFFF;
	height: 100%;
    margin: 20px;
	width: auto;
	}
	
table.archives {
	background-color:#FFFFFF;
	border-collapse:collapse;
    margin: 0 auto;
    max-width: 1000px;
	}

table.archives, td.archives, th.archives {
	border-color:#6E81A6;
	}
	
td.archives {
	padding:3px;
	}

th.archives {
	 background-image: url("/img/idsa/leftnav_top.jpg");
	 background-color:#CCE6FD;
	 background-repeat: repeat-x;
	 color: #001F56;
	 padding:3px;
	 }

.noresults {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 380px;
    margin-top: 20px;
    text-align: left;
	}

.as_instructions {
		color:#0271B6;
		}


/* ****END Archives Styles**** */

.PresenterBold {
    font-weight: bold;
    color: #DF0101;
}




.defaultdisplay .sectionheader {
    width: 775px;
}

table.person {
    font-family: Helvetica, Arial, Sans-serif;
    border: 0px;
}

/*==============================================
=            Payment Exhibitor Step            =
==============================================*/

.payments {
	margin-left: 40px;
}

/*=====  End of Payment Exhibitor Step  ======*/
