/*
 *  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;
}


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

