<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /*background:white url(../Content/images/bg.jpg) repeat-y center;
	margin:0;*/
}

/*body{ //ทำเว็บเป็บโทนขาวดำ
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   filter: gray;
   filter: grayscale(100%);
}*/


body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*color: #686868;*/
}

a:link, a:visited {
    color: #000000;
}

a:hover {
    color: #00529a;
}

#wrapper {
    /*width:1158px;*/
    margin: 0 auto;
    text-align: left;
    padding: 2px;
    position: relative;
}

.clear {
    clear: both;
}

/* === Header === */
#header {
    width: 100%;
    height: 100px;
}

#tabmenu {
    width: 84%;
    margin: 2px 7.5%;
    /*position:relative;z-index:999;
	padding-bottom:2px;
	border-bottom:4px #b0c6e3 solid;*/
}

.ddlstatusmenu {
    border: 2px solid #7d6754;
    border-radius: 5px;
    padding: 3px;
    -webkit-appearance: none;
    background-image: url(../Content/images//Arrowhead-Down-01.png);
    /*background-position:88px;*/
    background-repeat: no-repeat;
    text-indent: 0.01px; /*In Firefox*/
    text-overflow: ''; /*In Firefox*/
}
/* === End of Header === */

/* === Nav === */
#nav {
    background: url(../Content/images/navbg-repeat.jpg) repeat-x top;
    height: 56px;
    width: 84%;
    margin: 2px 7.5%;
    position: relative;
    z-index: 999;
    padding-bottom: 2px;
    border-bottom: 4px #b0c6e3 solid;
}

    #nav .inner {
        width: 100%;
        z-index: 999;
        height: 56px;
        background: url(../Content/images/navbg-middle.jpg) top center no-repeat;
    }

    #nav ul {
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0 0 30px;
        margin: 7px 0;
        list-style: none;
        float: left;
        text-shadow: 1px 1px white;
        z-index: 999;
    }

        #nav ul li {
            display: inline;
            float: left;
            z-index: 100;
        }

            #nav ul li a:link, #nav ul li a:visited {
                display: inline;
                color: #000;
                display: block;
                text-decoration: none;
                height: 44px;
            }

            #nav ul li a:hover {
                display: inline;
                color: #000;
                background: url(../Content/images/bgright.jpg) no-repeat top right;
                display: block;
                text-decoration: none;
                height: 44px;
            }

            #nav ul li a.current {
                background: url(../Content/images/bgright.jpg) no-repeat top right;
                height: 44px;
            }

            #nav ul li a.active {
                background: url(../Content/images/bgright.jpg) no-repeat top right;
                height: 44px;
            }

                #nav ul li a.current span.link,
                #nav ul li a.active span.link,
                #nav ul li a:hover span.link {
                    background: url(../Content/images/bgleft.jpg) no-repeat top left;
                }

            #nav ul li a span.link {
                margin: 0 18px 0 0px;
                padding: 12px 8px 14px 18px;
                position: relative; /*To fix IE6 problem (not displaying)*/
                float: left;
                cursor: pointer;
            }
        /* === End of Nav === */

        /* === Dropdown Nav === */
        #nav ul ul {
            position: absolute;
            display: none;
            top: 37px;
            z-index: 9999;
            background: #d0d2d3;
            padding: 5px;
            border: 1px solid #a2a2a2;
            width: 250px;
        }

ul#nav ul ul li {
    background: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

#nav ul li ul li {
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e4e4e4;
    z-index: 999;
    padding: 0;
    margin: 0;
}

#nav ul li ul a:link,
#nav ul li ul a:visited {
    display: block;
    padding: 10px 0 8px 10px;
    width: 240px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    background: #fff;
    float: left;
    margin: 0;
    z-index: 999;
    height: 16px;
}

#nav ul li ul a:hover {
    display: block;
    width: 240px;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    float: left;
    z-index: 999;
}
/* จัดต่ำแหน่งของ like ใน ul ถัดไปล่วงหน้า */
#nav ul ul ul {
    top: auto;
    z-index: 999;
}

#nav ul li ul ul {
    left: 240px;
    margin: 0px 0 0 10px;
    z-index: 9999;
}

