
/*
 * The Vest
 *
 * COLORS
 * #005595 : Default	: Blue
 * #7A67AE : Patients	: Purple
 * #9FCF67 : Physicians	: Green
 * #F58357 : Payors		: Orange
 */

/****** MISC *******\
*/

.news-content {
  float: left;
  width: 445px;
}

select#state {
  text-transform: capitalize;
}

/*
\*******************/

body {
  margin: 0;
  padding: 0 0 0 0;
  text-align: center;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #444;
  background: #E8E8E8 url(/css/images/bg-bar.gif) 0 -30px repeat-x;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #005595;
  margin: 0 0 10px 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

h4,
h5,
h6 {
  font-size: 14px;
}

sup {
  font-size: 0.8em !important;
  line-height:1px;
}

sub {
  font-size: 0.8em !important;
}

p,
ul,
ol,
dl,
table {
  line-height: 18px;
  margin: 0;
  padding: 0;
}

form,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
label {
  color: #444;
  font-family: Helvetica, Arial, Verdana, sans-serif;
}

a {
  color: #005595;
  text-decoration: underline;
  background: transparent;
  border: 0;
}

a img {
  border: 0;
}

a:hover {
  color: #003060;
}

*:focus {
  -moz-outline: 0;
}
::selection {
background-color: rgba(0, 85, 149, 0.8);
color: #FFF;
}
::-moz-selection {
background-color: rgb(0,85,149);
color: #FFF;
}

table {
  border: 0;
  width: 100%;
  margin: 0 0 18px;
}

table thead th {
  background: #DDD;
  text-align: left;
  padding: 3px;
}

table.horiz th {
  background: #DDD;
  text-align: right;
  padding: 3px;
  border-bottom: 1px solid #FFF;
  vertical-align: top;
}

table caption {
  background: #DDD;
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
  border-bottom: 1px solid #BBB;
}

table th.capt {
  background: #DDD;
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
  border-bottom: 1px solid #BBB;
  text-align:center;
}

table caption span {
  display: inline-block;
  margin-left: 50px;
}

table td {
  border-bottom: 1px solid #DDD;
  padding: 3px;
}

table tr.alt td {
  background-color: #EEE;
}

table tr:hover td {
  color: #005595;
}

table tr:hover th {
  background-color: #F5F5F5;
}

table thead tr:hover th {
  background-color: #DDD;
}

address {
  font-style: normal;
  line-height: 18px;
  display: block;
  margin-bottom: 18px;
  background: #EEE;
  padding: 10px 0;
  text-align: center;
}

blockquote {
  color: #005595;
}

q:before,
q:after {
  content: "";
}

div.hill-rom-logo {
  position: relative;
  z-index: 5000;
  right: -740px;
  top: 10px;
}

div#container {
  width: 870px;
  margin: 0 auto;
  padding: 0px 0 0 0;
  text-align: left;
  background: #fff url(/css/images/bg-body2.gif) bottom center;
}

div#extracontent {
  background: transparent url(/css/images/bg-body.gif) bottom center no-repeat;
}

div#img {
  border:1px solid black;
  width:100px;
  height:100px;
  position:absolute;
  top:20px;
  left:450px;
}

/* section color definitions */
body#patients {
  background-image: url(/css/images/bg-bar-patients.gif);
}

body#patients div#extracontent {
  background-image: url(/css/images/bg-body-patients.gif);
}

body#patients h1,
body#patients h2,
body#patients h3,
body#patients h4,
body#patients h5,
body#patients h6,
body#patients div#maincontent a,
body#patients blockquote,
body#patients .highlight {
  color: #7A67AE;
}

body#patients div#maincontent a:hover {
  color: #4C3F70;
}
body#patients ::selection {
background-color: rgba(122, 103, 174, 0.8);
color: #FFF;
}
body#patients ::-moz-selection {
background-color: rgb(122,103,174);
color: #FFF;
}

body#physicians {
  background-image: url(/css/images/bg-bar-physicians.gif);
}

