/*
===================================================================================================
 Print CSS
===================================================================================================
*/

/*
===================================================================================================
 MAIN LAYOUT ELEMENTS
===================================================================================================
*/

html, body {
	min-width: 0px;
}

#container {
	min-width: 0px;
}

/*==============================*/
/* Main Columns -  Layout Elements */
/*==============================*/

/* Breadcrumb Trail */
#breadcrumbs {
	display: none;
}

/* Middle Column*/
#main_content {
	max-width: 100%;
	padding: 0px;
}

/* Column Right */
#column_right {
	width: 1px;
	padding: 0px;
}


/*==============================*/
/* Header Layout Elements */
/*==============================*/

#header_logo {
	padding-left: 0px;
}

/* Main Navigation */
#header_nav {
	display: none;
}


/*==============================*/
/* Footer Layout Elements */
/*==============================*/

#footer_top_link {
	display: none;
}

#footer_copyright {
	display: none;
}

#footer_print {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 5px 30px 0px 30px;
	border-width: 5px 0px 0px 0px;
	border-style: solid;
}


/*==============================*/
/* Column Block Elements */
/*==============================*/

div.column_block_header {
	display: none;
}

div.column_block_content {
	display: none;
}


/*==============================*/
/* Buttons */
/*==============================*/

h1 span.buttons {
	display: none;
}


/*==============================*/
/* Miscellaneous */
/*==============================*/

.js_show {
	display: none !important;
}

.js_hide {
	display: block !important;
}


/*==============================*/
/* JQuery */
/*==============================*/

.ui-tabs-nav {
	display: none;
}

.ui-tabs .ui-tabs-hide {
	display: block !important;
}

.ui-tabs .ui-tabs-panel {
	display: block !important
}
