* { margin: 0; padding: 0; }
body { font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif; color: #666; overflow: hidden;}


/* ================ STACK #1 ================ */
.stackNoJava {
	width: 300px;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	position: absolute;
	right: 0px;
	bottom: 20px;
}
.imgNoJava {
	padding: 0px;
	border: thin solid #fff;
	vertical-align: middle;
}
.imgNoJava:hover {
	padding: 0px;
	vertical-align: middle;
	border: thin solid #03C;
}

a.hNoJava:link { font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #666;	text-decoration: none;}
a.hNoJava:active { font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #666;	text-decoration: none;}
a.hNoJava:visited { font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	color: #666;	text-decoration: none;}
a.hNoJava:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}

.stack { position: fixed; bottom: 28px; right: 40px; }
.stack > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 2; }
.stack ul { list-style: none; position: absolute; top: 20px; left:10px; cursor: pointer; z-index: 1; }
.stack ul li { position: absolute; }
.stack ul li img { border: 0; }
.stack ul li span { display: none; }
.stack .openStack li span { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 14px;
	position:absolute;
	top: 17px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
	margin-right:10px;
}

/* IE Fixes */
.stack { _position: absolute; }
.stack ul { _z-index:-1; _top:-15px; }
.stack ul li { *right:5px; }


.bottomLogo {
	position: fixed;
	right: 150px;
	bottom: 0px;
	z-index: 1;
}

.bottomLogoNoJava {
	position: absolute;
	right: 300px;
	bottom: 0px;
}

.mainLogo {
    position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
	z-index: 1;
}
p.flip
{
	margin:0px;
	padding:5px;
	text-align:left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
	cursor: hand;
	z-index: 10;
}

div.panel
{
	margin:0px;
	padding:5px;
	text-align:left;
	height:600px;
	display:none;
	position: absolute;
	bottom:0;
	left:130px;
	width: 800px;
	overflow: auto;
	left: 130px;
	bottom: 0px;
	z-index: 10;
}

#bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -3;
}

  .bgwidth { width: 100%; }
  .bgheight { height: 100%; }
  
  .cover {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	z-index: -2;
    position: fixed;
	left: 0px;
	top: 0px;
}

.topNotice {
    position: absolute;
    top: 300px;
    margin: 0 auto;
	background-color: #FF0;
	font-size: 24px;
	color: #000;
	margin: 0px;
	padding: 10px;
	text-align: center;
	background-image: url(../images/alert.png);
	background-repeat: no-repeat;
	background-position: 25px 50%;
    width: 75%;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -moz-box-shadow: 1px 1px 5px gray;
    -webkit-box-shadow: 1px 1px 5px gray;
    box-shadow: 1px 1px 5px gray;
}

#draggable{
  position: absolute;
  top: -992px;
  left: 500px;
  cursor: pointer;
  cursor: hand;
  z-index: 1000;
}

.drag{
    position: fixed;
    top: 50px;
    left: 900px;
    z-index: 999;
}
