/****************************************************/
/* 	File Name:		TreeCss.css						*/
/*	Version No.:	TreeCss1.0						*/
/* 	Function:		HTML tag styles For Tree Page   */
/*	Design:			James Guo						*/
/*	Date:			2005/12/19						*/
/****************************************************/ 
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ff6500;
}
a:active {
	text-decoration: none;
	color: #000000;
}
Body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #ffffff;
	height: 97%;
	margin: 0px;
}
form {
	margin: 0px;
}

lable {
        font-size: 12px;
}
#bodycell {
	margin: 0px;
	background-color: #FFFFFF;
	border: thin inset #FFFFFF;
	height: 97%;
}
#treebody {
	background-color: #D4D0C8;
	height: 97%;
	border: thin groove #FFFFFF;
	margin: 0px;
	font-size: 12px;
}
/*************** .button styles **************/
.TreeName {
	font-size: 14px;
	color: #003399;
	text-indent: 10px;
	height: 28px;
}
.button {
	color: #000000;
	width: 70px;
}
.buttonCon {
	padding: 5px;
}

.menu {
	white-space: nowrap;
	text-align: center;
	vertical-align: bottom;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/Menu/menuCon1.gif);
	width: 33px;
}
.Cmenu {
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/Menu/menuCon0.gif);
	width: 33px;
}
.menuCon {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 12px;
	vertical-align: bottom;
}

