﻿html{
	height:100%;
	overflow:hidden;
	background-color:white;
}
body{
	margin:0px;
	height:100%;
	overflow:hidden;
	background-color:white;
}
div,td,input,select,textarea
{
    font-family1:Microsoft YaHei;
	font-size:9pt;
	color:#4a4a49;
}
form{
	padding:0px;
	margin:0px;
}
textarea{
	overflow:auto;
}
table{
	border-collapse:collapse;
}

a{ color:#0084C9; text-decoration:none;}
a:hover{ color:#0084C9; text-decoration:underline;}

select {
  height: 22px;
  color: #333;
  vertical-align: middle;
}




/* --Common：BHBlock-------------------------- */
.UI_Panel
{
    width:100%;
    height:100%;
    overflow:hidden;
}
.BH_Title
{
    margin:0px;
    padding:0px 6px;
    height: 30px;
    background-color:#E2E2E2;
    text-align:left;
    color:#4a4a49;
    border-bottom: 1px solid #d3d3d3;
    line-height: 30px;
}
.BH_Block
{
    margin:0px;
    padding:6px;
    min-height:50px;
    background-color:#fafafa;
    border:1px solid #d3d3d3;
    line-height:20px;
}
.BH_PopBlock
{
    margin:0px;
    padding:0px;
    min-height:50px;
    background-color:#fafafa;
    border:1px solid #d3d3d3;
    line-height:20px;
}
.BH_PopBlockMask 
{    
    position: absolute; top: 0px; filter: alpha(opacity=60); background-color: #777;  
    z-index: 1002; left: 0px;  
    opacity:0.5; 
    -moz-opacity:0.5;  
}  
.BH_BlockButtonBar
{
    margin:0px;
    padding:0px 6px;
    height: 30px;
    background-color:#f6f6f6;
    text-align:center;
    color:#4a4a49;
    border-top: 1px solid #d3d3d3;
    line-height: 30px;
}
.BH_PageBar
{
    text-align:right;
    margin:10px;
}
.BH_ListHD
{
    text-align:center;
    border:1px solid #d3d3d3;
    line-height:30px;
    background-color:#f2f2f2;
}
.BH_ListTD
{
    border:1px solid #d3d3d3;
    line-height:30px;
    padding:0px 6px;
    background-color:#ffffff;
}
.BH_ListTDSelected
{
    border:1px solid #d3d3d3;
    line-height:30px;
    padding:0px 6px;
    background-color:#EEF4FF;
}
.BH_SplitterH {
  float: left;
  height: 100%;
  width: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #cccccc;
}
.BH_SplitterHPad {
  float: left;
  height: 100%;
  width: 4px;
  overflow: hidden;
}

.toolbar_bg 
{
    margin:0px;
    width: 100%;
    background-color: #333;
    height: 32px;
    border:1px solid #333;
    border-bottom:2px solid #666666;
}
.toolbar 
{
    margin:0px;
    padding:0px;
    border:0px solid red;
    height: 32px;
}
.toolbar li {
    float: left;
    line-height: 32px;
    font-size: 12px;
    color:White;
    list-style-type:none;
    margin:0px 6px;
    border:0px solid blue;
}
 .toolbar a {
     color:White;
     text-decoration:none;
}
.toolbar a:hover
{
     text-decoration:underline;
}



/* --top menu-------------------------- */
.menu_bg
{
    margin:0px;
    width: 100%;
    height: 46px;
    background-image:url('/Skin/BHDefault6/images/menubg.png');
}
.menu_box
{
    margin:0px;
    padding:0px;
}
.m1
{
    float:left;
    height:20px;
    margin:16px 6px 0px 6px;
    padding:10px 10px 0px 10px;
    background-color:#5A6471;
    color:white;
    list-style-type:none;
    cursor:pointer;
}
.m2
{
    float:left;
    height:20px;
    margin:16px 6px 0px 6px;
    padding:10px 10px 0px 10px;
    background-color:#FFFFFF;
    color:#000000;
    list-style-type:none;
    cursor:pointer;
    font-size:14px;
}

.main 
{
    margin:6px 0px 0px 0px; 
    padding:0px 6px;
    height:100%;
    border:0px solid red;
}



/* --left menu-------------------------- */
.lmenu
{
    border:1px solid #d3d3d3;
}
.lm1
{
    padding:0px 6px;
    height: 29px;
    background-color:#E2E2E2;
    background-image:url('/Skin/BHDefault6/images/close.png');
    background-position:right center;
    background-repeat:no-repeat;
    text-align:left;
    color:#4a4a49;
    border-bottom: 1px solid #d3d3d3;
    line-height: 29px;
    cursor:pointer;
}
.lm2
{
    padding:0px 6px;
    height: 29px;
    background-color:#E2E2E2;
    background-image:url('/Skin/BHDefault6/images/open.png');
    background-position:right center;
    background-repeat:no-repeat;
    text-align:left;
    color:#4a4a49;
    border-bottom: 1px solid #d3d3d3;
    line-height: 29px;
    cursor:pointer;
}
.lm3
{
    margin:0px 10px;
    padding:0px 20px;
    height: 29px;
    text-align:left;
    color:#4a4a49;
    border-bottom: 1px solid #d3d3d3;
    line-height: 29px;
    cursor:pointer;
}
.lm_a1
{
    color:#4a4a49;
    text-decoration:none;
}
.lm_a2
{
    color:#0084C9;    
    text-decoration:none;
}
.lmsub
{
    margin:0px 0px 2px 0px;
}




/* --Common：form-------------------------- */
.querypad{ padding:8px 16px;}
.qtitle1{ text-align:right; width:60px;}
.qtitle2{ text-align:right; width:80px;}

.input-width1 {
  width: 100px;
  height: 18px;
  line-height: 20px;
  border:1px solid #aaaaaa;
  padding:2px 4px;
}
.input-width2 {
  width: 150px;
  height: 18px;
  line-height: 20px;
  border:1px solid #aaaaaa;
  padding:2px 4px;
}
.input-page
{
  width: 30px;
  text-align:center;
  line-height:10px;
  height:10px;
  border:1px solid #aaaaaa;
}
.input-cal
{
  width: 100px;
  height: 18px;
  line-height: 20px;
  border:1px solid #aaaaaa;
  padding:2px 4px;
}
.select-width1 {
  width: 110px;
  height: 24px;
  line-height: 24px;
}
.select-width2 {
  width: 160px;
  height: 24px;
  line-height: 24px;
}

.button-style1:hover {
  border: 0;
  background: #2c303b;
}
.button-style1 {
  margin: 0 auto;
  width: 80px;
  height: 25px;
  border: 0;
  line-height: 25px;
  text-align: center;
  background: #393e4c;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  margin-left: 6px;
  margin-right: 6px;
}

