@charset "UTF-8";
/* CSS Document */
.clear{
    clear:both;
}
table{
    border-collapse:collapse;
    width:660px;/*50em;*/
    border:1px solid #ccc;
    font:85%/1.6 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size:11px;
}
col{
    border-right:1px solid #ccc;
}
thead{
    background:#ccc url(/images/bar.gif) repeat-x left center;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
th{
    font-weight:normal;
    text-align:left;
}
.firstcol, table.centered .firstcol{
    text-align:left;
    white-space:normal;
}
th{
    padding:0.1em 1em;
    text-align:center;
    font-weight:bold;
}
td{
    padding:0.1em 1em;
    text-align:right;
    white-space:nowrap;
    border-right:1px solid #ccc; /* ie7 fix */
}
table.centered td{
	text-align:center;
}
.odd{
    background-color:#edf5ff;
}
.even{
    background-color:#dde5ef;
}
.grey1{
	background-color:#f0f0f0;
}
.grey2{
	background-color:#e2e2e2;
}
.grey3{
	background-color:#d4d4d4;
}
.grey4{
	background-color:#c6c6c6;
}
.grey5{
	background-color:#b8b8b8;
}
tr:hover{
    background-color:#FFFFCC;
    color:#000;
}
thead tr:hover{
    background-color:transparent;
    color:inherit;
}
