/*-----------------------------------------*/
/*---        Page Specifications        ---*/
/*-----------------------------------------*/
body    {       font-size:                      10pt;
                color:                          #115492;
                font-family:                    Arial, Verdana, Tahoma;
                background-color:               #FEC637;
                margin:                         0px;
                margin-top:                     0px;
                margin-left:                    20px;
                
                SCROLLBAR-HIGHLIGHT-COLOR:      #FFEBA3;
                SCROLLBAR-SHADOW-COLOR:         #DFAB25;
                SCROLLBAR-3DLIGHT-COLOR:        #FFF7DA;
                SCROLLBAR-ARROW-COLOR:          #F37C10;
                SCROLLBAR-TRACK-COLOR:          #FEC637;
                SCROLLBAR-DARKSHADOW-COLOR:     #B98B14;
                SCROLLBAR-FACE-COLOR:           #FFDD65;
}

/*-----------------------------------------*/
/*---       Table Specifications        ---*/
/*-----------------------------------------*/
table#quiz{
                width:                          350px;
                border:                         0 solid #111111;
                padding:                        0;
                border-spacing:                 0;
                border-collapse:                collapse;
}
table#quiz_personal{
                width:                          350px;
                border:                         0 solid #111111;
                padding:                        0;
                border-spacing:                 0;
                border-collapse:                collapse;
}
table#main{
                width:                          350px;
                border:                         0 solid #111111;
                padding:                        0;
                border-spacing:                 0;
                border-collapse:                collapse;
}
table#schedule{
                width:                          380px;
                border:                         0 solid #111111;
                padding:                        0;
                border-spacing:                 0;
                border-collapse:                collapse;
}
table#schedule_line{
                width:                          380px;
                border:                         1 solid #FCB709;
                padding:                        0;
                border-spacing:                 0;
                border-collapse:                collapse;
}

/*-----------------------------------------*/
/*---       Cells Specifications        ---*/
/*-----------------------------------------*/
td.main_cell{
                padding-left:                   0px;
}

td.quiz_title{
                width:                          350px;
                height:                          30px;
                background-image:               url("../imgs/title.quiz.gif");
                background-position:            left top;
                background-repeat:              no-repeat;
}
td.mailing_title{
                width:                          350px;
                height:                          30px;
                background-image:               url("../imgs/title.notification.gif");
                background-position:            left top;
                background-repeat:              no-repeat;
}
td.quiz_content{
                font-size:                      10pt;
                text-align:                     justify;
                padding-top:                    10px;
                padding-left:                   7px;
}
td.quiz_personal_left{
                font-size:                      10pt;
                font-weight:                    bold;
                padding-left:                   25px;
                width:                          100px;

}
td.quiz_personal_right{
                font-size:                      10pt;
                width:                          300px;

}
td.quiz_question{
                font-size:                      10pt;
                font-weight:                    bold;
                padding-left:                   20px;
                padding-top:                     5px;
}
td.quiz_check{
                padding-left:                   30px;
                padding-top:                     5px;
                width:                          10px;
}
td.quiz_answer{
                width:                          320px;
                font-size:                      10pt;
                padding-top:                     5px;
}
td.quiz_submit{
                width:                          350px;
                padding-top:                     5px;
                padding-left:                   100px;
}
td.schedule{
                width:                           76px;
                height:                          20px;
                font-size:                       10pt;
                text-align:                     center;
}
td.schedule_day_title{
                font-weight:                    bold;
                background-color:               #FFDD65;
}
td.schedule_line_l{
                background-color:               #FFFFFF;
}
td.schedule_line_d{
                background-color:               #FFF2C4;
}
td.schedule_title{
                width:                          380px;
                height:                          50px;
                background-image:               url("../imgs/title.schedule.gif");
                background-position:            left top;
                background-repeat:              no-repeat;
}
td.schedule_dest{
                width:                          380px;
                height:                          50px;
                font-weight:                    bold;
                text-align:                     center;
}
td.mailing_content{
                font-size:                      10pt;
                text-align:                     justify;
                padding-top:                    10px;
                padding-left:                   7px;
}
td.mailing_full{
                width:                          350px;
                font-size:                      10pt;
                padding-left:                   25px;
                padding-top:                     5px;
}


/*-----------------------------------------*/
/*---       Object Specifications       ---*/
/*-----------------------------------------*/
input.input{
                border:                         1px solid #FCB709;
                color:                          #225588;
                width:                          250px;
}
input.button{
                border:                         1px solid #FCB709;
                color:                          #225588;
                width:                          100px;
                background-color:               #FFFFFF;
}
select{
                color:                          #225588;
                font-family:                    Arial, Verdana, Tahoma;
}
/*-----------------------------------------*/
/*---        Text Specifications        ---*/
/*-----------------------------------------*/
.yellow{
                color:                          #FCB709;
}
.strike{
                color:                          red;
                text-decoration:                line-through;
}
.blink{
                color:                          #EE741E;
}
/*-----------------------------------------*/
/*---       Links Specifications        ---*/
/*-----------------------------------------*/
a.panel    {#555555
                color:                          #2F759F;
                text-decoration:                none;
                font-size:                      10pt;
}
a.panel:hover{
                color:                          #F37C10;
                text-decoration:                underline;
}
a{
                color:                          #115492;
}
a:hover{
                text-decoration:                none;
}
a.n8w8{
                color:                          #555555;
                text-decoration:                none;
}
a.n8w8:hover{
                text-decoration:                underline;
}

