@charset "utf-8";
/* CSS Document */






#loginBar {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid #999;
	background: url(../../png/arrow.png) no-repeat left center #E5E5E5;
}
#loginBar .left {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 5px 0 0 5px;
	color: #FFFFFF;
	font-weight: bold;
}
#loginBar .left span {
	float: left;
	width: 200px;
}
#loginBar .left a {
	float: left;
}
#loginBar .form {
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 2px 5px 0 0;
}
#loginBar .form a {
	float: left;
	padding: 3px 5px 0 0;
}
#loginBar .form span {
	float: left;
	padding: 3px 15px 0 0;
}





#listUsers {
	float: left;
	clear: left;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
}
#listUsers a {
	float: left;
	clear: left;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0;
	text-decoration: none;
}
#listUsers a:hover {
	background: #CCC;
}
#listUsers a.disabled {
	background: #FF5E5E;
}
#listUsers a span.userName {
	float: left;
	width: 200px;
	margin: 0 5px 0 8px;
}








#userPermPresets {
	display: inline;
	float: left;
	clear: none;
	margin: 11px 5px 5px 11px;
	border: 1px solid #C9C9C9;
	padding: 10px;
	width: 170px;
}
#userPermPresets a.button {
	display: inline;
	float: left;
	clear: left;
	width: 170px;
	text-align: center;
	font-size: 11px;
	margin-top: 1px;
	padding: 4px 0;
	text-transform: lowercase;
}




table.userPermissions th a.button {
	width: 50px;
	text-align: center;
	font-size: 10px;
	margin: 3px 0;
}
table.userPermissions th.nobutton,
table.userPermissions td.nobutton {
	width: 70px;
}
table.userPermissions td a.button {
	width: 170px;
	text-align: center;
	font-size: 10px;
	margin: 1px 0;
	padding: 2px 0;
	text-transform: lowercase;
}
table.userPermissions td.nobuttonLeft {
	width: 170px;
	text-transform: lowercase;
}
table.userPermissions th,
table.userPermissions td {
	margin: 0 0 0 0;
	padding: 2px 6px;
}
table.userPermissions th {
	text-align: left;
}
table.userPermissions input,
table#userPermissionsDist input,
table#userPermissionsMgmt input,
table#userPermissionsAdmin input,
table#userPermissionsIT input {
	width: auto;
	text-align: center;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}
table.userPermissions {
	float: left;
	clear: left;
	border-collapse: collapse;
	margin-top: 10px;
}
table.userPermissions th,
table.userPermissions td {
	border: 1px solid #fff;
}
table.userPermissions th {
	background: #F5F5F5;
}
table.userPermissions:hover th,
table.userPermissions:hover td {
	background: #FFFFCC;
}
table.userPermissions th:hover {
	background: #E5E5E5;
}
table.userPermissions td {
	background: #e5f1f4;
}
/* tablecloth styles */
table.userPermissions th.over {
	background: #E5E5E5;
}
table.userPermissions th.down {
	background: #E5E5E5;
}
table.userPermissions th.selected {
}
table.userPermissions td.over {
	background: #E5E5E5;
}
table.userPermissions td.down {
	background: #E5E5E5;
}
table.userPermissions td.selected {
	background: #CCCCCC;
}
/* use this if you want to apply different styleing to empty table cells*/
table.userPermissions td.empty {
	background: #fff;
}





h4.fileList {
	float: left;
	clear: left;
}





ul.linklist {
	margin: 15px 0 15px 15px;
	padding: 0 0 0 0;
	list-style: none;
}
ul.linklist li {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}





