/* -----------------------------------------------------
Base styles for print media
FileName:    print.css
Version:     17/01/2005
-----------------------------------------------------  */

/* General elements */
/* ----------------------------------------------------- */
.wide .logo {   /*** Inspiro Logo ***/
	position: relative;
}
.wide .login {
	display:none;
}
/* Page structure */
/* ----------------------------------------------------- */
.outer {
	margin-top:30px;
	margin-left: 0;    /*** Left col width ***/
	width: 90%;   
}

.float-wrap {
	float: none;
	width: 90%;   /*** Middle col width ***/
}

.center {
	float: none;
	width: 100%;
}
.container-center {
	margin: 0 20px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
}

.left {
    display:none;
}

.right {
	display:none;
}

.bottom .to-right {display:none;}

/* Horizonzal and Vertical Navigation */
/* ----------------------------------------------------- */
.navigation {
	display:none;
}

/* Vertical Navigation */
ul#mainnav {
	display: none; 
}


/* Content Section */
/* ----------------------------------------------------- */

	/* Tabs */
	/* ----------------------------------------------------- */
	/* The tabs menubar width has to be smaller than the aviable display width to prevent IE from breaking the layout */
	div.tabs .tab {
		border:1px solid #000;
		border-bottom:1px solid #CEBA8C;
		margin-right:5px;
		margin-bottom:-1px;
	}
	div.tabs .active {
		border:1px solid #CEBA8C;
		border-bottom:1px solid #fff;
	}
	
	/* Content section boxes */
	/* ----------------------------------------------------- */
	
	.leftMarginBox .container {
		padding:22px 10px 10px 10px;
	}
	/* Tables */
	/* ----------------------------------------------------- */
	table {
		margin-bottom:10px;
	}
	.rowHeader td, .row td, .rowOver td {
		border-bottom:1px solid #CEBA8C;
	}
