﻿

/*列表样式*/
.ListTable
{
    border-top: 1px solid #B0C4DE;
    border-right: 1px solid #B0C4DE;
}
.ListTable td
{
    border-left: 1px solid #B0C4DE;
    border-bottom: 1px solid #B0C4DE;
}


.StandardFileInput
{
    border: #7f9db9 1px solid;
    background-color: white;
    font-size: 12px;
    font-family: 宋体;
    width: 200px;
    height: 23px;
}

.StandardTextBox
{
    border: #7f9db9 1px solid;
    background-color: white;
    font-size: 12px;
    font-family: 宋体;
    width: 150px;
    height: 18px;
    vertical-align:bottom;
}
.StandardTextarea
{
    border: #7f9db9 1px solid;
    background-color: white;
    font-size: 12px;
    font-family: 宋体;
    width: 285px;
    height: 40px;
}


.StandardComBox
{
    border: #7f9db9 1px solid;

    vertical-align:bottom;
}


.StandardButton
{
    background: url('../images/Itemlist_button_bg.gif') no-repeat 5 -5px;
    border: 1px solid #7f9db9;
    
    margin: 0px 5px;
    cursor: hand;
    color: black;
    font-size: 12px;
    font-family: 宋体;
    width: auto;
    height: 20px;
}

.StandardTable
{
    /*
    background: #d2e1fd;
    border-right: #d2e1fd 1px solid;
    border-top: #d2e1fd 0px solid;
    border-left: #d2e1fd 0px solid;
    border-bottom: #d2e1fd 1px solid;
    */
    font-size: 12px;
    font-family: 宋体;
}
.StandardTable td
{
border-bottom: 1px solid #EBEBEB;
 border-right:1px solid #EBEBEB;
}

.TableHeader
{
    background: #f1f1f1;
    border-right: #c6d5f5 1px solid;
    border-top: #c6d5f5 1px solid;
    border-left: #c6d5f5 1px solid;
    border-bottom: #c6d5f5 0px solid;
    font-size: 13px;
    font-family: 宋体;
    height: 25px;
    vertical-align: middle;
    font-weight: bold;
    color: Black;
}

.TableFooter
{
    font-size: 12px;
    font-family: 宋体;
    background: #f1f1f1;
    border-right: #c6d5f5 0px solid;
    border-top: #c6d5f5 1px solid;
    border-left: #c6d5f5 1px solid;
    border-bottom: #c6d5f5 0px solid;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    height: 25px;
    vertical-align: middle;
}

.TablePaginate
{
    font-size: 12px;
    font-family: 宋体;
    background: #f1f1f1;
    border-right: #c6d5f5 1px solid;
    border-top: #c6d5f5 1px solid;
    border-left: #c6d5f5 1px solid;
    border-bottom: #c6d5f5 0px solid;
    height: 25px;
    vertical-align: middle;
}



.StandardGrid
{
    font-size: 12px;
    font-family: 宋体;
    border-right: #c6d5f5 1px solid;
    border-top: #c6d5f5 1px solid;
    border-left: #c6d5f5 1px solid;
    border-bottom: #c6d5f5 1px solid;
}



.GridHeader
{
    background-color: #d2e1fd;
    height: 22px;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

.GridItem
{
    background-color: #ffffff;
    height: 22px;
    /*text-indent: 1em;*/
    line-height:1.5em;
    
}

/*此为仓库藏品列表专门写的一个样式 ，主要是在td下面加了虚线*/
.GridItemTD
{
    background-color: #ffffff;
    height: 22px;  
}
.GridItemTD td
{
	border-bottom: 1px solid #EBEBEB;
	line-height:1.5em;
}


.GridAlternItem
{
    background-color: #f9fbff;
    height: 22px;
    color: red;
    vertical-align:bottom;
}

.OperationButton
{
    font-size: 12px;
    font-family: 宋体;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    cursor: hand;
    color: #0000c0;
}
.Center
{
    vertical-align: middle;
    text-align: center;
}

/*左右分栏时，左边菜单的样式*/


.TableLeft
{
    font-size: 12px;
    font-family: 宋体;
}
.TableLeft td
{
    border-bottom: 1px dashed #E2EDFA;
}

.LeftMenuGridHeader
{
	background:url(../images/vip_left_bg.gif);
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    text-align:center;
    height:30px;
}


.LeftMenuGridItem
{
    
	font-size:12px;
	line-height:1.8em;
    text-decoration:none;
    text-indent:2em;
}



/*分页页码的样式*/

.Pagination
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.Pagination A
{
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 0px;
    padding-top: 3px;
}
.Pagination A:link
{
    /*
    border-right: #3399cc 1px solid;
    border-top: #3399cc 1px solid;
    border-left: #3399cc 1px solid;
    border-bottom: #3399cc 1px solid;
    */
    color: black;
    text-decoration: none;
}
.Pagination A:visited
{
    /*
    border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid; 
    border-bottom: #ccc 1px solid;
    */
    color: black;
    text-decoration: none;
}
.Pagination A:hover
{
    /*
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    */
    background: #cccccc;
    color: #fff;
    
}
.Pagination A:active
{
    /*
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    */
    background: #cccccc;
    color: #fff;
    
}
.Pagination A.current:link
{
    /*
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    */
    background: #cccccc;
    color: black;
    
}
.Pagination A.current:visited
{
    /*
    border-right: #3399cc 1px solid;
    border-top: #3399cc 1px solid;
    border-bottom: #3399cc 1px solid;
    border-left: #3399cc 1px solid;
    */
    background: #cccccc;
    color: Red;
    
}

