#contentBox {
	float:left;
	width:99%;
	background-color:#fff;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}

.search_fieldset {
	border: none;
	text-align:left;
}

.search_fieldset .form-row {
  clear: both;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}

.form-row .label {
  display: block;
  padding: 0 1em 3px 0;
  float: left;
  width:140px;
  vertical-align: bottom;
}

.form-error {
	color: #FF0000;
}

.form-hint {
	color: #666;
}

#state_selection {
	float:left;
	width:120px;
	text-align:right;
	padding-right:5px
}
.publication_date_label {
	float:left;
	text-align: right;
	padding: 0 1em;
	width:40px
}

.publication_date_from {
	float:left;
	width: 140px;
}
.publication_date_to {
	float:left;
	width:150px;
}

.publication_date_to_lbl{
	float:left; 
	width:30px;
}

.form-row .content {
}

.form-row .field_box {
	float:left;
	text-align:left;
	width:350px;
}

.form-row input[type="text"],
.form-row select {
  display: inline;
  float: none;
  border: 1px solid #666
}

.form-row .content input[type="submit"] {
  display: inline;
  float: none;
  border: 1px solid #666;
  background-color:#ffeedd;
  font-weight:bold;
}

.form-row .content input[type="submit"]:hover {
  border: 1px solid #000;
  background-color:#ddd;
}

.form-row input[type="checkbox"] {
  display: block;
  float:left;
  margin-right: 5px;
}

.country_box {
	float:left;
	padding-right:10px;
	line-height:20px;
}

.country_box2{
	float:left;
	text-align:left;
	line-height:20px;
	width:110px;
}

.toolTipContainer {
    margin-top:10px;
    border: 1px solid #CCC;
    background-color:#fffe99;
    padding:0 5px 5px 5px;
}
.toolTipBox {
    padding:3px;
    font-family: Verdana;
    font-size:9px;
}

.toolTipBox.fieldset {
    padding:10px;
}

.toolTipBox.legend {
    font-weight:bold;
}

.ttip_link_box {
    float:right;
}

.ttip_link_img {
	cursor: pointer; 
	vertical-align: middle;
}

.toolTipBox .Stil1 {
    color: #003399
}

.toolTipBox .Stil1Bold {
    color: #003399;
    font-weight: bold;
}

/*	tenders list view */

#submissionsTable {
	width:100%;
	background-color:#fff;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#submissionsTable th, td {
	text-align:left;
	padding: 2px;
	line-height: 18px;
}
#submissionsTable th {
    white-space: nowrap;
    padding-right:5px;
}

#submissionsTable .trHead {
	background-color: #003399;
}

#submissionsTable .trHead a {
	color: #FFF;
	font-weight:bold;
	text-decoration: underline;
	margin: 0;
	padding: 0
}

#submissionsTable .trHead a:hover {
	color: #CCC;
}

#submissionsTable .trState {
    font-weight:bold;
    text-align:center;
    background-color:#CCC
}

.stateHeaderBox{height:28px}

.stateHeader {
	font-size: 15px
}

.stateItemsBox {
	width:100%;
	padding: 2px 0;
}

.stateItemsBox>table {
    width:100%;
    padding:0;
    margin:0;
}

.tenderEvenTr {
	background-color: #FFF;
}	

.tenderOddTr {
	background-color: #EEE;
}	

.tenderOddTr:hover, 
.tenderEvenTr:hover {
	background-color: #CCC
}


.trFooter {
	background-color:#B0C4DE
}

.trFooter input[type="submit"] {
  display: inline;
  float: none;
  border: 1px solid #666;
  background-color:#ffeedd;
  font-weight:bold;
}

.trFooter input[type="submit"]:hover {
  background-color:#eee;	
}
        
a#doCheckLink, a#doUncheckLink{
	margin-left:5px;
	color:#000;
  font-weight:bold      
}
/*	/tenders list view */

.markedKeyWord {
	color:black;
	background-color:#ffff66
}


/* detail view */

.detailsHeadline {
	width:100%;
	height:100%;
	background-color: #003399;
	color: #FFF;
	text-align:left;
}

.detailsTh {
	background-color:#dbdbdb;
	font-weight:bold;
	font-size: 11px;
}

.detailsTd {
	background-color:#FFF;
	font-weight: normal;
	color: #000;
	font-family: Verdana;
	font-size: 13px;
}

#printAllBtlBox {
	text-align:right;
	padding:  10px 0;
}

/* end detail view */
#dateForm {
  position:absolute;
  right:0px;
  top:0px;
  z-index:1001;
  width:300px;
  border:solid 1px #666;
  background-color:#eee
}
