/*Print layers */
html,body{
height:100%;
}
#printHeader{
display:none; 
}
/* Layout Stylesheet */ 
body
{
	background: #d4dcdd;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url( '../images/background.gif' );
}
#hdr{
	width:100%;
	height:58px;
	background:#00676E;
	background-image:url(../images/headRepeat.jpg);
	background-position:top;
	background-repeat:repeat-x;
	color:#000000;
	border:solid #000000;
	border-width:0px 0px;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
#content
{
	border-left: 1px solid #00676E;
	border-right: 1px solid #00676E;
	background:#FFFFFF;
	color:#333333;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 190px;
	margin-right:195px;
	padding: 20px;
}

/* tables in content require hack for ie as 100%
content must be set to 100% and remain hidden from Mozilla */
*html #content{
		width:100%;
}
#popUpContainer{
	z-index:100;
	visibility:hidden;
	position:absolute;
	text-align:center;
	width:100%;
	height:100%;
}
#popUpContent{
	padding:20px;
	border-top:20px solid #00676E;
	border-bottom:20px solid #00676E;
	border-left:2px solid #00676E;
	border-right:2px solid #00676E;
	background-color:#FFFFFF;
	width:425px;
	height:200px;
	margin:65px auto 0px auto;
}
*html #popUpContent{
	padding:20px;
}
#popUpButtons{
	margin:10px 22px 0px 0px !important;
	margin:0px ;
}
#tasks
{
	position: absolute;
	right: 5px;
	top: 55px;
	width: 180px;
	border: 0px solid #000000;
	background: #d4dcdd;
	color: #333333;
	margin: 5px 3px 0px 0px;
}
#footer{
	margin:0px 195px 0px 190px;
	height:30px;
	padding:8px 50px 8px 0;
	border-bottom:1px solid #00676E;
	border-left: 1px solid #00676E;
	border-right: 1px solid #00676E;
	background-image:url(../images/logo-footer.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#000000;
}

#spacer{
	height:15px;
	}
