/* Print-only CSS for cfachicago.org */
/* by Risetime 2011 */

body {
	background-image: none;
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* Elements deliberately not displayed on printouts --------------------------*/


#big_shadow_top {
	display: none;
}


#big_shadow_bottom {
	display: none;
}

#sitenav {
	display: none;
}

#social_icons {
	display: none;
}


#logo {
	display: none;
}


#memberstatusbar {
	display: none;
}


#noPrint {
	display: none;
}

.nav_shell {
	display: none;
}

#nav_desc {
	display:none;
}

#nav_main {
	display:none;
}


#nav_footer {
	display:none;
}

#nav_top {
	display: none;
}


#nav_shadow {
	display: none;
}

#title_shell {
	display: none;
}



/* Body and misc. general settings below -----------------------------*/



a:link {
	color: #5379b1;
	text-decoration: none;
}


ul li {
	list-style: square;
	margin-bottom: 5px;
	list-style-position:inside;
}

img a {
	border: 0px;
}

#shell {
	background-image: none;
	background-color: white;
	width: 100%;
	height: 100%;
	min-height: 766px;
	padding-top: 0px;
	text-align: center;
}



/* Begin shadow craziness  ----------------------------------- */

table, td, tr, thead, tfoot, tbody, th, tf {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px; 
}

table#showdow_table {
	padding: 0px;
	width: 100%;
}