ul.pdflinks {
	margin: 15px 0 15px 15px;
	padding: 0 0 0 0;
	float: left;
	clear: left;
}
ul.pdflinks li {
	float: left;
	clear: left;
	height: 23px;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 1px;
}
ul.pdflinks a {
	float: left;
	margin-right: 10px;
}
ul.pdflinks a.deleted {
	color: #999;
	font-style: italic;
}
ul.pdflinks a.deleteFile,
ul.pdflinks a.restoreFile,
ul.pdflinks a.moveUp,
ul.pdflinks a.moveDn {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	text-indent: -9999em;
}
ul.pdflinks a.deleteFile {
	background: url(../images/delete.jpg) no-repeat 0px 0px;
}
ul.pdflinks a:hover.deleteFile {
	background: url(../images/delete.jpg) no-repeat 0px -20px;
}
ul.pdflinks a.restoreFile {
	background: url(../images/restore.jpg) no-repeat 0px 0px;
}
ul.pdflinks a:hover.restoreFile {
	background: url(../images/restore.jpg) no-repeat 0px -20px;
}
ul.pdflinks a.moveUp {
	background: url(../images/arrow-up.jpg) no-repeat 0px 0px;
}
ul.pdflinks a:hover.moveUp {
	background: url(../images/arrow-up.jpg) no-repeat 0px -20px;
}
ul.pdflinks a.moveDn {
	background: url(../images/arrow-dn.jpg) no-repeat 0px 0px;
}
ul.pdflinks a:hover.moveDn {
	background: url(../images/arrow-dn.jpg) no-repeat 0px -20px;
}




a#history {
	float: left;
	clear: left;
	position: relative;
	padding: 4px 10px;
	margin: 5px 0 10px 0;
	background: #EFEFEF;
	border: 1px solid #999999;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a#history.hideHistory {
	margin: 5px 0 -1px 0;
	border-bottom: none;
	z-index: 8;
}
a:hover#history.hideHistory {
	border-bottom: 1px solid #999999;
	padding: 4px 10px 3px 10px;
}
a:hover#history {
	background: #CCCCCC;
	color: #333333;
}
h3.fileList {
	float: left;
	clear: left;
}
#pageHistory {
	float: left;
	clear: left;
	position: relative;
	width: 550px;
	padding: 10px 10px;
	margin: 0 0 10px 0;
	background: #EFEFEF;
	border: 1px solid #999999;
	z-index: 7;
}
#pageHistory .historyItem {
	float: left;
	clear: left;
	width: 530px;
	padding: 5px 0 5px 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#pageHistory .historyItem + .historyItem {
	border-top: none;
}
#pageHistory .upload {
	background: url(../images/document.jpg) no-repeat 1px 8px;
}
#pageHistory .deletefile {
	background: url(../images/document_del.jpg) no-repeat 1px 8px;
}
#pageHistory .restorefile {
	background: url(../images/document_restore.jpg) no-repeat 1px 8px;
}
#pageHistory .addcategory {
	background: url(../images/category.jpg) no-repeat 1px 8px;
}
#pageHistory .deletecategory {
	background: url(../images/category_del.jpg) no-repeat 1px 8px;
}
#pageHistory .addlink {
	background: url(../images/link.jpg) no-repeat 1px 8px;
}
#pageHistory .deletelink {
	background: url(../images/link_del.jpg) no-repeat 1px 8px;
}
#pageHistory .restorelink {
	background: url(../images/link_restore.jpg) no-repeat 1px 8px;
}
#pageHistory span.content {
	float: left;
	padding: 0 0 0 5px;
	font-size: 11px;
	font-weight: bold;
}
#pageHistory span.time {
	float: left;
	clear: left;
	width: 525px;
	font-size: 10px;
	font-style: italic;
	padding: 0 0 0 5px;
}
#pageHistory span.time span {
	float: left;
	margin-top: 2px;
	padding: 3px 0 0 0;
}
#pageHistory a.historyToggle {
	float: left;
	clear: left;
	padding: 3px 0;
}
#pageHistory a.viewHistoryItem {
	float: right;
	padding: 2px 7px;
	margin: 2px 0 0 10px;
	background: #CCC;
	color: #333;
	border: 1px solid #999;
	text-decoration: none;
	font-style: normal;
}
#pageHistory a:hover.viewHistoryItem {
	color: #FFF;
	background: #666;
	border: 1px solid #000;
}


form.uploaderForm {
	padding: 0 0 25px 0;
}
form.uploaderForm label {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	margin-top: 3px;
	margin-right: 12px;
	padding-top: 5px;
}
form.uploaderForm input,
form.uploaderForm select {
	float: left;
	width: 150px;
	margin-top: 3px;
	padding: 1px 4px;
}
form.uploaderForm button {
	float: left;
	clear: left;
	margin-top: 3px;
	margin-left: 165px;
}
label.userPermissions {
	text-align: left;
	margin-left: 120px;
}
table.userPermissions {
	float: left;
	clear: left;
	margin-top: 3px;
	margin-left: 165px;
}