/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
    font: 13px/1.5 Tahoma, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
    outline: 1px dotted invert;
}

hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol {
    list-style: decimal;
}

ul {
    /*Edit by Sirinad*/

    /*list-style: square;*/
}

li {
    margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address {
    margin-bottom: 20px;
}

.center {
    padding-left: 5px;
    text-align: center;
}

.left {
    padding-left: 5px;
    text-align: left;
}

.right {
    padding-right: 5px;
    text-align: right;
}

input.btn-sort {
    padding: 4px 0 3px 0;
    vertical-align: middle;
}

a.theader {
    color: #fff;
    padding: 5px 0;
}

a.detail {
    color: #3244b5;
    font-weight: normal;
}

    a.detail:hover {
        color: #5b70f0;
        text-decoration: underline;
    }

td {
    padding: 0px 0px;

    /* for present */
    /*border-bottom: 2px solid #fff;*/
}

.tr-title th
{
    padding: 5px 0px;
}

    td.text-label {
        background-color: #f6f6f6;
        border-style: solid;
        border-width: 1px;
        border-bottom-color: #eaeaea;
        border-right-color: #ccc;
        border-top-width: 0px;
        border-left-width: 0px;
        text-align: right;
    }

    td.text-value,
    td.text-value select,
    /*td.text-value input,*/
    td.text-value textarea {
        text-align: left;
    }

        td.text-value,
        td.text-label,
        td.text-value select,
        td.text-value input,
        td.text-value textarea,
        table.form .col1 label,
        table.form .col2 input[type="text"] {
            font-size: 12px;
        }

            td.text-value textarea {
                overflow: auto;
            }

            td.text-value input.texts,
            td.text-label input.texts {
                width: 69%;
            }

            td.text-value select.ddl-options,
            td.text-label select.ddl-options {
                width: 71.5%;
            }

.ddl-select-page
{
    width: 85px;
    height: 25px;
}

            td.text-value input.dates, 
            td.text-label input.dates,
            td.text-value input.text-numbers {
                width: 26%;
                text-align: center;
            }

            td.text-value textarea.text-areas {
                width: 70%;
                height: 75px;
            }

td.text-value input.date-text, td.text-value input.code-text
{
    width: 75px;
    text-align: center;
}

.vert-align-top {
    vertical-align: top;
}

.vert-align-middle {
    vertical-align: middle;
}

.vert-align-bottom {
    vertical-align: bottom;
}

td.acs-text-value {
    width: 30%;
    padding-left: 4px;
}

td.acs-text-value2 {
    width: 63%;
    padding-left: 4px;
}



td.acs-text-value {
    text-align: left;
}

td.acs-text-value2 {
    text-align: left;
}

a.link-day,
a.link-week,
a.link-month {
    font-weight: bold;
    text-decoration: underline;
}

a.link-day {
    color: #0407ba;
}

a.link-week {
    color: #31076f;
}

a.link-month {
    color: #ff0000;
}


.acs-box1 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

 .form-textstyle {

  font-size: medium;
  font-weight:bold;
  }

 
.form-textItemstyle {

    font-size:medium;
    text-align:right;

}
.text-Title {
            color: white;
            font-size:14px;
        }
.text-SubItem {
font-size:14px;}
