@CHARSET "UTF-8";
/* CSS Document */
body {
    background-color: #F0F0F0 scroll left top;
    font-size:.8em;
    font-family:Arial,verdana;
    color:#333333;
    margin: 0;
}

a:link {
    color:#333333;
    text-decoration: none;
}
a:visited {
    color:#333333;
    text-decoration: none;
}
a:hover {
    color:#ff9900;
    text-decoration:underline;
}

a:active {
    color:#333333;
    text-decoration: none;
}

.c1{font-weight: bold;}
.c1 a:link {
    color:#006699;
    text-decoration: none;
}

.c1 a:visited {
    color:#006699;
    text-decoration: none;
}
.c1 a:hover {
    color:#ff9900;
    text-decoration:underline;
}

.c1 a:active {
    color:#006699;
    text-decoration: none;
    font-weight:bold;
}

.catbg3{
    color:white;
    text-decoration:none;
    background:url(../images/head-green.gif) repeat-x;
    font-family: 'Times New Roman',Times,serif;
}

.catbg2{
    color:white;
    text-decoration:none;
    background:url(../images/head-blue.gif) repeat-x;
    font-family: 'Times New Roman',Times,serif;
}

.rowbg3{
    background-color:#F4F4F4
}
.rowbg3, .rowbg2{
    border-bottom:#BBBBBB solid 1px;
}

.bg-l {
    background-image:url(../images/bg_left2.gif);
    background-position:right top;
    background-repeat:repeat-y;
}

p.medium {line-height: 170%}
img.img1{border:#999999 solid 1px;}

/*------------- ปุ่มกดวันที่ ---------------*/
.btn_calendar{
    border:none;
    width:16px;
    height:16px;
    background: url(../images/calendar.gif);
    cursor:pointer;
}

/*------------------- Text Style --------------------*/
input.txt,input.txt_r{
    padding: 2px;
    border: #b4b1aa 1px solid;
}
input.txt_r{
    background-color: #ebebeb;
}
form div.myform{
    padding-top: 5px;
}
form div label.lbl{
    float: left;
    background-color: #f4f4ff;
    padding:0.2em;
    margin-right: 4px;
}
label.lbl2{
    background-color: #f4f4ff;
    padding:0.2em;
    margin-left: 4px;
}

.focus {
    background-color: #ffffce;
}
.required{
    color:#ff0000;
    font-weight: bold;
}
.comment{
    color: #aeaeae;
}
input.right{
    text-align:right;
}
.success {
    border: 1px solid;
    margin-bottom: 10px;
    padding:15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #4F8A10;
    background-color: #DFF2BF;
}
#pagination{
    padding-top:4px;
    padding-bottom:4px;
}
#pagination a, #pagination strong {
    background: #e3e3e3;
    padding: 4px 7px;
    text-decoration: none;
    border: 1px solid #cac9c9;
    color: #292929;
    font-size: 12px;
}
#pagination strong, #pagination a:hover {
    background: #cac9c9;
}
