* { margin:0; padding:0; }

body {
  background-color:#c1c4c7;
 /* background-image: url(../images/site_bg.jpg); */
	font-family:Helvetica, Lucida Grande, Verdana;
	font-size:12px;
}

a:link,
a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
  background-color:#29382A;
  font-size:16px;
  color:white;
  padding-left:20px;
  line-height:23px;
  height:25px;
}

h2 {
	font-size:12px;
	background-color:#EFF7F9;
	border-bottom:1px solid #ddd;
	padding:4px;
}

h3 {
  background:black;
  color:white;
  border-bottom:2px solid #333;
  border-right:1px solid #333;
  padding:10px;
}

h3 a:link,
h3 a:visited {
	display:block;
  color:white;
  padding:2px;
	text-decoration:none;
	float:right;
	font-size:12px;
  border-right:1px solid #333;
  border-bottom:1px solid #333;
}

h3 a:hover {
  background:white;
  color:black;
}

.user_info {
  float:right;
}

.user_info a:link, 
.user_info a:visited {
	font-weight:bold;
  margin-left:5px;
	text-decoration:none;
}

.tabs {
  float:right;
  line-height:23px;
  padding-left:20px;
  font-size:12px;
  background:#807E77;
  height:100%;
}

.tabs a:link,
.tabs a:visited {
  padding-right:10px;
  color:white;
  text-decoration:none;
}

.tabs a:hover {
  color:black;
  text-decoration:underline;
}

#message {
	font-weight:bold;
	color:red;
}

.search-container {
  position:absolute;
  top:8px;
  right:70px;
}

#available_patterns .search-container {
  position:static;
}

.search {
  width:200px;
  border:1px solid #A79C86;
  padding:0;
  padding-left:6px;
  height:14px;
  border-left:0;
  padding-top:2px;
  padding-bottom:2px;
}

.search_label {
  height:15px;
  width:46px;
  padding-top:3px;
  margin:0;
  float:left;
  font-weight:bold;
  padding-left:4px;
  border:1px solid #A79C86;
  border-right:0;
  color:black;
  background-color:white;
}

p.pattern {
	border:1px solid #ccc;
	padding:5px;
}

p.pattern input {
  width:234px;
}

p.selected {
	padding-left:2px;
	background-color:#EFB42B;
}

a:link, a:visited {
	color:blue;
}

a:link img,
a:visited img {
	border:0;
}

.column.first {
	width:400px;
}

.column {
	float:left;
	padding:10px;
}

.column textarea {
	height:100px;
}

.menu {
	background-color:white;
	float:left;
	width:120px;
}

.menu a:link,
.menu a:visited {
	display:block;
	border-bottom:1px solid #000;
	text-decoration:none;
	padding:5px;
}

.menu a:hover {
	text-decoration:underline;
}

.vertical-menu li {
  padding:5px;
}

ul {
	padding-left:0px;
	list-style-type:none;
}

.paginator {
  position:relative;
}

.pagination_list {
  width:100%;
  border-collapse:collapse;
  border-right:1px solid #A79C86;
  table-layout:auto;
}

.pagination_list td {
  background-color:white;
  padding:0.5em;
}
.pagination_list tr.odd td {
	background-color:#F3F3F7;
}

.pagination_list td p {
  font-size:10px;
  line-height:14px;
}

.pagination_list td.thumbnail {
  width:100px;
}

.pagination_list td a:link,
.pagination_list td a:visited {
	font-weight:bold;
}

.expand {
  display:block;
  width:100%;
}

label {
  display:block;
  margin-top:10px;
  font-weight:bold;
}

input, textarea {
  border:1px solid black;
  margin-bottom:0;
}

input[type=submit], input[type=file] {
  border:1px solid black;
  font-size:12px;
  padding:2px 5px 2px 5px;
}

input[type=checkbox] {
  border:none;
}

.error_container {
	margin:5px;
}

.response_error {
	width:auto;
	font-weight:bold;
	background-color:#c00;
	color:white;
	padding:2px;
}

form .error {
	color:red;
  float:right;
  font-size:10px;
}

form .invalid {
  border:1px solid red;
}

.category {
	position:relative;
  padding-left:5px;
  cursor:pointer;
	background-color:white;
}

