#content {
	min-width: 650px;
	min-height: 400px;
}
#ia_box {
	width: 400px;
	margin: auto;
	text-align: left;
	margin-bottom: 20px;
}
#ia_board {
	border-collapse: collapse;
}
#ia_board td, #ia_board th {
	text-align: center;
	vertical-align: middle;
	border: #666666 solid 1px;
	background-repeat: no-repeat;
}
.border_c {
	height: 16px;
	width: 16px;
}
.border_h {
	height: 16px;
}
.border_v {
	width: 16px;
}
.cl_b {
	background-color: #999999;
	height: 36px;
	width: 36px;
}
.cl_w {
	background-color: #CCCCCC;
	height: 36px;
	width: 36px;
}

#ia_top_panel {
	border-collapse: collapse;
	width: 350px;
	height: 20px;
}

#ia_top_panel td {
	padding: 0;
	vertical-align: bottom;
}

#ia_top_panel span {
	cursor: default;
	font-size:14px;
	margin: 0;
	padding: 2px 10px 0px 10px;
	border: #AAA solid 1px;
	
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;	
}

#ia_top_panel span:hover {
	coursor: pointer;
	background-color: #DDD;
}

#regim {
	text-align: left;
}
#regim span {
	border-radius: 5px 15px 0 0;
}

#butt {
	text-align: right;
}
#butt span {
	border-radius: 15px 5px 0 0;
	background-color: #EEE;
}

.regim_a {
	background-color: #CCC;
	font-weight: bold;
}
.regim_p {
	background-color: #EEE;
}