@charset "utf-8";
/* CSS Document */
html{
    background-color: #333333;
}
body{
    background-color: #333333;
	overflow:hidden;
    font-family: "arail";
}
#MainDiv{
	position:relative;
	margin:0px auto;
	padding: 0px;
	width:770px;
	height:567px;
    border:2px solid gray;
    background-color: #ffffff;

	overflow:hidden;
	
}
#pageTitle{
	color:#1651A3;
	position:absolute;
	left:30px;
	top:18px;
	font-size:11pt;
	font-weight:bold;
}
.disable{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}
.rollover{

    font-size: 4pt
}
.optionBG{
    background:#333333;
    position:absolute;
    left:580px;
    top:40px;
    width:100px;
    height:400px
}
.option{

    position:absolute;
    font-size: 15pt ;
    height:30px;
    width:100px;
    left:100px;
}