* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
/*  font-family: "Trebuchet MS", Arial, sans-serif; */
  font-size: 100%;
}

html {
  background: #fff url(../images/background.gif) repeat-x;
  line-height: 1.2;
  font-size: 13px;
}

/* ----- IDS ----- */
#shadow {
  width: 904px;
  margin: 0 auto;
  background: #102030 url(../images/shadow-side.gif) no-repeat top right;
}
#container {
  border-left: 1px solid #fff;
/*  border-right: 1px solid #fff; */
  width: 897px;
  background: #fff;
}

#header {
  height: 97px;
  padding-top: 10px;
  position: relative;
  background: #102030 url(../images/header_background.jpg) no-repeat;
}

#header h1#logo {
  /* Size the image */
  padding-top: 62px;
  width: 205px;
  /* The image */
  background-image: url(../images/logo_title.gif);
  background-repeat: no-repeat;
  /* Hide the text */
  overflow: hidden;
  /* Win IE% hack */
  height: 62px;
  voice-family: "\"}\"";
  voice-family: inherit;
  height: 0;
  margin-left: 20px;
}

#login {
  font-size: .9em;
  position: absolute;
  top: 30px;
  right: 5px;
  color: #fff;
  text-align: right;
}

#login a {
  color: #fff;
}

#login .hsep {
  padding: 0 7px;
}

a#header_login {
  background: url(../images/login_arrow.png) no-repeat;
  padding: 2px 5px 2px 25px; 
}

.logout {
  font-size: .8em;
}

#content {
  background: #fff url(../images/content_background.gif) repeat-x;
}

#categories {
  color: #fff;
  font-size: 80%;
  float: left;
  width: 180px;
  height: 700px;
  padding: 15px;
  background: #244767;
}

#categories h3 {
  color: #ccc;
}

#categories li {
  border-bottom: 1px solid #fff;
  list-style: none;
  padding: 5px 0;
}

#categories a{
  background: url(../images/category_arrow.gif) no-repeat left center;
  padding-left: 17px;
  color: #fff;
}

div.main  {
  float: left;
  font-size: 90%;
  width: 655px;
  padding: 10px;
}

div.admin {
    width: auto
}

h2.category_header {
  color: #FFF;
  background: url(../images/category_header.gif) no-repeat;
  font-size: 18px;
  padding: 9px 30px;
}

#featured_merchants {
  padding: 1em;
  text-align: center;
}

#featured_merchants table {
  margin: 10px auto;
}

#merchant_header {
  clear: both;
  background: #376CA2;
}

#merchant_filter {
  padding: 1em;
  position: relative;
}

#merchant_header strong {
  color: #fff;
  font-size: 1.5em;
}

#merchant_header select {
  width: 200px;
}

#prevnext {
  font-size: 1.1em;
  font-weight: bold;
  color: #AAC;
  position: absolute;
  top: 1.1em;
  right: 1em;
}

#prevnext a {
  color: #1220AF;
  text-decoration: underline;
}

#merchant_table {
  border: 1px solid #4F6A85;
}

#merchant_table table {
  width: 100%;
}

#merchant_table th {
  padding-top: 1em;
}

#merchant_table .even {
  background: #F0F0ED;
}

#merchant_table .no_offers {
  font-style: italic;
  text-align: center;
}

#merchant_table td {
  padding: .5em 0;
}

#merchant_table td.offer_merchant {
  width: 130px;
  text-align: center;
}

#merchant_table td.offer_rebate {
  width: 130px;
  text-align: center;
}

#merchant_table td.offer_description {
  width: 385px;
  padding: .5em 2em .5em 0;
  text-align: justify;
}

#merchant_footer {
  border: 1px solid #4F6A85;
  border-top: none;
  background: #97BDE1;
  padding: 0.5em;
  text-align: center;
  color: #555;
}

#footer {
  width: 904px;
  margin: 0 auto;
  background: url(../images/shadow-bottom.gif) no-repeat top right;
  padding-top: 15px;
  text-align: center;
  font-size: 0.9em;
  clear: both;
  color: #ADADAD;
}

#footer table {
  margin: 0 auto;
}

#footer li {
  border-right: 1px solid #ADADAD;
  list-style: none;
  display: inline;
  height: 150px;
  padding: 0 1em;
  text-align: center;
  clear: both;
}

#footer li#last {
  border-right: none;
}

#footer a {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 95%;
  color: #ADADAD;
  font-weight: bold;
}

#footer p {
  font-size: 80%;
}

/* ----- Account pages and forms ----- */

div.account {
  overflow: hidden;
  background-color: #fff;
  padding: 30px 10px 30px 30px;
  width: 615px;  /* 655 - (30+10)  */
}

.account p {
  padding: 0px;
  padding-right: 20px;
  margin-top: 9px;
  font-size: 12px;
}

.account a {
  font-size: 10px;
  text-decoration: underline;
}

.account .header-div {
  position: relative;
}

.account h2 {
  color: #CCF;
  background: url(../images/blue_header_bar.png) no-repeat;
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0px 0px 0px;
  padding: 3px 12px 6px 12px;  
}

.account h3 {
  font-size: 16px;
  font-weight: bold;
  color: #BB7223;
  margin-top: 20px;
  border-bottom: thin solid #777;
}

.account .header-buttons {
  position: absolute; 
  right: 50px; 
  top: 5px;
}

.account .footer-buttons {
  text-align: right;
  width: 575px;
/*  position: absolute; 
  right: 155px;
  */
}

.account form p {
  clear: both;
  padding-left: 12px;
  line-height: 20px;
}

.account .form-note {
  position: relative;
}

.account .form-note p {
  font-size: 11px;
}

.account .form-note .crumbs {
  font-size: 12px;
  color: #777;
  position: absolute; 
  right: 50px; 
  top: -10px;
}

