/* -------------------------------------
author: Jenya Prosmitsky
email: info@jenyaprosmitsky.com
version: 1.1
website: www.jenyaprosmitsky.com
------------------------------------- */

@media print {
  * {
  background-color: white !important;
  background-image: none !important;
  }
}
 
body {
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	}

#sidebar {
    margin-bottom: 30pt;
}

#navMenu {
	display: none;
}

#banner {
    display: none;
 }

h1 {
	font-family: Georgia, Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #648fa5;
	font-variant: small-caps;
	margin-top: 30pt;
}
	
h2 {
    font-family: Georgia, Times, serif;
	font-size: 11pt;
	font-weight: bold;
}	

h3 {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #834532;
}
	
h1, h2, h3{
    page-break-after: avoid;
}

ul, li {
    page-break-inside: avoid;
}
    
table {
    border-collapse: collapse;
    padding: 0px;
	border: 1pt solid;
	margin-bottom: 10pt;
	width: auto;
	float: none;
}

caption {
	font-size: 14pt;
	font-weight: bold;
	margin: 14pt 0 14pt 0;
	padding: 0;
}
col {
	border-right: 1pt solid;
}
	
col#eventCol, col#publisherCol, col#publisherCol2 {
	border: none;
}

thead {
	border-top: 1pt solid ;
	border-bottom: 1pt solid;
}

	
th {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	color: #834532;	
}

tr {
    border-bottom: 1pt solid;
    page-break-inside: avoid;
}

table, tr, td, th {
    page-break-before: avoid;
    page-break-after: avoid;
}

th, td {
	padding: 5pt 10pt;
	line-height: 16pt;
}
    

#content a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
}

a:link a:visited {
	text-decoration: underline;
	color: blue;
}


#footer {
    display: none;
}

fieldset {
    display: none;
}
