body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 10pt;
}

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

a img { border:none; }


/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  font-size: 90%;
}

#page {
	background: none;
}

#header h1 { top: 0; }

	#header h1 a { 
		display: block;
		background: transparent url(img/info/logo.png) no-repeat scroll 0 0; 
		height: 26px;
		width: 213px;
		margin-bottom: 1em; }

.nosto { margin: 0 0 1.5em; }

.lift_header { font-size: 14pt; font-weight: bold; }

#lvicarousel ul {
	list-style: none;
	margin: 0 0 1.5em;
	padding: 0; }

	#lvicarousel ul li {
		 margin: 0 0 .5em; }

.stripe { border-top: 1pt solid black; }

#footer,
.mainMenu,
#second,
#path,
.copy img,
#lvicarousel-controls,
.displayNone {
	display: none; }

.copy { padding: 1em 0; border-top: 0.5pt solid black; }

table.printBorder tr td,
table.printBorder tr th { border: 0.5pt solid black; }
td.noBorder { border: none; }

#crumbs ul { list-style: none; margin: 0 0 1.5em; }
#crumbs ul li { display: inline; }


div.lightblue { 
	background-color: #f7faff; 
	border: solid 1px #DFDFDF; 
	margin: 5px 0; 
	padding: 10px; }
	
div.lightgray { background-color:#ececec; padding:10px; margin:10px 0; }
div.lightgray ul { margin-left:0; padding-left:0; }
div.lightgray ul li { margin-left:20px; }
div.lightgray ul li a, div.lightblue a { font-size:0.9em; }

table thead th {
	background-color: #ECECEC;
	text-align:left;
	padding-left:10px; }

	table tbody tr td, table tbody tr th {
		padding: 2px 4px;
		text-align:left; }
		
		table thead tr th.border, table tr th.border { 
			background-color: #f7f7f7; 
			padding: 2px 10px 2px 12px; }

		table tbody tr th {
			text-align: left;
			font-weight: bold;
			padding-top: 6px; }
		
	table.lvitable {
		 margin:0 10px 10px 10px;
		 border:none; }
		
		table.lvitable tr {
			border:none; }
		
		table.lvitable td {
			border-bottom:1px solid #DFDFDF;
			font-size:12px;
			margin:4px;
			padding:0 3px; }
			
table tbody td.noBorder, table tbody th.noBorder {
            border:none;
        }
        
		tr.even { background-color:#f7faff; } 
		tr.odd { background-color:#fff; }
