/*
	Hornil Board Style 2.0

	Author: kansapa
	webmaster@hornil.com
	http://hornil.com

*/

.Board		{ width: 100%;  border-collapse: collapse; }
.Board th	{ border:1px solid silver; font-weight: normal; background-color: #f3f4e5;}
.Board td			{ border:1px solid silver; padding: 2px 2px 2px 2px; overflow: hidden; }
.Board tr:hover		{ background-color: #feefef;}
.Board td a			{ color: #456;}

.Board .CheckBox	{ width: 20px;  text-align: center; }
.Board .No			{ width: 50px; text-align: center;  font-size: 12px; }
.Board .Subject		{ font-size: 13px; padding-left: 5px; }
.Board .Author		{ width: 80px; text-align: center; font-size: 12px; }
.Board .Date		{ width: 50px; text-align: center; font-size: 12px; }
.Board .Hits		{ width: 50px; text-align: center;  font-size: 12px; }
.Board .Notice		{ background-color:  #EAFEB4;}

#BoardSearch		{ }
#BoardInfo			{ margin: 5px 0 10px 0; }
#BoardPage			{ text-align: center; }
#BoardControl		{ margin: 10px 0 10px 0;}