#nav ul li {
    position: relative;
}
/* === End of Dropdown Nav === */

/* === Dropdown Nav &gt; Dropdown ul === */
#nav ul ul ul {
    position: absolute;
    display: none;
    top: -7px;
    z-index: 9999;
    background: #d0d2d3;
    padding: 5px;
    border: 1px solid #a2a2a2;
    width: 250px;
}

ul#nav ul ul ul li {
    background: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

#nav ul li ul li ul li {
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e4e4e4;
    z-index: 999;
    padding: 0;
    margin: 0;
}

#nav ul li ul li ul a:link,
#nav ul li ul li ul a:visited {
    display: block;
    padding: 10px 0 8px 10px;
    width: 240px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    background: #fff;
    float: left;
    margin: 0;
    z-index: 999;
    height: 16px;
}

#nav ul li ul li ul a:hover {
    display: block;
    width: 240px;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    float: left;
    z-index: 999;
}

#nav ul ul ul ul {
    top: auto;
    z-index: 999;
}

#nav ul li ul ul ul {
    left: 240px;
    margin: 0px 0 0 10px;
    z-index: 9999;
}

#nav ul li ul li {
    position: relative;
}
/* === Enf of Dropdown Nav &gt; Dropdown ul === */

/* === Dropdown Nav &gt; Dropdown ul &gt; Dropdown ul === */
#nav ul ul ul ul {
    position: absolute;
    display: none;
    top: -7px;
    z-index: 9999;
    background: #d0d2d3;
    padding: 5px;
    border: 1px solid #a2a2a2;
    width: 250px;
}

ul#nav ul ul ul ul li {
    background: none;
    padding: 0;
    margin: 0;
    z-index: 999;
}

#nav ul li ul li ul li ul li {
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e4e4e4;
    z-index: 999;
    padding: 0;
    margin: 0;
}

#nav ul li ul li ul li ul a:link,
#nav ul li ul li ul li ul a:visited {
    display: block;
    padding: 10px 0 8px 10px;
    width: 240px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    background: #fff;
    float: left;
    margin: 0;
    z-index: 999;
    height: 16px;
}

#nav ul li ul li ul li ul a:hover {
    display: block;
    width: 240px;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    float: left;
    z-index: 999;
}

#nav ul ul ul ul ul {
    top: auto;
    z-index: 999;
}

#nav ul li ul ul ul ul {
    left: 240px;
    margin: 0px 0 0 10px;
    z-index: 9999;
}

#nav ul li ul li ul li {
    position: relative;
}
/* === Enf of Dropdown Nav &gt; Dropdown ul &gt; Dropdown ul === */

/* === Side Menu ===*/
ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 10px;
    left: 0px;
    list-style: none;
    z-index: 9999;
}

    ul#navigation li {
        width: 100px;
    }

        ul#navigation li a {
            display: block;
            margin-left: -2px;
            width: 100px;
            height: 50px;
            background-color: #CFCFCF;
            background-repeat: no-repeat;
            background-position: center center;
            border: 1px solid #AFAFAF;
            -moz-border-radius: 0px 10px 10px 0px;
            -webkit-border-bottom-right-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -khtml-border-bottom-right-radius: 10px;
            -khtml-border-top-right-radius: 10px;
            /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
            opacity: 0.6;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
        }

    ul#navigation .home a {
        background-color: #47639E;
        color: White;
        /*background-image: url(../images/home.png);*/
    }

    ul#navigation .about a {
        /* background-image: url(../images/id_card.png);*/
    }

    ul#navigation .search a {
        /* background-image: url(../images/search.png);*/
    }

    ul#navigation .podcasts a {
        /* background-image: url(../images/ipod.png);*/
    }

    ul#navigation .editprofile a {
        background-color: #47639E;
        color: White;
        /* background-image: url(../images/rss.png);*/
    }

    ul#navigation .editpass a {
        background-color: #47639E;
        color: White;
        /* background-image: url(../images/camera.png);*/
    }

    ul#navigation .editpasswork a {
        background-color: #47639E;
        color: White;
        /* background-image: url(../images/camera.png);*/
    }

    ul#navigation .ContractHouse a {
        background-color: #47639E;
        color: White;
        /* background-image: url(../images/camera.png);*/
    }

    ul#navigation .Logout a {
        background-color: #47639E;
        color: White;
        /* background-image: url(../images/mail.png);*/
    }
