html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ol, ul, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  color: #666;
  font-family: 'Lucida Grande','Nimbus Sans L',Arial,Helvetica,sans-serif;
  font-size: 14px;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}


ul li,
ol li {
  list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/*** General Font Sizes **************************************************/
h1 {
  color: #444;
  font-size: 42px;
  font-weight: normal;
  }

h1 span { color: #3265B0; }

h2 {
}

h2 span {
  }

h2.my_rating {
  background: url('images/my_rating.png') no-repeat left top;
  display: block;
  height: 120px;
  text-indent: -999em;
  width: 320px;
  }

h3 {
  color: #444;
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
  }

h4 {
  color: #444;
  font-size: 12px;
  margin-bottom: 5px;
  }

p {
  }

p,
label,
dd,
dt,
li {
  }

.left {float: left}
.right {float: right}
.align_right {text-align: right}
.align_center {text-align: center}
.bold {font-weight: bold}
.em {font-style: italic}
.hidden { display: none }
.hr hr {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #ddd;
  }

.submit input {
  background-color: transparent;
  border: 1px solid #999;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  margin-top: 1em;
  padding: 0.2em 0.4em;
}

.submit input:hover {
  border-color: #666;
}

a {
  color: #3265B0;
  padding: 0 0.1em;
  text-decoration:none;
  }

a:hover {
  background-color: #3265B0;
  color: #fff;
  }

div.disabled {
  display: inline;
  float: none;
  clear: none;
  color: #C0C0C0;
  }

form {
  margin-bottom: 1em;
}

form .error-message {
  background-color: #fff;
  border: 1px solid #c00;
  color: #c00;
  font-weight: bold;
  font-style: italic;
  margin-top: 2px;
  padding: 2px;
  }

blockquote {
  margin-left: 1em;
  }

div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
}
li.selected    { background-color: #ffb; }

/**** Cake Debug Stuff *****************************/
.cake-sql-log {
  border-collapse: collapse;
  font-size: 0.8em;
  margin: 1em auto;
  width: 90%;
  }

.cake-sql-log th {
  font-weight: bold;
  }

.cake-sql-log caption {
  margin-top: 2em;
  }

.cake-sql-log caption,
.cake-sql-log th,
.cake-sql-log td {
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 0.3em;
  }
