﻿/*
    Desc:系统全局样式文件
    Author:dz
    Time:2014-4-30 
*/

body {
    /*
    background:#E0ECFF;
*/
    /*background-image:-webkit-gradient(linear,left top,left bottom,from(#abc123),to(#123abc));*/
    background: #fff !important;
}

/*--按钮区样式 开始-- 废弃 --*/ 
div.menu_panel
{
    width:100%;
    background: #E0ECFF;
    padding-top:5px;  
    padding-bottom:1px; 

    position:absolute;
    position:fixed;
    

    /*z-index:9000;*/
    border-bottom:1px solid #9FD7EF;
}
div.menu_panel table
{
    float:left;
}
/*--按钮区样式 结束-- 废弃 */

/*--页面顶部按钮 ，定义 查询条件搜索栏--*/
div.menu_panel_up {
    width: 100%;
    background: white !important; /*#D6E7FF ;*/
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    position: fixed;
    top: 0px;
    /*z-index: 9000;*/
    border-bottom: 1px solid #e8e5e5; /*页面顶部按钮，下边框配色#9FD7EF;*/
}
div.menu_panel_up table
{
    float:left;
}
/*--页面顶部按钮 结束--*/

/*--页面底部按钮 开始--*/
div.menu_panel_down {
    width: calc(100% - 15px);
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    position: fixed;
    bottom: 0px;
    /*border-top:1px solid #9FD7EF;*/
    z-index: 100000;
}
div.menu_panel_down l-button
{
    margin-right:3px;
    margin-top:5px;
}
/*--页面底部按钮 结束--*/


/*--表单样式开始--*/
div.box table
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    background: #fff;
}
div.box table tbody tr td
{
    padding: 5px;
    font-size: 13px;
    color: #666;
    font-family: 微软雅黑;
    border:1px solid #CCECF9;
    height:25px;
}
div.box table tbody tr td input.text_field
{
    /*min-width:170px;*/
}
div.box
{
    background: #fff;
    padding: 10px;
    margin-top:0px;
}
div.box btn_form
{  
}
/*--表单样式结束--*/

/*--grid--样式开始*/
.my_grid
{
    margin-top:38px;    
}
/*--grid--样式结束*/

/*--表格行内按钮 样式开始--*/
div.row_btn
{
    /*margin:1px auto;*/
    width:60px;
    cursor:pointer;
    height:25px;
    line-height:25px;
    margin-top:1.5px;
    /*color:#333;*/
}

/*--表格行内按钮 样式结束--*/

/*--站点名称 样式开始--*/
.SiteNameWidth{ width:155px;}
/*--站点名称 样式开始--*/


/*--窗口右侧滑动层显示--*/
.control_left
{
    top: 20px; 
	display: inline-block;
	width: 10px;
	height: 58px;
	cursor: pointer;
	background: url(/Images/ul/control_left.gif) no-repeat left top;
}
.control_right
{
    top: 20px; 
	display: inline-block;
	width: 10px;
	height: 58px;
	cursor: pointer;
	background: url(/Images/ul/control_right.gif) no-repeat right top;
}

.divShow 
{
    width: 350px;
    height: 88%; 
    z-index: 9999;
    top: 65px; 
    right: 5px;
    opacity:0.9;
    position: absolute; 
    background-color: #fff; 
    overflow-y: auto
}



