@charset "utf-8";
/* CSS Document */
/* hide from ie on mac \*/
	html
{
	height: 100%;
	overflow: hidden;
}

/* end hide */

	body
{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
}

a {
	text-decoration:none;
	border-width: 0px;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	border-width: 0px;
	color:#000000;
}
a img {
    border-width: 0px;
}

#main
{
	
	height:100%;
	width:100%;
}


#leftDiv
{
	position:absolute;
	top:2px;
	width:200px;
	height:100%;
	left:0px;
	z-index:1;
	background-color:#f0f0f0;
}

#topDiv
{
	position:absolute;
	top:2px;
	width:80%;
	height:28px;
	right:20px;
	background-color:#f0f0f0;
	vertical-align:middle;
	left: 200px;
}

#btnDiv
{
	position:relative;
	top:2.5px;
	width:400px;
	height:20px;
	z-index:5;
	background-color:#999999;
	border:solid;
	border:1px;
	border:#333333;

}

#logoDiv
{
	position:absolute;
	top:10px;
	width:155px;
	height:155px;
	left:25px;
	z-index:2;
	background-color:#f0f0f0;
	background-image:url(../images/logos/tww150.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#ewwDiv
{
	position:absolute;
	bottom:5px;
	width:155px;
	height:35px;
	left:25px;
	z-index:3;
	background-color:#f0f0f0;
	background-image:url(../images/logos/twwEWW150.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#openerDiv {
	position:absolute;
	width:155px;
	height:320px;
	z-index:4;
	left: 25px;
	top: 175px;
}

#notesDiv {
	position:absolute;
	width:155px;
	height:320px;
	z-index:300;
	left: 25px;
	top: 175px;
	background-color:#999999;
	border:solid;
	border:2px;
	border:#000000;
	visibility:hidden;
}

#windowDiv {
	position:absolute;
	width:80%;
	height:100%;
	z-index:2;
	left: 200px;
	top: 30px;
	background-color: #666666;
	overflow: scroll;
}
