﻿body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}


H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	/* color:#3BB5BE; */
	color:#333333;
}

.TABLE_main {
	width:900px;
}

.TD_header {

}

.TD_rootline {
	font-size: 10px;
	padding-bottom:40px;
}


.TD_content {
	padding:10px;
	font-size:12px;
	text-align:left;
	width:750px;
	background-image:url(../images/cool.png);
	background-repeat:no-repeat;
	vertical-align:top;
}

.TD_table {
		font-size:12px;
}

.TD_nav {
	border-right:1px solid #CCCCCC;
	vertical-align:top;
	width:150px;
	height:400px;
	text-align:left;
}

#nav {
	list-style:none;
	font-size:14px;
	color:#666666;
	border-bottom:1px solid #CCCCCC dashed;
	text-align:left;
	padding-top:2px;
	padding-bottom:2px;
}

#nav a {
	text-decoration:none;
	color:#333333;
}

#nav a:hover {
	text-decoration:none;
	color:#999999;
}

#navsub {
	list-style:none;
	font-size:14px;
	color:#666666;
	text-align:left;
	padding-left:5px;
	
}

#navsub a {
	text-decoration:none;
	color:#333333;
	background-color:#EFEFEF;
	width:100%;
}

#navsub a:hover {
	text-decoration:none;
	color:#999999;
}



.TD_footer_left {
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
}

.TD_footer_right {
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
}


/* Hitachi start */

.hitachi-table {
	font-size: 12px;
	height:430px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
 
.suckertreemenu ul{
margin: 0;
padding: 3;
list-style-type: none;
}
 
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #4B7DC8; /*overall menu background color*/
}
 
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 170px; /*Width of top level menu link items*/
padding: 8px 6px;
border: 2px solid #ffffff;
border-left-width: 1;
text-decoration: none;
font-weight: normal;
color: black;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}
 
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}
 
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}
 
/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 175px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding: 1px 5px;
border: 2px solid #ffffff;
}
 
.suckertreemenu ul li a:hover{
background-color: #96b446;
color: white;
}
 
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #4E82D2 no-repeat center right;
}
 
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #4E82D2 url(images/arrow-right.gif) no-repeat center right;
}
 
* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* hitachi end */