/*===== printer_events ===============================================================*/

#printer_events
{
border:0.125em solid #cccccc;
border-collapse:collapse;
margin:1.5em 0em;
}
#printer_events thead
{
background:#4d6db8;
background:-webkit-linear-gradient(#3e5793, #4d6db8); /* For Safari 5.1 to 6.0 */
background:-o-linear-gradient(#3e5793, #4d6db8); /* For Opera 11.1 to 12.0 */
background:-moz-linear-gradient(#3e5793, #4d6db8); /* For Firefox 3.6 to 15 */
background:linear-gradient(#3e5793, #4d6db8); /* Standard syntax */
}

#printer_events thead a
{
color:#ffffff;
text-decoration:none;
}
#printer_events thead a:hover 
{
color:#ffffff;
text-decoration:underline;
}
#printer_events thead a:active
{
color:#ffffff;
}

#printer_events th, #printer_events td
{
padding-left:1em;
height:2.5em;
width:10em;
}
#printer_events th:first-child
{
width:35em;
}

#printer_events tbody tr:nth-child(2n)
{
background:#e0e0eb;
}
#printer_events tbody tr:nth-child(2n+1)
{
background:#f7f7ff;
}
#printer_events tbody tr:nth-child(2n+1) td:nth-child(2n)
{
background:#f0f0f3;
}
#printer_events tbody tr:nth-child(2n) td:nth-child(2n)
{
background:#d6d2de;
}

#printer_events thead th:nth-child(n+3),
#printer_events tbody td:nth-child(n+3)
{
padding-left:0em;
text-align:center;
}

#printer_events .locationflag
{
cursor:context-menu;
position:relative;
top:0.167em;
height:70%;
width:30%;
}