﻿h1, h2
{
    margin: 0.7em;
    font-family: 'Times New Roman', Times, serif, Arial;
    font-size: 1.4em;
}

p
{
    margin: 0.75em 1em;
    font-family: 'Times New Roman', Times, serif, Arial;
    font-size: 1em;
}

span
{
    color: Red;
    font-weight: bold;    
}

.center
{
    text-align: center;
}

/* Table SignUp, ChangePassword, RecoverPassword, */
.tableBody
{
    margin: 0 auto;
    height: 151px; width: 680px;
    background-color: #EFF3FB;
    border: solid 1px #B5C7DE;
    font: normal normal normal 1em 'Times New Roman', Times, serif, Arial;
    color: Black;
    text-align: center;
}

.tableCaption
{
    background-color: #284E98;
    border: solid 1px #B5C7DE;
    font: normal normal bold 1.2em 'Times New Roman', Times, serif, Arial;
    color: White;
    text-align: center;
}

/* Table Pictures, */ 
.tablePicBody
{
    margin: 5px;
    height: 180px; width: 200px;
    background-color: #FFFFCC;
    border: solid 1px #FFFFCC;
    font: normal normal normal 1em 'Times New Roman', Times, serif, Arial;
    color: Black;
    text-align: center;
}
    .tablePicBody li
    {
        list-style-type: none;
    }

.tablePicCaption
{
    background-color: #FFFFCC;
    border: solid 1px #FFFFCC;
    font: normal normal bold .9em 'Times New Roman', Times, serif, Arial;
    color: Black;
    text-align: center;
}

/* Border for Image */
.tablePicImage
{
     border:10px solid #E4C350 !important;

}

    .tablePicImage:hover
    {
        border:10px solid #C69E00 !important;
    }

/* Table Movies, */ 
.tableMovieBody
{
    margin: 5x;
    height: 340px; width: 430px;
    font: normal normal normal 1em 'Times New Roman', Times, serif, Arial;
    color: Black;
    text-align: center;
}

.tableMovieCaption
{
    font: normal normal bold .9em 'Times New Roman', Times, serif, Arial;
    color: Black;
    text-align: center;
}