
/**** MAIN *****************************************************************************************************************/

body {
  margin: 6px;
  background-color: white;
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 70%; /* 11px*/
  color: black;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table td {
  padding: 0;
}

input, textarea, select {
  font-family: verdana, arial, tahoma, helvetica, sans-serif;
  font-size: 100%;
  color: black;
}

input.radio {
  vertical-align: -3px;
}

h1 {
  color: black;
  font-size: 130%;
  margin: 0px;
  font-weight: bold;
}

h2 {
  color: #7e287e;
  font-size: 110%;
  margin: 10px 0 10px 0;
  font-weight: bold;
}

h2 a {
  color: #7e287e;
  text-decoration: none;
}

h3 {
  color: #666666;
  font-size: 100%;
  margin: 0;
  font-weight: bold;
}

p {
  margin-top: 10px;
  margin-bottom: 18px;
}

hr {
  width: 100%;
  border-top: #CCCCCC 1px solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 1px;
  clear: both;
}

form { 
  margin: 0; 
  padding: 0; 
}

img { 
  border: 0; 
}

table, table td {
  border: 0;
}

div.clear {
  clear: both;
}
  
a { 
  color: #363896; 
  text-decoration: underline; 
}
  
a:hover { 
  text-decoration: none; 
}


/* NAV *******************************************************/

.nav {
  background-color: #e2e2e2;
  width: 140px;
  padding: 10px;
  border-right: 6px solid white;
}

.nav a {
  color: black;
  text-decoration: none;
}

.nav a:hover {
  color: #363896;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav li {
  list-style-type: none;
  margin-bottom: 6px;
}

.nav li.divider {
  border-bottom:#bbbbbb 1px solid;
  padding-bottom:6px;
}

/* GLOBAL NAV *********************************************/

.global-nav {
  border: 1px solid #c0c0c0;
  padding: 10px;
  margin-top: 6px;
	width: 572px;
}

.global-nav a {
  color: black;
  text-decoration: none;
}

.global-nav a:hover {
  color: #363896;
}

.global-nav ul {
  margin: 0;
  padding: 0;
}

.global-nav li {
  list-style-type: none;
  display: inline;
  margin-right: 12px;
}


/* HEADER ****************************************************/

.header {
  padding: 10px 0 6px 12px;
}


/* LOG IN PANEL ***********************************************/

.log-in-panel {
  background-color: #35336d;
  width: 232px;
  padding: 8px;
  border-left: 6px solid white;
  height: 92px;
	color: white;
}

.log-in-panel a {
  color: white;
}

.log-in-panel a:hover {
  color: #e2e2e2;
}

.log-in-panel h1 {
  color: white;
}



/* CONTENT *****************************************************/

.content {
  border: 1px solid #c0c0c0;
  padding: 10px 10px 10px 10px;
}
/* FIX TO REMOVE PEEKABOO BUG FROM IE-WIN \*/
* html .content {height: 1%;} /* 
/* END FIX */

.news-title a {
  color: #363896;
  font-weight: bold;
  text-decoration: none;
}

.news {
  margin-top: 9px;
}

.news p {
  margin:0;
  padding:0;
}

.form td {
  padding: 2px 0 2px 0;
}

.form-divide {
  border-right: 1px solid #363896;
}

.form-buttons {
  background-color: #e2e2e2;
  padding: 6px 6px 4px 0;
  text-align:right;
}

.required {
  color: red;
}

.contacts {
  color: #363896;
  font-weight: bold;
}


/* SEARCH *****************************************************/

.search {
  background-color: #363896;
  padding: 10px;
  margin-bottom: 6px;
}

.search .title {
  font-size: 110%;
  color: white;
  font-weight: bold;
}

.search .content {
  color: white;
  padding: 0;
  border: 0;
  margin: 12px 0 0 0;
}

.search .content td {
  padding: 5px 10px 5px 10px;
}

.search .content .border {
  border-right: 1px solid white;
  padding-left: 0;
}


/* RESULTS *****************************************************/

.results-header {
  color: #363896;
  font-weight: bold;
}

.results-table th {
  color: #363896;
  font-weight: bold;
  border-bottom: #dddddd 1px solid;
  padding: 3px 2px 3px 2px;
  text-align: left;
}
.results-table td {
  border-bottom: #dddddd 1px solid;
  padding: 3px 2px 3px 2px;
}


/* DEEPLINKS COLOR *********************************************/

.deeplink-color {
  padding: 10px;
  background-color: #363896;
  width: 284px;
  height: 62px;
}

.opt {
  background-image: url(/images/deeplink_arrows.gif);
  background-position: right;
  background-repeat: no-repeat;
  border-right: 6px solid white;
}

.register {
  background-image: url(/images/deeplink_register.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.deeplink-color h1 a {
  color: white;
  text-decoration: none;
}

.deeplink-color h1 a:hover {
  color: white;
  text-decoration: underline;
}



/* DEEPLINKS WHITE ******************************************/

.deeplink {
  padding: 10px;
  height: 62px;
  background-repeat: no-repeat;
}

.auctions {
  background-image: url(/images/deeplink_auctions.gif);
  width: 180px;
}

.positions-sale {
  background-image: url(/images/deeplink_sales.gif);
  width: 180px;
}

.request-info {
  background-image: url(/images/deeplink_info.gif);
  width: 174px;
}

.deeplink h1 a {
  color: #1a1a5b;
  text-decoration: none;
}

.deeplink h1 a:hover {
  color: #1a1a5b;
  text-decoration: underline;
}

.arrow {
  margin-top: 24px;
}

.arrow-br {
  margin-top: 6px;
}


/* ALERT ******************************************/

.alert {
  background-color: red;
  margin: 0 0 6px 0;
  padding: 10px; 
  color: white;
}
.alert ul {
  padding: 0;
  margin: 0 0 0 15px;
}
.alert ul li {
  padding: 0;
  margin: 0 0 3px 0;
}
.alert label {
  cursor: pointer;
  text-decoration: underline;
}
.alert p {
  margin: 0 0 5px 0;
}

/* TARIFFS ******************************************************/

.tariffs-table {
  margin-top: 10px;
}

.tariffs-table th {
  color: #363896;
  font-weight: bold;
  border: #000000 1px solid;
  padding: 3px;
  background-color: #f6f6f6;
}

.tariffs-table td {
  border: #000000 1px solid;
  padding: 3px;
  text-align:right;
}

/* CALENDAR ******************************************************/

#calendar_div {
  position:absolute;
  visibility:hidden;
  background-color:#f6f6f6;
  border: #AAAAAA 1px solid;
  padding: 3px;
}

/* LINKS ******************************************************/

.links ul {
  margin: 0;
  padding: 0;
}

.links li {
  margin-bottom: 8px;
}

/* FILE LIST ******************************************************/

ul.file-list {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: 10px;
}

ul.file-list li {
  list-style: none;
  padding-left: 25px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  padding-bottom: 3px;
  background-image: url(/images/other.png);
}

ul.file-list li.pdf {
  background-image: url(/images/pdf.png);
}

ul.file-list li.doc {
  background-image: url(/images/doc.png);
}

ul.file-list li.xls {
  background-image: url(/images/xls.png);
}

ul.file-list li.web {
  background-image: url(/images/web.png);
}

/* ABOUT US ******************************************************/

.about-us li {
  margin-bottom: 8px;
}


#noscript {
  background-color:#ff0000;
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
  padding:5px;
  margin-bottom:5px;
}
#nocookies {
  background-color:#ff0000;
  color:#ffffff;
  font-weight:bold;
  font-size:12px;
  padding:5px;
  margin-bottom:5px;
}

/* PREFERENCING *****************************************************/

.preferencing-table th {
  color: #363896;
  font-weight: bold;
  border: #dddddd 1px solid;
  padding: 3px 2px 3px 2px;
  text-align: center;
}

.preferencing-table th.key {
  color: #000000;
  font-weight: bold;
  border: #dddddd 1px solid;
  padding: 3px 2px 3px 2px;
  text-align: left;
}

.preferencing-table td {
  border: #dddddd 1px solid;
  padding: 4px;
  text-align: center;
}

.preferencing-table tr.selected td,
.preferencing-table tr.selected th {
  background-color: #f5f5f5
}

#bid-history h2 {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 3px;
  margin-bottom: 0px;
}

#bid-history h3 {
  padding: 10px 0px 3px 0px;
}

#bid-history td.name {
  padding-right: 10px;
}

#bid label {
  padding-bottom: 5px;
  display: block;
}

#bid label input {
  margin: 0px 0px 0px 0px;
}

#add-lot {
  margin-top: 6px;
}

#add-lot a {
  color: #1A1A5B;
  text-decoration: none;
  font-size: 130%;
  font-weight: bold;
}

#add-lot img {
  margin: 0px 0px -1px 5px;
}