@charset "iso-8859-1";

/* ===============================================
   CHOREOGRAPH.NET COLOUR SET
   copyright (c) 2007 Robin Parmar
   licensed for use only on choreograph.net
   =============================================== */

body {background-color:#FFF; color:#404040;}
#frame1 {background-color:#F6F7F8;}

h2, h3, h4, small, label {color: #576078;}

a {color: #404040;}
h2 a, h3 a, h4 a {color: #576078;}
a:focus, a:hover {color: #ff6600;}

div.rule {border-color:#B6BBC5;}


/* -------- 
   comments
   -------- */
.comment {background-color:#E6E8EB;}
.comment-preview {background-color:#fff;}
.c-author {background-color:#ddf;}

.comments-wrapper input, .comments-wrapper textarea {
  background-color:#fff;
  color:#102132;
  border-color:#284279;
}

.comments-wrapper input.button {
  color:#fff;
  background-color:#566179;
}

ul.comments_error, input.comments_error, textarea.comments_error {background-color: #ffa;}


/* ------ 
   etc
   ------ */
table.red {border-color: #f00;}
table.red th {background-color: #ff6a6a; color: #fff;}
table.red td {background-color: #fdd;}
table.red tr.odd td {background-color: #fff;}

table.blue {border-color: #00f;}
table.blue th {background-color: #6a6aff; color: #fff;}
table.blue td {background-color: #ddf;}
table.blue tr.odd td {background-color: #fff;}