
table.simple thead tr th {
	background-color: #eee;
}

table.simple tr.even {
}

table.simple {
	border: 1px solid #ccc;
	border-collapse: collapse;
    width: 75%;
    margin-top: 20px;  
    margin-bottom: 20px; 
}

table.simple td,table.simple th {
	border: 1px solid #ccc;
}

table.simple td.deadline, table.simple td.published {
	/*white-space: nowrap;*/
}

table.simple td.country {
	width: 80px;
}


table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}

table.simple td.textRed {
	color: #b11;
}

table.simple th.sortable {
    background-position: right;
    background-repeat: no-repeat;
}

table.list thead tr th {
	background-color: #eee;
}

table.list tr.even {
}
table.list thead tr th {
	background-color: #eee;
}

table.list {
	border: 1px solid #ccc;
	border-collapse: collapse;
    width: 80%; 
    margin-top: 20px;  
    margin-bottom: 20px; 
}

table.list td,table.list th {
	border: 1px solid #ccc;
	text-float:left;
}

table.list td.deadline, table.list td.published {
	white-space: nowrap;
}

table.list td.country {
	width: 80px;
}


table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}

table.list td.textRed {
	color: #b11;
}

table.list th.sortable {
    background-position: right;
    background-repeat: no-repeat;
}