body#physicians div#extracontent {
  background-image: url(/css/images/bg-body-physicians.gif);
}

body#physicians h1,
body#physicians h2,
body#physicians h3,
body#physicians h4,
body#physicians h5,
body#physicians h6 {
  color: #9FCF67;
}

body#physicians div#maincontent a,
body#physicians blockquote,
body#physicians .highlight {
  color: #7FAF57;
}

body#physicians div#maincontent a:hover {
  color: #5E7B3D;
}
body#physicians ::selection {
background-color: rgba(159, 207, 103, 0.8);
color: #FFF;
}
body#physicians ::-moz-selection {
background-color: rgb(159,207,103);
color: #FFF;
}

body#payors {
  background-image: url(/css/images/bg-bar-payors.gif);
}

body#payors div#extracontent {
  background-image: url(/css/images/bg-body-payors.gif);
}

body#payors h1,
body#payors h2,
body#payors h3,
body#payors h4,
body#payors h5,
body#payors h6,
body#payors div#maincontent a,
body#payors blockquote,
body#payors .highlight {
  color: #F58357;
}

body#payors div#maincontent a:hover {
  color: #A3583B;
}
body#payors ::selection {
background-color: rgba(245, 131, 87, 0.8);
color: #FFF;
}
body#payors ::-moz-selection {
background-color: rgb(245,131,87);
color: #FFF;
}

/* #header
 * $div
 * @all
 */
div#header {
  height: 110px;
  padding: 0 5px;
  width: 870px;
  background: url(/css/images/bg-header.gif) top left no-repeat;
  text-align: left;
}

body#patients div#header {
  background-position: 0 -110px;
}

body#physicians div#header {
  background-position: 0 -220px;
}

body#payors div#header {
  background-position: 0 -330px;
}

h1#logo {
  float: left;
  width: 105px;
  height: 55px;
  margin: 10px 0 0 59px;
}

h1#logo a {
  display: block;
  height: 55px;
  width: 105px;
  text-decoration: none;
}

div#top {
  position: absolute;
  top: -999em;
}

div#header p {
  float: left;
  width: 138px;
  margin: 11px 0 2px 564px;
  position: relative;
  z-index: 500;
}

body#admin div#header p,
body#training div#header p {
  margin-top: 50px;
}

div#header p a {
  display: block;
  width: 127px;
  height: 26px;
}

div#header a img {
  display: block;
}

ul#sections {
  float: right;
  width: 630px;
  list-style-type: none;
  margin: 5px 20px 0 0;
  padding: 0;
}

ul#sections li {
  float: left;
  width: 210px;
  height: 36px;
}

ul#sections li a {
  display: block;
  width: 210px;
  height: 36px;
  text-indent: -999em;
  background: url(/css/images/bg-sections.gif) top left no-repeat;
}

ul#sections li.physicians a {
  background-position: -210px 0;
}

ul#sections li.payors a {
  background-position: -420px 0;
}

ul#nav {
  clear: both;
  height: 25px;
  list-style-type: none;
  margin: 0 5px 0;
  padding: 5px 0 0;
}

ul#nav li {
  float: left;
  width: auto;
}

ul#nav li a {
  display: block;
  width: auto;
  color: #FFF;
  text-decoration: none;
  padding: 4px 10px 0;
  height: 21px;
}

ul#nav li a:hover,
ul#nav li a.current {
  background: url(/css/images/bg-nav-current.gif) top center no-repeat;
}

body#patients ul#nav li a:hover,
body#patients ul#nav li a.current {
  background-position: center -25px;
}

body#physicians ul#nav li a:hover,
body#physicians ul#nav li a.current {
  background-position: center -50px;
}

body#payors ul#nav li a:hover,
body#payors ul#nav li a.current {
  background-position: center -75px;
}

/* #content
 * $div
 * @all
 */
div#content {
  background: url(/css/images/bg-content-top.gif) top center no-repeat;
  padding: 15px 0;
  min-height: 500px;
}

body#patients div#content {
  background-image: url(/css/images/bg-content-top-patients.gif);
}

