@charset "utf-8";
/* CSS Fooetr Bar */

.mainTab {
	border: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
  
.footerTab {
	text-align:center;
	padding-top:3px;
	width:25px;
	height:25px;
	float:left;
}

.footerTab:hover {
	background-color: #E1E1E1;
	text-align:center;
	padding-top:3px;
	width:25px;
	height:25px;
}

.labelTab{
	position: fixed;
	bottom: 30px;
	left: 210px;
	padding:3px;
	visibility:hidden;
	background-color:#000000;
	border:solid #FFFFFF 1px;
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menuTab{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;	
	padding:1px;
	padding-left:5px;
}

.menuTab:LINK{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;	
	padding:1px;
	padding-left:5px;
}

.menuTab:ACTIVE{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;	
	padding:1px;
	padding-left:5px;
}

.menuTab:VISITED{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;	
	padding:1px;
	padding-left:5px;
}

.menuTab:HOVER{
	background-color:#333333;
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;	
	padding:1px;
	padding-left:5px;
}

.menuTitle{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding-left:5px;
	padding-top: 2px;
	border-right-style:solid; 
	border-right-width:1px; 
	border-right-color:#FFFFFF;
	height:25px;
	width:145px;
	cursor:pointer;
}

.menuTitleDx{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding-top: 2px;
	border-right-style:solid; 
	border-right-width:0px; 
	border-right-color:#FFFFFF;
	height:25px;
	cursor:pointer;
}

.footerTitle:LINK{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding-left:5px;
	padding-top: 2px;
	height:25px;
	width:145px;
	cursor:pointer;
}

.footerTitle:ACTIVE{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding-left:5px;
	padding-top: 2px;
	height:25px;
	width:145px;
	cursor:pointer;
}

.footerTitle:VISITED{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding-left:5px;
	padding-top: 2px;
	height:25px;
	width:145px;
	cursor:pointer;
}

.footerTitle:HOVER{
	color:#FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding-left:5px;
	padding-top: 2px;
	height:25px;
	width:145px;
	cursor:pointer;
}

.menuTop{
	color:#FFFFFF;
	font-size:18px;
	text-decoration: none;
	text-align:right;
	font-weight: bold;
	padding-right:5px;
	padding-top: 2px;
	height:15px;
	width:145px;
	line-height:10px;
	background-color:#666666;
	cursor:pointer;
}

#footer {
	position: fixed;
	width: 100%;
	height: 25px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:100;
}

#footerMenu {
	visibility:hidden;
	position:relative;
	bottom: 330px;
	width:150px;
	height: 305px;
	left: -1px;
	border:solid #FFFFFF 1px;
	border-bottom:0px;
	background-color:#4d4d4d;
	text-align:left;
}