@charset "UTF-8";
/* CSS Document */

/******************************************************* //  casedotedu Print style // *****************************************************/

/* Hide elements that do not need printing */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

#tools, #flashFrame, #flashFrameLarge, #actionitems, .mycasedaily_link, .col1, #footer2
	{
	display: none;
	}

#header h2
	{
	display: none;
	}

#caseinfo ul
	{
	display: none;
	}

img
	{
	float:right;
	align:right;
	margin:10px;
	}

/* Neutralize bg and set image specs for print */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

#homeBody, #wrap, #wrap_withFeature, #header
	{
	background: #fff;
	}



/* Set the typography and styles for print */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

body
	{
 	line-height: 1.5;
  	font-family: Georgia, Times, serif;   
  	color:#000;
  	background: none;
 	font-size: 10pt;
	}

h1, h2
	{
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:0px;
	text-transform:uppercase;
	}

h3, h4, h5, h6
	{
 	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	}

#site_title .replace, #site_title .replace span
	{
	margin:0px;
	}

h2.pagetitle
	{
	margin:0px;
	border-bottom:#666 1px solid;
	}

p
	{
	line-height: 18pt;
	}

/* Links */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

a:link, a:visited 
	{
	background: transparent;
	text-decoration: none;
	}

/* Expand every link */

#content a:link:after, #content a:visited:after 
	{
   	content: " (" attr(href) ") ";
   	font-size: 90%;
   	}
   
/* Tables */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

table
	{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	}

th, tr, td
	{
	border: 1px solid #000;
	}

/* SIFR / text replacement */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed 
	{
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	}

span.sIFR-alternate 
	{
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	}

/********************************************************** // End // ********************************************************/
