@charset "utf-8";
/* CSS Document */

/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table {border-collapse: collapse;
background: #fff;}

td, th {border-bottom: 1px dotted #ccc;
padding: .5em;}

caption {padding: 0 0 .5em 0;
text-align: left;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */


/* =head =foot
----------------------------------------------- */

thead th, tfoot th {
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #333;
background: transparent;}

tfoot td {}

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
}

tbody th {white-space: nowrap;}

.odd {background: #fcfcfc;}

tbody tr:hover {background: #fafafa;}


.boldline{
border-bottom:1px solid #999;
background:#fffdf4;
}

.border{
border-bottom:1px solid;
}

.right{
text-align:right;
}

.border-left{
border-left:1px dashed #999;
}

.border-left-usu{
border-left:1px dashed #ccc;
}
