body {
  font-family: "Georgia", "Times New Roman", serif;
  font-size:9pt;
  line-height:15pt;
  margin:0pt;
  padding:0pt;
  float:none;
}

div#page-wrapper { 
	max-width:50em; 
	border:none; 
	
	}
	
body.sidebar-first #content{
	left:0;
	}

#main{
	margin: 10px;
	}
	
#content{ 
	float:none; 
	display:block;
}

#content p{
	max-width: 100%;
	}

body.sidebar-first #content{
	left:0;
	width:100%;
	max-width:100%;
}

#content {
 width: 100%;
   }
   
body.sidebar-first #content {
 width: 100%;  
 left: 0;
}

body.sidebar-second #content {
  width: 100%;
}

body.two-sidebars #content {
  width: 537px;
  left: 0;
}

body.two-sidebars #sidebar-first {
	display:none; 
}

.section {
	margin: 5px;
}

body.one-sidebar #content .section {
	margin: 0;
}
		
#main{
	margin:0px;
}


#sidebar-first,
#sidebar-second,
div#search,
#navigation,
#highlighted,
form,
#footer #printlink,
#footer #pdflink, 
#footer #lastupdate,
#animation,
.morelink,
.top{ 
	display:none; 
}

.img {
  page-break-inside:avoid;
  display:block;
  }
#head{
	background:none;
	}

#breadcrumb{
	margin: 15px 0px 10px 0px;
}

#cboxes{
	 margin-bottom:4em;
	 }
	 
a {
  color:#000;
  text-decoration:none;
  }

#unilogo a, .breadcrumb a{  
	text-decoration:none;
 	}
	
ul.inline,
ul.inline li,
ul.inline li a {
  float:none;
  display:inline;
  }



/**
 * TABLES =============================================================
 */
table {
  border-collapse: collapse;
  width:100%;
  }

table th {
  font-family: Arial, Helvetica, sans-serif;
  }

table th,
table td {
  font-size:9pt;
  padding: 5pt 10pt;
  border:1pt solid #ccc;
  }
	
	
/**
 * FOOTER =============================================================
 */
#footer {
  font-size:7pt;
  font-family: Arial, sans-serif;
  clear:both;
  border-top:1pt solid #ccc;
  padding: 10pt 0pt 0pt;
  margin: 10pt 0pt 0pt;
  line-height:20pt;
  }

/*
 * FILTER TEXT =========================================================
 */	
	
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-weight:normal;
  }
  
 #content ul{ 
	padding:1em 0;
	color: #4D4D4D; 
	font-size:1.083em;
	}
#content ul li{ 
	line-height:1.667em; 
	list-style-type:square;
	}
#content ol{
	list-style: inside;
	list-style-type: decimal;
	color: #4D4D4D;
	font-size:1.083em;
	}
#content ol li{
	line-height:1.667em;
	list-style: inside; 
	list-style-type: decimal;
	}

  
#main a {
  font-style:italic;
  border-bottom:1pt solid #ccc;
  }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 ul,
 ol,
 blockquote {
  margin: 0pt 0pt 15pt;
  }
/*Base table style*/

TABLE { 
	font-size:1em; 
	width:100%;
	border-collapse:collapse;
	color:#4D4D4D;
	margin:2em 0;
}
TABLE.hor-zebra{
	border:1px solid #ddd;
	}

TABLE.hor-zebra TD, TABLE.hor-zebra TH{
	padding: 6px 20px;
	text-align:left;
	}
	
TR.even{ 
	border-top:1px solid #ddd;
	 }
TR.odd{ border-top:1px solid #ddd;}
.odd{background:#f8f8f8;}
.even{background:#fff;}
TABLE TD.active { 
	background-color:#d6e1ed; 
}
	
/*TABLE.hor-zebra TR:hover TD { 
	background-color:#0063AA !important; 
	color:#fff;
}*/
	
.hor-zebra TH { 
	background:url(../../images/11neu/tabelback.jpg) repeat-x left top #f3f3f3;
	font-weight:bold;
	color:#111111;
}
.ver-zebra TH{ 
	background-color:#fff; 
	background-image:none; 
	border-bottom:1px solid #ddd;
	text-align:left;
	padding: 10px 20px 5px 10px;
	font-weight:bold;
	}	
	
.ver-zebra Td{ 
	width:33%;
	padding: 10px 20px 30px 10px;
	border-bottom:1px solid #ddd;
	}
/*TABLE.ver-zebra TD:hover{ 
	background-color:#0063AA !important; 
	color:#fff;
}*/
TH.active { 
	background-color:#EEE; 
}

.marker { 
	color:#E80; 
}

DEL { 
	color:#CCC; 
}
	
INS { 
	border-bottom:1px dotted #CCC; 
}

@media screen {
  body {
    background:#f8f8f8;
    padding:100px 0px;
    }

div#page-wrapper {
	background:#fff;
	padding:.5in;
	width:7in;
	border:5pt solid #eee;
    }
	
