/* CSS Document to define print styles */

/* DIV id's available in document are:
   #rightshadow
   #leftshadow
   #maincontainer
   #header
   #sidemenu
   #content
   #footer
   
/* DIV classes available in document are:
   #content .item
   #content .descr
   #header .title
   .empl_ont
   .lchras
*/

body {
	font: normal 10pt Tahoma,Arial,sans-serif;
	background: white;
	color: black;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
}

/* #rightshadow {
	display: none;
}

#leftshadow {
	display: none;
}
*/
#maincontainer {
	margins: 0 auto; /* centers the main block */
	border: 1px solid black;
}

#header {
	height: 120px;
	/* insert plain logo here */
	border-bottom: 2px solid #333;
}

#header p {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	margin-right: 40px;
}

#sidemenu {
	display: none;
}

#content {
	color: black;
}

#content .item {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 1px dotted #666;
}

#content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}

#footer {
	border: 1px solid black;
	font-size: 8pt;
	clear: both;
	height: 50px;
	padding: 6px;
}

.empl_ont {
	position: relative;
	float: left;
	left: 0px;
	bottom: 0px;
}

.lchras {
	display: inline;
	background-color: white;
	position: relative;
	float: right;
	top: 0px;
}