/**
* -----------------------------------------------------------------------------
* CSS FILE
*
* AUTHOR:
*   Yuval Orr, 08.2007
*
* PURPOSE:
* 	This file defines CSS classes for online success stories and the client
*	map.
* -----------------------------------------------------------------------------
*/

/* SUCCESS STORY ELEMENTS */

DIV.quoteBox {
  float: right;
  width: 250px;
  height: auto;
  border: none;
  font-size: 11pt;
  font-weight: normal;
  padding: 26px 5px 5px 5px;
  margin: 6px 0px 5px 5px;
  background: url(/index/assets/images/results/success/quoteMark.jpg) top left no-repeat;
}

DIV.quoteBoxFooter {
  padding: 0px 40px 15px 0px;
  text-align: right;
  font-size: 11pt;
  font-weight: normal;
  background: url(/index/assets/images/results/success/quoteMarkEnd.jpg) bottom right no-repeat;
}

DIV.storyImage {
  float: right;
  width: 160px;
  padding: 2px 10px 10px 0px;
  margin: 0px;
}

/* MAP ELEMENTS */

A#story:link {
  color: #4B5AA6;
  border-bottom: 0px;
  text-decoration: none;
}
A#story:active {
  color: #4B5AA6;
  border-bottom: 0px;
  text-decoration: none;
}
A#story:visited {
  color: #4B5AA6;
  border-bottom: 0px;
  text-decoration: none;
}
A#story:hover {
  color: #65B823;
  border-bottom: 0px;
  text-decoration: none;
}

DIV#content {
  padding: 2px 2px 2px 2px;
}

DIV#map {
  width: 550px;
  height: 550px;
  border: solid;
  border-color: #000000;
  border-width: 1px;
  margin: 2px 0px 0px 2px;
}

DIV#popup {
  background: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 2px 2px 2px 2px;
  width: 235px;
  height: auto;
  border-bottom: solid #CCCCCC 1px;
}

P#story {
  font-size: 8pt;
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

SPAN.name {
  font-size: 11pt;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

SPAN.sbdc {
  color: #65B823;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
}

TABLE#links {
  width: 235px;
  font-size: 8pt;
  margin: -10px 0px 0px -8px;
}

TABLE#links TD {
  border-top: solid #CCCCCC 1px;
  padding: 5px;
}

TABLE#successHeader {
  width: 235px;
  font-size: 8pt;
  margin: -12px 0px 0px -6px;
  padding: 0px 0px 0px 0px;
}