input {
text-align: left;
color: #ffffff;
text-decoration: none;
}

input.banner-home-textfield {
    font-weight: bold;
}

input:hover {
color: #285157;
text-decoration: none;
cursor: pointer;
}

table#search_results td.output a {
    text-decoration: underline;
}

table#search_results td.output a:hover {
    color: #ff9226;
    text-decoration: underline;
}

.but-search-orange input
{
width: 130px;
height: 35px;
margin-top: 14px;
padding-bottom: 9px;
text-align: center;
float: left;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: transparent;
background-image: url(/images/buttons-tabs/back-but-orange-large.png);
border: none;
display: block;
}

/*
.but-search-orange a:link, .but-search-orange a:active, .but-search-orange a:visited (line 220)
{
color: #ffffff;
} */

.but-search-orange input:hover
{
color: #ffffff;
background-image: url(/images/buttons-tabs/back-but-green-large-roll.png);
cursor: pointer;
}

.but-search-green input{
width: 130px;
height: 35px;
padding-bottom: 9px;
text-align: center;
float: left;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: transparent;
background-image: url(/images/buttons-tabs/back-but-green-large.png);
border: 0;
display: block;
}

.but-search-green input:hover 
{
color: #ffffff;
background-image: url(/images/buttons-tabs/back-but-green-large-roll.png);
cursor: pointer;
}

.but-banner-home-orange input
{
width: 89px;
height: 35px;
margin-top: 10px;
padding-bottom: 9px;
text-align: center;
float: left;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: transparent;
background-image: url(/images/buttons-tabs/back-but-orange-search.png);
border: none;
display: block;
}

.but-banner-home-orange input:hover
{
color: #ffffff;
background-image: url(/images/buttons-tabs/back-but-orange-search-roll.png);
cursor: pointer;
}


.but-banner-home-green input
{
width: 130px;
height: 35px;
margin-top: 10px;
padding-bottom: 9px;
text-align: center;
float: left;
font-size: 14px;
font-weight: normal;
color: #ffffff;
background-color: transparent;
background-image: url(/images/buttons-tabs/back-but-green-large.png);
border: none;
display: block;
}

.but-banner-home-green input:hover
{
color: #ffffff;
background-image: url(/images/buttons-tabs/back-but-green-large-roll.png);
cursor: pointer;
}

