/*
   common.css

   Stuff that we need for pretty much every build
   
   Copyright 2009 Webfirm. All rights reserved.
*/

.left {float: left; display: inline; margin: 10px 10px 10px 0;}
.right {float: right; display: inline; margin: 5px 0 5px 5px; clear:right;}

abbr {border-bottom: 1px dotted #b4b4b4;}

hr {
  display: block;
  clear: both;
  height: 0;
  border: none;
  border-bottom: 1px solid #b4b4b4;
  margin: 10px 0;
}

ul, ol {margin: 10px 0 10px 20px;}

ul li {list-style: disc;}
ol li {list-style: decimal;}

table {
  width: 100%;
  clear: both;
  margin: 0 0 20px 0;
}

table caption {
 font-size: 1.3em;
 font-weight: bold;
 color: #fff;
 border-bottom: 2px solid #fff;
}

table tr {border-bottom: 1px solid #353535;}
table th {text-align: left;padding: 3px;}
table td {padding: 3px;}
