.login {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 613px;
	text-align: left;
	color: black;
	background-color: #000;
	background: url(/jcc/images/login.jpg);
}

.login .logininfo {
	width: 30%;
	color: #000;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 400px;
	padding-top: 435px;
	vertical-align: middle;
}

.login .logininfo .error {
	color: red;
	width: 100%;
}

.menubar {
	font-size: 14px;
	color: white;
	font-weight: bolder;
	padding: 0px;
	padding-left: 5px;
	padding-top: 3px;
	background: url(/jcc/images/163/bar.gif) repeat-x left;
	background-color: #cc0000;
	margin: 0px;
	margin-bottom: 2px;
	height: 24px;
	width: 100%;
	text-align: left;
	vertical-align: center;
}

.menubar img {
	vertical-align: middle;
	padding-right: 5px;
	text-align: center;
	margin: 2;
}

ul.menubar {
	float: left;
	width: 99.3%;
	white-space: nowrap;
}

ul.menubar li {
	display: inline;
}

ul.menubar a {
	padding-right: 10px;
	color: white;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #96a3b4;
}

ul.menubar a:hover {
	color: #f8e45a;
}

ul.menubar a:active {
	color: #f8e45a;
}

ul.menubar A:visited {
	color: white;
	text-decoration: none
}

/*
   ------------------------------------------------------------
   contentManage and Tree component
   ------------------------------------------------------------
*/
.contentLeft {
	float: left;
	width: 30%;
	text-align: left;
}

.contentRight {
	float: right;
	width: 70%;
}

.nodeFolder {
	text-decoration: none
}

.document {
	color: blue;
	text-decoration: none
}

.documentSelected {
	color: blue;
	font-size: 10px;
	font-weight: bold
}

.childCount {
	color: blue;
	text-decoration: none
}

.adminImage {
	float: left;
	width: 100px;
	height: 30px;
	cursor: pointer;
}
