
/*
'' ============================================================================================
'' 项目名称：Admin Service Page
'' 项目版本：V1.0
'' 项目描述：Admin Service Page
'' 文件名称：css/css.css
'' 文件描述：[CSS] Cascading Style Sheet 层叠式样式表文件
'' 公司名称：LuenThai
'' 开发人员：Johnny LiuNu
'' 创建日期：2007-6-12 16:54:52
'' 修订日期：2007-6-14 20:46:01
'' 版权信息：Copyright (C) 2007

'' 项目升级时需读取以下生成工具的版权信息
'' 开发工具：风越ASP代码生成器 [FireAsp Creator]
'' 版 本 号：完全版 V3.5
'' 官方网站：http://www.sino8848.com

'' 模板开发：
'' 创建日期：
'' ============================================================================================
*/

/* 可使用风越辅助工具：代码编排器对CSS文件排版 */

BODY
{
    background-color:              #6A6A6A;
    color:                         #000000;
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
	margin:0px;
	border:0px;
    scrollbar-face-color:          #77849A;
    scrollbar-highlight-color:     #FFFFFF;
    scrollbar-shadow-color:        #FFFFFF;
    scrollbar-3dlight-color:       #5A626F;
    scrollbar-arrow-color:         #FFFFFF;
    scrollbar-track-color:         #ACB7CA;
    scrollbar-darkshadow-color:    #5A626F;
}

table
{
    FONT-SIZE: 9pt;
    BORDER-COLLAPSE:               collapse;
}

td
{
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
}

/* 通用链接样式Begin--------------------------- */
/* 链接正常显示时的样式*/
A:link
{
    text-decoration:               underline;
    color:                         #000000;
    CURSOR:                        hand;
}

/* 链接文字在鼠标点击时的样式*/
A:active
{
    TEXT-DECORATION:               underline;
    color:                         #874598;
}

/* 链接文字在鼠标已点击过后的样式*/
A:visited
{
    text-decoration:               underline;
    color:                         #000000;
}

/* 链接文字在鼠标移上时的样式 a:hover 必须在a:link和 a:visited后出现，才能显示正常效果*/
A:hover
{
    text-decoration:               underline;
    color:                         #FF0000;
    POSITION:                      relative;
    LEFT:                          0px;
    TOP:                           0px;
}

/* 通用链接样式End--------------------------- */

/* 白色文字，深色背景的链接样式 Begin--------------------------- */
/* 使用：<a href class=""whiteLink""> */
/* 链接正常显示时的样式*/
A.whiteLink:link
{
    text-decoration:               underline;
    color:                         #FFFFFF;
    CURSOR:                        hand;
}

/* 链接文字在鼠标点击时的样式*/
A.whiteLink:active
{
    TEXT-DECORATION:               underline;
    color:                         #FF0000;
}

/* 链接文字在鼠标已点击过后的样式*/
A.whiteLink:visited
{
    text-decoration:               underline;
    color:                         #FFFFFF;
}

/* 链接文字在鼠标移上时的样式*/
A.whiteLink:hover
{
    text-decoration:               underline;
    color:                         #FFFF00;
    POSITION:                      relative;
    LEFT:                          0px;
    TOP:                           0px;
}
/* 白色文字，深色背景的链接样式 End--------------------------- */

/* 选择多语言的链接样式 Begin--------------------------- */
/* 使用：<a href class=""LanguageLink""> */
/* 链接正常显示时的样式*/
A.LanguageLink:link
{
    text-decoration:               none;
    color:                         #FFFFFF;
    CURSOR:                        hand;
}

/* 链接文字在鼠标点击时的样式*/
A.LanguageLink:active
{
    text-decoration:               underline;
    color:                         #FF0000;
}

/* 链接文字在鼠标已点击过后的样式*/
A.LanguageLink:visited
{
    text-decoration:               none;
    color:                         #FFFFFF;
}

/* 链接文字在鼠标移上时的样式*/
A.LanguageLink:hover
{
    text-decoration:               none;
    color:                         #FFFF00;
    POSITION:                      relative;
    LEFT:                          0px;
    TOP:                           0px;
}
/* 选择多语言的链接样式 End--------------------------- */

/* 设置文本行距 Begin--------------------------- */
.line13
{
    line-height:                   130%;
}

.line15
{
    line-height:                   150%;
}

.line18
{
    line-height:                   180%;
}

.line20
{
    line-height:                   200%;
}
/* 设置文本行距 End--------------------------- */

/* 白色文字 Begin--------------------------- */
.textWhite
{
    color:                         #FFFFFF;
}
/* 白色文字 End--------------------------- */

