body.cfp {
	background-color: #ffffff;
	}
	
#cfp.wrapper {
	margin:0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.cfp .branding, .cfp .mainhead, .cfp .begin, .cfp .login, .cfp .content {
	text-align: left;
}
.cfp .note {
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
	color: #444;
}
.cfp h1, .cfp h2, .cfp h3, .cfp h5, .cfp h6 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/* ASHRAE top links */
.cfp .toputility {
	background-color: #7DBA00;
	height: 23px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 5;
	position: relative;
}

.cfp .ashraelinks {
	background-color: #7DBA00;
	display: block;
	height: 23px;
}

.cfp .ashraelinks ul {
	background-color: #7DBA00;
	display: block;
	/*height: 23px;*/
	margin:0;
	padding:0 12px;
	text-align:center;
}

.cfp .ashraelinks ul li {
	display: inline-block;
	cursor: default;
	list-style-type: none;
	float: left;
	padding: 0 4px 0 0;
	position: relative;
	text-align: center;
	z-index: 100;
}
.cfp .ashraelinks ul li a {
	background-image: url("../../../img/ashraem/arrow_utility.png");
	background-position: 2px 4px;
	background-repeat: no-repeat;
	color: white !important;
	padding-left: 10px;
	padding-right: 5px;
}
.cfp .ashraelinks ul li a.continue {
	background-image: none;
	padding-left: 0px;
	padding-right: 5px;
}
.cfp .ashraelinks a:link, .wp a:visited, .wp a:active {
	text-decoration: none;
	font: normal 12px/21px arial;
}
.cfp .ashraelinks a:hover {
	text-decoration:underline;
}

/* END ASHRAE top links */

/* Announce CFP top banner */
.cfp .announce {
	background: #074D86 url(../../../img/ashraem/blueshine.png) top center repeat-x;
	text-align: left;
	padding: 5px 10px;
	margin: -23px 20px 2px 10px;
	z-index: 200;
	position: relative;
	-moz-box-shadow: 0 0 6px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 6px 3px rgba(0,0,0,0.3);
}
.cfp .announce h2, .cfp .announce h1, .cfp .announce li {
	color: #fff;
}
.cfp .announce h1 {
	font-size: 18px;
	/*display: inline-block;
	padding-right: 10px;*/
}
.cfp .announce h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	/*display: inline;*/
}
.cfp .announce ul {
	margin: 5px 0 0 0;
	list-style-image: url("../../../img/ashraem/arrow_utility.png");
}
.cfp .announce li {
	font-size: 14px;
	margin: 0 0 3px 15px;
	padding: 0;
}
.cfp .announce li span {
	display: inline-block;
	font-weight: bold;
	background-color: #7DBA00;
	color: #000;
	padding: 0 2px;
}
/* End Announce CFP top banner */

/* Logo area */
.branding {
	margin:0;
	padding:0 0 0 12px;
	border:0;
	text-align: left;
}
.branding img {
	display: inline;
	padding: 0;
}
.branding img.logo {
	margin: 16px 0;
}
.branding img.tagline {
	margin: 38px 0 0 21px;
	vertical-align: top;
}
/* end Logo area */

/* Main head and cfp Title */

