/*---------------------------------------------------------*/
/* 标准按钮使用的样式 */
/*---------------------------------------------------------*/
INPUT.btn
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/btnbg.gif);
	padding-bottom: 0px;
	width: 90px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
}

/*---------------------------------------------------------*/
/* 查询结果列表中排序按钮使用的样式 */
/*---------------------------------------------------------*/
INPUT.btnAsc
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/asc.gif);
	padding-bottom: 0px;
	width: 20px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
	cursor:hand;
}
INPUT.btnDesc
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/desc.gif);
	padding-bottom: 0px;
	width: 20px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
	cursor:hand;
}
INPUT.btnCart
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/cart.jpg);
	padding-bottom: 0px;
	width: 93px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 28px;
	border-bottom-style: none;
	cursor:hand;
}
IMG.cart
{
	src:url(images/cart.jpg);
	cursor:hand;
}
 INPUT.txt
{
	BORDER-RIGHT: #000033 1px solid;
	BORDER-TOP: #000033 1px solid; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: #000033 1px solid;
	BORDER-BOTTOM: #000033 1px solid;
}
Select.lst
{
	BORDER-RIGHT: #000033 1px solid;
 BORDER-TOP: #000033 1px solid; 
 FONT-SIZE: 12px; 
 BORDER-LEFT: #000033 1px solid;
  BORDER-BOTTOM: #000033 1px solid;
  
}
/*---------------------------------------------------------*/
/* 较宽按钮使用的样式 */
/*---------------------------------------------------------*/
INPUT.btn2
{
	height:20px;
	width:90px;
	padding:0px 10px 0px 10px;
}

/*---------------------------------------------------------*/
/* 较宽按钮使用的样式 */
/*---------------------------------------------------------*/
INPUT.seletButton
{
	background-color: #cccccc;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	width: 40px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 20px;
	border-bottom-style: none;
}
/**********************************************************************/
/*
/* 页框架主表格的通用样式
/*
/**********************************************************************/

/*---------------------------------------------------------*/
/* 每页的最外层主表格height:100%;	border-bottom:solid 1 black;
	border-left:solid 1 black;
	border-right:solid 1 black;
	border-top:solid 1 black;	 */
/*---------------------------------------------------------*/

TABLE.mtab
{
	width:980;
	
	border-style:solid;
	vertical-align:top;

	padding: 0 0 0 0px;
}
/*---------------------------------------------------------*/
/* 每页主表格的最顶行 */
/*---------------------------------------------------------*/
TR.pgtop
{
	height:42px;
}

/*---------------------------------------------------------*/
/* 每页主表格的中间行，通常包含查询条件设置区和内容区两个TD */
/*---------------------------------------------------------*/
TR.pgmiddle
{

	vertical-align:top;
}
/*---------------------------------------------------------*/
/* 每页主表格的中间行的查询条件设置区 */
/*---------------------------------------------------------*/
.rowl
{
	width:100px;
    height:100%;
	
}
/*---------------------------------------------------------*/
/* 每页主表格的最底行，包含显示属性数据列表 */
/*---------------------------------------------------------*/
TR.pgbottom
{
	height:50px;
}

/*---------------------------------------------------------*/
/* 导航菜单的主表格 border: solid 1 #eeeeee;*/
/*---------------------------------------------------------*/
TABLE.menu
{	
	background-color: #f1f1f1;
	padding: 0 0 0 0px;
}

/**********************************************************************/
/*
/* 查询报表的通用样式
/*
/**********************************************************************/

/*---------------------------------------------------------*/
/* 查询报表的TABLE样式 */
/*---------------------------------------------------------*/
TABLE.rep
{

	border-top:solid 1 #fb8c04;
	border-bottom:solid 1 #fb8c04;
	border-left:solid 1 #f4f4f4;
	border-right:solid 1 #f4f4f4;
	background-color:#fafafa;
}

/*---------------------------------------------------------*/
/* 查询报表的表头行，显示各列的名称 */
/*---------------------------------------------------------*/
TR.rephd
{
	background-color:#fff3cb;
	font-weight:bold;
	font-size:4pt;
	color:#606060;
	height:28px;
}

TD.rephd
{
	background-color:#EEEEEE;
	font-weight:bold;
	color:#606060;
	height:28px;
	padding:0px 10px 0px 10px;
	text-align:center;
}


/*---------------------------------------------------------*/
/* 查询报表的通用行，显示各纪录的值 */
/*---------------------------------------------------------*/
TR.rep
{
	color:#000000;
	height:24px;
}

TD.rep
{
	color:#000000;
	height:24px;
	border-top: solid 1 #e1e1e1;
	padding:0px 10px 0px 10px;
	text-align:center;
}
TD.rep1
{
	color:#000000;
	height:24px;
	border-top: solid 1 #e1e1e1;
	border-bottom: solid 1 #e1e1e1;
	padding:10px 10px 10px 10px;
}
/*---------------------------------------------------------*/
/* 查询报表中已加入购物车中的行 */
/*---------------------------------------------------------*/
.cartcolor
{
	background-color:#00ff00;
	font-weight:bold;
	color:#606060;
	height:28px;
}
/**********************************************************************/
/*
/* 提交表单的通用样式
/*
/**********************************************************************/

