﻿
/* ********************************************************* */

@import url("/Common.css");

/* ********************************************************* */

body{
  background-color:#ccc;
  color: #222;
}

a{
  color:#00f; 
}
a:hover{
  color:#f77; 
}

h1{
  background-color:#f7a;
}
h2 {
  background-color: #fdd;
  background-image:noe;
  padding:2px 7px;
}

table.Standard {
  background-color: #f69;
}
table.Standard th {
  background-color: #fee;
}
table.Standard td{
  background-color:#fff;
}

/* ********************************************************* */

div#Header{
  background-image:noe;
  border-style:none; 
}
div#Wrapper{
  margin-top:170px;
  width:980px;
  background-color:#fff;
  padding-left:10px;
  padding-right:10px;
}
div#Contents{
  width:760px;
}
div#Menu li{
  padding:0;
  border-style:none;
  margin:0;
}
div#Footer{
  width:1000px;
  margin:0 auto;
  background-color:#fdd;
}

/* ********************************************************* */

a.Icon:hover{
  background-color:#faa;
  color:#000;
}
a.Icon img{
  border-color:#999;
}

table.ItemList td{
  background-image:url(/Images/ItemListTdBG.gif);
  background-position:bottom right;
  background-repeat:no-repeat;
}
table.ItemList td.Blank{
  background-image:none;
}

/* ********************************************************* */

table.Campaign{
  width:100%;
  margin-bottom:1.5em;
  border:1px solid #fc6;
}
table.Campaign td {
  background-color: #fc6;
  color: #000;
  padding: 1em 0;
  font-weight: bold;
  text-align: center;
}
table.Campaign td.Current {
  background-color: #fff;
  text-decoration: underline;
}
