/*TABLE STYLES FOR ALL*/
table{ 
	border-collapse: collapse;
	width: 100%;
}

thead th {
	height: 35px;
	color: white;
}

th{
	text-align: left;
	padding: 0 0 0 20px;
}

td{
	text-align: left;
	padding: 20px 0 20px 20px;
}

tr{
	color: black;
}



.published{
	width: 17%;
}

/*ISSUANCES TABLES

.title-iss{
	width: 60%;
}*/

.title-iss{
	width: 690px;
}

.download{
	width: 23%;
}

/*VACANCIES*/
.title-vac{
	width: 330px;	
}

.color-advisories{
	/* width: 1120px;  FORMER RowToClick */
	background: #6d929b; /*before: 66cc99*/
}

.color-regional{ 
	/* width: 1120px;  FORMER RowToClick1 */
	background: #0bbf5e; /*before: 66cc99*/
}

.color-unnumbered{
	/* width: 1120px;  FORMER RowToClick2- */
	background: #46d9be; /*before: 66cc99*/
}

.rows1{
	border-bottom: 1px solid #dcdedd;
}	

.rows1:hover{
	background: #d9ffeb; /*before: dbedff*/
}
	.center_row{
	text-align: center;
	}

.rows{
	height: 50px;
	border-bottom: 1px solid #dcdedd;
}	

.rows:hover{
	background: #dadbdb; /*before: dbedff*/
}

.row1{
	height: 50px;
	border-bottom: 1px solid #dcdedd;
}

.row1:hover{
	background: #e3e5e6;
}

.rows2{
	height: 50px;
	border-bottom: 1px solid #dcdedd;
}	

.rows2:hover{
	background: #d4fdf6; /*before: dbedff*/
}

.RowToClick-vac{
	background: #6d929b; /*before: 66cc99*/
}

.division{
	width: 280px;
}

.vacancy{
	width: 60px;
}

.deadline{
	width: 150px;
}

.profile{
	width: 140px;
}

.title-bid{
	width: 56%;
}

.published-bac{
	width: 15%;
}

.published-bac2{
	width: 11%;
}

.closing{
	width: 18%;
}

.download-bid{
	width: 18%;
}

.RowToClick{
	background: #2aa1b7; /*before: 66cc99*/
}

/*FOR OPPORTUNITIES TABLE*/