/* @import url(http://www.chirp.com.au/table_formatting.css); */

table.collapse { border-collapse: collapse; } 
table.collapse tr { border: 1px solid #666; }
table.collapse th {
  background-color: #ccc;
  border: 1px dotted #999;
  text-align: left;
}
table.collapse td { 
  vertical-align: top;
  border: 1px dotted #999;
}

table.files { border-collapse: separate; } 
table.files TH {
  background-color: #efefef;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  font-size: 11px;
  color: #234;
}
table.files td, table.files th {
  border: 1px solid #999;
  padding: 3px;
}

.noborder { border: none !important; }


fieldset {
  margin: 8px 0;
  padding: 8px;
  -moz-border-radius: 0.8em;
}
fieldset span {
  display: block;
  margin: 0;  
  padding: 0 0 4px 4px;
  margin-left: 120px;
}
label {
  float: left;
  clear: left;
  padding-top: 2px;
  width: 120px;
  text-align: right;
  font-size: 11px;
  color: #333;
}
 
label:after { content: ":"; }
label strong { color: #c00; }

a.delete { color: #c00 !important; }
a.delete:hover {
  color: #000;
  background-color: yellow;
}

BODY {
  margin: 0;
  padding: 0;
  /* background: #fff8e0 url(images/background.gif) fixed; */
  background: #fff8e0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

#cart_trail {
text-align: center;
color: red;
font-size: 14pt;
}

#header {
 /* background: url(images/header_bg.gif) repeat-x; */
background-color: #ffb310;
}

#header TH {
  font-size: 32px;
/* color: #ffb310; */
  color: black;
}

#header th a {
color: black;
text-decoration:none;
}

#header th a:hover {
text-decoration:underline;
}


.right {
  float: right;
  padding: 0 0 4px 4px;
  font-size: 10px;
}

#content {
  margin: 0;
  padding: 0 4px;
  width: 700px;
}

#footer {
  padding: 4px;
  background-color: #ffb310;
}

#footer A:hover {
  color: #000;
}

TABLE.collapse {
  margin: 6px 0;
  border: 2px solid #333;
  background-color: #eee;
  font-size: 11px;
}

TABLE.collapse INPUT {
  font-size: 10px;
}

TABLE.border {
  border: 3px solid #000;
  background-color: #fff;
}

LI {
  color: #003;
}

H1 {
  font-size: 16px;
}

H2 {
  font-size: 14px;
}

H3 {
  font-size: 13px;
}

H4 {
  text-decoration: underline; 
}

SMALL {
  font-size: 10px;
}

A:link, A:visited {
  color: #009;
}

A:hover {
  color: #ffb310;
}

.menu:link, .menu:visited  {
  color: #009;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.menu:hover {
  color: #ffb310;
  text-decoration: underline;
}

.red {
  color: #f00;
}

P.red, H3.red {
  margin: 4px;
}

.error {
  margin: 6px 0;
  padding: 6px;
  border: 1px solid #c00;
}

.error * {
  color: #c00;
}
