﻿/*
'' ============================================================================================
'' 项目名称：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:              #5C7076;
    color:                         #202F52;
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
    margin-top:                    0px;
    margin-bottom:                 0px;
    margin-left:                   0px;
    margin-right:                  0px;
    scrollbar-face-color:          #41ADF1;
    scrollbar-highlight-color:     #FFFFFF;
    scrollbar-shadow-color:        #FFFFFF;
    scrollbar-3dlight-color:       #5A626F;
    scrollbar-arrow-color:         #FFFFFF;
    scrollbar-track-color:         #DBEBFB;
    scrollbar-darkshadow-color:    #5A626F;
}

/* 通用链接样式Begin--------------------------- */
/* 链接正常显示时的样式 link vistited hover active*/
A:link
{
    text-decoration:               none;
    color:                         #202F52;
    CURSOR:                        hand;
}

/* 链接文字在鼠标已点击过后的样式*/
A:visited
{
    text-decoration:               none;
    color:                         #202F52;
}

A:hover
{
    text-decoration:               none;
    color:                         #0000FF;
    POSITION:                      relative;
    LEFT:                          0px;
    TOP:                           0px;
}

/* 链接文字在鼠标点击时的样式*/
A:active
{
    TEXT-DECORATION:               underline;
    color:                         #01627D;
}

/* 通用链接样式End--------------------------- */

/* 白色文字，深色背景的链接样式 Begin--------------------------- */
/* 使用：<a href class="whiteLink"> */
/* 链接正常显示时的样式 link vistited hover active*/
A.whiteLink:link
{
    text-decoration:               none;
    color:                         #FFFFFF;
    CURSOR:                        hand;
}

/* 链接文字在鼠标已点击过后的样式*/
A.whiteLink:visited
{
    text-decoration:               none;
    color:                         #FFFFFF;
}

/* 链接文字在鼠标移上时的样式*/
A.whiteLink:hover
{
    text-decoration:               none;
    color:                         #FFFF00;
    POSITION:                      relative;
    LEFT:                          0px;
    TOP:                           0px;
}

/* 链接文字在鼠标点击时的样式*/
A.whiteLink:active
{
    TEXT-DECORATION:               underline;
    color:                         #FF0000;
}

/* 白色文字，深色背景的链接样式 End--------------------------- */

/* 选择多语言的链接样式 Begin--------------------------- */
/* 使用：<a href class=""LanguageLink""> */
/* 链接正常显示时的样式*/
A.LanguageLink:link
{
    text-decoration:               none;
    color:                         #202F52;
    CURSOR:                        hand;
}

/* 链接文字在鼠标已点击过后的样式*/
A.LanguageLink:visited
{
    text-decoration:               none;
    color:                         #202F52;
}

/* 链接文字在鼠标移上时的样式*/
A.LanguageLink:hover
{
    text-decoration:               none;
    color:                         #FF0000;
    POSITION:                      relative;
    LEFT:                          0px;
    TOP:                           0px;
}

/* 链接文字在鼠标点击时的样式*/
A.LanguageLink:active
{
    text-decoration:               underline;
    color:                         #FF0000;
}
/* 选择多语言的链接样式 End--------------------------- */

/* 设置文本行距 Begin--------------------------- */
.line13
{
    line-height:                   130%;
}

.line15
{
    line-height:                   150%;
}

.line18
{
    line-height:                   180%;
}

.line20
{
    line-height:                   200%;
}

/* 设置文本行距 End--------------------------- */

/* 白色文字 Begin--------------------------- */
.textWhite
{
    color:                         #FFFFFF;
}

/* 标题字体*/
.text_Title1
{
    color:                         #14366D;
    font-size:                     10pt;
    font-weight:                   bold;
}

.text_Title2
{
    color:                         #14366D;
    font-size:                     9pt;
    font-weight:                   bold;
}

/* 白色文字 End--------------------------- */