body#physicians div#content {
  background-image: url(/css/images/bg-content-top-physicians.gif);
}

body#payors div#content {
  background-image: url(/css/images/bg-content-top-payors.gif);
}

/* #content
 * $div
 * @all
 */
div#maincontent {
  float: left;
  position: relative;
  width: 620px;
  margin-left: 10px;
}

div#maincontent h1 {
  margin-top: 10px;
}

div#maincontent ul {
  list-style-type: none;
  list-style-image: url(/css/images/bg-bullet.jpg);
  padding-left: 30px;
  margin-bottom: 18px;
}

div#maincontent ol {
  padding-left: 30px;
  margin-bottom: 18px;
}

div#maincontent p {
  margin: 0 0 18px;
  text-align: left;
}

div#maincontent blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  float: right;
  margin: 0 0 0 10px;
  padding: 10px 0;
  width: 200px;
}

div#maincontent blockquote cite {
  display: block;
  font-size: 12px;
}

div#maincontent blockquote p {
  margin-bottom: 0;
  text-align: center;
}

div#maincontent dl {
  margin-bottom: 18px;
}

div#maincontent dl dt {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #444;
}

div#maincontent dl dd {
  margin-left: 20px;
  margin-bottom: 10px;
  padding-left: 0;
}

div#maincontent input,
div#maincontent select,
div#maincontent textarea {
  border: 1px solid #666;
  border-right-color: #BBB;
  border-bottom-color: #BBB;
}

div#maincontent input[disabled="disabled"],
div#maincontent textarea[disabled="disabled"] {
  border: 1px solid #AAA;
  border-right-color: #DDD;
  border-bottom-color: #DDD;
  background: #FFF;
  color: #777;
}

div#maincontent textarea {
  font-size: 12px;
}

div#maincontent .subhead {
  margin-bottom: -18px;
  margin-top: 18px;
  font-size: 12px;
}

/* #subnav
 * $div
 * @all
 */
div#subnav {
  float: left;
  width: 200px;
  margin-left: 20px;
}

div#subnav h2 {
  margin: 3px 0 5px;
  text-indent: 15px;
  font-size: 14px;
}

div#subnav ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}

div#subnav a {
  color: #666;
  text-decoration: none;
}

div#subnav ul a {
  display: block;
  padding: 2px 10px 2px 10px;
  width: 180px;
}

div#subnav ul li.subpage a {
  padding: 2px 10px 2px 20px;
  width: 170px;
}

div#subnav ul a.current,
div#subnav ul a.current:hover {
  color: #FFF;
  background: #BBB url(/css/images/bg-subnav-current.gif) center right no-repeat;
}

div#subnav ul a:hover {
  color: #888;
  background: #DDD url(/css/images/bg-subnav-current.gif) center right no-repeat;
}

div#subnav form {
  background: #E1E1E1;
  margin-bottom: 10px;
}

div#subnav fieldset {
  padding: 5px;
}

div#subnav label {
  display: block;
  text-indent: 10px;
  font-size: 14px;
  font-weight: bold;
}

div#subnav input#search {
  padding: 2px;
  width: 130px;
}

div#subnav input,
div#subnav select {
  border: 1px solid #777;
  border-right-color: #BBB;
  border-bottom-color: #BBB;
}

div#subnav input#ssubmit,
div#subnav input#dsubmit {
  border: 1px solid #BBB;
  padding: 4px 2px 2px;
  border-right-color: #777;
  border-bottom-color: #777;
  width: 40px;
}

/* #footer
 * $div
 * @all
 */
div#footer {
  width: 870px;
  margin: 0 auto;
  color: #666;
}

div#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

div#footer ul li {
  display: inline;
  padding: 0 15px;
  border-right: 1px solid #999;
}

div#footer ul li.last {
  padding-right: 0;
  border-right: 0;
}

div#footer p {
  margin: 0 0 20px;
}

/* #selector
 * $div
 * @index
 */
div#selector {
  position: relative;
  top: -126px;
  left: -5px;
  z-index: 2;
  margin-bottom: -126px;
  height: 370px;
}

