/* *******************************************************
J  a  v  a  c  a  t  z
Filename:   print.css
Purpose:    This file is created to hold CSS styles for
            customizing existing styles for print.
            Please do not put other styles in this file.
Created by: KY 2009.05.26
******************************************************* */

html, body, form#formpage,
#page, #page_inner,
#mainContent,
#main, .mainPadding {
	color: #555 !important;
	background-color: transparent !important;
	background-image: none !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.noprint, .printBar, .printBar2, .backTop,
#header,
#header_banner,
#topnav,
#header_login,
#leftnav,
#side,
#rightcol,
#footer {
	display: none !important;
}

.printOnly {
	display: block !important;
}

#header {
	width: 100%;
	height: auto;
	background-position: 0% 33px;
}
#header #header_logo {
	height: auto;
}
#header #header_logo .padding {
	position: static;
	margin: 0;
}
#header #header_section {
	float: left;
	position: relative;
	color: #555;
	background-image: none;
	font-size: 150%;
	width: auto;
	height: auto;
}
#header #header_section .padding {
	position: static;
	margin-top: 0;
	margin-right: 2em;
}
#header #header_section .padding .bottom {
	position: static;
}

#header #header_page {
	float: right;
	position: relative;
	color: #555;
	background-image: none;
	font-size: 150%;
	width: auto;
	height: auto;
}
#header #header_page .padding {
	position: static;
	margin-top: 0;
}
#header #header_page .padding .bottom {
	position: static;
}



#sidenav {
	margin: 0 0 3px 10px;
}

#main {
	float: none;
}


.ky_slidemenu .brief {
	width: auto;
}
.ky_slidemenu .description {
	display: block !important;
	visibility: visible !important;
	height: auto !important;
}


#mainContent ul li {
	background-image: none;
	list-style-type: disc;
	padding-left: 0;
	margin-left: 1em;
}

