/*
// ______________________________________________________________________
//
//  style-sidelist.css
//  Sidelist stylesheet for U.S. UNITES Website
//
//  Copyright 2013 CDIVIA TECHNOLOGY LLC
//  The contents of this file including text, graphics, and code is protected
//  by US and International Copyright Laws, are not in the public domain, and
//  may not be copied, reprinted, published, translated, adapted, hosted, or 
//  otherwise distributed in whole or in part without express permission of
//  the owner.  All rights reserved.  Email inquiries to bfrolik@cdivia.com.
//
//  20131009/bf initial version
// ______________________________________________________________________
*/

.sidelist { 
  color: black;
  font-size:9pt;
  float:left; margin:0 10px 0 0;
  padding-right:10px; width:auto;
x-border-right: 1px solid gray;
}

.sidelist .title {
  color: #88F;
  font-weight:bold;
  font-size:10pt;
  padding-bottom:2px;
}

.sidelist .title:hover {
  color: red;
}

/* box each sidelist section */
.sidelist SECTION {
  margin-bottom:7px; 
  padding:5px;
  background-color: #EEF;
  border: 1px solid #DDF;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
}




