/* Font Stuff */
@import url('font-sizes.css'); /* NS4 can't see */

body, div, p, th, td, li, dd    {
    /* redundant selectors to help NS4 remember */
    font-family:  Verdana, sans-serif;
    font-size:    11px;
    }
/* End Font Stuff */

* {
margin:0;
padding:0;
border-collapse: collapse;
border-spacing: 0;
}

body {
	background-color: #ffffff;
	color: #000000;
	/*font-family: "lucida grande", "helvetica", "arial", sans-serif;*/
	text-align: center;
}
a {
	color: #cd7220;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight:normal;
}
h1 {
	color: #000000;
	font-size: 1.8em;
	margin: 0.5em 0;
}
h2 {
	color: #000000;
	font-size: 1.6em;
	margin: 0.35em 0;
}
h3 {
	color: #000000;
	font-size: 1.4em;
	margin: 0.25em 0;
}

h4 {
	color: #000000;
	font-size: 1.2em;
	margin: 0.2em 0;
}

ul {
	margin: 1em 0;
	padding: 0 0 0 20px;
}
li {
}

p {
	margin: 1em 0;
}

/* Tables */
table {
	background-color: #fff;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f0f0f0;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: left;
}
table tr td {
	padding: 4px 4px;
	text-align: left;
	vertical-align: top;
}
table tr.odd td {
	background: #ffffff;
}

table tr.even td {
	background: #f1ece7;
}

table tr.odd-folder td {
	background: #e8ded3;
}

table tr.even-folder td {
	background: #ddccbb;
}

table.infotable {
	border-spacing: 0;
	border-collapse: collapse;
}
table.infotable th {
	background-color: #fff;
	width: 25%;
	border-bottom: 1px solid #bbb;
}

table.infotable td {
	border-bottom: 1px solid #bbb;
}

.todo {
	color: #aaaaaa;
}

.errorExplanation {
	border: 2px solid #ff0000;
	padding: 5px;
	margin-bottom: 10px;
}

.errorExplanation h2 {
	font-size: 1.15em;
	color: #ff0000;
}

#flash_success {
	border-top: 2px solid #009900;
	border-bottom: 2px solid #009900;
	background-color: #ccffcc;
	padding: 5px;
	margin-bottom: 10px;
}
#flash_notice {
	border-top: 2px solid #cc9933;
	border-bottom: 2px solid #cc9933;
	background-color: #ffffcc;
	padding: 5px;
	margin-bottom: 10px;
}
#flash_error {
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	background-color: #ffcccc;
	padding: 5px;
	margin-bottom: 10px;
}

input, textarea, select {
	background-color: #f0f0f0;
}

ul.bare {
	list-style: none;
	padding: 0;
	margin: 1em 0;
}

ul.bare li {
	line-height: 1.6em;
}

.link-folder {
	display: block;
	padding-left: 20px;
}
.icon-folder {
	background-image: url("../images/icons/places/folder.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.link-file {
	display: block;
	padding-left: 20px;
	/* Default Icon, override later */
	background-image: url("../images/icons/mimetypes/x-office-document.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.icon-application-pdf {
	background-image: url("../images/icons/mimetypes/application-pdf.png");
}

.icon-image-jpeg,
.icon-image-gif,
.icon-image-tiff {
	background-image: url("../images/icons/mimetypes/image-x-generic.png");
}

.center {
	text-align:center;
}

.auto_complete {
	z-index: 9000;
}

a.sort-able {
	color: #333;
	text-decoration: underline;
	padding-right: 15px;
	margin-right: 10px;
	background-image: url("../images/sort-arrow.png");
	background-position: right top;
	background-repeat: no-repeat;
}

a.sort-current {
	color: #333;
	text-decoration: underline;
	padding-right: 15px;
	margin-right: 10px;
	background-image: url("../images/sort-arrow.png");
	background-position: right -100px;
	background-repeat: no-repeat;
}

.helperbox {
	list-style: none;
	margin: 0;
	padding: 0;
}
.helperbox li {
	margin: 0;
	padding: 0.3em 0;
}

.helperbox a {
	display: block;
	padding-left: 20px;
	/* default icon, override with more specific classes */
	background-image: url("../images/icons/actions/list-remove.png");
	background-repeat: no-repeat;
	background-position: left center;	
}

a.icon-window-new {
	background-image: url("../images/icons/actions/window-new.png");
}
a.icon-process-stop {
	background-image: url("../images/icons/actions/process-stop.png");
}
a.icon-accessories-text-editor {
	background-image: url("../images/icons/apps/accessories-text-editor.png");
}
a.icon-system-users {
	background-image: url("../images/icons/apps/system-users.png");
}
a.icon-go-home {
	background-image: url("../images/icons/actions/go-home.png");
}
a.icon-go-previous {
	background-image: url("../images/icons/actions/go-previous.png");
}
a.icon-folder-new {
	background-image: url("../images/icons/actions/folder-new.png");
}
a.icon-document-new {
	background-image: url("../images/icons/actions/document-new.png");
}
a.icon-contact-new {
	background-image: url("../images/icons/actions/contact-new.png");
}
a.icon-user-trash {
	background-image: url("../images/icons/places/user-trash.png");
}
a.icon-view-refresh {
	background-image: url("../images/icons/actions/view-refresh.png");
}

span.form_field {
	padding: 3px;
	border: 2px solid #ccc;
}

.small {
	font-size: 0.85em;
}
