/* themes/fbpickem/_css  ::  For Print Only - app pages */
@charset "UTF-8";

body {
	background: white;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
	font-size: 11pt;
	}

a:link, a:visited {
	color: #ccc;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


div#wrapper, div#contentCol {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
	}

div#contentCol {
	margin-left: 10%;
	padding-top: 1em;
	border-top: 1px solid #930;
	}

table.genTable {border-right: 1px solid #999;}
	table.genTable tr th {border-top: 1px solid #ccc;}
	table.genTable tr th, table.genTable tr td {border-bottom:1px solid #999; border-left:1px solid #ccc; padding: 2px 6px; margin: 0; }
	table.genTable tr.dayRow td {font-weight: bold; color:#999 !important;}

/* Things to get rid of */
#mastWrp,
#navWrp,
#subnavWrp,
#sidebar,
#footer {display:none;}

