/*
This CSS file is included in all web screens and defines
- the page width
- the header on each page
- second and third level navigation styles
*/



.noprint {
 display:none;
} 
.noscreen {
    display:block;
} 

.Label a:link{color: #000000;}
.Label a:visited{color: #000000;}
.Label a:active{color: #F000000;}
.Label a:hover {text-decoration: underline;}



/*************/
/* all pages */
/*************/

body {
	margin:0;
	padding:0;

	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	text-align:left;
	background-color:white;
}

div {
	margin:0;
	padding:0;
	border-style:none;
}

body,div,a,p,span,td {
	font-family:Helvetica, Arial, sans-serif;
	color:#242424;
	font-size:1em;
}

div.content {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	margin-top:0;
	padding:4px;
	border-style:none;
	color:black;
}

div.content div.printheader {
	display:block;
	position:relative;
	height:55px;
}

div.content div.printheader img.logo {
	position:absolute;
	top:0;
	right:10px;
	width:200px;
}


div.content div.header {
	display:none;
}

div.footer {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	color:black;
}


div.footer div {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	color:black;
}


div.pagefooter {
	display:none;
}



/********************/
/* non-portal pages */
/********************/


.pagetitle {
	font-size:2em;
	padding-bottom:10px;
	display:block;
}

/* second level navigation */
td.SecondLevelCell {
	display:none;
}

/* third level navigation */
td.ThirdLevelCell {
	display:none;
}

/* third level navigation as tabs */
.tabs {
	display:none;
}
