﻿.searchtd
{
    height:26px;
    font-weight:bold;
    color:#202020;
    text-align:left;
}
.ss
{
    font-family:Tahoma;
    font-size:12px;    
}
.pageClass
{
    width:100%; 
    height:20px; 
    line-height:20px; 
    text-align:center;    
}
.userButton{
    font-family:Tahoma;
    font-size:12px; 
    cursor:hand;
}

.selectsimulate{
	float:left;
	display: inline;
	height:20px;
	background-color:#fff;
	padding:1px;
	text-align: left;
	font-family: Tahoma;
	font-size: 12px;
}
.selectsimulate .menu {
	border: 1px solid #666666;
	position: absolute;
	background-color: #FFFFFF;
	padding: 1px;
	z-index: 200;
	margin-top:20px;
}
.selectsimulate .menu a {
	white-space:nowrap;
	display: list-item;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-weight:normal;
	text-decoration: none;
}
.selectsimulate .menu a:hover {
	background-color: #316ac5;
	color: #FFFFFF;
}
.selectsimulate .text{
	float: left;
	border: 1px solid #666666;
	height: 16px;
	line-height:16px;
	font-size:12px;
	font-family:Tahoma;
	width: 70px;
}
.selectsimulate .btn{
	float:left;
	height:16px;
	padding:1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	outline: none;
}
