﻿body
{
    font-size: 15px;
    margin: 0pt;
    font-family: Arial, 細明體;
}
table
{
    font-size: 15px;
}
    
input[readonly="true"]
{
        border-width:0px;    
   /* border-bottom:1px groove #BBBBBB;*/
line-height: 15px;
    }    

input {
	font-size:expression(this.type=="text"?"12px");

	height:expression(this.type=="text"?"12px");
	line-height:expression(this.type=="text"?"12px");
	
	font-family:expression(this.type=="text"?"Courier New, 細明體");
	vertical-align:expression(this.type=="text"?"bottom");
	
	border-width:expression(this.disabled=="disabled"?"0px");
	border-bottom:expression(this.disabled=="disabled"?"1px groove #BBBBBB");

	}

.captionText
{
    margin: 8px;
    font-weight: bold;
}

.borderGray
{
    border-color: #A4A4A4;
}

.tdContainer
{
    border-collapse: collapse;
    text-align: center;
    border-bottom-color: #A4A4A4;
}

.tableBlue
{
    border-color: #66A4FF;
    border-style: solid;
    width: 100%;
}
.tdSubejctBlue
{
    background-image: url(../Images/element/BlueLine.gif);
    text-align: left;
}

.tdTitleBlue3C
{
    background-color: #E6F2FF;
    text-align: right;
    width: 11%;
}

.tdTitleBlue2C
{
    background-color: #E6F2FF;
    text-align: right;
    width: 16%;
}

.tableGreen
{
    border-color: #00BBBB;
    border-style: solid;
    width: 100%;
}
.tdSubejctGreen
{
    background-image: url(../Images/element/GreenLine.gif);
    text-align: left;
}

.tdTitleGreen3C
{
    background-color: #E9F8F5;
    text-align: right;
    width: 11%;
}
.tdText3C
{
    background-color: white;
    text-align: left;
    width: 22%;
}

.tdText2C
{
    background-color: white;
    text-align: left;
    width: 34%;
}

.tdTitleBlueFree
{
    background-color: #E6F2FF;
    text-align: right;
}

.tdSubejctPurple
{
    background-image: url(../Images/element/PurpleLine.gif);
    text-align: left;
}

.tablePurple
{
    border-color: #A87AFE;
    border-style: solid;
    width: 100%;
}

.tdTitlePurpleFree
{
    background-color: #EDE6FF;
    text-align: right;
}

.tdTextFree
{
    background-color: white;
    text-align: left;
}

.addStar:after
{
    content: '*';
    color: #D90000;
}

.addSpace:after
{
    content: "\1";
}

.tdYellowSecond
{
    background-image: url(../Images/element/YellowCould.gif);
    text-align: left;
    padding-left: 15px;
}

.addLine:before
{
    content: '|';
}

.menuTreeRoot
{
    
    color:#333333;
    vertical-align:top;
    padding-top:10PX;
    }
    
.addWarn:before
{
    content:url(../Images/element/infoSmall.png);
    
    }    