
#notice  thead tr th {
	background-color: #596da2; /** 3e647e; **/
    color: rgb(232, 225, 196);
    font-weight: bold;
}

#notice  thead a {
    color: rgb(232, 225, 196);
    font-weight: bold;
}

#notice  tr.even {
    background: #e4eef5;
}

#notice  {
	border: 1px solid #ccc;
	border-collapse: collapse;
    width: 100%;
}

#notice  td,#notice  th {
	border: 1px solid #ccc;
}

#notice  td.deadline, #notice  td.published {
	white-space: nowrap;
}

#notice  td.country {
	width: 80px;
}


table.nocol tbody td,table.nocol tbody th {
	border-left: none;
	border-right: none;
}

#notice  td.textRed {
	color: #b11;
}

#notice  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 tr.even {
}

table.list {
	border: 1px solid #ccc;
	border-collapse: collapse;
    width: 100%;    
}

table.list td,table.list th {
	border: 1px solid #ccc;
}

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;
}

table.list th.order1 {
	background-image: url(../img/arrow_down.png );
}

table.list th.order2 {
    /*
     *  Only one type of order now same arrow for both orders (order1 and order2)
     *  background-image: url(../img/arrow_up.png);
     */
	background-image: url(../img/arrow_down.png );
}

th.sortable a {
	background-position: right;
    background-repeat: no-repeat;
    background-image: url(../images/sortby.gif);
    padding-right: 13px;
}

th.sorted a:link, th.sorted a:hover, th.sorted a:visited, th.sorted a:active {
	text-decoration: none;
	cursor: text;
	color: black;
	font-weight: bold;
}