@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:url(../images/bkgnd.gif)
}

a {
	text-decoration:underline;
	border-width: 0px;
	color:#cccccc;
}
a:hover {
	text-decoration:underline;
	border-width: 0px;
	color:#ff0000;
}
a img {
    border-width: 0px;
}

#main
{
	
	height:100%;
	width:100%;
}


#leftDiv
{
	position:absolute;
	top:30px;
	width:200px;
	height:100%;
	left:0px;
	z-index:1;
}

#topDiv
{
	position:absolute;
	top:0px;
	width:80%;
	height:30px;
	right:20px;
	vertical-align:middle;
	left: 200px;
}

#btnDiv
{
	position:relative;
	top:6px;
	width:500px;
	height:20px;
	z-index:5;
}

#ewwDiv
{
	position:absolute;
	bottom:55px;
	width:150px;
	height:200px;
	left:35px;
	z-index:3;
	background-image:url(../images/logos/BootPrint.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#openerDiv {
	position:absolute;
	width:155px;
	height:320px;
	z-index:4;
	left: 25px;
	top: 40px;
}

#notesDiv {
	position:absolute;
	width:155px;
	height:320px;
	z-index:300;
	left: 35px;
	top: 225px;
	background-color:#999999;
	border:solid;
	border:2px;
	border:#000000;
	visibility:hidden;
}

#windowDiv {
	position:absolute;
	width:80%;
	height:100%;
	z-index:2;
	left: 200px;
	top: 50px;
	overflow:auto
}

#homeWindowDiv {
	position:absolute;
	width:600px;
	height:100%;
	z-index:2;
	left: 200px;
	top: 50px;
	overflow:auto
}

.style1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	font-weight:normal;
}

.style3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight:normal
}

.linkText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	cursor:pointer;
}

.linkTextOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration:underline;
	color: #ff0000;
	cursor:pointer;
}
