body, ol, ul, td, th, input, select, table {
  font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif; 
  font-size: 12px;
}
ul, ol {
  list-style: none;
}
h1,h2,h3,h4,h5,h6,pre,code {
  font-size: 1em;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
  margin: 0; 
  padding: 0;
}
a img, :link img, :visited img, fieldset {
  border: none;
}
a.image_link:hover, a.image_link:visited {
  background-color: transparent;
}
table {
  border-collapse: collapse;
}
td {
  vertical-align: top;
}
th {
  text-align: left;
}
td.nowrap {
  white-space: nowrap;
}
hr {
  border: none; 
  border-top-style: dotted; 
  border-top-width: 1px; 
  border-top-color: #cccccc;
}
ul.sortable {
  cursor: move;
}
ol {
  list-style-position: outside; 
  list-style-type: decimal; 
  margin: 2em; 
  margin-top: 1em; 
  font-size: 1em;
}
ol.spaced li {
  margin-bottom: .5em;
}
div.clear:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
a {
  color: #666666 ;
}
a:visited {
  color: #666;
}
a:hover {
  text-decoration: underline; 
  color: #AAAAAA; 
}
#navigation, .tabs, {
  border-color: #dddddd;
}
.tabs a {
  color: #333333;
}
.autocomplete ul li.selected {
  background-color: #3481c4;
}
html {
}
body {
  background-color: #fff;
}
body.normal {
  background: #eee;
}
h1 {
  letter-spacing:-1px;
}
h1 {
  font-size: 1.5em;
}
h1 .note {
  font-weight: normal;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
img {
  border: none;
}
img.inline {
  vertical-align: bottom;
}
fieldset { margin: 4px; }

button {text-align: center}

label {
  float: left; 
  width: 80px;
}

input {
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1px; 
  border-bottom-width: 2px;
  float: left;
}

input {float: left; width: 150px}
input[type='checkbox'] {float: left; width: auto}
input.checkbox {float: left; border: none; width: auto}

input.url {
  width: 300px;
}

select {
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1px; 
  border-bottom-width: 2px;
}

textarea {
  width: 220px; 
  border-style: solid; 
  border-color: #cccccc; 
  border-width: 1px; 
  border-bottom-width: 2px; 
  font-family: Verdana, 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif; 
  font-size: .9em;
}

textarea.bigger {
  width: 400px;
  height: 100px;
}


.error {
  color: #AA0000;
  font-weight: bold;
}
.success, .new_message {
  color: #00AA00 !important;
  font-weight: bold;
}
p.error, p.success {
  margin: 15px 0 12px 0;
}

#content {
  width: 930px; 
  margin-top:20px; 
  margin-bottom: 20px; 
  margin-left: auto; 
  margin-right: auto; 
  min-height: 350px;
}
#inner_content {
  width: 800px; 
  margin: auto;
}


