body {
	background-color: #E3E8FF;
	background-image: url(s01.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	font-size: 11pt;
}
h1{
	margin: 0px;
}

/* top menu */
#applemenu{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.00, #B6B6B6),
    color-stop(1.00, #F8F8F8)
	);
	background: -moz-linear-gradient(
    center bottom,
    #B6B6B6 0%,
    #F8F8F8 100%
	);
	z-index: 100;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
	-moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
	box-shadow: rgba(0,0,0,0.5) 0px 0px 4px;
}
#applemenu li{
	position: relative;
	top: 0px;
	height: 100%;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	font-size: 11pt;
	float: left;
}
#applemenu .right_element{
	position: relative;
	top: 0px;
	height: 100%;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 11pt;
	float: right;
	text-align: right;
}
#applemenu .submenu{
	position: absolute;
	top: -600px;
	left: 0px;
	z-index: 100;
	padding: 4px 0;
	background: rgba(235,235,235,0.95);
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	margin: 0px;
	list-style-type: none;
	color: #000000;
	-webkit-box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	-moz-box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	
	border-style: solid;
	border-color: #6F6F6F;
	border-width: 1px;
	border-top-style: none;
}
#applemenu .submenu li {
	width: 180px; 
	margin: 0px 0;
	padding: 1px 10px;
}
#applemenu .submenu li a {
	height: 20px;
	width: 100%;
	line-height: 20px;
	display: block;
	background: transparent;
}
#rightmenu{
	position: fixed;
	top: 0px;
	right: 0px;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	background: transparent;
	z-index: 101;
}
#rightmenu li{
	position: relative;
	top: 0px;
	height: 100%;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
	float: right;
	text-align: right;
	font-size: 11pt;
}
#rightmenu .submenu{
	position: absolute;
	top: -600px;
	right: 0px;
	z-index: 100;
	padding: 4px 0;
	background: rgba(235,235,235,0.95);
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	margin: 0px;
	list-style-type: none;
	color: #000000;
	-webkit-box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	-moz-box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
	
	border-style: solid;
	border-color: #6F6F6F;
	border-width: 1px;
	border-top-style: none;
}
#rightmenu .submenu li {
	width: 160px;
	margin: 0px 0;
	padding: 1px 10px;
	text-align: left;
}
#rightmenu .submenu li a {
	height: 20px;
	width: 100%;
	line-height: 20px;
	display: block;
	background: transparent;
}
#applemenu li:hover {
	color: #FFFFFF;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.00, #0942F0),
    color-stop(1.00, #4D70F8)
	);
	background: -moz-linear-gradient(
    center bottom,
    #0942F0 0%,
    #4D70F8 100%
	);
}
#applemenu li:hover > div >a {
	color: #FFFFFF;
}
#applemenu li:hover >a {
	color: #FFFFFF;
}
#applemenu li:hover ul{
	-webkit-transform: translate(0,620px);
	-moz-transform: translate(0,620px);
	-o-transform: translate(0,620px);
}
#applemenu a:link, a:visited, a:active{
	color: #000000;
	text-decoration: none;
}
#applemenu .separator{
	color: #999999;
	border-bottom: solid #D2D2D2 1px;
}
#applemenu .separator:hover {
	background: transparent;
	color: #999999;
}
#applemenu li .cat_title{
	color: #999999;
}
#applemenu li .cat_title:hover {
	background: transparent;
	color: #999999;
}
#applemenu li .inactive{
	color: #999999;
}
#applemenu li .inactive:hover {
	background: transparent;
	color: #999999;
}

#rightmenu li:hover {
	color: #FFFFFF;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.00, #0942F0),
    color-stop(1.00, #4D70F8)
	);
	background: -moz-linear-gradient(
    center bottom,
    #0942F0 0%,
    #4D70F8 100%
	);
}
#rightmenu li:hover > a {
	color: #FFFFFF;
}
#rightmenu .nohover{
	color: #999999;
}
#rightmenu .nohover li:hover {
	background: transparent;
	color: #999999;
}

#rightmenu li:hover ul{
	-webkit-transform: translate(0,620px);
	-moz-transform: translate(0,620px);
	-o-transform: translate(0,620px);
}
#rightmenu a:link, a:visited, a:active{
	color: #000000;
	text-decoration: none;
}
#applemenu .window_title{
	font-weight: bold;
}
#applemenu a, #rightmenu a {
	display: block;
}

/* window */
#mainbox {
	position: relative;
	top: 40px;
	margin: auto;
	height: 500px;
	width: 800px;
	z-index: 2;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: 0px 8px 5px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 8px 5px 2px rgba(0,0,0,0.4);
	box-shadow: 0px 8px 5px 2px rgba(0,0,0,0.4);
}
#titlebar{
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	height: 22px;
	width: 800px;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.00, #B3B3B3),
    color-stop(1.00, #CDCDCD)
	);
	background: -moz-linear-gradient(
    center bottom,
    #B3B3B3 0%,
    #CDCDCD 100%
	);
	z-index: 1;
	border-left: #E8E8E8 1px solid;
	border-right: #E8E8E8 1px solid;
	border-top: #E8E8E8 1px solid;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	color: #000000;
	font-size: 11pt;
}
#menubar{
	position: absolute;
	left: 0px;
	top: 22px;
	height: 22px;
	width: 800px;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.00, #989898),
    color-stop(0.88, #B3B3B3)
	);
	background: -moz-linear-gradient(
    center bottom,
    #989898 0%,
    #B3B3B3 88%
	);
	border-left: #E8E8E8 1px solid;
	border-right: #E8E8E8 1px solid;
	z-index: 1;
	font-size: 10pt;
}
#content{
	position: absolute;
	left: 0px;
	top: 44px;
	height: 456px;
	width: 790px;
	padding: 5px;
	color: #1B150B;
	background: #FFFFFF;
	border-left: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
	border-bottom: #C0C0C0 1px solid;
	z-index: 1;
	overflow: auto;
}
#menubar a:link{
	color: #0A0A0A;
}
#menubar a:visited{
	color: #5A5A5A;
}
#menubar a:hover{
	color: #F6F6F6;
	background: #626262;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content a:visited{
	color: #8F2ABB;
}
#content a:link{
	color: #4164BB;
}
#content a:hover, a:active{
	color: #388940;
}
#content p{
	font-size: 11pt;
}