/*---------------------------------------------------------*/
/* 表单的TABLE样式 

	border:solid 1 #999999;
	border-top:solid 1 #999999;
	border-left:solid 1 #999999;
	border-right:solid 1 #999999;
	border-bottom:solid 1 #999999;

*/
/*---------------------------------------------------------*/
TABLE.frm
{
	background-color:#f6fafd;
	line-height:32px;
	
}
TABLE.frm2
{
	background-color:#f6fafd;
}
/*---------------------------------------------------------*/
/* 表单的标题行 */
/*---------------------------------------------------------*/
TR.frmhd
{
	font-weight:bold;
	text-align:left;
	background-color:#eeeeee;
	height:20px;
	color:black;
}

TD.frmhd
{
	font-weight:bold;
	text-align:left;
	background-color:#eeeeee;
	height:30px;
	vertical-align:middle;
	color:black;
	padding:0px 10px 0px 10px;
}

/*---------------------------------------------------------*/
/* 表单的底部按钮行，用来显示各按钮 */
/*---------------------------------------------------------*/
TR.frmbt
{
	margin-top:20px;
	text-align:center;
	background-color:#f6fafd;
	height:44px;
}

TD.frmbt
{
	text-align:center;
	background-color:#f6fafd;
	height:44px;
	vertical-align:middle;
}


/*---------------------------------------------------------*/
/* 表单的一般行，用来显示各控件 */
/*---------------------------------------------------------*/
TR.frm
{
	color:#000000;
	height:32px;
}

TD.frm
{
	text-align:left;
	color:#000000;
	height:32px;
	padding:0px 10px 0px 10px;
}
/*---------------------------------------------------------*/
/* 表单的自定义行，用来特殊的行(add by weil) */
/*---------------------------------------------------------*/
TR.frm2
{
	text-align:left;
	background-color:#c4e4ff;
	height:32px;
	color:black;
}

TD.frm2
{
		text-align:left;
	background-color:#c4e4ff;
	height:32px;
	color:black;
	padding:0px 10px 0px 10px;
}
TD.frm3
{
	text-align:left;
	background-color:#f6fafd;
	height:32px;
	color:black;
	padding:0px 10px 0px 10px;
}
TABLE.lsFrm
{
	line-height:20px;
}
/*---------------------------------------------------------*/
/* 在表单中使用的Asp:TextBox控件模拟Label控件效果的样式 */
/*---------------------------------------------------------
INPUT.txt
{
	background-color:#f1f1f1;
	font-size:xx-large;
		
}
---------------------------------------------------------*/
TABLE.submtab
{
	background-color: #dfebfd;
}

TABLE.univ
{
}
TR.univ
{
}
TD.univ
{
	text-align:center;
}




/**********************************************************************/
/*
/* 左侧菜单
/*
/**********************************************************************/
TABLE.SatList
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #f6fafd;
	border-bottom-style: none;
	width:100%;
}
TD.SatListLandSat
{
	font-family: 'Arial Black';
	background-color: #a6ffd0;
}
TD.SatListSpot
{
	font-family: 'Arial Black';
	background-color: #ffd0ed;
}
TD.SatListSARSeries
{
	font-family: 'Arial Black';
	background-color: #b8d7ff;
}

/*---------------------------------------------------------*/
/* 在表单中使用的Asp:TextBox控件模拟Label控件效果的样式 */
/*---------------------------------------------------------


/**********************************************************************/
/*
/* 每一页的默认通用样式
/*
/**********************************************************************/
BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    margin:0 0 0 0
}

TABLE
{
	border-collapse: collapse;
	border:none 0 black;

	
}

TD
{
	font-size: 9pt;
}

INPUT
{
	font-size:9pt;
	
}

SELECT
{
	font-size:9pt;
}
.rowl
{
	width:200px;
	
}
/*---------------------------------------------------------*/
/* 链接的一般样式 */
/*---------------------------------------------------------*/
A:link    { text-decoration: none; color: #3333cc; }
A:visited { text-decoration: none; color: #333399; }	
A:active  { text-decoration: none; color: #333399; }	
A:hover   { text-decoration: underline; color: #3333cc; }

/*--------------------------------------------------------*/
/* 地图中所用的一般样式#7a96df */
/*--------------------------------------------------------*/
.ToolBar
{
	font-weight:bold;
	text-align:left;
	background-color:#333366;
	color:White;
	width:100%;  
	height:30px;
}
.MapSize
{
  height:450px;
  width:100%;
  position:static
}
.ZoomBox
{
	border:2;
	border-style:solid;
	border-color:Red;
	visibility:visible;
}
.MapBorder
{  
    border-color:#336699;
    border-style:outset; 
}
 .XYLocatorText
{
	COLOR: #336699;
	BACKGROUND-COLOR: transparent;
    FONT-FAMILY: Verdana, Arial;
    FONT-WEIGHT: bold;
 
    FONT-SIZE: xx-small;
    border-style:none;	
}

/*-----------------------------------------------------*/
/* 特效 */
/*-----------------------------------------------------*/
.alp55 {
	FILTER: alpha(opacity=55)
}