form#upload{width: 100%;}

.admin, #admin_nav
{
	background: #660000;
	color: #fff;
	font-size: 7pt;	
}

.admin
{
	margin-left: 5px;
	text-transform:uppercase;	
	display: inline;
}

.admin a:link, .admin a:visited, #admin_nav a:link, #admin_nav a:visited
{
	background: #333;
	color: #fff;
	text-decoration: none;
	display: inline;
}

.note
{	
	top: 0px;
	right: 10px;
	position: absolute;
}

.note a:link, .note a:visited
{
	border: 0px;
}

.add
{
	margin-left: 2px;
}

#admin_nav
{
	width:100%;
	text-align: center;
}

.hidden
{
	background: #ccc !important;
	background-image: none !important;
}

.hidden *{background-image: none !important;}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}