.category .pattern {
	margin-left:6px;
	padding-left:20px;
  padding-bottom:5px;
	border-left:1px dotted black;
}

.category .category {
	margin-left:6px;
	padding-left:20px;
	padding-top:5px;
	border-left:1px dotted black;
}

.drophover, 
#library_new_category.drophover, 
#library_remove_category.drophover {
  background-color:yellow;
  cursor:pointer;
}

#library_category_list {
	padding:5px;
	background-color:white;
  margin-bottom:5px;
	border:1px inset black;
}

#library_new_category {
  padding:5px;
  background-color:#9c9;
	border:1px inset black;
}

#library_remove_category {
  padding:5px;
	border:1px inset black;
  background-color:#c99;
}

.show_item {
	border-collapse:collapse;
}

.show_item thead th {
	padding:2px;
	background-color:black;
	color:white;
}

.show_item td {
  padding:5px;
	background-color:white;
	border:1px solid black;
}

.show_item th {
	border:1px solid black;
  background-color:#ccc;
  padding:5px;
}

.draggable {
  cursor:move;
}

.tree_control {
  width:9px;
  height:9px;
  float:left;
	font-size:8px;
  line-height:8px;
  text-decoration:none;
  display:block;
  border:1px solid black;
  background:white;
  color:black;
  margin-right:5px;
	margin-top:2px;
  text-align:center;
}

table {
	font-size:12px;
}

table.report {
	width:100%;
	border:1px solid black;
	border-collapse:collapse;
}

table.report th,
table.report th a:link {
	background-color:black;
	color:white;
}

table.report td {
	padding:5px;
	background-color:white;
	border:1px solid black;
}

table.report a:link {
  
}

.notes_header {
	border:1px solid #ddd;
	border-bottom:0;
	font-size:14px;
	padding:2px;
	margin-bottom:0;
	background-color:black;
	color:white;
}

.notes {
	border:1px solid #ddd;
	background-color:white;
	padding:5px;
}

select {
  border:0;
}

.paginator_controls {
  margin-top:0;
  height:26px;
  background-color:#29382A;
  color:white;
  font-weight:bold;
  padding:2px;
}

.paginator_controls .buttons {
  margin-top:2px;
  padding-top:2px;
  border-top:1px solid #ccc;
}

.paginator_controls .offset {
  width:40px;
}

.paginator_controls .pulser {
  padding-top:3px;
  padding-right:10px;
}

#project_title {
	width:100%;
}

#project_description {
	width:100%;
	height:100px;
}

#project_create label {
  color: black;
}

a:link.unknown,
a:visited.unknown {
	color:orange;
	text-decoration:none;
	font-size:16px;
}

a:link.known,
a:visited.known {
	color:green;
	text-decoration:none;
	font-size:16px;
}

a:link.bad,
a:visited.bad {
	color:red;
	text-decoration:none;
	font-size:16px;
}

ul.pagination_list {
	background-color:white;
}

.notice {
  line-height:18px;
  margin:10px;
  width:500px;
	padding:5px;
  border:1px solid black;
  background-color:white;
}

.notice h4 {
	margin:0px 0px 5px 0px;
}

.notice p {
  margin-bottom:5px;
}

.login_form {
	margin:5px;
	height:145px;
	padding:5px;
  padding-left:20px;
  background-color:black;
  width:166px;
  color:white;
}

.login_form fieldset {
	margin-left:0px;
}

.button_list {
  margin-top:2px;
}

.button_list a:link,
.button_list a:visited {
  background:black;
  display:block;
  float:left;
  padding:5px;
  border-right:1px solid white;
  text-decoration:none;
  color:white;
}

.button_list a:hover {
  background-color:white;
  color:black;
}

.footer {
  clear:both;
	border-top:1px solid #333;
  padding:5px;
  margin-top:20px;
  text-align:center;
}

.backtrace {
  background:white;
  line-height:16px;
  padding:10px;
}

#available_patterns .search {
  width:242px;
}

.page {
  background-color:white;
}

.required {
  border:1px solid #00c;
}

.disabled {
  background-color:#333;
}

.newslist {
  background-color:white;
  padding:10px;
}

.newslist p {
  margin-bottom:1em;
}

.page-body {
  padding:10px;
}

.newslist .timestamp {
  font-weight:normal;
}

.newslist h4 {
  padding-bottom:1em;
}

