/* BASIC PAGE ELEMENTS */

/* note: this td assumes the existing consumer site liquid layout. */
#root, #root td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #000;
}

/* link colors 
enable these 4 rules when site is fully migrated to Wheel
*/

/*
a:link {
  color: #53698C;
}
a:visited {
  color: #350D06;
}
a:hover {
  color: #B19200;
}
a:active {
  color: #E7BE00;
}
*/

a:link {
  color: #003399;
}
a:visited {
  color: #800080;
}

/* this overrides consumersite.css, which defines Verdana as the first font */
h1, h2, h3, h4 {
  font-family: Verdana, Arial, sans-serif;
}
p {
  margin: .75em 0;
}
img {
  border: none;
}
h1 {
  font-size: 160%;
  font-weight: bold;
}
h2 {
  font-size: 130%;
  color: #655300;
}
h3 {
  font-size: 110%;
  font-weight: bold;
  margin:1em 0pt -0.25em;
}
ol,ul {
  margin: 0;
  padding-left: 2em;
}
ol li {
  list-style-type: decimal;
}

/* SPECIALTY ELEMENTS */
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.center {
  text-align: center;
}
hr {
  height: 1px;
  border: 0;
  border-top: 1px dotted #CCC;
}
a.linkastext { 
  text-decoration: none;
  color: black;
}
a.linkastext:hover { 
  text-decoration: underline;
  color: blue;
}
.disabled {
  color: #999 !important;
}
.error {
  font-weight: bold;
  color: #900;
}
.emphasis {
  font-weight: bold;
  background: #FFC;
}
.less-emphasis {
  font-size: 85%;
  margin: 0.25em 0;
}
.see-more {
  font-size: 95%;
  margin: -0.5em 0 0.8em;
  text-align: right;
}
.nopmargin p {
  margin: 0
}


/* FORM ELEMENTS */

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: .5em;
  padding-bottom: .5em;
}
legend {
  font-size: 130%;
  font-weight: bold;
  text-transform: capitalize;
  color: #655300;
  margin: 0;
  padding: 0.5em 0 0.25em 0;
}
label {
  font-weight: bold;
}
label.block {
  margin: 1em 0 0.5em 0;
  display: block;
}

/* BUTTONS */

button {
  font-weight: bold;
  padding: 0.25em;
  cursor: pointer;
}

button.primary,
.linkasbutton-primary  {
    background: #f3ce00 url(/images/wheel/button-bg.gif) 0 0 repeat-x;
    border-bottom: 1px solid #CC9933;
    border-left: 1px solid #D5AB55;
    border-right: 1px solid #CC9933;
    border-top: 1px solid #D5AB55;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    overflow:visible;
    padding: 6px 10px;
    text-decoration: none;
    vertical-align: middle;
}

button.secondary,
.linkasbutton-secondary {
    background: #ECE2C6 url(/images/wheel/button-bg.gif) 0 -150px repeat-x;
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #aaaaaa;
    border-top: 1px solid #bbbbbb;
    color: #000000 !important;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal !important;
    margin-bottom: 4px;
    overflow:visible;
    padding: 5px 6px;
    text-decoration: none;
    vertical-align: middle;
}

.yn .linkasbutton-secondary {
    height: inherit !important;
    padding: 3px 6px !important;
}

.action-box .linkasbutton-primary,
.action-box button.secondary,
.action-box .linkasbutton-secondary {
    display: block;
    margin-bottom: 3px;
}


button.primary:hover,
button.primary-hover,
.linkasbutton-primary:hover,
button.secondary:hover,
button.secondary-hover,
.linkasbutton-secondary:hover {
    background-image: none;
    border: 1px solid #E6B800;
}

.linkasbutton-secondary.search {
    padding: 2px 6px;
    vertical-align: top;
}

button.media {
  font-size: 12px;
  color: #fff;
  background: url('/images/wheel/button-bg-media.gif') repeat-x left top;
  background-color: #333;
  border: 3px double #666;
}
button.media:hover,
button.media-hover
{
  color: #ccc;
  border-color: #999;
}

.footer {
  font-size:13px;
}

.callout {
  background-color:#B19200;
  border-style:none;
  color:white;
  display:inline;
  font-size:x-small;
  font-weight:bold;
  padding-left:0.25em;
  padding-right:0.25em;
  text-align:center;
}

.callout-box { 
  display: block;
  margin: 1em;
  padding: 0.25em;
  background: #fff; 
  width: 250px; 
  border: 1px solid #E6BC00; 
}

.fontsmall {
    font-size: 10px;
}