/* 影响全部input控件 Begin---------------------------
input
{
    FONT-FAMILY:                   "Tahoma", "宋体";
    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
{
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
    VERTICAL-ALIGN:                baseline;
    background-color:              #FFFFFF;
}

/* 下拉框 End--------------------------- */

/* 按钮 Begin--------------------------- */
/* 按钮样式1 */
.btn001
{
    width:                         70px;
    height:                        23px;
    padding:                       5.6px;
    FONT-SIZE:                     9pt;
    letter-spacing:                0.5px;
    border:                        0px;
    background-color:              #FFFFFF;
    background-image:              url("../images/btn.gif");
    background-repeat:             repeat-x;
}

.btn001_w120
{
    width:                         120px;
    height:                        23px;
    padding:                       5.6px;
    FONT-SIZE:                     9pt;
    letter-spacing:                0.5px;
    border:                        0px;
    background-color:              #FFFFFF;
    background-image:              url("../images/btn2.gif");
    background-repeat:             repeat-x;
}

/* 按钮 End--------------------------- */

/* 文本框 Begin--------------------------- */
.textBox
{
	/* 
    height:                        20px;
    padding:                    1px;*/
    padding-top:                   2px;
    padding-left:                  3px;
    border-top:                    solid 1px #7F9DB9;
    border-left:                   solid 1px #7F9DB9;
    border-right:                  solid 1px #A8CEF7;
    border-bottom:                 solid 1px #A8CEF7;
    FONT-SIZE:                     9pt;
    VERTICAL-ALIGN:                baseline;
    background-color:              #FFFFFF;
}

.textBoxReadOnly
{
    disabled:                      expression(this.disabled=true);
    readonly:                      expression(this.readOnly=true);
    padding-left:                  5px;
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
    border:                        solid 1px #888888;
    VERTICAL-ALIGN:                baseline;
    background-color:              #EEEEEE;
}

.textBoxNoBorder
{
    height:                        20px;
    padding-top:                   2px;
    padding-left:                  5px;
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
    border:                        solid 0px #FFFFFF;
    VERTICAL-ALIGN:                baseline;
    background-color:              #FFFFFF;
}

/* 文本框 End--------------------------- */

/* 文本域 Begin--------------------------- */
.textArea
{
    padding-top:                   2px;
    padding-left:                  5px;
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
    border-top:                    solid 1px #7F9DB9;
    border-left:                   solid 1px #7F9DB9;
    border-right:                  solid 1px #A8CEF7;
    border-bottom:                 solid 1px #A8CEF7;
    VERTICAL-ALIGN:                baseline;
    background-color:              #FFFFFF;
}

/* 文本域 End--------------------------- */

/* 表格 Begin--------------------------- */
table
{
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
}

td
{
    FONT-FAMILY:                   "Tahoma", "宋体";
    FONT-SIZE:                     9pt;
}


/* 隐藏单元格 隐藏行则加入TR中 应设置表格 cellspacing='0'*/
.tdHidden
{
    visibility:                    hidden;
    display:                       none;
    border:                        0px none #FFFFFF;
    border-collapse:               collapse;
}

/* 显示单元格*/
.tdShow
{
    visibility:                    visible;
    display:                       run-in;
    border:                        1px solid #CCCCCC;
}

/* 单线框表格*/
.tableStyleSolidLine
{
/*同时在表格中设置：bordercolor=#AAAAAA border=1 */
    border-collapse:               collapse;
    border:                        1px solid #95BAE3;
    background-color:              #FFFFFF;
    margin-left:                   auto;
    margin-right:                  auto;
}

/* 表格页眉栏行<tr>*/
.tableHeader1
{
    background-color:              #F8F9FF;
    padding-left:                  6px;
    padding-right:                 6px;
}

