/*
 *  Copyright (c)  2009 UNDP Moldova Website Authors, Valentin Turcan
 *
 *  This file is part of UNDP Moldova Tenders Site.
 *
 *
 */


/* from http://www.jivesoftware.com/jivespace/blogs/jivespace/2008/06/20/classclearfix-what-the-hell-is-that */
/* for compliant browsers */
	.clearfix:after {
		content:"'";
		clear: both;
		display:block;
		visibility: hidden;
		height: 0;
		}
	/* for IE7 */
	.clearfix { min-width: 0; }
	/* targets IE5-6 only, hidden from IEmac \*/
	* html .clearfix { height: 1%; } /* end hide IEmac */
	/* for IEmac only \*//*/ 
	.clearfix { display: inline-table; }
	/* end IEmac only */
	

/********************
Tenders
********************/

#winners td { 
border-left: blank;
border-right: 1px solid #cccccc;
border-top: blank;
border-bottom: 1px solid #cccccc;
}

* .redcolor {
  color: red;
}

td.b_tdright1
{
text-align:right;
vertical-align:top;
}
input.b_input_right2
{
    text-align:right;
    clear:both;
}


/********************
End tenders
********************/

/*  Jobs TABLE DEFINITIONS added vtur 20120613*/

table.jobs1 {
  /* standard table spacing */
  border-collapse: collapse;
  background-color: #FFFFFF;
  width: 100%;
  margin: 15px 0px 15px 0px;
  padding: 0px;
}

table.jobs1 tr {
  /* standard table rows */
  vertical-align: top;
}

/* added by vtur 10 nov 2010 */
table.jobs1 tr.hidden {
  /* hidden table rows */
  display: none;
}

table.jobs1 th {
  /* standard table headers */
  margin: 0px;
  padding: 5px 5px 5px 5px;
  background-color: #E6E6E6;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

table.jobs1 td {
  /* standard table cells */
  margin: 0px;
  padding: 3px 5px 3px 5px;
  border-top: 1px solid #003399;
  border-left: 1px solid #003399;
  border-right: 1px solid #003399;
  border-bottom: 1px solid #003399;
}



