/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

/*Dennis, this is the main CSS sheet for the website */
td.x100{width:100%;padding:4px;}
td.x50 {width:50%;padding:4px;}
td.x33 {width:33%;padding:4px;}
td.x25 {width:25%;padding:4px;}
td.x20 {width:20%;padding:4px;}
td.x10 {width:10%;padding:4px;}

p.small{font-size:10px;color:#666666;}

/*These are the wiki-like span boxes.  We add to the width for compensate for the padding.*/
span.left200{
  width:204px;
  float:left;
  border:1px solid #888888;
  font-size:11px;
  font-style:italic;
  color:#333333;
  text-align:center;
  margin:4px 8px 4px 4px;
  padding:4px 4px 8px 4px;
  background-color:#eeeeee;
}

span.right200{
  width:204px;
  float:right;
  border:1px solid #888888;
  font-size:11px;
  font-style:italic;
  color:#333333;
  text-align:center;
  margin:4px 4px 4px 8px;
  padding:4px 4px 8px 4px;
  background-color:#eeeeee;
}
