﻿* {
margin:0;
padding:0;

}
body{

  /*background-color:#FF9D1F;/*this*/
   background-image: url("background.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; 
  height: 100vh; 
  width: 100vw; 
  margin: 0;
  
}
#top{
	
  height: 104px;
  background-color:transparent
}
#nav{
height: 33px;
background-image: url("nav.png");
background-color: #FFFFFF;
font-family: "黑体", Georgia, serif;
}
#main {
	  background-color:transparent
}


a{
color:#000000;
text-decoration:none;

}
a:hover{
color:#FF9D1F;/*this*/
text-decoration: underline;
}
a:active{
	color:#000000;
text-decoration:none;
}

h1 {
color: #FF9D1F;/*this*/
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h2,h3,h4,h5,h6 {
color: #000000;
font-family: "宋体", Georgia, serif;
}
p{
font-size: 15px;
color:#000000;
font-family: '宋体', SimSun, sans-serif;
}

table {
border-collapse: collapse;
}

tr,td{
border: 1px solid #FF9D1F;/*this*/
vertical-align: top;
text-align: left;
margin:0;
padding:10px;
background-color: #FFFFFF;
}
#tr{
border: 10px solid transparent;
vertical-align: top;
text-align: left;
margin:0;
padding:10px;
background-color: transparent;
}
#trk{
border: 1px solid transparent;
margin:0;
padding:0;
background-color: transparent;
height: 20px; 
}
#td{
border: 10px solid transparent;
vertical-align: top;
text-align: left;
margin:0;
padding:10px;
background-color: transparent;
}
th{
background-image: url('navth.png');
margin:0;
padding:0;
vertical-align: top;
text-align: left;
}
th p{
height: 20px; 
color:#FFFFFF;
font-size: 15px;
font-family: '宋体', SimSun, sans-serif;
}

.calendar{
	width:200px;
	height:200px;
	background:#FFFFFF;
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);
}
.body-list ul{
	width:100%;
	font-family:arial;
	font-weight:bold;
	font-size:14px;
}
.body-list ul li{
	width:14.28%;
	height:36px;
	/line-height:36px;
	list-style-type:none;
	display:block;
	box-sizing:border-box;
	float:left;
	text-align:center;
}
.lightgrey{
	color:#a8a8a8; 
}
.darkgrey{
	color:#565656; 
}
.green{
	color:#FF9D1F; /*this*/
}
.greenbox{
	color:#FFFFFF; 
	background:#FF9D1F; /*this*/
}