﻿body {
}
/*GridView样式*/
.GV_Style
{
	border:none;
	padding: 0 0 0 0;
}

/*偶数行*/
.GV_AlternatingRowStyle
{
    background-color: #E2E2E1;
    height: 20px;
    font-family: 微软雅黑;_font-family:宋体;
    color: #000000;
    font-size: 12px;
}
.GV_AlternatingRowStyle a
{
    background-color: #E2E2E1;
    height: 20px;
    font-family: 微软雅黑;_font-family:宋体;
    color: #000000;
    font-size: 12px;
}
.GV_AlternatingRowStyle a:link
{
    background-color: #E2E2E1;
    height: 20px;
    font-family: 微软雅黑;_font-family:宋体;
    color: #000000;
    font-size: 12px;
}
.GV_AlternatingRowStyle a:hover
{
    background-color: #E2E2E1;
    height: 20px;
    font-family: 微软雅黑;_font-family:宋体;
    font-size: 12px;
    color: #754C24;
    text-decoration: underline;
}
/*.GV_AlternatingRowStyle a:visited,a:actived
{
    background-color: #E2E2E1;
    height: 20px;
    font-family: 微软雅黑;_font-family:宋体;
    color: #000000;
    font-size: 14px;
}*/
/*奇数行*/
.GV_RowStyle
{
	/*background-color:#E8F8B9;*/
	height:20px;
	font-family: 微软雅黑;_font-family:宋体;
    color: #000000;
    font-size: 12px;
    
}
.GV_RowStyle a
{
	/*background-color:#E8F8B9;*/
	height:20px;
	font-family: 微软雅黑;_font-family:宋体;
    color: #000000;
    font-size: 12px;
    
}
.GV_RowStyle a:link
{
	/*background-color:#E8F8B9;*/
	height:20px;
	font-family: 微软雅黑;_font-family:宋体;
    color: #000000;
    font-size: 12px;
    
}
.GV_RowStyle a:hover
{
    /*background-color:#E8F8B9;*/
    height: 20px;
    font-family: 微软雅黑;_font-family:宋体;
    color: #754C24;
    font-size: 12px;
    text-decoration: underline;
}
/*.GV_RowStyle a:visited,a:actived
{
	background-color:#E8F8B9;
	height:20px;
	font-family: 微软雅黑;_font-family:宋体;
    color: #000000;
    font-size: 14px;
    
}*/
/*选中行样式*/
.GV_SelectedRowStyle
{
	background-color:#E8F8B9;
	height:20px;
}
/*分页栏样式*/
.GV_PagerStyle
{
	background-color:white;
	text-align: center;
}
.GV_HeaderStyle
{
	background-color: #875412;
    text-align: center;
    height: 25px;
    color: White;
    font-size: 12px;
    font-family: 微软雅黑;_font-family:宋体;

}
.GV_FooterStyle
{
    background-color: #875412;
    text-align: center;
    height: 25px;
    color: White;
    font-size: 12px;
    font-family: 微软雅黑;_font-family:宋体;
}

#divIframe
{
    
    position: absolute;
    width: 400px;
    height: 400px;
    z-index: 900;
}
#ifrPage
{
    width:100%;
    height:100%;
    z-index:900;
}