/* ----------------------------------------------------------------------------
PROGRAM ID  : homes.css
DESCRIPTION : Style sheet setting for the application.
AUTHOR      : Linda Tay
DATE        : 17/11/2004 (Wednesday)
VERSION NO  : 1.0
USAGE NOTES :
COMMENTS    : 
-------------------------------------------------------------------------------
CHANGE LOG  :
CHANGED BY  :
DATE        :
VERSION NO  :
CHANGES     :
---------------------------------------------------------------------------- */


a:link, a:visited, a:active {
    font-size: 12px; 
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    font-size: 12px; 
    color: #FF0000;
    background: transparent;
    text-decoration: none;
} 

body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    scrollbar-face-color: #CCCCCC;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-darkshadow-color: #999999;
    scrollbar-track-color: #EEEEEE;
    scrollbar-arrow-color: #999999;
    font-family: Arial, Verdana; 
    font-size: 12px;
}

th {
    vertical-align: top;
    text-align: left;
    background: #EEEEEE;
    font-family: Arial, Verdana; 
    font-size: 12px; 
    font-weight: bold; 
    color: #000000;
    padding: 5px 5px 5px 5px;
    border-bottom-style: solid; 
    border-bottom-width: 1px; 
    border-bottom-color: #DDDDDD;
}

td {
    font-family: Arial, Verdana; 
    font-size: 12px;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #CC0000;
    text-align: left;    
}


/* -- Font Style -- */
.anchortext     {font-family: Arial, Verdana; font-size: 10px; color: #000000}
.msgtext        {font-family: Arial, Verdana; font-size: 10px; color: #000000}
.titletext      {font-family: Arial, Verdana; font-size: 12px; color: #CC3300; font-weight: bold;}
.errortext      {font-family: Arial, Verdana; font-size: 12px; color: #CC0033;}
.errortextind   {font-family: Arial, Verdana; font-size: 12px; color: #CC0033; font-weight: bold;}

/* --   Date & Time  -- */
.DateTime {color: #666666; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* -- Table Style --*/
.tablelist          {vertical-align: top; padding: 5px 5px 5px 5px;}
tr.list_contents    {vertical-align: top; background: #FFFFDD;}
td.list_breakline   {border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #DDDDDD;}

.tabledata          {vertical-align: top; padding: 5px 5px 5px 5px;}
td.data_breakline   {border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #DDDDDD;}
td.form_title       {background-image:url(/homesWeb/resources/images/form_title2.jpg); background-repeat: repeat-x; font-weight: bold;}

/* -- Form Button Style --*/
.inputbtn1  {font-size: 12px; font-family: Arial, Helvetica, sans-serif; width: 110px;}
.inputbtn2  {font-size: 12px; font-family: Arial, Helvetica, sans-serif; width: 60px; border: solid 1px #999999; background-color: #DDDDDD;}

/* -- Form text Style --*/
.inputbox1  {font-size: 12px; font-family: Arial, Helvetica, sans-serif; border: solid 1px #999999; background-color: #FFFFDD;}


/* 
-- BAK --
td.data_breakline   {border-bottom-style: groove; border-bottom-style: dashed; border-bottom-width: 1px; border-bottom-color: #DDDDDD;}
*/

