@import url(/style/shared/RFStyle.css);
@import url("/style/shared/fontawesome.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 Fett. 
 * 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.
 */


/*--STAFF PAGE--*/

body {
	FONT-SIZE: 13px;
}
BODY.lastpage{
	background-color: #f1f1e7;
}

td {
	FONT-SIZE: 13px;
}

TD.staffmain { 	font: 13px arial,sans-serif;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	vertical-align: center;
	background-color: #e0dcce;
	padding-bottom: 0;
        }



.staffdate {
	FONT-SIZE: 13px;
	color: 000000;
	font-weight: bold;
	font-family: arial,sans-serif;
}

.presentation_title {
	font-weight: bold;
}

.filereviewtable {
	float: left;
	font-size: 1em;
}

.reviewtable {
	position: fixed;
	right: 0px;
	left: 0px;
	top: 50%;
	bottom: 60px;
	background: #FFFFFF;
	font-size: .1em;
	border:1px solid;
	width: 100%;
	height: 325px;
}



TD.staffhead { font: 13px arial,sans-serif;
               background-color: #e0dcce;
               color: #821111;
               text-align: center;
               vertical-align: center;
               font-weight: bold;
             }

TD.staff { font: 13px arial,sans-serif;
           vertical-align: top;
           width: 350;
           background-color: #ffffff;
         }            

.note { color: #5F5F5F; }        

.StaffOnly { background-color: #EFEFEF;
	width: 50%;
	}

/* from client's style sheet*/

.utility-nav {text-align:right;font-size:11px;padding-top:10px;padding-right:25px;color:#666;}
.utility-nav a{color:#666;text-decoration:none;}
.utility-nav a:hover{color:#790000;}
.utility-nav a:visited {color: #b8b8b8;}

.maintext{font-size:13px;color:#534741;}

.footer{color:#867d61;font-size:10px;}
.footer a{color:#867d61;}
.footer a:hover{color:#790000;}

#tanline{margin:9px 0px;}

tbody .cfp 
table .cfp{padding:0;margin-top:25px;font-family:arial,sans-serif;background-color:#e0dcce; 			border-collapse:collapse;}
td{vertical-align:top}
img{border:none;}

.h1{color:#790000;font-size:22px;font-family:times new roman,serif;}

.all {
    height: auto;
	background-color: #E0DCCE;
    width: 100%;

}

.defaultdisplay .section {
	background-color: #f1f1e7;
}

.section_h {
		color:#666;
	    font-size:32px;
	    font-family:times new roman,serif; 
	    background-image: url(/img/aacap/2008/sub_topimage_back.gif);
	    background-repeat: no-repeat; 
	    width: 725px; 
	    height: 90px; 
	    vertical-align: middle;
	    padding-top: 8px;
	    }


.sessionpeopletable .status { 
	color: #FF0000;
	font-size: x-small;
	font-weight: bold;
	padding: 7pt;
	display:none;
}

/*added the following for use with instructions*/

 a:link {
 	text-decoration: underline;
 	color: #790000;
 }
 
 a:visited {
 	text-decoration: underline;
 	color: #333333;
 }
 
 
a.tooltip {
	text-decoration: underline;
	}
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: 450px;
	text-decoration: none;
	
}


.PCPtitle {align: left;
			width: 200; 
			valign: left;}
hr .PCPtitle {align: left;
			width: 200; 
			valign: left;}
			
body.nonright {width:100%;}

/*cfp*/
.cfp{
	color:#790000;
	font-size:17px;}

/*sessionlast.htm*/
td.mainhead {text-align: center;
	vertical-align: middle;
	}
	
.pagetitle {color: #9C3938;} 	
	
.mainhead {color: #9C3938;
	}	

.session_title {
	FONT-SIZE: 19px;
	font-weight: bold;
	page-break-before: always;
}

.sponsortable {
	border: 1px solid #cccccc;
	border-collapse: collapse;
	width: 650px;
	line-height: 14px;
	background-color: #EFEFEF;
}

.sponsortable td {
	padding: 5 3 5 3;
	border: 1px solid #cccccc;
	font-size: 11px;
	text-align: center;
}

.sponsortable th {
	padding: 3px;
}

.sponsortable tr {
	background-color: #F2F2F2;
}

.sponsortable tr.alternate {
	background-color: #F1F1E7;
}

.sponsortable th {
	border-left: 1px #cccccc solid;
	background-color: #781212;
	font-weight: bold;
	text-align: center;
	padding-left: 4px;
	color: #FFFFFF;
	font-size: 11px;
}

.arrange_accepted, .expandedview_accepted, .finalreviewrateentries_accepted, .searchaccepted, .searchpersons_accepted {
	background: #ffffee;
}

.arrange_ungraded, .expandedview_ungraded, .finalreviewrateentries_ungraded, .searchungraded, .searchpersons_ungraded {
	background: #ccccff;
}

.arrange_rejected, .expandedview_rejected, .finalreviewrateentries_rejected, .searchrejected, .searchpersons_rejected {
	background: #ff9999;
}

.arrange_waitlisted, .finalreviewrateentries_waitlisted, .searchwaitlisted, .searchpersons_waitlisted, .arrange_revised {
	background: #CCCCCC;
}

.searchpersons_withdrawn, .searchwithdrawn {
	background: #e8cfcf;
}

div.error {
background-color:#FFCCCC;
border:3px solid red;
color:black;
padding:0.5em;
width:auto;
}

body.portal .withdrawndeletedentries, body.portal .completeentries, body.portal .incompleteentries, body.portal .otherentries 
{
	background: #E0DCCE;
	width: 25%;
	font-weight: bold;
}

.cmedisclosure .questionsextraheader {
color:black;
font-family:Arial,sans-serif;
font-size:small;
font-weight:bold;
}

.CACAPlogo {
text-align: left;
}

.itemtitle {
    display: inline;
    font-weight: bold;
    }
    
    


.regcodeerror td {
	color: black;
	background-color: #FFCCCC;
	border: 3px solid red;
}


	
/* CME Styles */

.certificate {
	margin: 0px;
	}

.CMEbody {
	padding-left: 5%;
	padding-right: 5%;
	}
	
.CMEsig {
	margin-left: auto;
	margin-right: auto;
	}
	
.CMEperson {
	text-algin:left;
	}
.CMEentry {
	margin-left: 75px;
	}
	
.CMEscore {
	float: right;
	}
	
.CMEtaken {
	float: right;
	}
	

/* End CME Styles */

/* Begin layout for the Print Badge Request on Exhibit Control Panel, added by MRF 9-30-2011 
	.badge {
		margin-left: 100px;
		margin-right: 0;
		margin-top: 400px;
		margin-bottom: -100px;
		padding: 15px;
		border:0px;
		
		width:350px;
		height: 275px;
	}
	*/
	.badge_printed {
		background-color: #C9C7C7;
	}
	/*
	.exh-info {
		text-align:center;
		font-family: Arial;
		font-size: 0.194in;
		font-weight: bold;
		color: #000;
		margin-left: auto;
		margin-right: auto;
	}
	

	 
	 .exhibitpageheader {
	    max-width: 750px;
	    min-width: 400px;
	    width: 95%;
	}
	
	.exh-leaf { 
		width:56px;
		margin:0 0 0 -10px;
		padding:0;
		}
		
	.exh-name{
		overflow: hidden;
		font-size: 38pt;
		text-align:center;
		max-width:3.7in !important;
		padding-top: 0in;
		
	}	
	.exh-location {
		line-height: 0.277in;
		white-space: nowrap;
		text-align: center;
		font-size-adjust: auto;
		max-width:3.7in !important;
		overflow: hidden;
	}
	.exh-company {
		line-height: 0.305in;
		text-align: center;
		font-size-adjust: auto;
		max-width:3.7in !important;
		overflow: hidden;
	}
	.exh-img{
		margin-left:-20px;
	}
	.exh-regtype {
		text-align: right;
		float:right;
		font-family: Arial;
		font-size: 15px;
		margin: 5px 0 30px 0;
		font-weight: normal;
		color: #000;
		overflow: hidden;
	}*/
/*End layout for the Print Badge Request on Exhibit Control Panel */

	.exhibitormap {
	    background-color: #FFFFFF;
	    border-bottom: 4px solid #BEBAAE;
	    border-right: 2px solid #BEBAAE;
	    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	    margin: 35px auto;
	    width: 825px;
	    padding: 20px;
	 }

.exhibitormap { }
/* CFP Instructions Begin */

#PersonalInfo_Credentials .PersonalInfo_instructions{
	width: 85%;
	display: inline-block;
	}

#PersonalInfo_Credentials .PersonalInfo_input {
	display: inline-block;
	}
	


body.cfpinstructions {
	margin:0;
	padding:0;
	background-color:#E0DCCE;
	text-align:center;
}
.cfpinstructions div.wrapper {
	width:725px;
	margin:20px auto;
	padding:0;
}
div.wrapper table {
	width:725px;
	padding:0;
	margin:0;
}

div.wrapper td.tanbackground {
	background-color: #aba48a;
	height:5px;
}

/* ********** MKs Login ********** */

#LoginClearfix {
	width: 100%;
	}

#CONFEXLOGIN {
    font-size: 11px;
	margin: 80 auto 0 auto;
	width: 380px;
	background-color: #E0DCCE;
	border:1px solid #369;
	-moz-border-radius: 15px 15px;
	border-radius: 15px 15px;
	}
	
#LoginInside {
	padding:15px;
	box-shadow: inset 0 2px 13px #b8b08f;
	border:1px solid #aea57f;
	-moz-border-radius-bottomright: 15px 15px;
	-moz-border-radius-bottomleft: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	}

#logintable {
    font-size: 11px;
	margin: 8px auto 0 auto;
	width: 230px;
	}
	
.cp {
	margin-left: 12px;
	margin-top: 4px;
	}
	
#LoginLogo {
	height: 85px;
	width: 100%;
	-moz-border-radius-topright: 15px 15px;
	-moz-border-radius-topleft: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-top-left-radius: 15px 15px;
	/* fallback */
	background-color: #fff;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e9e3d2));
	
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #fff, #e9e3d2);
	
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #fff, #e9e3d2);
	
	/* IE 10 */
	background: -ms-linear-gradient(left, #fff, #e9e3d2);
	
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #fff, #e9e3d2);

	}
    
.shadow {
    -moz-box-shadow: 0 0 15px 2px #ccc;
    -webkit-box-shadow: 0 0 15px 5px #ccc;
    -moz-box-shadow: 0 0 15px 5px #ccc;
	-webkit-box-shadow: 0 0 15px 5px #ccc;
	box-shadow: 0 0 15px 5px #ccc;
    }
    
/* EXTRA */


body.extra {
	text-align: center; 
	background-color: #e9e3d2;
	margin: 0;
}

body.extra form {
	padding: 0 10px 10px 10px;
}
body.extra .pageheader {
	width: 100%;
}

body.extra h2.mainhead {
	padding-top: 0 px;
}

body.extra .mainhead {
	padding: 10px ;
}

body.extra .extracontent {
	text-align: left; 
	background-color: #fff;
    width: 720px;
    margin: 0 auto 0 auto;
    -moz-box-shadow: 2px 2px 5px 2px #999;
    -webkit-box-shadow: 2px 2px 5px 2px #999;
    -moz-box-shadow: 2px 2px 5px 2px #999;
	-webkit-box-shadow: 2px 2px 5px 2px #999;
	box-shadow: 2px 2px 4px 2px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=6, OffY=4, Color='gray')";
	/* For IE 5.5 - 7 */
	filter: "progid:DXImageTransform.Microsoft.DropShadow(OffX=6, OffY=4, Color='gray')";
}
	
.headerlogo {
	margin-right: 0px;
	}	
	
table.people td {
    padding: 8px;
    background: #F1F1E7;
    border-right: 0px solid  #3464AB;
    border-left: 0px solid #3464AB;
    color: #060609;
}
table.person {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin: 5px;
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #dfe8d7;
}
table.person td {
    padding: 8px;
    background-color:  #F1F1E7; 
    color: #060609;
    text-align: left;
    vertical-align: bottom;
}
table.person td .currentaddress {
    background-color: #BACCFF;
    border: 1px solid #030309;
}

/* NPS steps */

	.personcell a .fa{ font-size: 22px; 
		color: #506b91;
		}
	
	.personcell .fa-check.fa-stack-1x {
		margin-top: 2px;
		margin-left: 10px;
		text-shadow: -1px -1px  #fff;
		}
	.personcell .fa-times { 
		color: #D72267!important;
		font-size: 20px;
		}
	.personcell .fa-times.fa-stack-1x { 
		margin-top: 2px;
		margin-left: 10px;
		text-shadow: -1px -1px  #fff;
		}
	.personcell .fa-pencil { 
		color: #ffaa00 !important;
		font-size: 18px !important;
		text-shadow: -1px -1px  #fff;
		}
	.personcell .fa-pencil.fa-stack-2x {
		margin-top:16px;
		margin-left: 12px;
		}
	.personcell .fa-check {
		color: #1fa67a!important;
		font-size: 20px;
		}
	.personcell .fa-check.fa-stack-1x {
		margin-top: 2px;
		margin-left: 10px;
		text-shadow: -1px -1px  #fff;
		}
	.personcell .fa-times { 
		color: #D72267!important;
		font-size: 20px;
		}	
	.personcell .fa-plus { 
		color: #1fa67a !important;
		font-size: 18px !important;
		text-shadow: -1px -1px  #fff;
		}
	.personcell .fa-plus.fa-stack-2x {
		margin-top:16px;
		margin-left: 12px;
		}


