﻿.qcr {
    position: relative;
    top: -878px;
    left: -170px;
}
.qcrclient {
    position: relative;
    top: -766px;
    left: -255px;
}
.TextboxWatermark
{
    color: #669999;
    background-color: #CCFFFF;
    font-style: italic;
}
/* ComboBox styles */
#master_content .ajax__combobox_itemlist
{
    margin: 0px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
    margin: 0;
    border: solid 1px #7F9DB9;
    border-right: 0px none;
    padding: 1px 0px 0px 5px;
    font-size: 13px;
    height: 18px;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
    margin: 0;
    padding: 0;
    background-image: url('images/windows-arrow.gif');
    background-position: left top;
    border: 0px none;
    height: 21px;
    width: 21px;
}
.WindowsStyle .ajax__combobox_itemlist
{
    border-color: #7F9DB9;
}
.customColor
{
    color:maroon;
}
.container
{
    font-family: Consolas,Liberation Mono,monospace;
    font-weight: bolder;
    font-size:14px;
    color:#555555;
}
.conOk {
    color: #008000;
    font-family: Consolas,Liberation Mono,monospace;
    font-size: 14px;
    /* background-color: #99FFCC;*/
}
.imNumber {
    background-color: #FFCCFF;
    text-align: right;
    width: 100px;
    color: #0000FF;
    border-width:thin;
}
.imNum
{
    text-align: right;
    width: 60px;
    color: #0000FF;
}
/*输入错误error的样式  */
.error
{
    /* background: #FFFFCC; */
    color: #FF0000; 
}
.discolorTable
{
    }
/*表格中的input满格  */
.discolorTable input
{
  
}
.with250
{
    width: 260px;
}
.with100p
{
   /* width: 100%; */
}
.with100p input[type="text"]
{
    width: 98%;
}
.with83
{
    width: 83px;
    text-align: center;
}
.alignCenter
{
    text-align: center;
}
.treven
{
    background-color: #CCFFFF;
    color: #000000;
}
.hover
{
    background-color: #FFCCFF;
    color: #0000FF;
}
.clicked
{
    background-color: #FFFFCC;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*只能输入英文和数字  */
.imedisable
{
    ime-mode: disabled;
}
.panel
{
    margin: 2px 0px 2px 0px;
    padding: 0px;
}
.PanelBar
{
    padding: 10px;
    background-image: url('images/PanelBar_Bg.gif');
    text-align: right;
    cursor: move;
    height: 14px;
    vertical-align: middle;
    text-indent: 20px;
    
    /*设置圆角border-radius: 10px;*/
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}

#news
{
    color: #FF0000;
    cursor: pointer;
}


/* button Style ------*/

.btb2
{
    border-width: 0px;
    background-image: url('images/btb2.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 77px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    background-color: #FFFFFF;
    color: #008000;
}
.btb3
{
    border-width: 0px;
    background-image: url('images/btb3.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 101px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    background-color: #FFFFFF;
    color: #008000;
}
.btg2
{
    border-width: 0px;
    background-image: url('images/btg2.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 77px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    background-color: #FFFFFF;
    color: #008000;
}
.btg3
{
    border-width: 0px;
    background-image: url('images/btg3.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 101px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    background-color: #FFFFFF;
    color: #008000;
}
.btr2
{
    border-width: 0px;
    background-image: url('images/btr2.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 77px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    background-color: #FFFFFF;
    color: #FF0000;
}
.btr2h
{
    border-width: 0px;
    background-image: url('images/btr2h.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 77px;
    height: 28px;
    cursor: pointer;
    z-index: 3;
    background-color: #FFFFFF;
    color: #FF0000;
}
.btr3
{
    border-width: 0px;
    background-image: url('images/btr3.png');
    background-repeat: no-repeat;
    text-align: center;
    width: 101px;
    height: 30px;
    cursor: pointer;
    z-index: 3;
    background-color: #FFFFFF;
    color: #FF0000;
}
.linkbt {
    width: 75px;
    display: inline-block;
    text-align: center;
    padding: .4rem .75rem;
    background-image: url('images/btr3.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
#FormView1_meaasge input {
    width: 150px;
    border-width: thin;
}

/*  GridViewStyle--------------*/
.GridViewStyle {
    border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;
    padding: 4px;
    border: 1px solid #0099CC;
}

.GridViewStyle a
{
    color: #0000CC;
}

.GridViewStyle th, td
{
    white-space: nowrap;
}

.GridViewHeaderStyle {
    border: thin solid #000000;
    background-color: #99FFCC;
    color: #006600;
    white-space: nowrap;
    height: 25px;
}

.GridViewFooterStyle
{
    background-color: #CCFFCC;
    text-align: center;
    height: 35px;
}

.GridViewRowStyle
{
   
}

.GridViewAlternatingRowStyle
{
    background-color: #CCFFFF;
    color: #000000;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #0099CC;
    white-space: nowrap;
    text-align: center;
}

.GridViewSelectedRowStyle
{
    background-color: #BCE774;
    color: #0033CC;
}

.GridViewPagerStyle
{
    background-color: #CCFFFF;
    color: #0000FF;
}

.GridViewPagerStyle table
{
    margin: 0 auto 0 auto;
}


.GridViewEditRowStyle
{
    background-color: #FF99FF;
}
.GridViewSortedAscendingCellStyle
{
    color: #FF0000;
    background-color: #FFCCFF;
}

.GridViewSortedAscendingHeaderStyle
{
    background-position: right;
    background-image: url('images/sortUp.gif');
    background-repeat: no-repeat;
    padding-right: 10px;
}
.GridViewSortedDescendingCellStyle
{
    color: #FF9966;
    background-color: #6699FF;
}
.GridViewSortedDescendingHeaderStyle
{
    background-position: right;
    background-image: url('images/sortDown.gif');
    background-repeat: no-repeat;
    padding-right: 10px;
}
 /* 也可以用以下方法带箭头
    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }
*/

/* DetailsView Style */
.DetailsViewStyle
{
}
.DetailsViewFieldHeaderStyle
{
    width: 100px;
    text-align: center;
    }
.DetailsViewEditRowStyle {
    background-color: white;
}

.DetailsViewCommandRowStyle {
    background-color: white;
    text-align: center;
    height: 30px;
}
