/** 
 *  CSS for the theme.
 *
 * -----------------------------------------\
 * This program is written by Chi Fong, LEE |
 * Copyright reserved.                      |
 * -----------------------------------------/
 *
 * MODIFIED:  
 * Version 1.0,     15/6/2007,       Created.
 * Author : Chi Fong, LEE
 */
body{
    color: #004080;
    background-color: #D2EDF6;
    background-image: url(img/bg_2.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    padding: 0px;
    margin: 0px;
    height: 100%;
}
div{
    outline: none;
}
img{
    border: 0px;
}
#root-frame-div{
    border: 0px solid red;
    margin: 0px auto 0px auto;
    width: 100%;
    overflow: auto;
    text-align: center;
}
#main-frame-div{
    margin: 0px auto 0px auto;
    border: 0px solid blue;
    width: 636px;
    overflow: auto;
}
#logo-n-menu-div{
    border: 0px solid red;
}
.theme-table th{
    border: 1px dotted #004080;
}
.theme-table td{
    text-align: left;
    padding: 20px;
    border: 1px solid #0080C0;
}
.theme-table-nodata{
    text-align: center;
    font-size: 20pt;
    font-weight: bold;
    color: silver;
}

a:link, a:visited{
    color: #004080;
    text-decoration: none;
}
a:hover, a:active{
    color: #0080FF;
}



/*---[ Welcome page ]----------------------------------------*/
#welcome-title-div{
    padding: 20px 0px 20px 0px;;
    text-align: center;
    font-size:  15pt;
    font-weight: bold;
}

#welcome-photo-div{
    text-align: center;
}

/*---[ About page ]----------------------------------------*/
#about-couple-info-div, #about-couple-story-div{
    border: 0px solid red;
    width: 80%;
    margin: 15px auto 0px auto;
}


/*---[ Event page ]----------------------------------------*/
#event-block-div{
    width: 80%;
    margin: 0px auto 0px auto;
    font-family: Monotype Corsiva;
}
#event-block-div table td{
    text-align: center;
}
.couple-name-span{
    font-size: 18pt;
}


/*---[ Guestbook Page ]----------------------------------------*/
#gb-record-block{
    width: 80%;
    margin: 0px auto 0px auto;
}
#gb-record-block td input, #gb-record-block td textarea{
    width: 80%;
}


/*---[ Helper Page ]----------------------------------------*/
#helper-blk-div{
    width: 80%;
    margin: 15px auto 0px auto;
}
#helper-blk-div .theme-table{
    margin-bottom: 20px;
}
#helper-blk-div .theme-table .name{
    font-size: 13pt;
    font-weight: bold;
}
#helper-blk-div .theme-table .content{
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid silver;
}


/*---[ RSVP Page ]----------------------------------------*/
#rsvp-block-div{
    margin: 20px auto 100px auto;
    width: 80%;
}
#rsvp-block-div .theme-table td{
    padding: 5px;
}
#rsvp-response-block-div{
    text-align: center;
    font-size: 30pt;
    font-weight: bold;
}