.cfp .headerbar {
	background: #074D86 url(../../../img/ashraem/bg_menu.png) top center repeat-x;
	z-index:100;
	height: 51px;
}
.cfp .mainhead {
	text-align: center;
	margin: 0;
	padding: 0;
}
.cfp .mainhead h2 {
	color: #fff;
	border-top: none;
	border-bottom: none;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	margin: 9px 0px 9px 12px;
	display: inline-block;
}
.cfp .mainhead h3 {
	color: #fff;
	border-top: none;
	border-bottom: none;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	margin: 9px 10px 9px 20px;
	display: inline-block;
}
.cfp .cfpTitleWrapper { border-top: 1px solid #FFF; }
.cfp .cfpTitleWrap {
	background: transparent url(../../../img/ashraem/nav_shadow_left.jpg) left top no-repeat;
	vertical-align: top;
	margin:0;
	padding: 0 0 0 6px;
}
.cfp .cfpTitleWrap2 {
	background: transparent url(../../../img/ashraem/nav_shadow_right.jpg) right top no-repeat;
	vertical-align: top;
	margin:0;
	padding: 0 6px 0 0;
}
.cfp .cfpTitleWrap .cfpTitle {
	background-image: url(../../../img/ashraem/bg_pageTitle.png);
	background-repeat: repeat-x;
	color: white;
	font: 22px/46px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	height: 43px;
	margin: 0 0 15px 0;
	top: 0;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

/* END Mainhead and cfp title */

/* Login/Begin column */
.cfp .login { /* override .login styles from RFStyle_w13.css */
	float: none;
	width: 100%;
	background-color: #fff;
	border: none;
	margin-right: 0;
	height: auto;
	border-image: none;
}
.cfp .login, .cfp .begin {
	margin-left: 10px;
	border-top: 1px solid #ACACAC;
	padding: 9px 0 15px 0;
	overflow:hidden;
}
.cfp .login {
	border-bottom: 1px solid #ACACAC;
}

.cfp .sidebar {
	text-align: left;
	background-color: #eee;
	height: auto;
	margin: 10px 0 0 10px;
	border: 1px solid #ACACAC;
	padding: 9px 8px 9px;
	overflow:hidden;
}	

.cfp .sidebar p, .cfp .content h3, .cfp .content h4 {
	margin: 0.5em 0;
}

.cfp .sidebar ul {
	list-style-type: disc;
	margin-left: 2em;
}
.cfp .sidebar li {
	padding-left: 0.75em;
	margin: 0.3em 0;
}

.cfp .login h3, .cfp .begin h3, .cfp .sidebar h3 {
	color: #006EC7;
	font: normal bold 18px/18px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
}

.cfp .login .btn, .cfp .begin .btn, .cfp .sidebar .btn {
	cursor: hand;
	text-align: center;
	padding: 0; 
	margin: 5px auto 0 auto;
	color: #fff;
	font-weight: bold;
	background: #7DBA00 url(../../../img/ashraem/blueshine.png) 50% 50% repeat-x;
	border-top: 2px solid #ACACAC;
	border-left: 2px solid #AAA;
	border-right: 2px solid #999;
	border-bottom: 2px solid #666;
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
}

.cfp .login .btn a, .cfp .begin .btn a, .cfp .sidebar .btn a {
	display: block;
	color: #fff;
	text-decoration:none;
	padding: 10px;
}
.cfp .login input.btn, .cfp .begin input.btn, .cfp .sidebar input.btn {
	padding: 10px;
	color: #000;
}
.cfp .login .btn a:hover, .cfp .begin .btn a:hover, .cfp .sidebar .btn a:hover {
	background-color: #074D86;
	text-decoration: underline;
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
}
.cfp .login h4, .cfp .sidebar h4 {
	float: left;
	width: 45%;
}
.cfp .loginput {
	margin: 4px 0;
	color: #000;
}
.cfp .login .loginput input {
	background-color: #efefef;
	float:right;
	width: 50%;
}
/* END login area */

/* Content */

.cfp .content {
	margin-right: 6px;
}
.cfp .content p {
	padding-bottom: 12px;
	
}
.cfp .content h3, .cfp .content h4 {
	margin: 0.5em 0;
}
.cfp .content h5 {
	color: #006EC7;
	margin: 0.3em 0;
}
.cfp .content .expandedcontent {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #ACACAC;
}
.cfp .content ol {
	list-style-type: decimal;
	margin-left: 2em;
}
.cfp .content ul {
	list-style-type: disc;
	margin-left: 2em;
}
.cfp .content li {
	padding-left: 0.75em;
	margin: 0.3em 0;
}
.cfp .content blockquote {
	margin: 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #999;
}
.cfp .content table td {
	padding: 0.3em 0.5em 0.3em 0;
	border-bottom: 1px dashed #ACACAC;
}

.cfp #footer {
	/*background-image: url(../../../img/ashraem/bg_fatFooter.jpg);
	background-position: top;
	background-repeat: repeat-x;*/
	border-top: 2px solid #CCC;
	display: block;
	min-height: 20px;
	margin-top: 15px;
}

