/* Web 應用程式專案的預設 CSS 樣式表 */

/*橘框黃底紅字*/
/*#DefaultLabel {
    width: 600px;
    display: grid;
    color: Red;
    background-color: #FFFF66;
    border-color: #FF9933;
    border-width: 10px;
    border-style: Solid;
    font-size: Large;
    font-weight: bold;

}*/

#tblHosp {
    width: 600px;
    height: 90px;
    text-align: center;
}

    #tblHosp tr td span {
        vertical-align: middle;
        text-align: left;
        color: #990000;
        font-family: 標楷體;
        font-size: xx-large;
    }

#TOP1_tblMenu {
    width: 600px;
    height: 30px;
}

    #TOP1_tblMenu tr td {
        vertical-align: middle;
        text-align: center;
        white-space: nowrap;
        background-color: #DDDDDD;
    }

/*
#tableResult tr td
{
	text-align:center;
}
*/

.tblDepts {
    font-size: 18px;
    padding: 1;
    border: 0;
    width: 1024px;
}

    .tblDepts tr.DeptGroup td {
        text-align: center;
        font-weight: bold;
        font-size: larger;
        background-color: #90ee90;
    }

    .tblDepts tr td {
        text-align: left;
        background-color: #ccffff;
        /*
	text-align:center;
	width:150px;
	*/
    }

.tblDepts a:link {
    text-decoration: underline;
    color: #3333cc;
}

.tblDepts a:visited {
    text-decoration: none;
    color: #333399;
}

.tblDepts a:active {
    text-decoration: none;
    color: #333399;
}

.tblDepts a:hover {
    text-decoration: underline;
    color: #3333cc;
    background-color: #D3D3D3;
    /*
	background-color:LightGrey;
	*/
}

.tblSch {
    width: 100%;
    border-collapse: collapse;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;		
}

    .tblSch tr td {
        font-family: 新細明體 Arial;
        text-align: center;
        font-size: 20px;
        /*white-space:nowrap;*/
        border-color: #999999;
        border-style: solid;
        border-width: 1px;
        height: 50px;
		vertical-align:middle;
    }

    .tblSch tr.title {
        background-color: #ffcccc;
        height: 30px;
    }

    .tblSch tr.week td {
        background-color: #ff6600;
        color: #ffffff;
        height: 48px;
		font-size:20px;
    }

    .tblSch tr.ap td {
        width: 6%;
        height: 25px;
	    font-size:18px;
    }

        .tblSch tr.ap td.am {
            background-color: #ffff99;
        }

        .tblSch tr.ap td.pm {
            background-color: #ffcc33;
        }

        .tblSch tr.ap td.night {
            background-color: #cc6633;
            color: #ffffff;
        }

    .tblSch tr td.content {
        height: 50px;
    }

    .tblSch a:link {
       text-decoration: underline;
       color: #3333cc;
	   font-size:18px;
    }

    .tblSch a:visited {
       text-decoration: none;
       color: #333399;
	   font-size:18px;
    }

    .tblSch a:active {
       text-decoration: none;
       color: #333399;
	   font-size:18px;
    }

    .tblSch a:hover {
       text-decoration: underline;
       color: #3333cc;
       background-color: #D3D3D3;
	   font-size:18px;
	   background-color:LightGrey;
    }



/*
#tblRegContent,#tblResult,#tblQuery,#tblInput,#tblNotice,#tblFirstVisit
*/
table.Reg {
    /* 20110314 OA:100030306
	width:450px;
	*/
    width: 600px;
}

    /*
#tblRegContent,#tblResult,#tblQuery,#tblInput,#tblList,#tblFirstVisit
*/
    table.Reg, table.Reg tr td {
        border-collapse: collapse;
        border-color: #999999;
        border-style: solid;
        border-width: 1px;
        /*
    */
    }

/*
#tblRegContent tr td,#tblResult tr td,#tblQuery tr td,#tblInput tr td,#tblList tr td
table.Reg tr td
{
	border-color:#999999;
	border-style:solid;
	border-width:1px;
}
*/

table tr.label td, table tr td.label, table tr td.title {
    background-color: #ffcccc;
    text-align: center;
}

table tr td.title {
    font-size: large;
    /*
	color:#696969;
    background-color:#ffcccc;
	text-align:center;
    */
}


#tblInput tr td {
    vertical-align: top;
    font-size: medium;
    text-align: left;
    /*
	background-color:#ffebcd;
	color:Red;
	background-color:#ffebcd;
    */
}

    #tblInput tr td.label {
        width: 70%;
        background-color: #ffcccc;
        /*
	text-align:left;
	font-size:medium;	color:#696969;
	background-color:#ffcccc;
	color:DimGray;
	*/
    }

        #tblInput tr td.label span {
            color: red;
            /*
	text-align:left;
	font-size:medium;	color:#696969;
	background-color:#ffcccc;
	*/
        }

    #tblInput tr td.content {
        color: Red;
        /*
	vertical-align:top;
	font-size:medium;
    */
    }

#tblRegContent tr td, #tblResult tr td, #tblFirstVisit tr td {
    height: 24px;
    text-align: center;
    font-size: large;
    /*
	color:#696969;
	background-color:#ffcccc;
	background-color:#ffcccc;
	color:DimGray;
	*/
}

    #tblRegContent tr td.content, #tblResult tr td.content {
        width: 60%;
        text-align: left;
        padding-left: 10px;
        padding-right: 0px;
        color: Blue;
        /*
	background-color:#ffebcd;
	font-size:large;
	height:24px;
	background-color:BlanchedAlmond;
	color:#0000ff;
	*/
    }

#txtID, #txtBirth, #txtCaptcha, #txtWebWord {
    border-style: groove;
    font-size: large;
    width: 150px;
    height: 30px;
}

#btnInput, #btnYes, #btnNo, #btnDel {
    height: 35px;
    width: 80px;
}

#btnInput {
    float: right;
    right: 10px;
}

#lblInputMsg, #lblMsg {
    width: 300px;
    text-align: left;
    color: Red;
}


#lblNotice {
    /*width:700px;*/
    color: Red;
    font-size: medium;
}


table.OpdInfo {
    width: 700px;
}


#tblOpdInfo {
    border-collapse: collapse;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}


    #tblOpdInfo tr td {
        font-family: 新細明體 Arial;
        text-align: center;
        font-size: medium;
        white-space: nowrap;
        border-color: #999999;
        border-style: solid;
        border-width: 1px;
    }


    #tblOpdInfo tr.col_label td {
        background-Color: #ffcccc;
    }

#imgCaptcha {
    float: left;
}

#cboAp {
    Width: 90px;
    Height: 30px;
}

#cboDept {
    Width: 200px;
    Height: 30px;
}

#btnQuery {
    Width: 90px;
    Height: 30px;
}


