﻿/* 
此區定義整體共用的樣式設定
 */


/* ---------------------------------------------- */
/*    AJAX CSS                                    */
/* ---------------------------------------------- */
.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: White;
    color: black;
    width: 200px;
}




/* ---------------------------------------------- */
/*    文字排版                                   */
/* ---------------------------------------------- */

.text_10pt_Courier_red
{
    font-size: 10pt;
    color:red;
    font-family:'Courier New';
}

.text_12pt_h15pt_Courier_blue
{
    font-size: 12pt;
    color:blue;
    line-height: 15pt;
    font-family:'Courier New';
}


.text_12pt_h15pt_Courier_red
{
    font-size: 12pt;
    color:red;
    line-height: 15pt;
    font-family:'Courier New';
}
.text_12pt_h15pt_Courier_black
{
    font-size: 12pt;
    color:black;
    line-height: 15pt;
    font-family:'Courier New';
}






.TextIndent_18pt {
    font-size: 10pt;
    line-height: 16pt;
    margin-left: 30pt;
    text-indent: -30pt;
}

.FloatBannerd {
    z-index: 1;
    left: auto;
    top: 0;
    position: absolute;
}

.TextStyle_01_12pt_Arial_Height_20px {
    font-size: 12px;
    font-family: Arial;
    color: #006666;
    text-decoration: none;
    line-height:20px;
}.TextStyle_02_LineHeight_30px {
    text-decoration: none;
    line-height:30px;
}

.TextStyle_02 {
    font-size: 12px;
    font-family: Arial;
    color: #FFFFFF;
    text-decoration: none;
    line-height:22px;
}



