.menu ul {
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu ul li {
    display: block;
    position: relative;
    float: left;
}

.menu li ul {
    display: none;
}
.menu ul li a {
   display: block;
    color: #333;
	font-weight:bold;
    background-color: #e0e0e0;
    text-decoration: none;
    text-align: center;
    padding: 6px;
}
.menu ul ul li a {
    text-align: left;
	margin:2px;	
}
.menu ul ul{
    background: #c0c0c0;
}
.menu ul li a:hover {
	background-color: #808080;
	color: #fff;
	text-decoration: none;
}
.menu li:hover ul {
    display: block;
    position: absolute;
	z-index:9999;
	width:160px;
	border:1px solid #b0b0b0;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.menu li:hover li {
    float: none;
    font-size: 11px;
}
.menu li:hover a { background: #c0c0c0;}
.menu li:hover li a:hover {
    background: #808080;
}





body {
		background-color: #eee;
		font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #444;
	}

	a {
		color: #003399;
		background-color: transparent;
		font-weight: normal;
		text-decoration: none;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	img  {
	border: none;
	}
	
	h1 {
		text-align:center;color:#666;
		background-color: transparent;
		font-size: 19px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}

	#body{
		margin: 0 10px 0 10px;
	}
	
	.footer{
		font-size: 11px;
		width:100%;
		margin-top:30px;
	}
	.footer td{
	
		width:33%;
		padding: 0 10px 0 10px;
		margin: 20px 0 0 0;
		vertical-align:top;
	}
	
	#container{
		margin:0 auto;
		-webkit-box-shadow: 0 0 8px #D0D0D0;
		-moz-box-shadow: 0 0 8px #D0D0D0;
		box-shadow: 0 0 8px #D0D0D0;
		background-color: #fff;
	}
	
	.header{
	
		border-collapse:collapse;
		width:100%;
		border-bottom: 1px solid #D0D0D0;
		margin-bottom:15px;
	}
	
	.header td{
		padding:0;
	}
	
	.alignleft{
		text-align:left;
	}
	
	.aligncenter{
		text-align:center;
	}
	
	.alignright{
		text-align:right;
	}
	
	.box{
	margin:0 auto;
	border:1px solid #d1d1d1;
	}
	
	.main{
	border:70px solid black;
	width:657px;
	height:495px;
	margin:0 auto;
	border-radius:30px;
	box-shadow: 0 0 4px 4px #888;
	}
	
	.error {
color: #D8000C;
font-size:12px;
}
	
	
	
.form input[type="text"], .input input[type="password"], .input textarea {
	width:280px;
}	
	
input[type="password"], input[type="text"], select, textarea {
border: 1px solid #E5E5E5;
padding: 8px;
color:#333;
}

input[type="password"]:hover, input[type="text"]:hover, select:hover, textarea:hover {
border-color: #bbb;
}	


.ftable td{
padding:8px;
}



label, input[type='radio']{
	cursor: pointer;
}

label:hover{
background-color:#ccc;
}

.detail, .sum{
	border-collapse:collapse;
	margin:0 auto;
	font-size:16px;
	width:500px;
}
.detail td, .sum td, .sum2 td{

	border:1px solid #e0e0e0;
	padding:10px;
}
.detail tr td:first-child{
  font-weight:bold;
  color: #555;
  width:40%;
}

.sum tr:first-child, .sum2 tr:first-child{
	font-weight:bold;
  color: #555;
  text-align:center;
}

.sum tr td:first-child{
	width:40%;
}

.sum2{
border-collapse:collapse;
	margin:0 auto;
	font-size:16px;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
