
/*
 	print styles
	created: 26-APR-2011
*/

/* header */
div.l-header {display:none;}
div.b-printable-logo {display:block;}

/* body */
.l-body { min-height:0; /*margin-bottom:50px;*/ }

/* tab and sub-tabs */
div.b-navigator {display:none;}

/* page action toolbar */
div.b-action-icon {display:none;}

/* columns */
.b-c1 {float:none; width:auto; margin-right:0;}
.b-c2 {display:none;}

/* fieldsets */
fieldset {
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;
	-moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
}
	fieldset.m-expandable legend { padding-left:0; background:#fff; }

/* groups */
div.b-group {
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;
	-moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
}
	div.b-group.m-expandable div.b-group-title {padding-left:12px; background:#fff;}

/* dark boxes */
div.b-dark-box {
	border:1px solid #647b86 !important; color:#111; background:#eee;
	-moz-border-radius:0; -webkit-border-radius:0; border-radius:0;		
	-moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
}
	div.b-dark-box div.b-title { font-size:120%; font-weight:bold; color:#111; text-shadow:none; }
	div.b-dark-box div.b-btn {display:none;}
	
	div.b-form-holder.m-white label {color:#111; text-shadow:none;}

/* home page */

	
/* message center - search */
div.b-search { display:none; }

/* button holder */
div.b-btn-holder { display:none; }
