@import url(../base.css);

body, input, textarea, select {
}

body {
	color: #000;
	background: #f7f7f7;
}

body.source {
}

pre {
}

a:link, a:visited {
	color: #339;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #000;
	background: transparent;
	text-decoration: underline;
}
a:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}

span.shortcut {
	text-decoration: underline;
}


/* Headings
 * ------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


/* Forms
 * ------------------------------------------------- */

form {
}
form.paste {
	color: #000;
	background: #eee;
	border-color: #ccc;
	border-left-color: #999;
}
form.paste p {
}
input.text, textarea, select {
	color: #000;
	background: #fff;
	border-color: #666;
}
input.text, textarea {
}


/* Lists
 * ------------------------------------------------- */

ul.flat {
}
ul.flat li {
	border-left-color: #666;
}
ul.flat li.first {
}


/* Notes
 * ------------------------------------------------- */

.note {
	color: #000;
	background: #eee;
	border-color: #ccc;
	border-left-color: #999;
}
.important {
	color: #000;
	background: #fcc;
	border-color: #f99;
	border-left-color: #f66;
}
.important a:link, .important a:visited {
	color: #000;
}


/* TableList
 * ------------------------------------------------- */

table.list {
	border-color: #999;
	border-left-color: #999;
}
table.list th {
	color: #000;
	background: #eee;
	border-color: #999;
}
table.list th.top {
}
table.list td {
	color: #000;
	background: #fff;
	border-color: #999;
}


table#head {
	border-color: #999;
	border-left-color: #999;
}
table#head th {
	color: #000;
	background: #eee;
	border-color: #999;
}
table#head td {
	color: #000;
	background: #f7f7f7;
	border-color: #999;
}

table#head select, table#head input {
}

table#relateds td.related_self {
	background-color: #fff;
}
table#relateds td.related_entry {
	background-color: #f7f7f7;
}
table.sourcetable {
	border-color: #666;
}
td.linenumbers {
	color: #000;
	background: #f7f7f7;
	border-right-color: #ccc;
}
td.source {
	color: #000;
	background: #fbfbfb;
}

a.reply:link, a.reply:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
}
a.delete:link, a.delete:visited {
	text-decoration: none;
	color: #fff;
	background: #f00;
}