/* === End of Side Menu ===*/

/* === Main Content === */
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#content {
    /*width:1140px;*/
    width: 84%;
    margin: 2px 7.5%;
    padding: 3px 2px 3px 2px;
    position: relative;
    background: white url(../Content/images/background.jpg);
    top: 0px;
    left: 0px;
}


#contents {
    /*width:1000px;*/
    padding: 3px 2px 3px 2px;
    position: relative;
    background: white url(../Content/images/background.jpg);
}

#contentLeft {
    margin-left: 5px;
    float: left;
    width: 560px;
}

#contentRight {
    margin-right: 5px;
    float: right;
    width: 560px;
}

#contentCenter {
    margin-left: 300px;
    float: left;
    width: 560px;
}

/* === End of Main Content === */

/* === Footer === */
#footer {
    width: 100%;
    /*background:url(../Content/images/footer.jpg) #1b221a repeat-x top;*/
    /*color:#1b221a;*/
    margin-top: 5px;
    padding: 20px 0 20px 0;
    text-align: center;
}
/* === End of Footer === */

GridView.wrokprocess {
    Color: black;
}

table.tableviewdetail {
    width: 900px;
    background-color: #E9EAED;
    border: 0;
    vertical-align: top;
    float: left;
    text-align: left;
}

td.tdviewhead {
    /*border-style: groove;*/
    background-color: #47639E;
    width: 900px;
    text-align: center;
    font-weight: bold;
    color: White;
    border: 0;
    vertical-align: top;
}

td.tdviewhead2 {
    /*border-style: groove;*/
    background-color: #496ebd;
    width: 900px;
    text-align: center;
    font-weight: bold;
    color: White;
    border: 0;
    vertical-align: top;
}

td.tdviewleft {
    text-align: left;
    color: #f15a0d;
    font-weight: bold;
    vertical-align: top;
    /*border-style: groove;*/
    border-width: thin;
    text-align: left;
    border-color: inherit;
    background-color: #E9EAED;
}

td.tdviewright {
    width: 600px;
    color: #000099;
    text-align: left;
    vertical-align: top;
    /*border-style: groove;*/
    border-color: inherit;
    border-width: thin;
    background-color: #E9EAED;
}

td.tdviewleft2 {
    text-align: left;
    color: #f15a0d;
    font-weight: bold;
    vertical-align: top;
    /*border-style: groove;*/
    border-width: thin;
    text-align: left;
    border-color: inherit;
    background-color: white;
}

td.tdviewright2 {
    width: 600px;
    color: #000099;
    text-align: left;
    vertical-align: top;
    /*border-style: groove;*/
    border-color: inherit;
    border-width: thin;
    background-color: white;
}

td.tdviewrightmulti {
    color: #000099;
    text-align: left;
    vertical-align: top;
    /*border-style: groove;*/
    border-color: inherit;
    border-width: thin;
    text-align: left;
    background-color: #E9EAED;
}

td.tdviewrightmulti2 {
    width: 200px;
    color: #000099;
    text-align: left;
    vertical-align: top;
    /*border-style: groove;*/
    border-color: inherit;
    border-width: thin;
    text-align: left;
    background-color: white;
}

table.tableviewED {
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    background-color: #E9EAED;
}

td.viewEDleft {
    text-align: left;
    background-color: #E9EAED;
}

td.viewEDright {
    width: 20%;
    text-align: right;
    background-color: #E9EAED;
}

td.viewEDcenter {
    width: 80%;
    text-align: center;
    background-color: #E9EAED;
}

td.tdhead {
    width: 550px;
    text-align: left;
    background-color: #47639E;
    font-weight: 700;
    color: White;
    border: 0;
    padding-left: 20PX;
    padding-top: 10px;
    padding-bottom: 10px;
}

td.tdleft {
    width: 200px;
    border-style: none;
    border-width: 0;
    text-align: left;
    border-color: inherit;
    background-color: #E9EAED;
    vertical-align: top;
}

td.tdright {
    width: 350px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: left;
    background-color: #E9EAED;
    vertical-align: top;
}

