@charset "utf-8";
/* CSS Document */

 a { outline: none; }

.tabheader table {
  border-collapse: collapse; /* for IE */
  border-spacing: 0; /* for N6 */
}

.tabheader table tr td {margin:0;padding:0;border-width:0}

.tabheader .close {
	background-color: #D9E4DA;
	margin:0;
	padding: 0.3em;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	border: 1px solid #D1D1D1;
	font-size: 13px;
	text-decoration: none;
	outline: none;
	color: #666666;
}

.tabheader .open {
	margin:0;
	padding: 0.3em;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-left-color: #D1D1D1;
	color: #2B8825;
	border-bottom-color: #FFF;
	font-size: 13px;
	text-decoration: none;
	outline: none;
}

.tabheader .spc {
	margin:0;
	padding: 0.4em;
	white-space: nowrap;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #D1D1D1;
	border-left-color: #fff;
}

.tabheader a {
	text-decoration: none;
	outline:none;
	cursor: pointer;
	text-align: center;
}

.tabheader a:hover
{
  text-decoration: none;
  color: #262C0C;
}

.tabbody {
	padding: 0.2em;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D1D1D1;
	border-right-color: #D1D1D1;
	border-bottom-color: #D1D1D1;
	border-left-color: #D1D1D1;
	
}


