#movesearch_body {
	min-width: 927px;
}

#searchTable {
	width: 100%;
	margin: 0;
	padding: 0;
}

.td_move {
	width: 50%;
	vertical-align: top;

}
#moveTable {
	width: 100%;
	margin: 0;
	padding: 0;
}
#moveTable tr .td_h4 {
	width: 100%;
	height: 50px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
#moveTable tr td h4 {
	//width: 98%;
	//margin: 10px;
	font-weight: normal;
	background: linear-gradient(transparent 60%, #f4b3ba 60%);
}
.td_board {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#board {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}
.td_controller {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 1% 0 0 0;
	text-align: center;
}
.td_controller hr {
	width: 100%;
	border-top: 1px solid #8c8b8b;
}
.td_descriptionButton {
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
}
.descriptionButton {
	width: 100%;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 2px 0 2.5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: none;
	color: #3b3b3b;
	background-color: #f4b3ba;
}
.descriptionButton:hover {
	background-color: #b9babb;
}
.td_description {
	width; 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.descriptionTable {
	//width: 100%;
	//height: 100%;
	margin: 3px 6px 3px 6px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.td_descriptionImage {
	width: 22%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.td_descriptionImage .img_s {
	width: 40px;
	height: 35px;
	margin: 0;
	padding: 0;
}
.td_descriptionImage .img_m {
	width: 80px;
	height: auto;
	margin: 0;
	padding: 0;
}
.td_descriptionText {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1% 0 1% 0;
	text-align: left;
	vertical-align: middle;

}
.td_descriptionText p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.td_descriptionText p span {
	color: red;
}
.td_descriptionBoardImage img {
	width: 70%;
	height: auto;
}
.td_descriptionBoardImage p {
}
.td_descriptionBoardImage2 {
}
.td_descriptionBoardImage2 img {
	width: 32%;
	height: auto;
	margin-left: 2px;
}
.td_descriptionBoardImage3 img {
	width: 194px;
	height: auto;
	margin-left: 2px;
}
.td_descriptionBoardImage3 p {
}
.td_descriptionBoardImage4 img {
	width: 250px;
	height: auto;
	margin-left: 2px;
}
.td_descriptionBoardImage4 p {
}

.stoneButton {
	width: 40px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 4px 0 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: none;
	color: #ffffff;
	background-color: #40c744;
}
.stoneButton img {
	width: 70%;
	height: 70%;
}
.stoneButton:active{
    background-color:#69c;
    color:#e0ebf5;
}
#buttonBack {
	margin-left: 20%;
}
.controllerButton {
	width: 80px;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	padding: 4px 0 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-style: none;
	color: #ffffff;
	background-color: #40c744;
}
.controllerButton:active{
    background-color:#69c;
    color:#e0ebf5;
}
#searchButton {
	
}
#clearButton {
	
}
.td_result {
	width: 50%;
	vertical-align: top;
}
#result-bk {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#resultTable {
	//width: 100%;
	//height: 100%;
	display: none;
	margin: 0;
	padding: 0;
}

.trlink:hover {
	background-color: #f7dce9;
}

.tdlink {
	widht: 100%;
	height: 100%;
	display: block;
	outline: none;
	text_decoration: none;
	line-height: 27px;
}
#result-bk table tr td .tdlink:link { color: #3b3b3b; }
#result-bk table tr td .tdlink:visited { color: #3b3b3b; }
#result-bk table tr td .tdlink:hover { color: #3b3b3b; }

//*{border:solid 0.5px red;}