﻿body {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color:#36c;
}
a:hover {
	text-decoration:underline;
	color:red;
}
#headDiv {
	width:900px;
	margin:0 auto;
}
#foodDiv {
	width:900px;
	margin:0 auto;
	font-size:12px;
	text-align:center;
	font-family:Verdana;
}
.box {
	width:900px;
	margin:0 auto;
	margin-bottom:5px;
}
	.box h1 {
		line-height:40px;
		height:40px;
		border:1px solid #c5e2f2;
		font-size:14px;
		text-indent:15px;
		color:#006900;
		background:url("/Tool/imgs/box.gif");
		margin:0;
		padding:0;
	}
.subBox {
	border:1px solid #c5e2f2;
	font-size:12px;
	background:url("/Tool/imgs/subbox.gif") repeat-x;
}
.boxLine {
	margin:0 10px;
	height:30px;
	line-height:30px;
}
.underline {
	border-bottom:1px solid #c5e2f2;
}
	.boxLine a {
		color:black;
		text-decoration:none;
		margin-right:15px;
	}
	.boxLine a:hover {
		color:red;
		text-decoration:underline;
	}
.blogLine {
	margin:0 10px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #c5e2f2;
}
.blogLine a {
		color:black;
		text-decoration:none;
		/*margin-right:15px;*/
		width:280px;
		display:inline-block;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.blogLine a:hover {
		color:red;
		text-decoration:underline;
	}
.buttonUI {
	padding:0.2em 1em 0.1em 1em;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	border:1px solid #c5e2f2;
	color:#166FFF;
	margin-right:0.1em;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
	background-color:#E0E0E0;
	/*height:25px;*/
	background:url("/Tool/imgs/box.gif");
}
.inputUI {
	border:1px solid #c5e2f2;
}
.right {
	float:right;
	font-size:12px;
	font-weight:normal;
}
	.right a {
		margin-right:10px;
	}