/*Print Styles */

	#c1 {
		height: auto !important;
		width: 675px !important;
		}
		
	.content ul {
		list-style: disc;
		margin-left: 10px;
		}
	.content li {
		padding-left: 3px;
		margin-left: 0;
		}
	
	#header {
		padding-bottom: 10px;
		}
		#header h1 span {
			display: block;
			position: relative;
			top: 0;
			left: 75px;
			}
		
	#footer {
		margin-top: 20px;
		}
		
	body, .content li {
		background-image: none;
		}
	

	
	/* Hidden items */
	
  .pageActions, .nav {
	  visibility: hidden;
	  display: none;
    }
		
		table.weakStrongTable,table.weakStrongTable th,table.weakStrongTable td,table.printsa, table.printsa th, table.printsa td{
			border-width:1px;
			border-style:solid;
			border-color: black;
		}
		
    .pb{page-break-before: always}

		.weakStrongTable th {
    	background: none;
    	color: #333;
    	vertical-align: top;
    	}
    	.weakStrongTable th.weakStrong {
    		background: transparent url(/assets/ui/bg_line.gif) repeat-x 0 50%;
    		}
		.weakStrongTable th.weakStrongnoback {background: transparent;}
		
		.weakStrongTable th.weakStrongnoback .weak {
			background: #e2decc;
			float: left;
			margin-left: -5px;
			padding: 1px 12px 0 5px;
			}
			
			.weakStrongTable th.weakStrongnoback .strong {
			background: #e2decc;
			float: right;
			margin-right: -5px;
			padding: 1px 5px 0 12px;
			}
			#footer{display:none}
			
		
	
