/* stylesheet for The China Dine-ah */
/* china dine-ah green #578f14 */
/* china dine-ah yellow #fcbd49 */

/* standard styles */
body 
{
    margin-top: 0px;
    margin-left: 0px;
    font-family: Arial;
    font-size: 12px;
    background-color: #fcbd49;   
    }
A, A:active, A:hover, A:link, A:visited
{
    text-decoration: none;
    color: Blue;
}
A:hover
{
    color: Orange;
    }
td.topmenu A:hover, td.botmenu A:hover
{
    color: #578f14;
    }
.txtBold
{
    font-weight: bold;
    }
.txtUnderline
{
    text-decoration: underline;
    }
.txtItalics
{
    font-style: italic;
    }
.txtCenter
{
    text-align: center;
    }
.txtRight
{
    text-align: right;
    }
.txtLeft
{
    text-align: left;
    }
.txtVTop
{
    vertical-align: top;
    }
.txtVBottom
{
    vertical-align: bottom;
    }
.txtSplash
{
    font-size:16px;
}
.txtGreen
{
    color: #578f14;
}
.txtYellow
{
    color: #fcbd49;
}
.txtRed
{
    color: #ff0000;
}
.txtBlue
{
    color: #0000ff;
}
td.OneThird
{
    width: 33%;
    }
td.Full100
{
    width: 100%;
    }

/* layout styles */
div.page
{
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    width: 767px;
    border-top: solid 2px #578f14;
    border-left: solid 2px #578f14;
    border-bottom: solid 2px #578f14;
    border-right: solid 2px #578f14;
    }
table.tblHeader
{
    width: 767px;
    border-collapse: collapse;
    border-width: 0px;  
    }   
table.tblFooter
{
    width: 767px;
    border-collapse: collapse;
    border-width: 0px;    
    }
table.tblContent
{
    width: 767px;
    border-collapse: collapse;
    border-width: 0px;    
    }
table.tblVideo
{
    width: 767px;
    border-collapse: collapse;
    border-width: 0px;
    font-size: 12px;
    }
td.botmenu
{
    background-image: url('../images/cd_botmenu767x20.jpg');
    height: 20px;
    text-align: center;
    font-weight: bold;
    }
td.topmenu
{
    background-image: url('../images/cd_topmenu767x35.jpg');
    height: 35px;
    text-align: left;
    font-size: 15px; /*16px*/
    font-weight: bold;
    }
td.txtPgTitle
{
    font-size: 20px;
    font-weight: bold;
    }
td.footerlogo
{
    width: 120px;
    height: 100px;
    }
td.footermid
{
    width: 400px;
    height: 100px;
    background-image: url('../images/cd_footermid400x100.jpg');
    }
td.footerend
{
    width: 247px;
    height: 100px;
    background-image: url('../images/cd_footerend247x100.jpg');
    text-align: center;
    }
td.holiday
{
    background-image: url('../images/ani-firework100x200.gif');
    background-repeat: no-repeat;
    background-position: 200px;
    height: 200px;
    vertical-align: top;
    }
ul.nobreak
{
    margin-top: 0px;
    }
dt.txtSpecialDay
{
    text-decoration: underline;
    font-weight: bold;
    }
input.timestamp
{
    font-style: italic;
    color: #174042;
}