/* 表格标题栏行<td>*/
.tableTitle1
{
    letter-spacing:                1px;
    background-color:              #EFF5FD;
    white-space:                   nowrap;
    /*background-image:              url(../images/tableTitle1.gif);
    font-weight:                   bold;
*/
    background-position:           top;
    background-repeat:             repeat-x;
    padding-left:                  6px;
    padding-right:                 6px;
	height:                        25px;
}

/* 表格标题搜索行<tr>*/
.tableTitleSearch1
{
    background-color:              #EEEEEE;
}

/* 表格内容行（奇数行）<tr>*/
.tableContent001
{
    color:                         #000000;
    background-color:              #F8F8F8;
    text-align:                    justify;
    white-space:                   normal;
}

/* 表格内容交互行（偶数行）<tr>*/
.tableContentAlternating001
{
    color:                         #000000;
    background-color:              #F4FAFD;
    text-align:                    justify;
    white-space:                   normal;
}

/* 表格内容行（奇数行）鼠标移上效果<tr>*/
.tableContentOn001
{
    color:                         #000000;
    background-color:              #EFF5FD;
    text-align:                    justify;
    white-space:                   normal;
}

/* 表格内容交互行（偶数行）鼠标移上效果<tr>*/
.tableContentAlternatingOn001
{
    color:                         #000000;
    background-color:              #EFF5FD;
    text-align:                    justify;
    white-space:                   normal;
}

/* 表格内容行 鼠标点击后的效果<tr>*/
.tableContentClick001
{
    color:                         #000000;
    background-color:              #FFCC66;
    text-align:                    justify;
    white-space:                   normal;
}

/* 表格内容行 鼠标点击后移上效果<tr>*/
.tableContentClickOn001
{
    color:                         #000000;
    background-color:              #FFFF99;
    text-align:                    justify;
    white-space:                   normal;
}
.tdHidden
{
    visibility:                    hidden;
    display:                       none;
    border:                        0px none #FFFFFF;
    border-collapse:               collapse;
}
/* 表格 End--------------------------- */

/* 栏目表格样式 Begin--------------------------------------------------------------------------------- */

/* 表格外形高宽<table>*/
.tableFrameA_Style
{
    width:                         100%;
    height:                        100%;
}

/* 表格内容<table>*/
.tableFrameA_Content
{
    width:                         100%;
    height:                        100%;
    padding:                       15px;
    line-height:                   150%;
}

/* 表格栏目标题栏背景<table>*/
.tableFrameA_Title
{
    width:                         100%;
    height:                        35px;
    background-image:              url("../images/tableFrameA_Title_BG.GIF");
    background-repeat:             repeat-x;
    background-color:              #95BAE3;
}

/* 表格栏目标题栏字体<table>*/
.tableFrameA1_TitleText
{
    color:                         #14366D;
    font-size:                     10pt;
    font-weight:                   bold;
}

/* 表格标题图标<table>*/
.tableFrameA1_TitleIcon
{
    width:                         35px;
    height:                        23px;
    background-image:              url("../images/icon01.gif");
    background-repeat:             no-repeat;
    background-position:           center;
    vertical-align:                middle;
}


/* 表格栏目更多图标<table>*/
.tableFrameA1_TitleMore
{
    width:                         41px;
    height:                        11px;
    background-image:              url("../images/more.gif");
    background-repeat:             no-repeat;
    background-position:           center;
    vertical-align:                middle;
}

/* 表格栏目边框图片<table>*/
.tableFrameA1
{
    height:                        10px;
    width:                         17px;
}

.tableFrameA2
{
    ;
}

.tableFrameA3
{
    width:                         10px;
}

.tableFrameA4
{
    background-image:              url("../images/frame01_c4.gif");
    background-repeat:             no-repeat;
    background-position:           right top;
    height:                        50px;
}

.tableFrameA5
{
    border-collapse:               collapse;
    border:                        1px solid #95BAE3;
    background-color:              #FFFFFF;
}

.tableFrameA6
{
    
}

.tableFrameA7
{
    height:                        10px;
}

