﻿
.RightTop
{
    background-image: url("../images/bg-search-bolum.png");
    padding: 19px 10px 19px 10px;
    border-bottom: 1px solid white;
}

#RightTopNoBorder
{
    background-image: url("../images/bg-search-bolum.png");
    padding: 18px 10px 19px 10px;
}

.RightBottom
{
    margin: 17px 0 0 0;
}



.widgetLabels
{
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: white;
    padding-bottom: 10px;
}

.widgetLinks
{
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: White;
    text-transform: uppercase;
    display: block;
}



.ui-combobox-input#ddlYear
{
    float: left;
    background: white;
    margin: 0;
    padding: 4px;
    width: 10px;
}

.ui-combobox
{
    position: relative;
    display: inline-block;
}
.ui-combobox-toggle
{
    color: White;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0; /* adjust styles for IE 6/7 */
}
.ui-combobox-input
{    
    margin: 0;
    padding: 4px;
}
.ui-autocomplete
{
    max-height: 200px;
    max-width: 255px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
* html .ui-autocomplete
{
    background-color: White;
    height: 200px;
    width: 255px;
}
