﻿/*+----------------------------------------------------------------------------
//
// 控件样式
//
//---------------------------------------------------------------------------*/
.txtEdit
{
    border: solid 1px #ccc;
}
.txtHidden
{
    visibility: hidden;
    display: none;
}
.txtDateTime
{
    border: solid 1px #ccc;
    cursor: hand:;
}
.txt
{
	width:150px;
	background-color:Blue;
}
.btn
{
    height: 19px;
    font-size: 12px;
    padding-top: 2px;
    cursor: hand;
    border: solid 1px #999;
    background-color: #cccccc;
}

/*---列表样式---*/
.gdvw
{
    width: 100%;
    border-collapse: collapse;
    background-color: #bec8c7;
}

.gdvw th
{
    background-color: #f1f1f1;
    height: 24px;
    color: Black;
}
.gdvw td
{
    background-color: #fefefe;
    height: 22px;
}
.gdvw thead
{
    background: #f1f1f1;
}
.gdvw tfoot
{
    background: #F0F0F0;
}

/*---列表样式(限制高度)---*/
.gdvwHeight
{
    height: 120px;
    width: 100%;
    border-collapse: collapse;
    background-color: #bec8c7;
}

.gdvwHeight th
{
    position: relative;
    background-color: #f1f1f1;
    height: 24px;
    color: Black;
    border-width:1px;
}
.gdvwHeight td
{
    background-color: #fefefe;
    height: 22px;
}
.gdvwHeight thead
{
    background: #f1f1f1;
}
.gdvwHeight tfoot
{
    background: #F0F0F0;
}

.gdvwPager a
{
    display:block;
    text-align:center;
    width:12px;
    height:15px;
    padding-top:2px;
    font-weight:bold;
}

.textbox_hidden
{
    display: none;
}

/*---编辑样式---*/
.dtv
{
    width: 100%;
    border-collapse: collapse;
    background-color: #bec8c7;
}

.dtv th
{
    background-color: #f1f1f1;
    height: 24px;
    color: Black;
}
.dtv td
{
    background-color: #fefefe;
    height: 22px;
}

.txt
{
	width:100%;
}