/*
Name: WACustomerStyles.css
Description: To be used for basic web.alive styles
Author:  Chris Hatko
*/

/*****************************************************************/


html, body {
	margin: 0;
	padding: 15px;
	border: 0;
}
body { background-color: #F7F3F1; /*  #0065a4 change the color to your background color */ }
#mainIndex {
	max-width: 1000px;
	min-width: 940px;
	width:  100%;
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	border: solid gray;
	border-width:1px;
}

#nortelHeader{
	/* border: solid black;*/
	width: 100%;
}


#nortelLogo{
 /* border: solid green; */
float:left;
margin:  15px;

}
#nortelLogoText{
 float: right;
 margin:  15px;
  /* border: solid brown; */
}
.clearer{
	clear: both;
}

#nortelFooter{
	height: 60px;
}

#nortelFooterText{
	text-align: center; 
	font-family: Verdana, Arial; 
	font-size: 10px;
}

#nortelIndexMain{
	/* border: solid red; */ 
	width: 100%;
	text-align: center;
}

iframe#textchat{
	position:absolute;
	left: 249px;
	top: 325px;
	display: none;
	border-spacing:0;
	border-collapse:collapse;
	margin:0px;
	padding: 0px;
	width: 430px;
	height: 170px;
	background-color: transparent;
}
iframe#systemmessage{
	position:absolute;
	left: 249px;
	top: 350px;
	display: none;
	border-spacing:0;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	width: 430px;
	height: 145px;
	background-color: transparent;
	}
iframe#webAlive{
	/*border: solid blue; */ 
	width: 930px;
	height: 410px;
	margin-left: auto;
	margin-right: auto;
}

iframe#avatar{
	position:absolute; 
	left:0px; 	
	top:0px; 
	width:800px;
	height:600px;
	display:none;
	border-spacing:0;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	/* border: solid green; */
}