/* This code is used to style the padlock login icon underneath the footer content which is used for users to login and view / download the uploaded files via the web interface */

.wbpadlock,
.wbpadlock a {
	border: none;
	outline: none;
	background: transparent;
}

/* Login form and password fields for admin */

#aform input,
#aform textarea,
#aform password {
	display: block;
	border: 1px solid #888888;
	color: #929292;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 50%;
}

/* Admin logout button */

#logout {
	display: block;
	text-align: left;
	margin: 0 auto;
	font: bold 13px/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #424242;
	height: 30px;
	padding: 0;
}

#logout a {
	width: 66%;
	display: block;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin: 0 auto;
	background: #f5f5f5;
	font: bold 13px/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #424242;
	text-decoration: none;
	padding: 5px 50px;
}

#logout a:hover {
	background: #dfe1e1;
}

/* Admin login submit button (static and hover states) */

#asubmit {
	display: block;
	width: 77px !important;
	height: 27px !important;
	line-height: 27px !important;
	text-align: center;
	color: #424242 !important;
	text-decoration: none;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif !important;
	float: left;
	border: 1px solid #808080 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eaeaea;
	margin: 0;
}

#asubmit:hover {
	cursor: pointer;
}

/* This is the code for the search container in admin */

.search {
	width: 66%;
	display: block;
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	margin: 25px auto;
	font: bold 13px/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #424242;
	padding: 50px;
}

/* This is the code for the search bar in the search container */

#q {
	display: block;
	width: 99%;
	border: 1px solid #888888;
	color: #929292;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* This is the code for the admin login panel container and files list in admin */

#aform,
#files {
	min-height: 128px;
	width: 66%;
	display: block;
	background: #f5f5f5 url(weaverbox.png) no-repeat right top;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	margin: 25px auto;
	font: bold 13px/1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #424242;
	padding: 50px;
}

/* File list items in admin */

#files li {
	display: block;
	margin: 10px 0 20px;
	padding: 0;
}

a.preview {
	padding-right: 20px;
	width: 32px;
	height: 32px;
	display: block;
	position: relative;
	background: transparent url(preview.png) no-repeat 0px 5px;
	padding-top: 5px;
	border: none;
	padding-left: 40px;
	line-height: 26px;
}
