/* same as TABS site (subset) */
* {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
}

body {
  color: white;
  background-color: 1155aa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

h1 {
  font-size: 1.25em;
  padding: 0;
  padding-top: 7px;
  padding-bottom: 5px;
}

h1.dark {
  color:black;
}

h2.highlight {
  text-align:center;
  color:#eedd55;
  background-color:#77497c;
}

p {
  margin-bottom: 1em;
}

ul {
  margin: 1.5em 0 1.75em 3em;
  list-style-type: disc;
}

div#home-highlights ul li {
  margin: 0 0 0 0;
}


/* same as body */
.body {
  color: white;
  background-color: 1155aa;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
}

.footer {
  text-align: center;
  font-size: 50%;
}

a {
  color: white;
  font-family: sans-serif;
}

.button {
  border-style: outset; 
  border-width: 2; 
  background-color: #f1e48d; 
  cursor: pointer;
  color: black;
  margin-top: 3px;
}

.button-wider {
  padding:2px 5px 3px 5px;
}

div#kudos {
  margin-top: 12px;
}

div#kudos div#heading {
  font-size: 1.25em; 
  font-weight: bold;
}

div#kudos div.quote {
  margin-top: 12px;
  padding-left: 1.5em;
}

div#kudos div.signature {
  padding-left: 0.75em;
  font-style: italic;
}

span#ghmom-price {
  font-weight: bold;
}

div#ghmom-bookstore {
  text-align: center;
}

.clearfloats {
  clear: both;
}

div.comment {
}

div.attr {
  margin-top: 0.5em;
  margin-left: 1em;
  font-style: italic;
}

/* from TABS for resources */
.section-heading {
  font-size: 1.5em; 
  border-style: solid; 
  border-color: black; 
  /* padding-top: 10px; */
  background-color: #003366;
}

.section-cell {
  padding-top: 10px;
}

.section-divider {
  background-color: #003366; 
  height: 2px;
  width: 100%;
  margin-bottom: 5px;
}

.tableDefault {
  border-width: 0;
  border-style: none;
  border-collapse: collapse;
}

.tableMain {
  width: 760;
  border-width: 0;
  border-style: none;
  border-collapse: collapse;
}

.tableSection {
  width: 100%; 
  margin-top: 10px; 
  border-width: 0;
  border-style: none;
  border-collapse: collapse;
  border-width: 1px; 
  border-style: solid; 
  border-color: black;
}

.spreadsheet {
  border-width: 1;
  border-style: solid;
  border-color: black;
}

.normal {
  cursor: auto;
}

.normal_hover {
  cursor: pointer;
}

.clearfloats {
  clear: both;
}

/* customer record styles */
/* div#customer-record>div { */
div#customer-record div#vertical-right-justify {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  border: 1px black solid;
}

div#customer-record div#vertical-right-justify div {
  width: 100%;
}

div#customer-record div.label {
}

div#customer-record * label {
  text-align: right;
  font-weight: bold;
  width: 250px;
  float: left;
}

div#customer-record div#vertical-right-justify div.value {
  text-align: left;
}

div.main-sec {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.wrapper {
	background-color: #FFFFFF;
	margin: auto;
	padding: 10px;
	width: 790px;
	float: left;
}

div#main-body {
  color:black;
}

div#top-messge {
  color:black;
  padding: 11px 0 13px 0;
}