/*********************************************************************************/
/** Print Elements
/*********************************************************************************/
@import url(print.css);

/** Buttons **/

/* Re-show buttons after including print stylesheet */
.buttons {
  display:block;
}

a.button { 
  border:1px solid #ccc; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 13px 0 0; 
  text-align:center;  
  width: auto;
  font-family:Helvetica, "Helvetica Neue", HelveticaNeue, Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, sans-serif;
  font-size:12px;
  background:#eee;
  padding:5px;
  text-decoration:none;
  margin-right:10px;
  line-height:2;
}

a.button:link { text-decoration:none; }
a.button:visited { text-decoration:none; }
a.button:hover { text-decoration:none; background-color:#e5e5e5; }

a.previous {
  padding:5px 5px 5px 25px;
  background-image:url(../images/icons/arrow_left.png);
  background-repeat:no-repeat;
  background-position:5px center;
}

a.print {
  padding:5px 5px 5px 25px;
  background-image:url(../images/icons/printer.png);
  background-repeat:no-repeat;
  background-position:5px center;
}