td.tdleft2 {
    width: 200px;
    border-style: none;
    border-width: 0;
    text-align: left;
    border-color: inherit;
    background-color: white;
    vertical-align: top;
}

td.tdright2 {
    width: 350px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: left;
    background-color: white;
    vertical-align: top;
}

td.tdleft3 {
    text-align: left;
    background-color: whitesmoke;
    vertical-align: top;
}

td.tdright3 {
    text-align: left;
    background-color: whitesmoke;
    vertical-align: top;
}

td.tdtail {
    width: 550px;
    border: 0;
    background-color: whitesmoke;
    vertical-align: top;
}

td.tdleft4 {
    width: 300px;
    border-style: none;
    border-width: 0;
    text-align: left;
    border-color: inherit;
    background-color: #E9EAED;
    vertical-align: top;
}

td.tdright4 {
    width: 250px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: left;
    background-color: #E9EAED;
    vertical-align: top;
}

td.tdleft5 {
    width: 300px;
    border-style: none;
    border-width: 0;
    text-align: left;
    border-color: inherit;
    background-color: white;
    vertical-align: top;
}

td.tdright5 {
    width: 250px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: left;
    background-color: white;
    vertical-align: top;
}

td.tdleft6 {
    width: 300px;
    border-style: none;
    border-width: 0;
    text-align: left;
    border-color: inherit;
    background-color: #333;
    vertical-align: top;
}

td.tdright6 {
    width: 250px;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: left;
    background-color: #333;
    vertical-align: top;
}

td.tdleftmenu {
    text-align: left;
    background-color: #E9EAED;
}

td.tdrightmenu {
    text-align: right;
    background-color: #E9EAED;
}

td.tdsubleft {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: left;
    vertical-align: top;
}

td.tdsubright {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    text-align: right;
    vertical-align: top;
}

.panel {
    border-radius: 20px;
    border-style: dotted;
    max-height: 600px;
    overflow: auto;
    padding: 5px;
    height: 400px;
    width: 500px;
    border: double 4px blue;
    background-color: #B5D7E3;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.5;
}

.button {
    border-radius: 10px;
    margin: 2px 2px 2px 2px;
    padding: 2px 5px 2px 5px;
    color: Navy;
    /*border:double 2px Black;	
    background-color :Silver;
    padding : 3px 3px 3px 3px;
    color:Navy;*/
}

.imagebutton {
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
}

.linkbutton {
    background-color: Silver;
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    color: Navy;
}

.searchBox {
    text-align: center;
    border-radius: 20px;
    border-style: dotted;
    vertical-align: bottom;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widthChkBox {
    width: 50px;
}

.boxFiles {
    max-height: 200px;
    overflow: auto;
    padding: 3px 0 0 3px;
}

.boxPanel {
    padding: 5px;
    border: solid 2px blue;
    border-radius: 5px;
}

.txtboxDouble {
    text-align: right;
    font-weight: 700;
    color: #FF0000;
}

.lblPcode {
    font-weight: 700;
    color: #FF0000;
}

.lblPName {
    font-weight: 700;
    color: #0000CC;
}

.lblP {
    font-weight: 700;
    color: #f15a0d;
}

.lblFullName {
    color: #f15a0d;
}

.lblFac {
    color: #00a88f;
}

.lblFacSub {
    color: #33b8a5;
}

.lblTitle {
    color: #f15a0d;
    font-weight: 700;
}

.lblMain {
    color: #0000CC;
    font-weight: 700;
}

.lblBudgetName {
    color: #fbc702;
    font-weight: 700;
}

.lblResearcher {
    color: #e30081;
}

.lblCoordinator {
    color: #5e1986;
}

.lblReviewer {
    color: #0167b2;
}

.lblBoardSecretary {
    color: #08a1ef;
}

.lblDirector {
    color: #0e8c28;
}

.lblVicePresident {
    color: #006d72;
}

.lblFinance {
    color: #8ec222;
}

.lblPPCancel {
    color: #ff0000;
}

.lblAdmin {
    color: #f9db01;
}

.lblStatusName {
    color: #001135;
}

.lblStatusDetail {
    color: #1f9ae1;
}
</pre></body></html>