/* *{border:1px solid red;} */
table.Design5 {
    width:100%;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top:5px;
    margin-bottom:5px;
	color:#444;
	font-size:.92em;
}
table.Design5 caption {
    margin-top:5px;
    margin-bottom:5px;
    text-align: left;
    font-weight: bold;
}
table.Design5 th {
    text-align: left;
    font-weight: 400;
    padding: 0.2em 0.5em;
    background-color: #ddd;
  zoom: 1;
height: 20px;
}
table.Design5 td {
    text-align: left;
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 0.3em 0.3em;
    vertical-align:top;
}

table.Design5 tr.even {
    background-color: #f1f1f1;
}

table.Design5 tr.odd {
    background-color: #fff;
}

table.Design5 thead th {
    text-align: left;
	background:#ddd url(../graphics/table-header-bg.gif);
}
table.Design5 th.Corner {
    text-align: left;
}
table.Design5 td.right {
    text-align: right;
}
table.Design5 th.right {
    text-align: right;
}


table.Design5 span.action_links {
	font-size:9px;
	font-weight:400;
	padding: 1px;
}

