body, td, th, input, select, textarea {
  font-family: verdana, sans-serif;
  font-size: 11px;
}

img {
  border: none;
}

table.clear {
  border-collapse: collapse;
}

td.clear {
  border: 0px;
  padding: 0px;
}

table.canvas {
  border-collapse: separate;
}

td#logo-left {
  height: 60px;
  width: 490px;
  text-align: left;
  vertical-align: top;
}

td#logo-right {
  height: 60px;
  width: 490px;
  padding-right: 20px;
  text-align: right;
  vertical-align: top;
}

td.main {
  background: #DCEAF0;
  border: 0px;
  padding: 0px;
}

td#menu {
  padding: 5px;
}

td#edit_menu {
  padding-right: 20px;
}

td.canvas {
  background: #DCEAF0;
  padding: 5px;
  vertical-align: top;
}

td.form {
  background: #AEE0F6;
  padding: 5px;
  vertical-align: top;
}

td.spacer {
  background-image: url("../img/icon-spacer.png");
  background-repeat: repeat-y;
  border: 0px;
  padding: 0px;
}

th.list {
	background: #44C4FB;
	padding: 2px;
}

td.list {
	background: #DCEAF0;
	padding: 2px;
}

td.photo {
	padding-right: 20px;
	padding-bottom: 10px;
}

#top {
  vertical-align: top;
}

#bottom {
  vertical-align: bottom;
}

td.icon {
  width: 40px;
  background-image: url("../img/icon-spacer.png");
  background-repeat: repeat-y;
  padding-bottom: 2px;
}

a {
  color: #0080C0;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.mm_unsel {
  font-weight: normal;
}

a.mm_sel {
  font-weight: bold;
}

a.highlight {
	font-weight: bold;
}

div.index {
  width: 210px;
}

div.content {
  width: 680px;
}

input.button {
  background: #0096d7;
  border-style: solid;
  border-color: black;
  margin-right: 20px;
}

.prop {
  height:400px;
  float:right;
  width:1px;
}

.error {
	color: #ffffff;
	background: red;
}

