body {
	background-color: #ddd; /* Background color */
	color: #222; /* Foreground color used for text */
	font-family: Helvetica,sans-serif;
	font-size: 14px;
	margin: 0; /* Amount of negative space around the outside of the body */
	padding: 0; /* Amount of negative space around the inside of the body */
}
.MenuPageHead h1 a , .MenuPageHead h3 a{
	background-color: #ccc;
	border-bottom: 1px solid #666;
	color: #222;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#999));
	background-image: -moz-linear-gradient(top ,#ccc, #999);
}
.MenuPageHead h1 ,.MenuPageHead h3 {
	margin: 0;
	padding: 0;
}
#MenuItem ul ,#MenuUtil ul{
	list-style: none;
	margin: 10px;
	padding: 0;
	-webkit-box-shadow: 5px 5px 6px rgba(100,100,100,0.6);
	-moz-box-shadow: 5px 5px 6px rgba(100,100,100,0.6);
}
#MenuItem ul li a ,#MenuUtil ul li a ,#MenuItem ul li form{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #222222;
	display: block;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: -1px;
	padding: 12px 10px;
	text-decoration: none;
}

#content, #sidebar {
	padding: 10px;
}

.MenuPageHead h1 a ,.MenuPageHead h3 a{
	text-shadow: 1px 1px 0px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#999));
	background-image: -moz-gradient(linear, left top, left bottom,from(#ccc), to(#999));
	background: #ccc url(/images/ccc-999-grad.png) repeat-x left bottom ;
}

li.MenuHead {
	padding-top: 4px;
	padding-bottom: 2px;
	color: #222;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#ccc), to(#999));
	background-image: -moz-gradient(linear, left top, left bottom,from(#ccc), to(#999));
	background: #ccc url(/images/ccc-999-grad.png) repeat-x left top ;
}

#MenuItem ul li:first-child a , li.MenuHead,  #MenuUtil ul li:first-child a {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#MenuItem ul li:last-child a , li.MenuFoot ,#MenuItem ul , #MenuUtil ul li:last-child a{
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.MenuFoot {
	border: 1px solid #999999;
	background: white;
	height: 10px;
}

.MenuPageHead h3 img , .MenuPageHead h1 img
{
	border: 0px ;
	/*border-color: white;*/
	padding: 0px;
	margin: .1em;
	width: 80px;
	vertical-align: top;
}


.MenuPageHead div.leftButton , #MenuPageHead div.leftButton {
	position: absolute;
	top: 7px;
	left: 6px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	color: white;
	text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
	line-height: 28px;
	border-width: 0 8px 0 8px;
	-webkit-border-image: url(images/button.png) 0 8 0 8;
	-moz-border-image: url(images/button.png) 0 8 0 8;
}

/* page 27 */
#MenuUtil div.pressed , .MenuPageHead div.pressed {
	-webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
	-moz-border-image: url(images/button_clicked.png) 0 8 0 8;
}

#MenuUtil ul.hide { display:none;}

#progress {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: rgba(0,0,0,.7);
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	left: 60px;
	line-height: 80px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 120px;
	width: 200px;
}
