﻿#pSiteTitle {
	display:none;
}
h5 {
	padding:0;
}

/*TabList---------------------------------------------*/
#TabList {
	height: 25px;
	background: url('/SiteCollectionImages/Kbank2/ListItemLine.gif') bottom left repeat-x;
	margin: 10px 0;
}
#TabList .ListItem {
	float: left;
	position: relative;
	background: #119135 url('/SiteCollectionImages/Kbank2/ListItemBG.gif') no-repeat top right;
	height: 25px;
}
#TabList .ListItem .Start {
	height: 25px;
	background: #119135 url('/SiteCollectionImages/Kbank2/ListItemBG.gif') no-repeat top left;
	width: 10px;
	
}
.ListItem SPAN {
	position: relative;
	padding-right: 10px;
	font-size: 12px;
	color: #fff;
	top: 3px
}
.ListItem A:link,.ListItem A:active,.ListItem A:visited, .ListItem A:hover {
	color: #fff;
	font-size: 12px;
	text-decoration:none;
}
#TabList .ListActiveItem {
	float: left;
	position: relative;
	background: #119135 url('/SiteCollectionImages/Kbank2/ListActiveItemBG.gif') no-repeat top right;
	height: 25px;
}
#TabList .ListActiveItem .Start {
	height: 100%;
	background: #119135 url('/SiteCollectionImages/Kbank2/ListActiveItemBG.gif') no-repeat top left;
	width: 10px;
}
.ListActiveItem SPAN {
	position: relative;
	top: 4px;
	padding-right: 10px;
	font-size: 12px;
	color: #009933;
	top: 3px;
}
.ListActiveItem A:link {
	color: #009933;
	font-size: 12px;
}
.ListActiveItem A:active {
	color: #009933;
	font-size: 12px;
}
.ListActiveItem A:visited {
	color: #009933;
	font-size: 12px;
}
.ListActiveItem A:hover {
	color: #009933;
	font-size: 12px;
}

/*CalTable---------------------------------------------*/
.calTB {
	margin:10px 0;	
	width:100%;
	background-color:#ccc;
}

.calTB td {
	padding:5px;
}
.calTB td.c1 {
	width:40%;
}
.BTN {
	width:100px;
	height:20px;
}
