#dash {
  font-family: Arial, Helvetica, sans-serif;
  color:black;
}

.dash_column {
  float:left;
  width: 32%;
  /*min-width: 260px;*/
  list-style-type: none;
  min-height: 300px;
  height: auto !important;
  margin: 0px;
  padding: 5px;
}

.dash_h {
  background-color: #E5E5E5;
  margin: 0px;
  height: 28px;
  /*cursor: move;*/
  padding: 0px;
}

.dash_h img {
  float: left;
  margin: 0px;
}

.dash_h h2 {
  background-color: transparent;
  font-size: 13px;
  float: left;
  padding: 0px;
  margin: 2px 0px 0px 5px;
}

/*a {
  color: black;
}*/

a.dash_ed_op, a.dash_remove {
  float: right;
}

/*a.dash_a  {
  margin: 3px 7px 0px 0px !important;
  font-size: 11px;
  text-decoration: underline;
  color: black;
  cursor: pointer;
}*/

a.dash_a  {
  margin: 3px 7px 0px 0px !important;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

a.dash_remove, a.dash_max, a.dash_min, a.dash_ed_op {
  background-image: url(../dashboard/actions-littles.png);  
}

a.dash_remove {
  background-position: 0px 42px;  
}

a.dash_max {
  background-position: 0px 28px;  
}

a.dash_min {
  background-position: 0px 14px;  
}

a.dash_ed_op {
  background-position: 0px 56px;  
}

.dash_edit {
  border-bottom: 3px solid #E5E5E5;  
  background-color: transparent;
  padding: 5px;
  display: none;
}

div.ed_clickers {
  text-align: center;
  font-size: 10pt;
  color: black;  
  width: 100%;
}

a.dash_ed_cl, a.dash_cancel_cl, #dash_orders a.dash_ed_cl, #dash_orders a.dash_cancel_cl  {
  cursor: pointer;
  text-decoration: underline;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

/*a.dash_ed_cl, a.dash_cancel_cl {
  text-align: center;
  
  font-size: 10pt;
  text-decoration: underline;
  color: black;
  cursor: pointer;
  width: 100%;
}*/


.dash_column > li {
  padding: 0px;
  text-align: left;
  border: 3px solid #E5E5E5;  
  background-color: #F5F5F5;
  margin-bottom: 10px;
  /*overflow: auto;*/
}

.dash_column li.placeholder {
  background-color: white;
}

.dash_column p {
  text-align: left;
  text-decoration: none;
  margin: 0px 0px 0px 5px;
}

.dash_content table {
  /*margin-left: 0px;
  margin-top: 0px; */
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  width: 100%;
}

.dash_content th, .dash_content td {
  background-color: #F5F5F5;
  font-size: 13px;
  padding: 2px;
}

.dash_content th {
  font-weight: normal;
  border: 1px solid #E5E5E5;
  border-top-width: 0px;
  margin: 0px;
}


table.borderify td {
  border-right: 1px solid #E5E5E5;
}

/*.dash_cs {
  cursor: pointer;
  text-decoration: underline;
  font-weight: normal;
}*/

#dash_fb a.red {
  font-weight: bold;
  color: red;
}

#dash_fb a.green {
  font-weight: bold;
  color: green;
}

a.blendin {
  text-decoration: none;
  color: black;
}

a.blendin:hover {
  text-decoration: underline;
}


#dash_fb .dash_edit td {
  font-size: 11px;
}

#dash_fb .dash_edit td:last-child {
  width:145px;
}

#dash_orders  a {
  display: block;  
}

#dash_orders  a.unviewed {
  font-weight: bold;
}

#dash_sales  .dash_products_wrapper {
  max-height: 300px;
  overflow: auto;
}

.dash_ed_cl {
  display: block;
}

#dash_counts table {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  width: 33%;
  zoom: 1;
  *display: inline;
}

/*#dash_reset, #dash_off, */

#dash_conf {
  display: block;
  margin-right: 10%;
  /*font-size: 10pt;  
  margin-bottom: 10px;*/
  /*clear:both;*/
  float: right;
}

#dash_off {
  margin-right: 35px !important;
}

#dash_rss .feed_location_c td {
  padding-top: 15px;
}

#dash_rss .feed_use_c {
  vertical-align: middle;
  text-align:center;
}

#dash_rss .feed_add_c {
  text-align:center;
}

#dash_rss .dash_rss_rem {
  text-decoration: underline;
  font-size: 11px;
}

#dash_rss .feed_tabs {
  overflow: auto;
  padding: 0px;
  margin: 0px;
  background: #E5E5E5;
  display: block;
  width: 100%;
}


#dash_rss .feed_tab {
  padding: 5px;
  margin: 0px;
  cursor: pointer;
  background: #F5F5F5;
  border-bottom: 1px solid #E5E5E5;  
  border-right: 1px solid #E5E5E5;
}

#dash_rss .cur_tab {
  font-weight: bold;
  background: #F5F5F5;
  border-bottom: 0px;
}

#dash_rss .dash_rss_items {
  max-height: 300px;
  overflow: auto;
}

#dash_rss .rss_item {
  border-bottom: 3px solid #E5E5E5;  
  padding: 2px;
  clear: both;
}

#dash_rss .rss_feed_title, #dash_rss .rss_feed_title * {
  font-size: 11px;  
  color: #A0A0A0;
}

#dash_rss .rss_item_title {
  margin: 5px;
  display:block;
  margin-bottom: 10px;
}

#dash_rss .rss_item_date {
  font-size: 11px;  
}

#dash_rss .rss_error {
  padding: 5px;
  display:block;
  background-color: #E5E5E5;
  margin: 0px;
}

.dash_content {
  max-height: 400px;
  overflow: auto;
}

h2.dash_loading {
  background-color: transparent;
}

.hide {
  display: none;
}

#dash_reference table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px;
}

#dash_reference td {
  border: 1px solid #E5E5E5;
  padding: 3px;
}

a.dash_min, a.dash_max {
  float: right;
  font-size: 13px;
  position: relative;
  /*top: -2px;*/
}