div#selector h2#sectionsHeader {
  display: none;
}

div#maincontent div#selector ul {
  list-style-type: none;
  list-style-image: none;
  height: 210px;
  width: 630px;
  margin: 0;
  padding: 0;
}

div#selector ul li {
  float: left;
  width: 210px;
  height: 210px;
  margin: 0;
}

div#selector ul li a {
  display: block;
  height: 210px;
  text-indent: -999em;
  background: url(/css/images/bg-selector.jpg) no-repeat;
}

div#selector ul li.patients a {
  background-position: 0 0;
}

div#selector ul li.physicians a {
  background-position: -210px 0;
}

div#selector ul li.payors a {
  background-position: -420px 0;
}

div#selector div.sels {
  margin: 0 5px;
  border: 1px solid #D8D8D8;
  background: #FFF url(/css/images/sel-bg.gif) top left no-repeat;
  height: 150px;
  width: 618px;
  position: absolute;
  overflow: hidden;
}

div#selector div#selholder {
  position: relative;
  height: 170px;
  width: 620px;
}

span#sarrow {
  display: block;
  width: 22px;
  height: 10px;
  overflow: hidden;
  position: relative;
  top: 1px;
  z-index: 900;
  margin-left: 98px;
  background: url(/css/images/sel-arrow.gif);
}

div#selector div h4 {
  font-size: 16px;
  /* line-height: 18px; */
	margin: 47px 0 0px 20px;
}

div#selector div#sphysicians {
  background-position: 0 -150px;
}

div#selector div#spayors {
  background-position: 0 -300px;
}

div#selector div#spatients h4,
div#selector div#spatients a {
  color: #7A67AE;
}

div#selector div#sphysicians h4,
div#selector div#sphysicians a {
  color: #9FCF67;
}

div#selector div#spayors h4,
div#selector div#spayors a {
  color: #F58357;
}

div#selector div#spatients {
  z-index: 5;
}

div#selector div p {
  margin: 0 0 0 20px;
  width: 370px;
  text-align: left;
}

div#selector div img {
  float: right;
  width: auto;
}

div#selector div p cite {
  margin-top: 5px;
  font-style: normal;
  display: block;
  text-align: right;
  color: #999;
}

/* #searchform
 * $form
 * @/search/index.asp
 */
form#searchform {
  background: #E1E1E1;
  text-align: center;
  padding: 18px 0;
  margin: 0 0 18px;
}

form#searchform p {
  text-align: center;
  margin: 0;
}

ol.searchresults h3 {
  font-size: 14px;
  margin-bottom: 0;
}

ol.searchresults address {
  background: transparent none;
  text-align: left;
  padding: 0;
}

/* #tradeshows
 * $table
 * @/tradeshows/index.asp
 */
table#tradeshows {
  border-collapse: collapse;
}

table#tradeshows thead th {
  text-align: center;
  background: #E5E5E5;
  overflow: hidden !important;
}

table#tradeshows tbody td {
  width: 88px;
  height: 88px;
  vertical-align: top;
  border: 1px solid #EEE;
  padding: 0;
}

table#tradeshows td p {
  text-align: left !important;
  font-size: 11px !important;
  margin-bottom: 0;
}

table#tradeshows tfoot td {
  text-align: center;
}

table#tradeshows td:hover {
  background: #F5F5F5;
}

table#tradeshows td h2 {
  display: block;
  color: #444;
  font-weight: normal;
  font-size: 12px;
  width: 20px;
  height: 18px;
  text-align: center;
  background: #F5F5F5;
}

div#contentBox {
  position: absolute;
  top: -500em;
  left: -500em;
  background: #FFF;
  border: 10px solid #EEE;
  padding: 10px;
  width: 290px;
  height: 290px;
  overflow: auto;
  text-align: justify;
}

div#contentBox h2 {
  text-align: left;
}

div#contentBox a#boxClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 18px;
  background: url(/css/images/bg-closebutton.gif) top left no-repeat;
  text-indent: -999em;
}