.account .compact-field label {
  float: left;
  text-align: right;
  margin-right: 1em;
  width: 12em;
}

.account .form-body {
  clear: both;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 3px solid #366696;
}

.account .form-section {
  margin-top: 30px;
}

.account .note {
  font-size: 10px;
  color: #777;
}

.account input[type=submit] {
  float: right;
  margin-right: 30px;
}

.account .notice {
  font-weight: bold;
  margin-top: 30px;
  margin-left: 15px;
}

.account table.schools {
  border-width: 0px;
  border-spacing: 1px; 
  border-color: #376CA2;
  border-collapse: collapse;  
  margin-left: 30px;
  margin-top: 20px;
  padding-right: 60px;
  font-size: 11px;
}

.account ul.schools {
  margin-left: 30px;
  font-size: 11px;
  list-style-type: none;
}

.account ul.schools li {
  padding: 4px 3px;
}

.account .schools thead {
  color: #000;
  background: #fff ;
  text-align: left;
}

.schools thead td {
  border-width: 0px;
}

.schools li.even {
  background-color: #edefe7;
}
.schools tr.even {
  background-color: #edefe7;
}

.schools li.odd {
  background-color: #fff;
}
.schools tr.odd {
  background-color: #fff;
}

.schools td {
  border-width: 5px;
  padding: 8px 3px;
  /* border-style: solid; */
  border-color: #fff;
}

.account #organizations {
  margin-left: 40px;
}

.acknowledgment h1 {
	text-align: center
}

.acknowledgment .box { 
  border: 1px solid gray; 
  width: 430px; 
  margin-top: 30px; 
  margin-left: 90px; 
  padding: 15px 30px 15px 25px;
}

.acknowledgment .box h2 {
  background-image: none;
  padding: 0px;
  font-weight: normal;
	font-size: 18px; 
	color: #777; 
	margin-top: 0px;
	margin-left: 40px; 
	margin-bottom: 15px;
}

.acknowledgment .box p {
	padding: 8px; 
	padding-left: 40px; 
	background-repeat: no-repeat;
	background-position: left center;
}

.acknowledgment .box p.elem1 {
	background-image: url(../images/circle_1.png);
}

.acknowledgment .box p.elem2 {
	background-image: url(../images/circle_2.png);  
}

.acknowledgment .box p.elem3 {
	background-image: url(../images/circle_3.png);  
}

/* ----- CLASSES ----- */

.hide { 
  /* display:none; */
  
}

.info-popup {
  position: absolute;
  background-color: #fff;
  width: 300px;
  padding: 0px;
  border: solid thin #777;
}

.info-popup .head {
  position: relative;
  background-color: #366696;
  color: #CCF;
  text-align: right;
  padding-bottom: 2px;
}

.info-popup .close-button {
  font-weight: bold;
  text-decoration: none;
  margin-right: 4px;
  color: #CCF;
}

.info-popup .body {
  background-color: #fff;
  padding: 2px;
  margin: 0px;
}

.info-popup .body p {
  margin: 0px;
  padding: 0px 2px;
  font-size: 10px;
  line-height: 14px;
}

h1 {
  font-size: 16px;
  font-weight: bold;
  color: #BB7223;
}

.crumbs {
  font-size: 16px;
  font-weight: bold;
}

.active_crumb {
  font-size: 16px;
  font-weight: bold;
  color: #BB7223;
}

.required {
  color: #BB7223;
}

.tabular-inputs {
  margin-top: 1em;
}

.tabular-inputs label {
  float: left;
  text-align: right;
  padding-right: 1.5em;
  width: 12em;
}

.tabular-inputs .note {
  font-size: 10px;
  color: #777;
}

.errorExplanation {
  color: #A1003B;
  font-size: 14px;
}

.errorExplanation ul {
  margin-left: 25px;
}

.fieldWithErrors input, .fieldWithErrors textarea {
  border-left: solid #A1003B 4px;
}

.compact_form {
  border-width: 0px;
  border-spacing: 1px;
}

.compact_form td {
  border-width: 2px;
  border-color: #fff;
  padding: 2px;
  margin: 2px;
}

.compact_form td:first-child {
  text-align: right;
}

.show { 
  /* display:block; */
  
}

.sidebar {
  background: #CCCDBB;
  float: right;
  margin-right: 15px;
  padding: 20px 10px 40px;
  width: 200px;
}

.sidebar li {
  padding: .5em;
}


/*
.register h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0em;
}

.register table {
  margin-top: 0px;
}

.register td {
  font-size: 14px;
}

.register p {
  padding-left: 0px;
}
*/

/* ----- PARAGRAPHS ----- */
p {
  padding: .5em;
}

p.login-notice {
  color: #B1712B;
}

/* ----- IMAGES ----- */
img {
  border: 0;
}

/* BREAK */
hr { 
  /* display:none; */
  
}

/* ----- LINKS ----- */
a {
  color: blue;
  text-decoration: none;
}

#login_help a {
  text-decoration: underline;
}

/* ----- TABLES ----- */
thead {
  color: #fff;
  background: #376CA2 ;
}

/* ----- FORMS ----- */
form {
  font-size: 14px;
}
 
form label { 
  font-weight: bold;
}


option {
  padding-right: 10px;
}

#categories .searchBox {
  margin-top: 15px;
  font-size: 10px;
}
#categories .searchBox form {
  margin-top: 15px;
  font-size: 12px;
}
#categories .searchBox input {
  margin-bottom: 2px;
}
#categories .searchBox h3 {
  font-size: 12px;
  margin-bottom: 3px;
}
#categories .searchSubmit {
  padding: 0px;
  background-image: url('/images/SearchButton.gif');
  width: 52px;
  height: 18px;
  border: 0px;
}