/* 影响全部input控件 Begin--------------------------- 
input
{
    border:                        1px solid #999999;
    padding:                       1px;
    height:                        20px;
    vertical-align:                middle;
    display:                       run-in;
    text-align:                    left;
    clear:                         both;
    float:                         none;
}
影响全部input控件 End--------------------------- */

/* 隐藏控件，不占位*/
.hiddenNone
{
    display:                       none;
}

/* 隐藏控件，占位*/
.hidden
{
    visibility:                    hidden;
}

/* 下拉框 Begin--------------------------- */
.dropDownList
{
    height:                        20px;
    FONT-SIZE:                     9pt;
    VERTICAL-ALIGN:                baseline;
    BACKGROUND-COLOR:              #FFFFFF;
}
/* 下拉框 End--------------------------- */

/* 按钮 Begin--------------------------- */
/* 按钮样式1 */
.btn001
{
    height:                        21px;
    padding:                       2px;
	color:#FFFFFF;
    FONT-SIZE:                     9pt;
    border:                        solid 1px #000000;
    BACKGROUND-COLOR:              #765C2E;
}
/* 按钮 End--------------------------- */

/* 文本框 Begin--------------------------- */
.textBox
{
    height:                        20px;
    /* padding:                    1px; */
    padding-top:                   2px;
    padding-left:                  3px;
    FONT-SIZE:                     9pt;
    border:                        solid 1px #000000;
    VERTICAL-ALIGN:                baseline;
    BACKGROUND-COLOR:              #FFFFFF;
	font-family: "Tahoma", "宋体";
	font-family: "Tahoma", "宋体";
}

.textBoxReadOnly
{
    height:                        20px;
    padding-top:                   2px;
    padding-left:                  5px;
    FONT-SIZE:                     9pt;
    border:                        solid 1px #888888;
    VERTICAL-ALIGN:                baseline;
    BACKGROUND-COLOR:              #EEEEEE;
}

.textBoxNoBorder
{
    height:                        20px;
    padding-top:                   2px;
    padding-left:                  5px;
    border:                        solid 0px #FFFFFF;
    VERTICAL-ALIGN:                baseline;
    BACKGROUND-COLOR:              #FFFFFF;
	font-family: "Tahoma", "宋体";
}
/* 文本框 End--------------------------- */

/* 文本域 Begin--------------------------- */
.textArea
{
    padding-top:                   2px;
    padding-left:                  5px;
    FONT-SIZE:                     9pt;
    border:                        solid 1px #000000;
    VERTICAL-ALIGN:                baseline;
    BACKGROUND-COLOR:              #FFFFFF;
	font-family: "Tahoma", "宋体";
}
/* 文本域 End--------------------------- */

/* 表格 Begin--------------------------- */
/* 单线框表格*/
.tableStyleSolidLine
{
    /*同时在表格中设置：bordercolor=#AAAAAA border=1 */
    border-collapse:               collapse;
    border:                        1px solid #B47A0C;
    background:                    #FFFFFF;
}

/* 表格页眉栏行<tr>*/
.tableHeader1
{
    background:                    #F9F9F9;
}

/* 表格标题栏行<tr>*/
.tableTitle1
{
	background-color: #EAE2D5;
	white-space:                   nowrap;
}

/* 表格标题搜索行<tr>*/
.tableTitleSearch1
{
    background:                    #EEEEEE;
}

/* 表格内容行（奇数行）<tr>*/
.tableContent001
{
    color:                         #000000;
    background:                    #FFFFFF;
}

/* 表格内容交互行（偶数行）<tr>*/
.tableContentAlternating001
{
    color:                         #000000;
    background:                    #F8F8F8;
}

/* 表格内容行（奇数行）鼠标移上效果<tr>*/
.tableContentOn001
{
    color:                         #000000;
    background:                    #EFEFEF;
}

/* 表格内容交互行（偶数行）鼠标移上效果<tr>*/
.tableContentAlternatingOn001
{
    color:                         #000000;
    background:                    #ECECEC;
}

/* 表格内容行 鼠标点击效果<tr>*/
.tableContentClick001
{
    color:                         #FFFFFF;
    background:                    #0A246A;
}

/* 表格内容行 鼠标点击后移上效果<tr>*/
.tableContentClickOn001
{
    color:                         #FFFFFF;
    background:                    #1549D2;
}
/* 表格 Begin--------------------------- */




/* 自定义 Begin--------------------------------------------------------------------------------- */
/* 标题<tr>*/
.title1
{
	color: #00573A;
	font-size: 11pt;
	font-weight: bold;
	font-family: Tahoma;

}

.txtNote
{
	color: #574A22;
	font-size: 10pt;
}

.test
{
	background-image: url(../images/note.gif);
}