/* Print styles */

/* Aktia Portlets Styles */
@import url("aktia-ext.css");

/* ELEMENT STYLES */
body {
	border:none;
	font:75%/1.5em Arial,Serif;
}

a img{
    border: none;
}

a {
    color:#009933;
    text-decoration: none;
}

/* GENERIC SELECTORS */
.main {width:942px;}

/* HEADER */
#logo h1 a {
	background:none;
	display:block;
	height:auto;
	margin:0;
	overflow:visible;
	padding:0;
	text-indent:0;
}
#header #top .fluid, #header #notice-box {
	display:none;
}
.js .interactive-mode {
	display:none;
}
.sign_out {
	display:none;
}

/* MAIN MENU + NAVIGATION */
#menu, #submenu, #navi {
	display:none;
}

/* SIDEBAR */
#sidebar {
	display:none;
}

/* CONTENT */
#content {
	margin:0;
	padding:0;
}

.with-navi {
	width: 536px;
}

.no-navi {
	width: 758px;
}

/* Breadcrumb */
ul#breadcrumb {
	border-bottom:1px solid #e6e6e6;
	font-size:0.917em;
	list-style-type:none;
	padding:0;
}
ul#breadcrumb li {
	padding:0;
	margin:0;
	display:inline;
	list-style-type:none;
}
ul#breadcrumb li a {
	padding:0;
	margin:0;
}

/* PAGE FOOTER */
#page-footer #copyright .footer-line {
	border-bottom:4px solid #009933;
	margin-top:30px;
}
#page-footer .site-info {
	font-size:0.917em;
}
#page-footer .site-info a, #page-footer .site-info a:hover {
	color:#9a9a9a;
}

/* FOOTER */
#footer {
	margin-top:30px;
}
#page-footer .fluid .footer-line {
	display:none;
}
#footer .site-info {
	font-size:0.917em;
	color:#9a9a9a;
}
#footer .site-info a, #footer .site-info a:hover {
	color:#9a9a9a;
}
.left {
	float:left;
	padding:1px 0;
}
.right {
	float:right;
	padding:1px 0;
}

/* PORTLETS */
.portlet-icons, .lfr-meta-actions, .lfr-menu-list, .list-controls {
	display:none;
}
.portlet-personalize-options-container, .personalize-lnk {
	display:none;
}
.portlet-content-container, .portlet-content {
	height:auto;
	border:none;
	background:none;
}

/* MISCELLANEOUS */
/* Staging overwrites */
body.staging #logo h1 a:after {
	content:" Staging";
}