/******************************************************************
***	PRINT CSS by Mike Serth									   	***
******************************************************************/
html, body {
	
}

body {
	margin: 0px;
	padding: 0px;
}

* {
	outline: none;
}

h1, h2, h3 {
	margin: 0px;
	text-transform: uppercase;
	color: #171717;
}

h1 span, h2 span, h3 span {
	color: #5D0000;
}

h1 {
	font-size: 18px;
}

h2 {
	margin-bottom: 25px;
	font-size: 15px;
}

h2.style1 {
	font-size: 11px;
	color: #9F9F9F;
}

h3 {
	margin-bottom: 20px;
	font-size: 13px;
}

img {
	border: none;
}

img.border {
	padding: 3px;
	border: 1px solid #CFCFCF;
}

img.left {
	float: left;
	margin: 3px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 28px;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}

a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E6E;
}

p, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height: 190%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/******************************************************************
***	Wrapper												 	  	***
******************************************************************/
#wrapper-print {
	
}

/******************************************************************
***	Header												 	  	***
******************************************************************/
div.print-header {
	height: 100px;
}

div.print-header h1 {
	padding: 10px;
	float: left;
}

div.print-header ul {
	display: none;
	float: right;
	margin: 10px 10px 0px 0px;
}

div.print-header ul li {
	width: 80px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0px 10px 0px 0px;
}

div.print-header ul li a.print-this-page {
	text-decoration: none;
	font-size: 12px;
	color: #6E6E6E;
}

div.print-header ul li a.close-this-page {
	text-decoration: none;
	font-size: 12px;
	color: #6E6E6E;
}

div.print-header ul li a.close-this-page img {
	margin: 0px 0px 0px 0px;
}

div.print-header ul li a.print-this-page img {
	margin: 0px 0px 0px 0px;
}

/******************************************************************
***	Content													   	***
******************************************************************/
#print-content h1 {
	text-align: center;
	margin: 20px 0px 20px 0px;
}

p.found {
	display: none;
}

p {
	color: #000000;
	margin: 10px auto;
	width: 615px;
}

div.last-changed {
	margin: 10px auto;
	width: 615px;
}

p.description-text {
	margin: 0px 0px 0px 10px;
	width: 240px;
	font-size: 13px;
	line-height: 18px;
	padding: 0px;
}

dd {
	position: relative;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px auto;
	height: 30px;
	width: 600px;
}

dd.even {
	position: relative;
	background-color: #FFFFFF!important;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px auto;
	height: 30px;
	width: 600px;
}

dt.header-month-list-view {
	height: 30px;
	width: 615px;
	line-height: 30px;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	border-bottom: 1px solid #000000;
}

div.calender-list-date {
	position: absolute;
	left: 0px;
	text-align: left;
	overflow: hidden;
	width: 170px;
	height: 30px;
	line-height: 30px;
}

div.calender-list-link {
	position: absolute;
	left: 175px;
	text-align: left;
	overflow: hidden;
	width: 275px;
	height: 30px;
	line-height: 30px;
}

div.location-list-view {
	position: absolute;
	left: 465px;
	text-align: left;
	overflow: hidden;
	width: 135px;
	height: 30px;
	line-height: 30px;
}

/******************************************************************
***	Clearfix												   	***
******************************************************************/
div.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

div.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
