div.user-list-div {
    position: relative;
    height: 1%;
}

div.symbol-div {
    height: 21px;
    width: auto;
    padding-top: 6px;
}

div.symbol-div div.symbol-left{
    height: 21px;
    width: 5px;
    background: 0% 0% no-repeat url('images/symbol-left.gif');
    float: left;
}

div.symbol-div div.symbol-right{
    height: 21px;
    width: 5px;
    background: 0% 0% no-repeat url('images/symbol-right.gif');
    float: left;
}

div.symbol-div div.symbol-back{
    height: 21px;
    line-height: 21px;
    width: auto;
    background: 0% 0% repeat-x url('images/symbol-back.gif');
    float: left;
    color: #cccccc;
    cursor: pointer;
}

div.symbol-div div.symbol-back a{
    padding: 0px 3px;
    text-decoration: none;
}

div.symbol-div div.symbol-back a.active, div.symbol-div div.symbol-back a:hover {
    padding: 0px 3px;
    text-decoration: none;
    color: #ffffff;
    background: 0% 0% repeat-x url('images/symbol-active.gif');
}

div.symbol-div div.symbol-dark-back{
    height: 21px;
    line-height: 21px;
    width: auto;
    background: 0% 0% repeat-x url('images/symbol-dark-back.gif');
    float: left;
    color: #ffffff;
    cursor: pointer;
}

div.symbol-div div.symbol-dark-back a{
    padding-left: 8px;
    padding-right: 3px;
    text-decoration: none;
}

div.symbol-div div.symbol-dark-right{
    height: 21px;
    width: 5px;
    background: 0% 0% no-repeat url('images/symbol-dark-right.gif');
    float: left;
}

a.icon-view{
    display: block;
    width: 19px;
    height: 17px;
    float: right;
    margin-left: 5px;
    text-decoration: none;
    margin-top: 8px;
}

a.icon-view-detail{
    background: 0% 0% no-repeat url('images/icon-view-detail.gif');
}
a.icon-view-detail-active{
    background: 0% 0% no-repeat url('images/icon-view-detail-active.gif');
}
a.icon-view-list{
    background: 0% 0% no-repeat url('images/icon-view-list.gif');
}
a.icon-view-list-active{
    background: 0% 0% no-repeat url('images/icon-view-list-active.gif');
}

div.defaultform {
    padding-top: 2px;
}

div.defaultform input.search_text {
	width:150px;
	margin-right:5px;
	background-color: #ffffff;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
}

div.defaultform input.search_button {
	width:55px;
	background-color: #d4cfc8;
	color: #231f20;
	font-family: Arial;
	font-size: 12px;
}