/* #expandable
 * $ul
 * @/about/sitemap.asp (js)
 */
ul#expandable img.exp {
  position: relative;
  left: -13px;
  cursor: pointer;
}

ul#expandable a.exp {
  position: relative;
  left: -9px;
}

/* misc ids
 * @many
 */
div#maincontent ul#alphabet {
  list-style-type: none;
  list-style-image: none;
  height: 14px;
}

div#maincontent ul#alphabet li {
  float: left;
  width: auto;
  margin-left: 10px;
}

div#maincontent ul#alphabet li a {
  display: block;
}

div#maincontent ol#footnotes {
  border-top: 1px solid #DDD;
  padding: 18px 0 0 30px;
  margin-bottom: 18px;
  font-size: 11px;
  color: #666;
}

div#maincontent ol#footnotes li {
  margin-bottom: 11px;
}

div#cycle {
  margin-bottom: 18px;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}

div#singlevideo {
  float: right;
  width: 305px;
  margin-left: 10px;
}

/* misc classes
 * @many
 */
.clear:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

/* End hide from IE-mac */
/*.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}*/

a.link {
  display: inline-block;
  padding: 3px 0 3px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}

a.link.pdf {
  background-image: url(/css/images/link-pdf.gif);
}

a.link.zip {
  background-image: url(/css/images/link-zip.gif);
}

a.link.video {
  background-image: url(/css/images/link-video.gif);
}

a.link.image {
  background-image: url(/css/images/link-image.gif);
}

a.link.doc {
  background-image: url(/css/images/link-word.gif);
}

a.sort {
  display: inline-block;
  padding-right: 14px;
  color: #444;
  line-height: 12px;
  text-decoration: none;
  background: url(/css/images/link-sort.gif) -500px -500px no-repeat;
}

a.sort.descending {
  background-position: top right;
}

a.sort.descending:hover,
a.sort:hover {
  background-position: right -12px;
  color: #005595;
}

a.sort.ascending {
  background-position: right -24px;
}

a.sort.ascending:hover {
  background-position: right -36px;
}

.alert {
  padding: 18px;
  margin-bottom: 18px;
  background: #F5F5F5;
  border: 1px solid #E8E8E8;
}

.alert * {
  text-align: center !important;
}

div.graphs {
  clear: left;
  border-top: 1px solid #DDD;
  padding-top: 18px;
}

div.graphs img {
  float: left;
  width: 320px;
  margin-bottom: 18px;
}

div#maincontent div.graphs p {
  margin-left: 330px;
}

span.titleBox {
  display: block;
  width: auto;
  position: absolute;
  top: -999em;
  left: -999em;
  padding: 5px 5px 3px;
  color: #444;
  background: #EEE;
  width: auto;
  max-width: 300px;
  line-height: 18px;
  border: 1px solid #666;
}

.highlight {
  color: #005595;
}

img.product {
  float: left;
  width: 200px;
  margin-right: 15px;
}

img.productsmall {
  float: left;
  width: 100px;
  margin-right: 10px;
}

dl.pstories img {
  float: left;
  width: auto;
  margin-right: 10px;
}

dl.pstories p {
  display: block;
  margin-left: 90px !important;
}

dl.pstories dd {
  clear: left;
}

img.story {
  float: right;
  width: auto;
  margin-left: 10px;
}

div.referrals h2 {
  clear: left;
  padding-top: 18px;
}

div.referrals li {
  float: left;
  width: 270px;
}

span.pubdate {
  display: block;
  padding-left: 40px;
  margin-bottom: 10px;
}

.disclaimer {
  font-style: italic;
  font-size: 11px;
}

.attention {
  color: #F0C !important;
}

.news {
  padding-bottom: 0px;
  border-bottom: 1px solid #DDD;
  margin: 18px 0;/*	height: 100px;*/
/*	min-height: 100px;*/
}

.news img {
  float: left;
  margin-right: 15px;
}

div.pagephoto {
  float: right;
  width: 210px;
  margin: -10px -5px 0 10px;
}

