/* General layout */
body
{
	background-color: #F7F7F7;
	background-image: url(../images/shentang/hanzi-10.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-attachment: fixed;
}

.Header
{
	position: relative;
 	top: 0px;
	left: 150px;
}

.FancyTitle
{
	text-decoration: none;
	color:#666666;
	font-family: Ariel Unicode MS;
	font-size: 750%;
	font-style: italic;
	font-weight: bold;
}


.LeftPanel {
	position: absolute;
	left: 0px;
	width: 100px;
}

.MiddlePanel {
	position: absolute;
	left: 150px;
	width: 450px;
	padding-top: 0px;
}

.RightPanel {
	position: absolute; left: 610px;
	width: 100px; font-weight: bold;
}


/* Page items */
div#MyMenu
{
	text-transform: capitalize;
	text-decoration: none;
	color: #800000;
	font-family: Arial, Verdana;
	font-size: 83%;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	line-height: 200%;
}

ul 	{list-style-type: none;}

a.MenuLink:link
{
	color: #800000;
	text-decoration: none;
}

a.MenuLink:visited { color: #800000; }
a.MenuLink:hover { color: #000000; }

/* ----------------------------- */

.mybutton {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-size: 83%;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;


	border: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #333333;
		-webkit-box-shadow: 0 1px 0 0 #333333 inset ;
		-moz-box-shadow: 0 1px 0 0 #333333 inset;
		-ms-box-shadow: 0 1px 0 0 #333333 inset;
		-o-box-shadow: 0 1px 0 0 #333333 inset;
}

.mybutton:hover {
	opacity:.85;
	cursor: pointer;
}

.mybutton:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset;
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
}

.red {
	background-color: #800000;
	background: linear-gradient(top, #A00000, #6D0000);
		background: -webkit-gradient(linear, left top, left bottom, from(#A00000), to(#6D0000));
		background: -webkit-linear-gradient(top, #A00000, #6D0000);
		background: -moz-linear-gradient(top, #A00000, #6D0000);
		background: -ms-linear-gradient(top, #A00000, #6D0000);
		background: -o-linear-gradient(top, #A00000, #6D0000);
}

.blue {
	background-color: #1900C6;
	background: linear-gradient(top, #073DF9, #0E14B9);
		background: -webkit-gradient(linear, left top, left bottom, from(#073DF9), to(#0E14B9));
		background: -webkit-linear-gradient(top, #073DF9, #0E14B9);
		background: -moz-linear-gradient(top, #073DF9, #0E14B9);
		background: -ms-linear-gradient(top, #073DF9, #0E14B9);
		background: -o-linear-gradient(top, #073DF9, #0E14B9);
}

/* ----------------------------- */