@import url(/style/ash/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 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.
 */

/* -- 2009 CFP Styles -- */

body.cfp {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 11px Verdana, Helvetica, san-serif; 
	color: #000000;
	background-color: white;
}

body.cfp p {
	font: 11px Verdana, Helvetica, san-serif;
	color: #000000;
}

body.cfp li {
	font: 11px Verdana, Helvetica, san-serif;
	color: #000000;
}

body.cfp li.padded {
	font: 11px Verdana, Helvetica, san-serif;
	color: #000000;
	padding-bottom: 5px;
}


body.cfp H1 {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}


body.cfp H2 {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;color: #000000;
}

body.cfp H3 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;color: #8C744C;
	padding-bottom: 0;
	margin-bottom: 0;
}

body.cfp H4 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;color: #666666;
	padding-bottom: 0;
	margin-bottom: 0;
}

body.cfp H5 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;color: #660000;
}

body.cfp H6 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;color: #000066;
}


body.cfp a:link, a:hover, a:active, a:visited {
	color: #993333;
}

body.cfp a.submitlink {
	font-size: 12px;
}

body.cfp .cfpbanner {
	width: 100%;
	text-align: left;
	background: transparent url('/img/ash/2009/abstractbannerbg.gif') repeat-x fixed top left;
	margin: 0;
	padding: 0;
}

.cfpbanner img { /* this is to accommodate the background banner image above */
	margin-bottom: 6px;
}

body.cfp .bodytable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 839;
	height: 100%;
	background-color: #FFFFFF;
}

body.cfp col {
	width: 5;
}

body.cfp hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: center;
}

body.cfp .footer {
	font-size:9px;
	color:#666666;
	font-weight: bold;
}

body.cfp .hangindent {
	margin-left: 25px;
	padding-left: -25px;
}

body.cfp .navbar {
	margin-left: 5px;
	padding-left: -5px;
}

body.cfp .navbar a.AMnavlinks, body.cfp .navbar ul.navlinks a {
	font-size: 11px;
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

body.cfp .navbar a.sideNav:link, a.sideNav:active, a.sideNav:visited {
	color:#660000;
	text-decoration:none;
	font-size:10px;
	font-weight: normal;
}

body.cfp .navbar hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 90%;
	text-align: center;
}

body.cfp .navbar ul {
	margin-top: 0;
	padding-top: 0;
	margin-left: 25px;
	padding-left: 0;
}

body.cfp .navbar li {
	margin-left: 0;
	padding-left: 0;
	list-style-image: url('/img/ash/ASHlisticon.gif');
	padding-top: 3px;
}

body.cfp hr {
	color: #EFEFEF;
	height: 1px;
}

body.cfp .navbarheading {
	margin-left: -5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #9E1B33;
}

body.cfp .faq {
	border: 1px solid #CCCCCC; 
	background-color: #DDDDDD; 
	padding: 10px; 
	margin-top: 10px;
}

body.cfp li.faq {
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: -40px;
	background-color: #EFEFEF;
}

/* -- Post-deadline ACP -- */

body.security_screen {
	background-color: #EFEFEF;
}

.symposia_sessions_row {
	background: #EEEEEE;
}

/* -- 2009 PCP Styles -- */

.pcplogo {
	text-align:left;
	background:transparent url('/img/ash/2009/pcpbannerbg.gif') fixed 0% repeat-x;
      }

body.pcp .navbarheading {
	background-color:#9E1B33;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
	width:100%;
}