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 { border: none; }
a, a:link, a:visited {
  color: #22d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body, td {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
}
body {
  padding: 20px;
}
p {
  padding: 5px 0;
}
h1 {
  font-size: 21px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
ul {
  padding-left: 15px;
}

/* horizontal list */
ul.horizontal {
  list-style: none;
  padding: 0;
}
ul.horizontal li {
  display: inline;
  margin-right: 5px;
  margin-left: -0.1em;
}
ul.horizontal li a.selected {
  color: #999;
}

/* forms */
form.default .form_error {
  padding-left: 21px;
  background: url(/sfApp/images/error.png) left no-repeat;
  color: #f00;
  font-weight: bold;
  margin-bottom: 3px;
  margin-left: 155px;
}
form.default div {
  padding: 2px;
}
form.default label {
  font-weight: bold;
  width: 150px;
  float: left;
  text-align: right;
  margin-right: 5px;
}
form.default label.optional {
  font-weight: normal;
}
form.default .checkbox, form.default .radiobutton {
  padding-left: 155px;
}
form.default .checkbox label, form.default .radiobutton label {
  float: none;
}

/* captcha */
form #captcha_image {
  border: 1px solid black;
}
form div.captcha {
  float: left;
  text-align: center;
  display: table-cell;
}
form div.captcha input {
  display: block;
}

/* flash messages */
.notice#flash_message, .error#flash_message {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 3px;
}
.notice#flash_message {
  border: 1px solid green;
  color: green;
}
.notice#flash_message span {
  padding-left: 21px;
  background: url(/sfApp/images/information.png) left no-repeat;
}
.error#flash_message {
  border: 1px solid red;
  color: red;
}
.error#flash_message span {
  padding-left: 21px;
  background: url(/sfApp/images/error.png) left no-repeat;
}

/* breadcrumb */
#breadcrumb {
  margin: 8px 0;
}
#breadcrumb li {
  padding-right: 16px;
  background: url(/sfSimpleCMSPlugin/images/tab_right.png) right no-repeat;
  font-weight: bold;
  margin-right: 0;
}
#breadcrumb li.last {
  background: none;
}

/* paginator, navigator */
.paginator, .navigator {
  font-weight: bold;
  margin: 10px 0;
}

/* sfGuardAuth */
#sf_guard_user_bar {
  margin-bottom: 5px;
}
#sf_guard_user_bar .username {
  font-weight: bold;
}

/* sfSimpleCMS */
#site_logo {
  font-size: 25px;
  font-weight: bold;
}

/* TinyMCE */
.mceContentBody {
  padding: 3px;
}
.mceEditor td {
  background: #fff;
}
form.edit_slot {
  font-weight: normal;
  font-size: 11px;
}

/* languages */
ul#languages {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
}
ul#languages li {
  margin: 0;
  margin-left: 5px;
}

/* main menu */
ul#main_menu {
  margin: 5px 0;
}
ul#main_menu a {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px;
}

/* sfFeedbackForm */
#sf_feedback_form form textarea#message {
  width: 250px;
  height: 150px;
}
