/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
#DivNaviMenu
 {
	position:absolute;
	left:200px;
	top:0px;
	width:700px;
	height:40px;
	z-index:1;
}
#DivMiddle
 {
	position:absolute;
	left:200px;
	top:42px;
	width:700px;
	height:500px;
	z-index:2;
}
#DivBottom {
	position:absolute;
	left:200px;
	top:544px;
	width:700px;
	height:20px;
	z-index:3;
}
