﻿/*  stand css  */

body {
	margin:0px;
	font-family:Arial,宋体;	
	font-size:12px;
}

img {
    border:0px;
}


ul{
    margin:0px;
	padding:0px;
	list-style:none;
}
a
{
	text-decoration:none;	
}
a:hover
{
	text-decoration:underline;	
}
table
{
	border:0;
}

/* ---------- 通用格式定义---------- */

.FL { float:left;}
.FR { float:right;}
.CB { clear:both;}
.CL {clear:left;}
.CR {clear:right;}
.DB {display:block}
.DN {display:none}
.TAC { text-align:center;}
.TAR { text-align:right;}
.FWB  { font-weight:bold;}
.FWN  { font-weight:normal;}

.txt-overflow
{
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}


.bttton_stand
{
    background: url(../Images/button2.gif) no-repeat 0 0;
    width: 80px;
    height: 18px;
    line-height: 18px;
    color: White;
    text-align: center;
    border: 0px;
    font-size: 12px;
}
.bttton_hover
{
    background: url(../Images/button2.gif) no-repeat -80px 0;
    width: 80px;
    height: 18px;
    line-height: 18px;
    color: White;
    text-align: center;
    border: 0px;
    font-size: 12px;
}
.bttton_disabled
{
    background: url(../Images/button2.gif) no-repeat -160px 0;
    color: White;
    width: 80px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border: 0px;
    font-size: 12px;
}

