/* 
    Document   : dateTimeCSS
    Created on : 9 ม.ค. 2552, 7:37:00
    Author     : PARINYAKORN PANYA
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*Begin CSS for date time*/
.cssDateTimeTable
{
    background-image: url(../images/imageDateTime/imgDateTimeInputBG.gif);
    background-repeat: repeat-x;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.cssDateTimeInput
{
    background-image: url(../images/imageDateTime/imgDateTimeInputBG.gif);
    background-repeat: repeat-x;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-style: none;
    border-left-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    color: #333333;
    font-family: Tahoma, "MS Sans Serif";
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-decoration: none;
    width: 240px
}
/*End CSS for date time*/