@import url(/style/shared/RFStyle.css); 

/* 
 * This is essentially blank, other than inheriting from shared.
 * Only put styles in here which are specific to your client.
 * Do not put any styles in here for Ngwa. 
 * All new clients should start with a clean, empty stylesheet,
 * using what's in shared, and then customize only what they need, as they go.
 */

@import url(/static/css/filetypeicons.css);

BODY { background-color:#ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-style: normal; font-size: 10pt;
	color: black;
}

h1 {font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, sans-serif,Verdana, Geneva;
	
}

.pagetitle {
	font-size: 16pt;
	color: #000000;
	font-style: normal;
	font-family:  Arial,Verdana, Geneva sans-serif;
	
}

.mainhead {font-family:  Arial,Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #000000;
}

.note {
	font-size: 10pt;
	color: #336699;
	font-style: normal;
	font-family:  Arial, sans-serif, Verdana, Geneva,;
}

.text {
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family:  Arial, sans-serif, Verdana, Geneva,;
	
}

.text2 {font-size: 12pt;
	color: #660033;
	font-style: normal;
	font-family:  Arial, sans-serif,Verdana, Geneva,;
	
}

.notecolor {
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, sans-serif, Verdana, Geneva;
	
}

a, a:link,  a:active {text-decoration: underline; color: #039;}
a:hover {color: #FFB266; }
a:visited {text-decoration: underline; color: #039;}

.li {
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, sans-serif,Verdana, Geneva;
}


         
         
         
         
 .personchoice {font-size: 12pt;
	color: #660033;
	font-style: normal;
	font-family: Arial, sans-serif,Verdana, Geneva;
	
}


table {font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, sans-serif,Verdana, Geneva;
	
}


h3 {font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, sans-serif,Verdana, Geneva;
	
}

h2 {font-size: 12pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, sans-serif,Verdana, Geneva;
	
}
.error {font-size: 12pt;
	color: red;
	font-style: normal;
	font-family: Arial, sans-serif,Verdana, Geneva;
	
}

.PCPheading {font-size: 12pt;
	color: #000000;
	font-weight: bold;
	font-family: Arial, sans-serif,Verdana, Geneva;
	
}

.PCPtitle {font-size: 12pt;
	color: #000000;
	font-weight: bold;
	font-family: Arial, sans-serif,Verdana, Geneva;
	
}

pcp.body {background-color:#ffffff;}

.arrange_wait-listed {
	background: #CCCCCC;
}

.arrange_accepted {
	background: #BCEBA7;
}

.arrange_rejected {
	background: #FF9999;
}

.arrange_ungraded {
	background: #FFFFCC;
}


.searchaccepted {
	background: #BCEBA7;
}

.searchrejected {
	background: #FF9999;
}

.search_ungraded {
	background: #FFFFCC;
}

/* --staff --*/
TD.staffmain { font-family: Arial, sans-serif,Verdana, Geneva;
               background-color: #A29470;
               color: #ffffff;
               text-align: center;
               vertical-align: center;
               font-weight: normal;
             }



.staffdate {
	font-size: 10pt;
	color: 000000;
	font-weight: bold;
	font-family: Arial, sans-serif,Verdana, Geneva;
}	
TD.staffhead { font-family: Arial, sans-serif,Verdana, Geneva;
               background-color: #BFCEE8;
               color: #000000;
               text-align: center;
               vertical-align: center;
               font-weight: bold;
             }

TD.staff { font-family: Arial, sans-serif,Verdana, Geneva;
           vertical-align: top;
           width: 350;
         }     
         
         
H3.staff {font-family: Arial, sans-serif,Verdana, Geneva;
	            font-weight: bold;
	            color: #003366;
	            font-size:12pt;
         }


a.staff {color:003366;font-family: Arial, sans-serif,Verdana, Geneva;font-size: 13pt;}
a.staff:visited  {color:003366;font-family: Arial, sans-serif,Verdana, Geneva;font-size: 13pt;}
a.staff:hover {color:6699cc;font-family: Arial, sans-serif,Verdana, Geneva;font-size: 13pt;}
a.staff:alink {color:0015FF;font-family: Arial, sans-serif,Verdana, Geneva;font-size: 13pt;}


img { border: 0 none; }

a.tooltip span {
	display: none;
	text-decoration: none;
	}

a.tooltip:hover {
	overflow: hidden;
	text-decoration: none;
}

a.tooltip:hover span {
	display: inline;
	border: 1px solid black;
	position: absolute;
	color: 000000;
	background-color: #DFDFDF;
	padding: 5px;
	margin-left: 5px;
	overflow: hidden;
	width: 250px;
	
}

 
a.tooltip2 span {
	display: none;
	text-decoration: none;
}

a.tooltip2:hover {
	overflow: hidden;
	text-decoration: none;
}

a.tooltip2:hover span {
	display: inline;
	border: 1px solid black;
	position: absolute;
	color: 000000;
	background-color: #DFDFDF;
	padding: 5px;
	margin-left: 5px;
	overflow: hidden;
	width: 350px;
}




div.minwidth {
        min-width: 36px;
}

 fieldset {
border: 1px solid #BFCEE8;
}

#staffcontent {

line-height:1.6em;
margin:0pt 75px 7px;
padding:0pt 10px;
}


div.saved {
	color: black;
	background-color: #CCCCFF;
	border: 3px solid blue;
	padding: .5em;
	width: 50%
}


.sessionarrange_accepted {
	background: #BFCEE8;
}

.sessionarrange_ungraded {
	background: #EBDDB1;
}

.sessionarrange_rejected {
	background: #ff9999;
}

.sessionarrange_waitlisted {
	background: #CCCCCC;
}

.assignpaper_symposium {
	font-weight: normal;
	background: #ffffff;
}

.donestep { 
	padding-left: 9px; 
	background-image: url(/static/img/actions/16x16/check.gif); 
	width: 10px;
	height: 14px;
	background-repeat: no-repeat; 
}


.staffprogramlist {
		border-width: 0 0 1px 0px;
		border-style: solid;
		border-color: #53869B;
		border-collapse: separate;
		background-color: white;
		border-spacing: .3em .3em;
		width: 100%;
		margin-right: 25px;

}

.staffproofprogram {text-align: right;		
		
}

td {font-size: 1em;}

.sessionarrange_accepted, .expandedview_accepted, .finalreviewrateentries_accepted, .searchaccepted, .searchpersons_accepted {
	background: #D9FFBF;
}

.sessionarrange_ungraded, .expandedview_ungraded, .finalreviewrateentries_ungraded, .searchungraded, .searchpersons_ungraded {
	background: #ccccff;
}

.sessionarrange_rejected, .expandedview_rejected, .finalreviewrateentries_rejected, .searchrejected, .searchpersons_rejected {
	background: #ff9999;
}

.sessionarrange_waitlisted, .finalreviewrateentries_waitlisted, .searchwaitlisted, .searchpersons_waitlisted {
	background: #CCCCCC;
}

.graybox {
	width: 775px;
/* 	width: 100%; */
	border: 1px solid #C7BCA2;
	background-color: #FFFFFF;
	padding: 5px;
	
}

.invisiblegraybox {
	width: 80%;
	border: 0px;
	background-color: #FFFFFF;
	padding: 5px;
	
}

.widergraybox {
	width: 80%;
	border: 1px solid #BEB49B;
	background-color: #FFFFFF;
	padding: 5px;
	
}

.grayboxauthor {
	width: 600px;
	border: 1px solid #CCCCCC;
	background-color: #0F5D90;
	padding: 5px;
}

.grayboxheader {
	background-color: #0F5D90;
	color: white;
	margin: -5px;
	padding: 5px;
	border-top:0px solid #CCCCCC;
}

.grayboxinstructions {
	background-color: #CCDEFC;
	color:#000000;
	margin: 5px -5px -5px -5px;
	padding: 5px;
	font-size:.9em;

}

.sectionbox, .sectionboxtable {
	border-top:0px solid #CCCCCC;
	clear:both;
	margin-bottom:1em;
	max-width:750px;
	min-width:370px;
	width:95%;
}

.defaultdisplay .section {
	background-color:#FFFFFF;
	margin-bottom:5px;
	padding:0px;
	display: inline-block;
}

.defaultdisplay .sectionheader {
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 2px;
	margin-right:20%;
	font-weight:bold;
	background-color: #ffffff;
	border-bottom: 1px solid;
}

.defaultdisplay .rightcolumn {margin-left:5px;
margin-top:1em;}

.graybox_client {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 85%;
}

.grayboxinstructions_client {
    background-color: #EFF2F7;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px -5px -5px;
    padding: 5px;
}

.pageheader li {
	list-style-type: circle;
	margin: .5em 0em 0em  1em;
}

td.person {
width:400px;
font-size: 12px;
}




.grayboxinstructions_client {
    background-color: #EFF2F7;
    border-bottom: 1px solid #CCCCCC;
    margin: 5px -5px -5px;
    padding: 5px;
}


.grayboxinstructions2 {
	background-color: #EDF1F7;
	color:#000000;
	margin: 5px -5px -5px -5px;
	padding: 5px;

}





.grayboxheaderStoreItem {
	background-color: #0F5D90;
	color: white;
	margin: -5px;
	padding: 5px;
	border-top:0px solid #CCCCCC;
	font-size:1.2em;
}

	
.grayboxinstructionsStoreItem {
	background-color: #CCDEFC;
	color:#000000;
	margin: 5px -5px -5px -5px;
	padding: 2px;
}


.grayboxStoreItem {
	width: 90%;
	border: 1px solid #C7BCA2;
	background-color: #FFFFFF;
	padding: 5px;
	    margin-left: auto;
    margin-right: auto;
  
}



.StoreItem {margin-left:10px;}

.StoreItemDescription {
line-height:2em; text-align:left;
margin-left:20px;}

table.storetable{
	font-size:1em;
	color:#333333;
	border-width: 0px;
	border-collapse: collapse;
}
table.storetable th {
	padding: 8px;
	background-color: #dedede;
}
table.storetable td {
	border-width: 1px;
	padding: 8px;
	background-color: #ffffff;
}

td
{
vertical-align:top;
}


.exhibitinfo td
{ width: 580px;
font-weight:bold;}


hr.intentional {
  border: 1; color: #191970
}

.tag_information {
border-bottom: 0px solid #ffffff;
padding: 5px;
}

.tagsmaintables {
background-color: #fff;
vertical-align:top;
}

.highlight {font-color:red; font-weight:bold}


.boothcosttable th {
background-color: #6699CC;
color: #ffffff;
padding: 5px;
}

.RACPheading {
font-weight: bold;
font-size:16px;
color: #3464AB;}


td.arrange_groupheading  {
padding-top: 5px;
padding-bottom: 5px;
border-bottom:1px solid #ccc;
color: #000000;
text-align: left;
font-weight:bold;
background:#eeeeee;
margin-top:1em;
}

   
.reviewerassignments_groupby {
padding-top: 5px;
padding-bottom: 5px;
border-bottom:1px solid #ccc;
color: #000000;
text-align: left;
font-weight:bold;
}

.addPeople {
	background-color: #FFFFFF;
	color: #3464AB;
	border: 2px solid #3464AB;
	margin: 1em 0;
	padding: .25em;
}	
.addPeople:after {
	content: "+";
}

.assignpaper_symposium td {
    border-top: none;
}

.viewinfo {
	max-width: 85%;
}

h1.meetingtitle {
    color: blue;
}

/* View Submission RM 122849*/
/* 
.item ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.noList {
	list-style-type: none;
	padding: 0;
	margin: 0;
} */


.entryinfo {padding:10px; display:block;}


.defaultdisplay .section {
	width: 100%;
}