/* CSS Document */

table {
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
	font-size: 85%;
	}
th, td {
	padding: 10px;
	}
caption {
	font-weight: bold;
	margin: 10px;
	text-align: left;
	margin: 0 0 10px 35px;
	}
col {
	border-right: 1px dotted #cccccc;
	}
col#renewalAction {
	border: none;
	}
thead {
	background: #eeeeee;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	}
th {
	font-weight: normal;
	text-align: left;
	}
#playlistPoshead {
	text-indent: -1000em;
	}
.odd {
	background-color: #edf5ff;
	}
tr:nth-child(odd) {
	background-color: #edf5ff;
	}
	