﻿/*************************************************************************************************************************************/
/***********20150707首次建立,单选控件 ************************************************************************************************/
/*************************************************************************************************************************************/
.select_item_div 
{
	display: none;
	position: absolute;
	width: 100%;
	background-color: white;
	border: 1px solid #7F9DB9;
	z-index: 10000;
	border-radius: 3px;
}
.select_item_a 
{
	display: block;
	box-sizing: border-box;
	width: 100%;
	line-height: 20px;
	padding-left: 5px;
	text-decoration: none;
	text-align: left;
}
/* 未访问的链接 */.select_item_a:link
{
	color: Black;
}
/* 已访问的链接 */.select_item_a:visited
{
	color: Black;
}
/* 鼠标移动到链接上 */.select_item_a:hover
{
	background-color: #1E90FF;
	color: #FFFFFF;
}
/* 选定的链接 */.select_item_a:active
{
	color: Black;
}
.select_item_a_pre_sel
{
	background-color: #f0e68c;
}
.select_only
{
	/*background-color: #F8F8FF;*/
	background-color: white;
	background-image: url('images/selectdown.png');
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
}
.select_only.Readonly
{
	background-color: #E8E8E8;
	cursor: default;
}
#select_item_keyword 
{
	width: 99%;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999;
	height: 28px;
}
.select_item_page
{
	width: 100%;
	text-align: right;
}
.select_item_page_a 
{
	display: inline-block;
	margin: 0px;
	width: 38px;
	text-align: center;
	font-size: 14px;
}
#select_item_title_table 
{
	width: 100%;
	border-top: 1px solid #aaa;
	margin-top: 1px;
}
#select_item_title_table tr td
{
	padding: 1px;
	margin: 0px;
}
#select_item_title_table .btn_search_select_item 
{
	width:28px;
	height:28px;
	padding: 5px;
	background-image: url(images/btn_search.png);
	background-position: center;
	background-repeat: no-repeat;
}
#select_item_title_table .btn_cancel_select_item 
{
	width: 28px;
	height: 28px;
	padding: 5px;
	background-image: url(images/btn_cancel.png);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px #AAAAAA;
	color: #FFFFFF;
}
