input.newDoc {
	width: 80%;
	font-size: 80%;
}

input.folderJump {
	background-color: #DDDAC6;
	font-weight: bold;
	border: 1px solid #000000;
}

div.lockIcon {
	position: relative;
	left: 16px;
	top: -16px;
}

a.pathEditLink {
	font-size: 80%;
}

td.cb {
	background-image: url('/mod/doc/tpl/images/cb_bg.gif');
	background-repeat: repeat-y;
	background-position: center top;
}

td.cbFooter {
	padding-left: 30px;
	background-image: url('/mod/doc/tpl/images/cb_footer.gif');
	background-repeat: no-repeat;
	background-position: 8px top;
}
td.cbFooter[class] {
	background-position: 7px top;
}

* html td.listTableHead select {
	margin-bottom: 2px;
	font-family: Verdana;
}

#saveWarning {
	float: left;
	color: #0000FF;
	padding: 5px;
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F8F7DE;
	border: #999999 1px solid;
	display: none;
}

#saveWarning a {
	font-weight: bold;
	color: #0000FF;
}