div.pagephoto img {
  padding: 0 5px 7px 5px;
  display: block;
  background: url(images/bg-photo.jpg);
  width: 200px;
}

p.productImage {
  float: right;
  width: 200px;
  margin-left: 10px;
  text-align: center !important;
}

p.productImage img {
  display: block;
}

div.productDetails {
  border-bottom: 1px solid #DDD;
  margin-bottom: 18px;
}

dl.bibliography dt {
  margin-left: 20px;
  margin-bottom: 9px;
}

dl.bibliography dt cite {
  font-style: normal;
}

.nicki {
  background: #F0C !important;
  color: #FFF !important;
}

/*pagination */
div#pagination {
  height:50px;
  margin-top:3px;
}

div#pagination .count {
  float:left;
  padding:5px;
}

div#pagination .pages {
  float:right;
  padding:5px;
}

div#paginationTop .count {
  float:left;
  padding:5px;
}

div#paginationTop .pages {
  float:right;
  padding:5px;
}

div.pagination {
  padding: 3px;
  margin: 3px;
}

div.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #005595;
  text-decoration: none; /* no underline */
  color: #005595;
}

div.pagination a:hover,
div.pagination a:active {
  border: 1px solid #005595;
  color: #000;
}

div.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #005595;
  font-weight: bold;
  background: #005595;
  color: #FFF;
}

div.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #EEE;
  color: #DDD;
}

.bold14 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.rederror {
  color: red;
}

.error {
  color:red;
  display:block;
  width:610px;
  border: 1px solid red;
  padding: 5px;
  margin-bottom:5px;
}

.sub_registered {
  font-size: .5em;
}

/* ===================================== stuff for the order form page ===================================== */

.orderFormTable,
.updateInfoTable {
  margin:0;
}

.orderFormTable td,
.orderFormTable tr:hover td {
  border:none;
  color:#333;
}

.updateInfoTable td,
.updateInfoTable tr:hover td {
 font-size:11px;
 line-height:16px;
 color:#111;
 border:none;
 padding: 5px 3px;
}

.orderFormTable td.smalltext,
.updateInfoTable td.smalltext {
  font-size:11px;
  color:#888 !important;
}

.orderFormTable input,
.orderFormTable select,
.updateInfoTable input,
.updateInfoTable select {
  font-size:11px;
  padding:1;
  margin:0;
}

.updateInfoTable h2 {
  background-color:#7A67AE;
  color:#fff !important;
  padding: 4px 0 2px 10px;
  font-size:18px;
  line-height:20px;
}

.hilite {
  background-color:#FF9;
  padding: 4px;
}

.radio,
.radio input {
  border:none !important;
}

.v_style label{
	margin-left:2px;
	margin-right:18px;
}

input.phonefield1 {
  width:30px
}

input.phonefield2 {
  width:35px
}

h2.formSection {
  background-color:#9FCF67;
  color:#fff !important;
  padding: 4px 0 2px 10px;
}


#calBorder table {
 margin:0;
 padding:0;
  
}

#calBorder td {
 margin:0;
 padding:0;
}

/* ===================================== stuff for the survey form pages ===================================== */

.survey_questions {
 padding: 0 0 25px 15px;
}

.survey_questions p {
 margin: 35px 0 6px 0 !important; 
 font-weight:bold;
}

.survey_questions textarea {
  margin: 8px 0 0 0;
}

div.survey_submit {
 padding: 25px 0 40px 15px; 
 border-top: solid 3px #7a67ae;
}



table.satisfaction_survey {
  width:610px;
  margin-left:5px;
  
}

table.satisfaction_survey td {
  text-align:center;
  padding: 8px 3px;
}

table.satisfaction_survey td.column6 {
 border-left: solid 1px #e2e2e2; 
}

table.satisfaction_survey tr:hover td {
  color:#444;
}

table.satisfaction_survey  tr.colorRow td {
  background-color:#e3e0ea;
}

table.satisfaction_survey td input,
.survey_questions input {
 border:none !important; /* Remove those borders from explorer's  radio buttons! */
}

