/* BEGIN Global */

.market a {
  font-size: 12px;
  color: #000000;
}

.market a:hover {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}


.market {
    background-color: #fff;
}

.market table {
    width: 100%;
    font-size: 12px;
    color: #999999;
    background-color: #ccc;
    margin: 2px;
}

.market th {
    font-weight: bold;
    background-color: #003366;
    line-height: 20px;
    padding:2px;
    color: #fff;
    text-align: left;
}

.market tr {
    line-height: 20px;
}

.market td {
    margin:0px;
    padding: 2px;
    line-height: 20px;
    background-color: #CDD6DD;
    vertical-align: top;
}

.market_button{
  	color: #fff;
	border:1px solid #86B8D1;
	background: url(images/button_bg.jpg);
    background-repeat: repeat-x;
	cursor: pointer;
	font-size: 11px;
	padding: 1px 20px 1px 20px;
}

.market_button:hover{
  	color: #fff;
}

.market input[type="text"]{
  border: 1px solid #666666;
  width: 75%;
}

.market textarea{
  border: 1px solid #666666;
  width: 99%;
}
