﻿/***************************************
 *           公用样式
 ***************************************/

/*清除浮动*/
.blackDiv
{
	clear: both;
}

body
{
	font-size: 12px;
	width: 100%;
}

.centerStyle
{
	text-align:center;
	margin-left: auto; 
	margin-right: auto;
	widows: 100%;
}


.bodyTableStyle
{
	margin-left: auto; 
	margin-right: auto;
	width: 950px;
}

.headerStyle
{
	text-align: center; 
	height: 127px;
	background-image: url('images/top2009.gif');
	background-repeat:no-repeat;
}

.headerStyle2
{
	text-align: center; 
	height: 103px;
	background-image: url('images/top_bg.jpg');
	background-repeat:no-repeat;
}
/*母页中contentplaceholder的样式(子页样式)*/
.contentPlaceHolderStyle
{
	margin-left: auto; 
	margin-right: auto;
	height: 410px;
	
}

.footerStyle
{		
		text-align: center; 
}

.testClass
{
	color: Blue;
	font-family: @BatangChe;
	font-size: large;
}

/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
	position: absolute;
	right: 0;
	-moz-opacity: 0;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
	position: absolute;
	right: 0;
	z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}

.code{
	background-image: url('images/code.gif')!important;
	background-repeat: no-repeat;
	background-repeat: repeat;
}
/*
* toolbar
*/
.btSave {
    background-image:url('images/save.gif') !important;
}
.btAdd {
    background-image:url('images/add.gif') !important;
}
.btEdit {
    background-image:url('images/edit.gif') !important;
}
.btDelete {
    background-image:url('images/delete.gif') !important;
}
.btRefresh {
    background-image:url('images/refresh.gif') !important;
}
.btserch{
    background-image:url('images/serch.gif') !important;
}
.btImport{
    background-image:url('images/import.gif') !important;
}
/*
* treenode
*/
.PersonInfo
{
    background-image: url('images/PersonInfo.gif')!important;
}
.VenditionInfo
{
	background-image: url('images/VenditionInfo.gif')!important;
}
.SearchVenditionInfo
{
	background-image: url('images/SearchVenditionInfo.gif')!important;
}
.Operate
{
	background-image: url('images/Operate.gif')!important;
}
.Manager
{
    background-image: url('images/user.gif')!important;
}
.Productor
{
    background-image: url('images/productor.gif')!important;
}
.Seller
{
    background-image: url('images/seller.gif')!important;
}
.SetPwd
{
    background-image: url('images/setpwd.gif')!important;
}
.BatchAdd
{
    background-image: url('images/batchadd.gif')!important;
}
.KeyManager
{
    background-image: url('images/setkey.gif')!important;
}
.ChipManager
{
    background-image: url('images/setchip.gif')!important;
}
.SerchRecord
{
    background-image: url('images/serchrecord.gif')!important;
}
.SellerInfo
{
    background-image: url('images/sellerinfo.gif')!important;
}
.AddVendition
{
    background-image: url('images/addvendition.gif')!important;
}
.ModifyVendition
{
    background-image: url('images/modifyvendition.gif')!important;
}
.ProductInfo
{
    background-image: url('images/productinfo.gif')!important;
}

.checked
{
	background-image:url('images/checked.gif')!important;
}   
.unchecked
{
	background-image:url('images/unchecked.gif')!important;
}  

