html, body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #FFFFFF url(images/diagonalStripes.png) repeat-x;
}

p {
	margin: 0px;
}

p.error {
	color: red;
	font-weight: bold;
	border: 3px solid #660000;
	padding: 5px;
}

div.error {
	background: white;
	color: red;
	font-weight: bold;
	border: 3px solid #660000;
	padding: 5px;
	text-align: center;
}

div.info {
	background: white;
	color: green;
	font-weight: bold;
	border: 3px solid #006600;
	padding: 5px;
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#header {
	position: relative;
	background: #C90907 url(images/headerBackground.png) repeat-x;
	height: 140px;
}

#header img {
	border: none;
}

#navigation {
	position: absolute;
	left: 250px;
	top: 10px;
	line-height: 120px;
	height: 120px;
}

#navigation a {
	font-size: large;
	padding: 2px 5px;
	margin: 5px 5px;
	text-decoration: none;
	background: #BF001E;
	color: white;
	border: 1px solid #8B0000;
}

#navigation a:hover {
	background: #8B0000;
}

#navigation a.active {
	background: #E5E5E5;
	color: black;
}

.split {
	background: #AAA9A9 url(images/headerStripe.png) repeat-x;
	height: 10px;
}

#content {
	background: #FFFFFF url(images/contentBackground.png) repeat-x;
	padding: 10px;
}
/*
#content > a:link {
	color: black;
}
*/
.pagination {
	color: silver;
	text-align: center;
}

.pagination a {
	color: #666666;
}

.pagination a:hover {
	color: black;
}

.pagination strong {
	color: black;
}

/* Files Layout */
#items {
	margin-left: 10px;
}

.itemWrapper {
	width: 300px;
	margin: 20px 0px 0px 20px;
	float: left;
}

.itemHeader {
	background: #CA0E0B url(images/itemHeaderBackground.png) repeat-x;
	height: 100px;
	color: #FFFFFF;
	padding: 5px;
}

.itemHeader a {
	color: white;
}

a img {
	border: none;
}

.hidden {
	background: #CCCCCC url(images/itemHeaderBackgroundHidden.png) repeat-x;
}

.itemDetails {
	background: #E4E5E5 url(images/itemBackground.png) repeat-x;
	height: 157px;
	max-height: 157px;
	padding: 3px 5px;
}

.clearing {
	clear: both;
}

/* Files Inner Styling */
.fileName {
	font-weight: bold;
}

.tags {
	text-align: center;
	line-height: 2em;
	padding-top: 5px;
}

.tags a {
	display: block;
	margin: 2px auto;
	width: 150px;
	color: black;
	border: 1px solid silver;
}

#footer {
	height: 100px;
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #AAAAAA;
	background: silver url(images/contentBackground.png) repeat-x;
}

/**
 * Form Layout
 */
form {
	padding: 10px;
}

form label {
	position: relative;
	display: block;
	line-height: 2em;
	height: 2em;
}

form label.textarea {
	height: 250px;
}

form label textarea {
	position: absolute;
	top: 5px;
	width: 500px;
	left: 120px;
}

form label input, form label select {
	position: absolute;
	top: 5px;
	left: 120px;
	width: 300px;
}

form label textarea {
	height: 120px;
}

form table td {
	vertical-align: top;
}

form table input {
	width: 500px;
}

form table textarea {
	width: 500px;
	height: 250px;
}

input[type="submit"] {
	width: auto;
}

form label span {
	position: absolute;
	left: 120px;
}

form label span input {
	position: static;
	width: 2em;
}

form label span img, form label img {
	margin-left: 0.5em;
}

/**
 * Ajax-Tagging styles
 */
#selector-holder {
	position: relative;
	height: 1px;
	overflow: visible;
	z-index: 100;
}

#tag-selector {
	display: none;
	font-size: small;
	position: absolute;
	border: 1px solid silver;
	width: 300px;
	left: 120px;
	background: white;
	z-index: 100;
}

/**
 * Admin tables
 */
table.admin {
	width: 500px;
	border: 1px solid silver;
	border-collapse: collapse;
}

table.admin th, table.admin td {
	border: 1px solid silver;
	border-collapse: collapse;
}

a.button {
	padding: 2px 5px;
	border: 1px solid red;
	background: #C90907;
	color: white;
	text-decoration: none;
	line-height: 1em;
}

.button:hover {
	background: red;
}

a.button img {
	position: relative;
	top: 3px;
}

li.taskpaper_done {
	text-decoration: line-through;
}
