/* CSS for cfachicago.org */
/* by Risetime
	Dave Schwantes
	2009 */
	
body {
	background-image: url('/images/cfa_bg_white.png');
	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	
	color: #2b2b2b;

	font-size: 13px;
	line-height: 150%;
}

a:link {
	color: #5379b1;
	text-decoration: none;
}

a:visited {
	color: #5379b1;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: #5379b1;
}

a:active {
	color: #5379b1;
	text-decoration: none;
}

a:hover img {
	background: transparent;
}

ul li {
	list-style: square;
	margin-bottom: 5px;
	list-style-position:inside;
}

img a {
	border: 0px;
}

#shell {
	background-image: url('/images/cfa_city_bg2.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	min-height: 766px;
	padding-top: 20px;
	
	text-align: center;
}

/* content shell shadows */

#big_shadow_top {
	background-image: url('/images/big_shadow_T.png');
	background-repeat: no-repeat;
	background-position: bottom center; 
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/big_shadow_T.png'); */
	
	
	/* width: 595px; */
	width: 100%;
	/* height: 13px; */
	height: 35px;
	
	margin: 0 auto;
	
	position: relative;
	top: 5px;
}

/* #big_shadow_top[id] {
	background-image: url('/images/big_shadow_T.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	
	width: 100%;
} */

#big_shadow_bottom {
	background-image: url('/images/big_shadow_B.png');
	background-repeat: no-repeat; 
	background-position: bottom center;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/big_shadow_B.png'); */
	
	
	/* width: 597px; */
	width: 100%;
	height: 16px;
	
	margin: 0 auto;
	
	position: relative;
	top: -5px;
}

/* #big_shadow_bottom[id] {
	background-image: url('/images/big_shadow_B.png');
	background-repeat: no-repeat; 
	background-position: bottom center; 
} */

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;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_shadow_Lcorner.png'); */
	background-position: bottom right;
	width: 5px;
	height: 5px;
}

/* .TL_corner[class] {
	background-image: url('/images/main_shadow_Lcorner.png');
	background-repeat: no-repeat;
} */

td.top {
	background-image: url('/images/main_shadow_T.png');
	background-repeat: repeat-x;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_shadow_T.png'); */
	background-position: bottom;
	width: auto;
	height: 5px;
}

/* .top[class] {
	background-image: url('/images/main_shadow_T.png');
	background-repeat: repeat-x;
} */

td.TR_corner {
	background-image: url('/images/main_shadow_Rcorner.png');
	background-repeat: no-repeat;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_shadow_Rcorner.png'); */
	background-position: bottom left;
	width: 5px;
	height: 5px
}

/* .TR_corner[class] {
	background-image: url('/images/main_shadow_Rcorner.png');
	background-repeat: no-repeat;
} */

td.left {
	background-image: url('/images/main_shadow_L.png');
	background-repeat: repeat-y;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_shadow_L.png'); */
	background-position: top right;
	width: 5px;
}

/* .left[class] {
	background-image: url('/images/main_shadow_L.png');
	background-repeat: repeat-y;
} */

td.main {
	background-color: white;
	
}

td.right {
	background-image: url('/images/main_shadow_R.png');
	background-repeat: repeat-y;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_shadow_R.png'); */
	background-position: top left;
	width: 5px;
}

/* .right[class] {
	background-image: url('/images/main_shadow_R.png');
	background-repeat: repeat-y;
}  */

td.BL_corner {
	background-image: url('/images/main_shadow_LcornerB.png');
	background-repeat: no-repeat;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_shadow_LcornerB.png'); */
	background-position: bottom right;
	width: 5px;
	height: 5px;
}

/* .BL_corner[class] {
	background-image: url('/images/main_shadow_LcornerB.png');
	background-repeat: no-repeat;
} */

td.bottom {
	background-image: url('/images/main_shadow_B.png');
	background-repeat: repeat-x;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_shadow_B.png'); */
	background-position: bottom;
	width: auto;
	height: 5px;
}

/* .bottom[class] {
	background-image: url('/images/main_shadow_B.png');
	background-repeat: repeat-x;
} */

td.BR_corner {
	background-image: url('/images/main_shadow_RcornerB.png');
	background-repeat: no-repeat;
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/main_shadow_RcornerB.png'); */
	background-position: bottom left;
	width: 5px;
	height: 5px
}

/* .BR_corner[class] {
	background-image: url('/images/main_shadow_RcornerB.png');
	background-repeat: no-repeat;
} */

/*  end shadow ridiculousness */

#content_shell {
	width: 90%;
	text-align: left;
	margin: 0 auto;
	
	min-width: 600px;
	
}

.content_shell_inner {
	
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */

	background-color: #406294;  /* replace this with a repeating background image for the navigation column */
	background-image: url('/images/nav_bg.png');
}

.content_shell_inner  .inner_wrap {
	float:left;
	width: 200%;
	position:relative;
	left:200px;
	
	background-image: url('/images/cfa_shell_white.png');

}

