/*
///////////////////////////////////////////////////////////////////////////////////////// 
// SUPER TABLES - VERSION 0.23
// SCRIPT BY MATT MURPHY --- visit www.matts411.com
///////////////////////////////////////////////////////////////////////////////////////// 
// DEFAULT SKIN
///////////////////////////////////////////////////////////////////////////////////////// 
// *Warning* 
//		If you choose to modify this file do so with caution! ( recommend backing up first)
///////////////////////////////////////////////////////////////////////////////////////// 
*/

.sBase_Default{
	position:relative;
    width:100%;
    height:100%;
    overflow: hidden;
    color: #000000;
    background-color: transparent;
	border:1px solid #999999;
	}



/*++++++++++ スクロールするTH部分 sHeader_Default ++++++++++*/
.sHeader_Default{
	position:relative;
	margin:0px;
	padding:0px;
	width:100%;
	}

.sHeader_Default table{
	margin:0px;
	padding:0px;
	border:1px solid #999999;
	border-collapse:collapse;
	width:1px;
	table-layout:fixed;
	}

.sHeader_Default table tr{
	}

.sHeader_Default table td{
	margin:0px;
	padding:0px;
	border:1px solid #999999;
	text-align:center;
	background-color: #eeeeee;
	}

.sHeader_Default table td div{
	margin:5px 0;
	padding:0;
    border:none;
	white-space:nowrap;
    font-size:12px;
	}



/*++++++++++ スクロールするTD部分 sData_Default ++++++++++*/
.sData_Default {
	margin:0px;
	padding:0px;
	width:100%;
	}

.sData_Default table{
	margin:0px;
	padding:0px;
	border:1px solid #999999;
	border-collapse: collapse;
	width:1px;
	table-layout:fixed;
	}

.sData_Default table tr.alt {
	}

.sData_Default table td{
	margin:0px;
	padding:0;
	border:1px solid #999999;
	text-align:center;
	}

.sData_Default table td div{
	margin:5px 0;
	padding:0;
    border:none;
	white-space:nowrap;
    font-size:12px;
	}



/*++++++++++ スクロールしないTH部分 sFHeader_Default ++++++++++*/
.sFHeader_Default{
	position:absolute;
	z-index:3;
    top:0px;
    left:0px;
	}

.sFHeader_Default table{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	width:11em;
	table-layout:fixed;
	border:1px solid #999999;
	}

.sFHeader_Default table tr{
	}

.sFHeader_Default table td{
	margin:0px;
	padding:0;
	border:1px solid #999999;
	text-align:center;
	background-color:#eeeeee;
	}

.sFHeader_Default table td div{
	margin:5px 4px;
	padding:0;
    border:none;
	white-space:nowrap;
    font-size:12px;
	}



/*++++++++++ 固定TD部分 sFData_Default ++++++++++*/
.sFData_Default{
	position:absolute;
	z-index:2;
    left:0px;
	}

.sFData_Default table{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	width:11em;
	table-layout:fixed;
	border:1px solid #999999;
	}

.sFData_Default table tr.alt{
	}

.sFData_Default table td{
	margin:0px;
	padding:0;
	border:1px solid #999999;
	text-align:left;
	background-color:#eeeeee;
	}

.sFData_Default table td div{
	margin:5px 4px;
	padding:0;
    border:none;
	white-space:nowrap;
    font-size:12px;
	font-weight:bold;
	}




.sBase_Default .sHorOverflow {
	position: absolute;
	z-index: 5;
	left: 0px;
    bottom: -3px;
	height: 18px;
	border-color: #adadad;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	background-color: #eeeeee;
}
.sBase_Default .sVertOverflow {
	position: absolute;
	z-index: 5;
	top: 0px;
    right: 0px;
	width: 15px;
	border-color: #adadad;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-style: solid;
	background-color: #eeeeee;
}

.sBase_Default .sResizeA {
    position: absolute;
    display: block;
    margin: 0px;
    padding: 0px;
	border: none;
    width: 4px;
    cursor: e-resize;
    overflow: hidden;
    background-color: transparent;
}
.sBase_Default .sResizeAActive {
    background-color: #adadad !important;
}

.sTempTable {
    font-family: Tahoma, Arial, sans serif;
}
.sTempTable td, .sTempTable th {
	font-weight: bold;
    white-space: nowrap;
}

