﻿/*============================================================================*/
/* レイアウト設定用 スタイルシート
/*============================================================================*/

/******************************************************************************/
/* 共通
/******************************************************************************/
img {
    border: none;
}

.fixedTableLayout {
    table-layout: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/**************************/
/* テーブル共通レイアウト
/**************************/
/* 基本レイアウト */
table.TableInfo {
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0 auto;
}

    table.TableInfo th {
        border: 1px solid #A0A0A0;
        color: white;
        font-weight: normal;
        /*background-color: #789149;*/
        background-color: #789149;
        padding: 5px;
    }

    table.TableInfo td {
        background-color: white;
        border: 1px solid #A0A0A0;
        padding: 5px;
        line-height:150%;
    }

        table.TableInfo td table td {
            border: none;
        }

/* ヘッダー行が横の場合のレイアウト */
table.TableInfo_ClmX {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0 auto;
}

    table.TableInfo_ClmX th {
        border: 1px solid #A0A0A0;
        color: white;
        font-weight: normal;
        /*background-color: #789149;*/
        background-color: #789149;
        text-align: center;
        padding: 7px;
    }

    table.TableInfo_ClmX td {
        border: 1px solid #A0A0A0;
        background-color: white;
        text-align: center;
        padding: 4px;
    }

        table.TableInfo_ClmX td table td {
            border: none;
        }

/* 個別設定用 */
.TableInfoClmX {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0 auto;
}

.TableInfoClmX_Th {
    border: 1px solid #A0A0A0;
    color: white;
    font-weight: normal;
    /*background-color: #789149;*/
    background-color: #789149;
    text-align: center;
    padding: 7px;
}

.TableInfoClmX_Td {
    border: 1px solid #A0A0A0;
    background-color: white;
    text-align: center;
    padding: 4px;
}


/* ヘッダー行が縦の場合のレイアウト */
table.TableInfo_ClmY {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0 auto;
}

    table.TableInfo_ClmY th {
        border: 1px solid #A0A0A0;
        font-weight: normal;
        color: white;
        /*background-color: #789149;*/
        background-color: #789149;
        text-align: left;
        padding: 7px;
    }

    table.TableInfo_ClmY td {
        border: 1px solid #A0A0A0;
        background-color: white;
        text-align: left;
        padding: 4px;
    }

        table.TableInfo_ClmY td table td {
            border: none;
        }

/* 個別設定用 */
.TableInfoClmY {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0 auto;
}

.TableInfoClmY_Th {
    border: 1px solid #A0A0A0;
    font-weight: normal;
    color: white;
    /*background-color: #789149;*/
    background-color: #789149;
    text-align: left;
    padding: 7px;
}

.TableInfoClmY_Td {
    border: 1px solid #A0A0A0;
    background-color: white;
    text-align: left;
    padding: 4px;
}

/*********************************/
/* ヘッダー共通レイアウト
/*********************************/
/* 基本レイアウト */
table.HeaderInfo {
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0 auto;
}

    table.HeaderInfo th {
        border: 1px solid #A0A0A0;
        color: white;
        font-weight: normal;
        /*background-color: #789149;*/
        background-color: #789149;
        text-align: center;
    }

    table.HeaderInfo td {
        border: 1px solid #A0A0A0;
        /*background-color: #fff7ca;*/
        background-color: #EAF0E0;
    }

/* ヘッダー行が横の場合のレイアウト */
table.HeaderInfo_ClmX {
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0 auto;
}

    table.HeaderInfo_ClmX th {
        border: 1px solid #A0A0A0;
        color: white;
        font-weight: normal;
        /*background-color: #789149;*/
        background-color: #789149;
        text-align: center;
        padding: 4px;
    }

    table.HeaderInfo_ClmX td {
        border: 1px solid #A0A0A0;
        /*background-color: #fff7ca;*/
        background-color: #EAF0E0;
        text-align: center;
        padding: 4px;
    }

/* ヘッダー行が縦の場合のレイアウト */
table.HeaderInfo_ClmY {
    border-collapse: collapse;
    border: 1px solid #A0A0A0;
    margin: 0 auto;
}

    table.HeaderInfo_ClmY th {
        width: 30%;
        border: 1px solid #A0A0A0;
        color: white;
        font-weight: normal;
        background-color: #789149;
        text-align: left;
        padding: 7px;
    }

    table.HeaderInfo_ClmY td {
        border: 1px solid #A0A0A0;
        /*background-color: #fff7ca;*/
        background-color: #EAF0E0;
        text-align: left;
        padding: 4px;
    }

/* 印刷用：ヘッダー行が横の場合のレイアウト */
table.HeaderInfo_PrintClmX {
    border-collapse: collapse !important;
    margin: 0 auto;
}

    table.HeaderInfo_PrintClmX th,
    table.HeaderInfo_PrintClmX td {
        border: 1px solid #000000 !important;
        color: black;
        background-color: white;
        text-align: center;
        padding: 4px;
    }

/* 印刷用：ヘッダー行が縦の場合のレイアウト */
table.HeaderInfo_PrintClmY {
    border-collapse: collapse !important;
    margin: 0 auto;
}

    table.HeaderInfo_PrintClmY th,
    table.HeaderInfo_PrintClmY td {
        border: 1px solid #000000 !important;
        color: black;
        background-color: white;
        text-align: left;
        padding: 4px;
    }

/**************************/
/* 項目タイトルレイアウト
/**************************/
.TitleItem {
    color: white;
    /*background-color: #789149;*/
    background-color: #789149;
    text-align: left;
    padding: 7px 0 7px 9px;
}

/************************************************/
/* AjaxControlToolkit.CalendarExtenderレイアウト
/************************************************/
.ajax__calendar_container TABLE {
    padding: 0px !important;
    border: 0px !important;
}

.ajax__calendar_container TD {
    padding: 0px !important;
    border: 0px !important;
}

/**************************/
/* GridViewのHeaderStyle
/**************************/
.GridViewHeaderStyle th {
    font-weight: normal;
}

/**************************/
/* GridViewMobileのHeaderStyle
/**************************/
.GridViewHeaderStyleMobile {
    font-weight: normal;
    border-collapse:separate;
    border-radius:10px;
    overflow:hidden;
}


/******************************************************************************/
/* ログイン画面
/******************************************************************************/
.headerTable {
    width: 100%;
    font-size: small;
}

.contentsTable {
    width: 100%;
    font-size: small;
}

.contentsLeftPain {
    width: 200px;
    padding-top: 5px;
    padding-left: 45px;
    vertical-align: top;
    text-align: center;
}

.contentsRightPain {
    padding-right: 10px;
    vertical-align: top;
    text-align: center;
}

.footerTable {
    width: 100%;
    font-size: small;
}

.welcomMessageTable {
    width: 100%;
    color: #0060AF;
    text-align: center;
    -webkit-text-shadow: 2px 2px 2px #AFAFAF;
    text-shadow: 2px 2px 2px #AFAFAF;
}

.login_area {
    display: block;
    width: 320px;
    height: 205px;
    background-image: url(../../common_images/toplogin_bg.png);
    background-repeat: no-repeat;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.login_ipbox {
    display: block;
    width: 320px;
    height: 205px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}

.login_area p {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 50px;
    font-size: 85%;
    color: #FFF;
    text-align: right;
}

.logintxt {
    font-size: 85%;
    padding: 3px;
}

.login_btn1 {
    -webkit-appearance: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 80px;
    height: 25px;
    color: #000;
    border: solid #666 1px;
}

    .login_btn1 input[type="button"] {
        padding: 5px 10px;
        color: #000;
    }

.login_infomsg {
    width: 750px;
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #C0DAD9;
    padding: 10px;
    border: 1px solid #999;
}

    .login_infomsg p {
        font-size: 85%;
        color: #000;
        text-align: left;
    }

.loginpage_box {
    border: 1px solid #ccc;
    width: 400px;
    height: 440px;
    margin-top: 20px;
}

    .loginpage_box h5 {
        font-size: 100%;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        color: #666;
        border-bottom: dotted 1px #ccc;
        width: 90%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: normal;
    }

    .loginpage_box div {
        font-size: 85%;
        color: #666;
        text-align: left;
        padding: 15px;
    }

    .loginpage_box p {
        font-size: 85%;
        color: #666;
        text-align: left;
        padding: 15px;
    }

.getadobereader {
    margin: 20px 15px 0px 15px;
}

.loginpage_links {
    width: 880px;
    margin-top: 0px;
    font-size: 70%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
}

    .loginpage_links a {
        margin-top: 0px;
        margin-right: 7px;
        color: #666;
        text-decoration: underline;
    }

        .loginpage_links a:hover {
            color: #F90;
            text-decoration: underline;
        }

.mailAddressImage {
    vertical-align: middle;
}

/******************************************************************************/
/* TOPメッセージボックス
/******************************************************************************/
.message_box {
    float: left;
    width: 750px;
    height: 130px;
    overflow: auto;
    margin-top: 0px;
    margin-left: 0px;
}

/******************************************************************************/
/* メッセージページ　受信履歴　送信履歴
/******************************************************************************/
.mail_tab {
    width: 880px;
    clear: both;
    margin: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.mail_page {
    width: 880px;
    margin: 10px;
}

.mail_msgbox {
    clear: both;
    width: 860px;
    margin-top: 30px;
    background-color: #C0DAD9;
    margin-right: 10px;
    margin-left: 10px;
    padding: 5px 10px;
}

    .mail_msgbox p {
        font-size: 80%;
        color: #000;
        text-align: left;
    }

.mail_deletebox {
    clear: both;
    width: 880px;
    margin: 10px;
    padding-bottom: 10px;
}

.mail_delete {
    margin: 0;
    font-size: 70%;
    color: #000;
    float: left;
}

.mail_delete2 {
    font-size: 70%;
    color: #000;
    float: right;
    border: 1px solid #FFF;
}

/******************************************************************************/
/* 受信履歴タグon
/******************************************************************************/
a.big_tag {
    float: left;
    font-size: large;
    background-image: url(../../common_images/tag1.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 175px;
    height: 47px;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding-top: 18px;
}

    a.big_tag:visited {
        color: Black;
    }

a.normal_tag {
    float: left;
    font-size: small;
    display: block;
    background-image: url(../../common_images/tag2.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 145px;
    height: 37px;
    color: #000;
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
}

    a.normal_tag:visited {
        color: Black;
    }

    a.normal_tag:hover {
        color: #0CC;
    }

/******************************************************************************/
/* 受信履歴タグon：スマホ用
/******************************************************************************/

.square_btn {
    -moz-box-shadow: 0px 10px 14px -7px #3e7327;
    -webkit-box-shadow: 0px 10px 14px -7px #3e7327;
    box-shadow: 0px 10px 14px -7px #3e7327;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background: -moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: -ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background: linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
    background-color: #77b55a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #4b8f29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #5b8a3c;
}

    .square_btn:active { /*ボタンを押したとき*/
        position: relative;
        top: 1px;
    }
    .square_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}


/******************************************************************************/
/* 学外向けスケジュール（学年選択ボタン）
/******************************************************************************/
a.grad_selected_tag {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: blue;
    padding-top: 5px;
    height: 30px;
}

    a.grad_selected_tag:visited {
        color: Black;
    }

a.grad_normal_tag {
    display: block;
    color: blue;
    text-align: center;
    text-decoration: underline;
    background-color: #E3FFFE;
    padding-top: 5px;
    height: 30px;
}

    a.grad_normal_tag:visited {
        color: Black;
    }

    a.grad_normal_tag:hover {
        color: #0CC;
    }

/******************************************************************************/
/* メッセージボックス　テーブル
/******************************************************************************/
table.page_msgbox {
    clear: both;
    width: 880px;
    color: #000;
    font-size: 75%;
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

    table.page_msgbox th {
        color: #fff;
        background-color: #666;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #CCC;
        border-bottom-color: #CCC;
        padding: 2px;
        text-align: center;
    }

    table.page_msgbox td {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #CCC;
        padding: 2px;
        height: 40px;
    }

        table.page_msgbox td.ml {
            text-align: center;
        }

    table.page_msgbox tr.ks {
        background-color: #fff;
    }

    table.page_msgbox tr.gs {
        background-color: #E3E3E3;
    }

    table.page_msgbox a {
        color: #00F;
        text-decoration: underline;
    }

/******************************************************************************/
/* コンテンツレイアウト
/******************************************************************************/
/*コンテンツ*/
#contents {
    margin-top: 20px;
    font-size: 80%;
    position: relative;
}

    /*プレーンテキスト記述時使用*/
    #contents p {
        display: block;
        line-height: 1.3em;
        padding: 20px;
    }

    /*リスト記述時使用*/
    #contents ul {
        display: block;
        padding: 20px;
    }

    #contents li {
        line-height: 1.2em;
        margin-bottom: 0.5em;
        margin: 0 0 1em 1em;
        list-style-position: outside;
        list-style-type: disc;
    }

/******************************************************************************/
/* メッセージボタン
/******************************************************************************/
a.message_btn {
    display: block;
    font-size: 60%;
    background-image: url(../../common_images/message_btn0.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 151px;
    height: 40px;
    color: #F60;
    text-align: center;
    text-decoration: underline;
    padding-top: 25px;
    margin-left: 0px;
    float: left;
}

    a.message_btn:hover {
        background-image: url(../../common_images/message_btn1.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        color: #0CC;
    }

a.message_btn_e {
    display: block;
    font-size: 60%;
    background-image: url(../../common_images/message_btn0_e.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 151px;
    height: 40px;
    color: #F60;
    text-align: center;
    text-decoration: underline;
    padding-top: 25px;
    margin-left: 0px;
    float: left;
}

    a.message_btn_e:hover {
        background-image: url(../../common_images/message_btn0_e.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        color: #0CC;
    }

/******************************************************************************/
/* お知らせボタン
/******************************************************************************/
a.info_btn {
    display: block;
    font-size: 60%;
    background-image: url(../../common_images/info_btn0.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 151px;
    height: 40px;
    color: #F60;
    text-align: center;
    text-decoration: underline;
    padding-top: 25px;
    margin-left: 5px;
    float: left;
}

a.info_btn_e {
    display: block;
    font-size: 60%;
    background-image: url(../../common_images/info_btn0_e.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 151px;
    height: 40px;
    color: #F60;
    text-align: center;
    text-decoration: underline;
    padding-top: 25px;
    margin-left: 5px;
    float: left;
}

a.info_btn:hover {
    background-image: url(../../common_images/info_btn1.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: #0CC;
}

a.info_btn_e:hover {
    background-image: url(../../common_images/info_btn0_e.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: #0CC;
}

/******************************************************************************/
/* マニュアルボタン
/******************************************************************************/
a.manual_btn {
    display: block;
    font-size: 60%;
    background-image: url(../../common_images/menu_on_4.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 100px;
    height: 40px;
    color: #F60;
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
    margin-left: 5px;
    float: right;
    cursor: pointer;
}

/******************************************************************************/
/* マニュアルボタン 英語
/******************************************************************************/
a.manual_btn_e {
    display: block;
    font-size: 60%;
    background-image: url(../../common_images/menu_on_4_e.gif);
    background-position: left top;
    background-repeat: no-repeat;
    width: 98px;
    height: 40px;
    color: #F60;
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
    margin-left: 5px;
    float: right;
}

/******************************************************************************/
/* お知らせ　ポップアップ画面
/******************************************************************************/
table.page_infobox {
    width: 600px;
    color: #000;
    font-size: 75%;
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

    table.page_infobox th {
        color: #fff;
        background-color: #007a00;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color: #CCC;
        border-bottom-color: #CCC;
        padding: 2px;
        text-align: center;
    }

    table.page_infobox td {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #CCC;
        padding: 2px;
        height: 40px;
    }

        table.page_infobox td.ml {
            text-align: center;
        }

    table.page_infobox tr.ks {
        background-color: #fff;
    }

    table.page_infobox tr.gs {
        background-color: #E7FFCE;
    }

    table.page_infobox a {
        color: #00F;
        text-decoration: underline;
    }

/******************************************************************************/
/* ページトップ（▲Page Top）ボタン
/******************************************************************************/
.goto_pagetop {
    float: right;
}

    .goto_pagetop img {
        vertical-align: middle;
        margin-left: 0px;
    }

    .goto_pagetop a {
        color: #666;
        text-decoration: none;
        font-size: 80%;
    }

        .goto_pagetop a:hover {
            color: #F90;
            text-decoration: underline;
        }

/******************************************************************************/
/* トップページ
/******************************************************************************/
/*hd*/
.top_Hd {
    width: 900px;
}

/*トップページ時間割 ヘッダ*/
.top_title_header {
    background-color: #CCC;
    padding: 7px 0px 7px 0px;
    border: 1px solid silver;
    font-size: 100%;
    color: #000;
    background-image: url(../../common_images/titlebase.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

/*トップページ時間割*/
.top_title {
    padding: 7px 0px 7px 0px;
    border: 1px solid silver;
    color: #000;
    background-image: url(../../common_images/titlebase.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

.top_now_title {
    font-size: 120%;
    padding: 0px 0px 0px 0px;
    border: 2px solid silver;
    color: White;
    background-image: url(../../common_images/titlebase_blue2.jpg);
    background-repeat: repeat;
    text-align: center;
}

/*教室予約*/
.top_title_room {
    padding: 7px 0px 7px 0px;
    border: 1px solid silver;
    color: #000;
    background-image: url(../../common_images/titlebase_orange.jpg);
    background-repeat: repeat-x;
    text-align: center;
}

/******************************************************************************/
/* 時間割コントロールボタン
/******************************************************************************/
.lctdayselect_btn1 {
    clear: both;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #06C;
}

.lctdayselect_btn2 {
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #06C;
}

.lctdayselect_btn3 {
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #06C;
}

/******************************************************************************/
/* ログイン履歴画面
/******************************************************************************/
.loginHistory {
    font-size: large;
    text-align: left;
    margin: 5px 10px 5px 10px;
}

/******************************************************************************/
/* 一括休講画面
/******************************************************************************/
.allCancel {
    text-align: left;
    margin: 5px 30px 5px 30px;
}

.allCancelWarning {
    font-size: large;
    color: #FF0000;
    padding: 0px 0px 20px 0px;
}

.allCancelPanel {
    font-size: medium;
    width: 100%;
}

.allCancelInfoTable {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.allCancelButton {
    padding: 20px 20px 20px 20px;
}

/******************************************************************************/
/* 授業明細スケジュール
/******************************************************************************/
.LectureList_Buttons {
    width: auto;
    height: 28px;
}

/******************************************************************************/
/* お知らせ画面
/******************************************************************************/
.noticeTable {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.noticeButton {
    padding: 20px 20px 20px 20px;
}

/******************************************************************************/
/* パスワード変更画面
/******************************************************************************/
.passwordChangeTitle {
    font-size: large;
    font-weight: 600;
}

.passwordChangeContents {
    text-align: center;
}

.passwordChangeTable {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.passwordChangeTableHeader {
    width: 40%;
    text-align: left;
    border-top: 1px solid #99cc99;
    border-right: 1px solid #99cc99;
    border-bottom: 1px solid #99cc99;
    border-left: 3px solid #99cc99;
    background-color: #f9fff9;
}

.passwordChangeTableContents {
    width: 60%;
    text-align: left;
}

.passwordChangeTableInfo {
    width: 20%;
    text-align: left;
}

.passwordChangeTableTextBox {
    width: 50%;
}

.passwordChangeTableSubmitButton {
    height: 30px;
    width: 100px;
}

.passwordStrengthBarBorder {
    border: solid 1px #ccc;
    width: 120px;
}

.passwordStrengthWeak {
    text-align: left;
    width: 200px;
    padding-left: 5px;
    font-size: small;
    border: 1px solid #ffcccc;
    background: #ffffcc;
}

.passwordStrengthStrong {
    text-align: left;
    width: 200px;
    padding-left: 5px;
    font-size: small;
    border: 1px solid #cccccc;
    background: #ccffcc;
}

.passwordStrengthExcellent {
    text-align: left;
    width: 200px;
    padding-left: 5px;
    font-size: small;
    border: 1px solid #00cccc;
    background: #00ffcc;
}

.passwordChangeUsage {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    text-align: left;
    color: #ff0000;
}

.passwordChangeValidationSummary {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #ff0000;
    border: 1px solid #cccccc;
}