.tableFrameA8
{
    
}

.tableFrameA9
{
    
}

/* 栏目表格样式 End--------------------------------------------------------------------------------- */
.Menu1
{
    LETTER-SPACING: 0.1em;
	FONT-SIZE: 14px;
	font-color:#ffffff;
	FILTER: dropshadow(color=#0076A7, offx=2, offy=2);
	POSITION: relative
}

.webTopBar1
{
    border-collapse:               collapse;
    border:                        1px dotted #95BAE3;
    background-image:              url(../images/webMenuBar2.gif);
}

.webMenuBar1_Main
{
    color:                         #FFFFFF;
    border-collapse:               collapse;
    border:                        1px solid #95BAE3;
    background-image:              url(../images/webMenuBar2.gif);
}

.webMenuBar1_Bg
{
    color:                         #FFFFFF;	
    border-collapse:               collapse;
    border:                        0px solid #95BAE3;
}

.webMenuBar1_Hover
{
    color:                         #FFFFFF;
    border-collapse:               collapse;
    border:                        0px dotted #95BAE3;
}

.webMenuBar1_Selected
{
    color:                         #FFFFFF;
    border-collapse:               collapse;
    border:                        1px dotted #95BAE3;
    background-image:              url(../images/webMenuBar2_sel.gif);
}

.webMenuBar3
{
    border-collapse:               collapse;
    border:                        1px solid #95BAE3;
    background-color:              #FFFFFF;
}

.webMenuBar4
{
    border-collapse:               collapse;
    border:                        1px solid #95BAE3;
    background-color:              #BCD8F4;
}

.webNavigationBar
{
    border-collapse:               collapse;
    border:                        1px solid #95BAE3;
    background-color:              #DBEBFB;
}

.webFooter1
{
    border-collapse:               collapse;
    border:                        1px solid #95BAE3;
    background-color:              #F4FAFD;
    height:                        22px;
    padding:                       15px;
}

.text_Title3
{
    color:                         #14366D;
    font-size:                     12pt;
    font-weight:                   bold;
}


.Menu_TopBar
{
    LETTER-SPACING: 0.1em;
	FONT-SIZE: 9.1pt;
	font-color:#8494A7;
	FILTER: dropshadow(color=#dddddd, offx=2, offy=2);
}

.Menu_NavBar
{
    LETTER-SPACING: 0.1em;
	FONT-SIZE: 14px;
	font-weight:bold;
	font-color:#8494A7;
	FILTER: dropshadow(color=#dddddd, offx=2, offy=2);
	POSITION: relative
}

/* 表格内容行（奇数行）<tr>*/
.table001
{
/*同时在表格中设置：bordercolor=#AAAAAA border=1 */
    border-collapse:               collapse;
    border:                        0px solid #95BAE3;
    background-color:              #FFFFFF;
    margin-left:                   auto;
    margin-right:                  auto;
}

.Text_Content
{
	FONT-SIZE: 10pt;
	font-color:#8494A7;
    text-align:                    justify;
}

.CourseBtn
{
	display:inline-block;
	width: 30px;
	height: 30px;
	FONT-SIZE: 10pt;
	border-width : 1px;
	border-color : #AAAAAA;
	border-style : solid;
	text-align : center;
	line-height : 30px;
	background-color : #FFFF00;
}

.CourseBtnCurrent
{
	display:inline-block;
	width: 30px;
	height: 30px;
	FONT-SIZE: 10pt;
	border-width : 1px;
	border-color : #AAAAAA;
	border-style : solid;
	text-align : center;
	line-height : 30px;
	background-color : #FF0000;
}

.CourseBtnFinished
{
	display:inline-block;
	width: 30px;
	height: 30px;
	FONT-SIZE: 10pt;
	border-width : 1px;
	border-color : #AAAAAA;
	border-style : solid;
	text-align : center;
	line-height : 30px;
	background-color:#96E1FF;
}