.content_shell_inner  .nav_shell {	
	height: 100%;
	
	float:left;
	width:170px;
	position:relative;
	right:185px;

}

#memberstatusbar {	
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	background-color: #e6e9ed;
}

#nav_top {
	width: 222px;
	min-width: 222px;
	height: 35px;
	min-height: 35px;

	background: transparent;
	background-image: url('/images/nav_top.png');
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/nav_top.png'); */
	
	position: absolute;
	left: -7px;
}

/* nav_top[id] {
	background-image: url('/images/nav_top.png');
} */

#nav_shadow {
	width: 11px;
	min-width: 11px;
	height: 567px;
	min-height: 567px;
	
	background: transparent;
	background-image: url('/images/nav_shadow_R.png');
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/nav_shadow_R.png'); */
	position: absolute;
	left:185px;
}

/* #nav_shadow[id] {
	background-image: url('/images/nav_shadow_R.png');
} */

#nav_desc {
	color: white;
	background: transparent;
	font-size: .8em;
	line-height: 120%;

	margin-bottom: 10px;

}

#nav_desc a, #nav_footer a {
	color: white;
	text-decoration: underline;
}

#nav_desc a:hover, #nav_footer a:hover {
	color: #2c3f5c;
	background-color: white;
	text-decoration: none;
}

#nav_main {
	height: 600px;
	min-height: 600px;
	

}

#nav_footer {
	color: white;
	font-size: .8em;
	text-align: center;
	
	position: absolute;
	bottom: 5px;
	
	width: 170px;
	max-width: 170px;
}

#the_content {
	min-height: 600px;
}

#logo {
	position: relative;
	left: -13px;
	margin-bottom: 5px;
	background: transparent;
	
	width: 195px; 
	height: 105px;
	
	background-image: url("/images/cfa_logo2.png");
	background-repeat: no-repeat;
	
	/* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/cfa_logo2.png'); */
}

/* .logo[class] {
	background-image: url("/images/cfa_logo2.png");
	background-repeat: no-repeat;
	
	min-width: 195px; 
	min-height: 105px;
} */

a:hover img.logo {
	background: transparent;
	border: 0px;
}

.content_shell_inner  .content_area {
	 margin-left: 200px;
	 padding: 15px 15px 0 15px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		
}

.content_area {
	background-image: url('/images/city_bg3.jpg');
	background-position: bottom left;
	background-repeat: repeat-x; 
}

.content_shell_inner  .content_area_wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	
}

.content_area_wrap {
	background-image: url('/images/cfa_shell_white.png');
}

#footer {
	font-size: 80%;
	line-height: 90%;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 180px;
	
	color: white;
}

.br_clear {
	clear: both;
}

/*********************************
Page Style 
**********************************/

.smTextSubtleRight {
	/* for breadcrumbs */
	color: #7c7b7b;
	font-size: 8pt;
	
	width: 100%;
	text-align: right;
}

/* h2 {
	font-size: 18px;
	font-weight: bold;
} */

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;
}


.centeredText {
	text-align: center;
}


.plainTxt {
	font-weight: normal;
}


.SmTxt {
	font-weight: normal;
	font-size: .83em;
}

table.dataTabular {
	background-color: white;
	border-collapse: separate;
}

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;
}

.dataSubmitField {

}

td.dataSubmitFieldLabel {
	padding-right: 4px;
	text-align: right;
	vertical-align: top;
}

.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;
}


.colorText2 {
	color: #008000;
	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 {
	font-size: 1.4em;
	font-variant: small-caps;
	
	width: 100%;
	padding: 4px;
	color: white;
	background-color: #486793;
} */

h3 {
	color: #486793;
	font-size: 17px;
}

table th h3 {
	color: white;
}

.quote h3 {
	color: black;
}

.noShow {
	display: none;
} 

img.title_img {
	float: left;
	margin-right: 4px;
}

#title_shell {
	/* height: 100px;
	min-height: 100px; */
	height: 60px;
	min-height: 60px;
	
	color: white;
	font-weight: bold;
	padding-left: 385px;
	padding-top: 25px;
	padding-right: 15px;

	margin-bottom: 5px;
}

img.title_img2{
	float: left;
	left: -10px;
}

img.right_img {
	float: right;
	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;
	
	overflow: hidden;
	position:relative;
}

.right_cell {
	width: 47%;
	float: right;
	
	padding: 5px;
	margin: 3px;
		
	overflow: hidden;
	position:relative;
}


.title2 {

	overflow: hidden;
}

/* home page boxes */

#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;
}  

.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;
}

#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;
}

.letter {
	background-color: white;
	padding: 10px;
}

.letter_shell {
	background-image: url("/images/letter_shadow.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 8px;
}

.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;
}

.eve_cell {

}

.eveDate {
	padding-right: 5px;
	width: 80px;
}