td.TL_corner {
	background-image: url('/images/main_shadow_Lcorner.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 5px;
	height: 5px;
}

td.top {
	background-image: url('/images/main_shadow_T.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: auto;
	height: 5px;
}

td.TR_corner {
	background-image: url('/images/main_shadow_Rcorner.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 5px;
	height: 5px
}

td.left {
	background-image: url('/images/main_shadow_L.png');
	background-repeat: repeat-y;
	background-position: top right;
	width: 5px;
}

td.main {
	background-color: white;
	
}

td.right {
	background-image: url('/images/main_shadow_R.png');
	background-repeat: repeat-y;
	background-position: top left;
	width: 5px;
}

td.BL_corner {
	background-image: url('/images/main_shadow_LcornerB.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 5px;
	height: 5px;
}

td.bottom {
	background-image: url('/images/main_shadow_B.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: auto;
	height: 5px;
}

td.BR_corner {
	background-image: url('/images/main_shadow_RcornerB.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 5px;
	height: 5px
}

/* end shadow silliness  -------------------------------------- */


#memberstatusbar {	
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}


#content_shell {
	width: 100%;
	text-align: left;
}


.content_shell_inner .nav_shell {	
	display: none;
}


.content_shell_inner {
	position: relative;
	clear: both;
	float: none;
	width: 100%;
}


.content_shell_inner  .content_area {
	 margin-left: 40px;
	 padding: 15px 15px 15px 15px;
	 position:relative;
	 right:100%;
}



/* ------------- Styles below were causing printing problems
.content_shell_inner  .inner_wrap {
	float: none;
	width: 300%;
	left:0px;
}

.content_shell_inner  .content_area_wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
}
----------------------- Modified by Risetime on 20110922  */


.content_area {
	background-color: white; 
}

.content_area_wrap {
	background-color: white;
}


#footer {
	font-size: 9pt;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	color: white;
}




/ *********************************************************************
Various classes for things 'n' stuff 
**********************************************************************/

.br_clear {
	clear: both;
}


.smTextSubtleRight {
	font-size: 8pt;
	width: 100%;
	text-align: right;
}


h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	width: 100%;
	padding: 4px;
	color: white;
	background-color: #486793;
}

.boxNoticeRight {
	width: 200px;
	background-color: #e6e9ed;
	color: black;
	border: 0px;
	float: right;
	font-size: .92em;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-right: 0px;
	padding: 6px;
	position: relative;
}

.SmTxt {
	font-weight: normal;
	font-size: .83em;
}

table.dataTabular {
	background-color: white;
	border-collapse: separate;
	width: 75%;
}

table.dataTabular td {
	background-color: #e6e9ed;
	padding: 3px 3px;
	border-collapse: separate;
}

table.dataTabular th {
	background-color: #486793;
	padding: 3px 3px;
	color: white;
	border-collapse: separate;
}

.dataSubmit {
	width: 550px;
	vertical-align: bottom;
	border-collapse: separate;
}

td.dataSubmitHeading {
	color: white;
	background-color: #486793;
	font-weight: bold;
}

td.dataSubmitHighlight {
	background-color: #e6e9ed;
	font-weight: bold;
}


td.dataSubmitFieldLabel {
	text-align: right;
}

.dataTabular td {
	padding: 3px 3px;
	border-collapse: separate
}

.padRight th {
	color: white;
	background-color: #486793;
	font-weight: bold;
	padding: 3px 3px;
}

.padRight td {
	padding: 3px 3px;
}

.boxNotice {
	background-color: #e6e9ed;
	padding: 10px;
}

table.boxNotice td {
	padding-left: 10px;
	padding-right: 10px;
}

.colorText1 {
	color: #fc5c00;
	font-weight: bold;
}

.boxJumpLink {
	width: 200px;
	background-color: #e6e9ed;
	float: right;
	margin: 8px;
	padding: 6px;
	text-align: center;
	position: relative;
}

.boxJumpLink_trans {
	width: 200px;
	background: transparent;
	float: right;
	margin: 8px;
	padding: 6px;
	text-align: center;
	position: relative;
}

.bluebox {
	width: 188px;
	background-color: #e6e9ed;
	float: right;
	margin: 8px;
	padding: 6px;
	text-align: center;
}

.floatLeftNoBorder {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

h4 {
	background-color: #e6e9ed;
	font-weight: bold;
	font-size: 1.25em;
}


h3 {
	color: #486793;
	font-size: 15px;
}

table th h3 {
	color: white;
}

.quote h3 {
	color: black;
}

.noShow {
	display: none;
} 

img.title_img {
	float: none;
	margin-right: 4px;
}


img.title_img2{
	float: none;
	left: -10px;
}

img.right_img {
	float: none;
	position:relative;
}

.floatRightNoBorder {
	float: right;
	border: 0px;
}

.main_text {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #e6e9ed;
	padding: 10px;
}

.left_cell {
	width: 47%;
	float: left;
	padding: 5px;
	margin: 3px;
	position:relative;
}

.right_cell {
	width: 47%;
	float: right;
	padding: 5px;
	margin: 3px;
	position:relative;
}



.quote {
	background-image: url('/images/quote_gold_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f3efa9;
	padding: 5px;
	margin: 3px;
}

.quote_blue{
	background-image: url('/images/quote_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;
	padding: 5px;
	margin: 3px;
}



.MsgBoxTbl {
	border: maroon 1px solid;
	padding: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.alertHdg td {
	padding: 5px;
	font-weight: bold;
	color: white;
	background-color: maroon;
}

.alertHdg {
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
}

.alertSpecifics {
	font-weight: bold;
}

.eveAttRow {
	background-color: #e6e9ed;
	padding: 10px;
}

.eveFormLabel {
	font-weight: bold;
}	

.eveFormRequired {
	color: maroon;
}

.eveSecHdg {
	color: #486793;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
}

.eveRegTitle {
	font-weight: bold;
	margin-bottom: 10px;
}

.frmLabel {
	font-weight: bold;
}

.boxRightWhite {
	float: right;
	clear: none;
	width: 200px;
	background-color: #e6e9ed;
	font-size: .92em;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-right: 0px;
	padding: 6px;
}

table.sponsorTable td{
	padding: 5px;
}	

table.sponsorTable td img {
	border: 0px;
}


.eveDate {
	padding-right: 5px;
	width: 80px;
}



/* Home page boxes and special IDs --------------------------------------  */

#news_box {
	background-image: url('/images/tji_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;
	padding-top: 45px;
}
#membership_box {
	background-image: url('/images/sm_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;	
	text-align: center;	
	padding-top: 45px;
}

#events_box {
	background-image: url('/images/ne_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;	
	padding-top: 45px;
}

#getinvolved_box {
	background-image: url('/images/gi_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;
	text-align: center;
	padding-top: 45px;
}  


#membership_box p, #events_box  p , #membership_box li, #getinvolved_box p, #getinvolved_box li {
	text-align: left;
}

#news_box p:first-letter, #membership_box p:first-letter, #events_box p:first-letter{
	font-size: 13px;
	font-weight: inherit;
}


