﻿.filetree 
{
    width: 225px;
}

#globalKeyword {
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    font-size: 12px;
    color: #888;
    width: 100%;
    padding: 0px 5px 0px 5px;
}

.globalKeywordImg {
    background-image: url(images/globalsearch01.png);
    background-position:  0px 0px;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    border: 0px;

}
.globalKeywordImg:hover{ 
      background-position:  0px -21px;
      cursor: pointer;
}

.globalKeywordImg:active{
      background-position:  0px -42px;
}

#searchtd_go {
width: 22px;
}

#top_search td {
text-align: right;
}

/* replace jqtransform*/
/*button*/
.replacejqButton {
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
    font-family: "ChollaSlabRegular";
    text-transform: uppercase;
    color: #C93 !important;
    font-size: 14px;
    height: 19px;
    display: block;
    float: left;
}

/*hover*/
.replacejqButton_hover { background-position: left -33px ; }
.replacejqButton_hover { background-position: right -33px ; }

/*clicked*/
.replacejqButton_click { background-position: left -66px ; }
.replacejqButton_click { background-position: right -66px ; }

/*check box*/
.replacejqCheckbox {
    height: 19px;
    width: 18px;
    display: block !important;
    float: left;
}