﻿body
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    font-family: Calibri;
}

a
{
    color: DodgerBlue;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: DodgerBlue;
    font-weight: bold;
    text-decoration: underline;
}

hr
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, white, #E6252A, white);
}

.PaddingDiv
{
    padding: 5px;
    text-align: justify;
    vertical-align: top;
}

.BigPaddingDiv
{
    padding: 10px;
    text-align: justify;
    vertical-align: top;
}

.SmallFont
{
    font-size: 12px;
}

.ComplementDiv
{
    padding: 10px;
    margin-left: 10px;
}

.RightAlignDiv
{
    text-align: right;
}

.RightAlignDiv a
{
    text-decoration: none;
}

.RightAlignDiv a:hover
{
    text-decoration: underline;
}

.RightPaddingDiv
{
    padding-right: 5px;
}

.LeftAlignDiv
{
    text-align: left;
}

.LeftAlignDiv a
{
    text-decoration: none;
}

.LeftAlignDiv a:hover
{
    text-decoration: underline;
}

.CenterAlignDiv
{
    text-align: center;
}

.LeftPaddingDiv
{
    padding-right: 5px;
}

.VerticalAlignDiv
{
    vertical-align: top;
}

.VerticalAlignDiv img
{
    border: none;
    width: 150px;
    height: 150px;
    box-shadow: 8px 8px 6px -6px Gray;
    -moz-box-shadow: 8px 8px 6px -6px Gray;
    webkit-box-shadow: 8px 8px 6px -6px Gray;
}

.Left20PaddingDiv
{
    padding-left: 20px;
}

.LeftMarginDiv
{
    margin-left: 20px;
}


.table
{
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
}

.table th
{
    color: White;
    border: none;
    padding: 5px;
    background: #E6252A;
    border-bottom: solid 1px #E6252A;
}

.table tr
{
    margin: 0;
    padding: 0;
    border-bottom: solid 1px Gainsboro;
}

.table tr:first-child
{
    border-top: none;
}

.table tr td
{
    margin: 0;
    /*border-right: solid 1px Gainsboro;*/
    vertical-align: top;
}

.table tr td:last-child
{
    border-right: none;
}

.MainDiv
{
    min-width: 1000px;
    margin: 0px auto;
}

.HeaderLineDiv
{
    padding: 5px;
    color: White;
    background: #3A3A3A;
    /*background: Gainsboro;*/
}

.HeaderLineDiv a
{
    color: White;
    text-decoration: none;
}

.HeaderLineDiv a:hover
{
    color: White;
    text-decoration: underline;
}

.HeaderDiv
{
    margin: 5px auto;
    line-height: 40px;
    text-align: center;
}

.HeaderDiv table
{
    border: none;
    width: 1000px;
    margin: 0px auto;
}

.LogoDiv
{
    width: 100px;
}

.HeaderTitleDiv
{
    color: Black;
    font-size: 30px;
}

.HeaderTitleDiv span
{
    color: #E6252A;
}

.HeaderTitleEnglishDiv
{
    color: Black;
    font-size: 20px;
}

.MenuContainerDiv
{
    height: 30px;
    background: #E6252A; /*border: solid 1px #E6252A;*/
    padding: 0px 10px 10px 10px; /*border-bottom: solid 1px #3A3A3A;   */
}

.MenuDiv
{
    width: 1000px;
    margin: 0px auto;
}

.MenuDiv ul
{
    height: 40px;
    margin: 0px auto;
    list-style-type: none;
}

.MenuDiv ul li
{
    float: left;
    width: 90px;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    border-right: solid 1px White;
}

.MenuDiv ul li:last-child
{
    border-right: none;
}

.MenuDiv ul li a
{
    color: White;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}

.MenuDiv ul li a:hover
{
    color: Yellow;
    text-align: center;
    text-decoration: underline;
}

.ShowcaseContainerDiv
{
    height: 400px; /*padding: 20px;*/
    margin: 0px auto;
}

.ShowcaseDiv
{
    height: 400px;
    margin-right: 25px; /*border: solid 1px #3A3A3A;*/
}

.YouTubeColumnDiv
{
    width: 300px;
    vertical-align: top;
}

.YouTubeLinksDiv
{
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
    vertical-align: top; /*border: solid 1px #3A3A3A;*/
}

.PageDiv
{
    padding: 20px 0px 20px 0px;
    margin: 0px auto;
}

.PageDiv table
{
    width: 100%;
}

.PageHeaderDiv
{
    color: White;
    padding: 10px;
    background: linear-gradient(to right, #3A3A3A, White);
    background: -prefix-linear-gradient(to right, #3A3A3A, White);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#3A3A3A', endColorstr='White');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#3A3A3A', endColorstr='White')";
}

.ContentsDiv
{
    padding: 10px;
    vertical-align: top;
    text-align: justify; /*border: solid 1px Green;*/
}

.PolicyDiv
{
    padding: 10px;
    vertical-align: top;
    text-align: justify;
}

.ExpandableDiv
{
    padding: 10px;
    height: 320px;
    overflow: hidden;
    vertical-align: top;
    text-align: justify;
}

.ExpandMore
{
    color: Red;
    margin-right: 5px;
    text-decoration: none;
}

.ExpandMore:hover
{
    text-decoration: underline;
}

.HeadlineDiv
{
    color: #E6252A;
    margin: 10px 0px 10px 0px;
    text-decoration: underline;
}

.ContactDetailsDiv
{
    font-size: 15px;
    font-weight: bold;
    font-family: Century Gothic, Calibri;
}

.EmailIdDiv
{
    font-family: Calibri;
    font-size: 18px;
    font-weight: bold;
}

.ParaDiv
{
    margin-top: 30px;
}

.ManagmentBodyDiv
{
    width: 300px;
    background: #F9F3F3;
}

.ManagmentBodyHeaderDiv
{
    color: White;
    padding: 5px;
    text-align: center;
    background: #3A3A3A;
    background: #E6252A;
    background: #F67D81;
}

.ManagementMembersList
{
    height: 75px;
    margin-bottom: 5px;
    padding: 10px 5px 10px 5px; /*border-bottom: dotted 1px #3A3A3A;*/
}

.ManagmentImageDiv
{
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.ManagmentImageDiv img
{
    width: 75px;
    height: 75px;
    border: none;
    border-radius: 50%;
    border: solid 1px Gainsboro;
}

.ManagmentMemberDiv
{
    float: left;
    width: 150px;
    text-align: left;
}

.ManagmentMemberDiv a
{
    font-size: 15px;
    font-weight: bold;
    color: DodgerBlue;
    text-decoration: none;
}

.InputControlDiv
{
    width: 200px;
    height: 25px;
    font-size: 14px;
    padding-left: 5px;
    font-family: Calibri;
    border: solid 1px Gainsboro;
}

.InputControlDivSmall 
{
    width: 100px;
    height: 25px;
    font-size: 14px;
    padding-left: 5px;
    font-family: Calibri;
    border: solid 1px Gainsboro;
}

.DateInputControlDiv
{
    width: 200px;
    height: 25px;
    font-size: 14px;
    padding-left: 5px;
    font-family: Calibri;
}

.MapDiv
{
    padding: 10px;
    margin-top: 20px;
    border: solid 1px Gainsboro;
}

.OutcomeDiv
{
    float: left;
    width: 300px;
    /*height: 375px;*/
    margin: 10px 10px 0px 0px;
    /*background: #F6F6F6;
    border: solid 1px #F6F6F6;*/

    box-shadow: 8px 8px 6px -6px Gray;
    -moz-box-shadow: 8px 8px 6px -6px Gray;
    webkit-box-shadow: 8px 8px 6px -6px Gray;
}

.OutcomeItemDiv
{
    border-bottom: dotted 1px Gray;
}

.VScrollDiv
{
    height: 300px;
    text-align: left;
    overflow-y: auto;
}

.PresentationHeaderDiv
{
    color: White;
    padding: 10px;
    font-weight: bold;
    text-align: left;
    background: Gray;
    border: solid 1px Gray;
}

.MembershipDiv
{
    color: Black;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    background: Gainsboro;
    border: solid 1px Gainsboro;
}


.MemberLoginDiv
{
    width: 400px;
    height: 575px;
    margin: 10px auto;
    
    padding: 10px;
    /*background: linear-gradient(to right, #DA4A4A, #9BBB59);
    background: -prefix-linear-gradient(to right, #DA4A4A, #9BBB59);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#DA4A4A', endColorstr='#9BBB59');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#DA4A4A', endColorstr='#9BBB59')";*/
    
    border: solid 5px Gainsboro;
    box-shadow: 8px 8px 6px -6px Gray;
    -moz-box-shadow: 8px 8px 6px -6px Gray;
    webkit-box-shadow: 8px 8px 6px -6px Gray;
}

.LoginHeaderDiv
{
    padding: 10px;
    font-weight: bold;
}

.TableDiv
{
}

.TdCaptionDiv
{
    padding: 5px;
    width: 200px;
    vertical-align: top;
    display: table-cell;
}

.TdValidationDiv
{
    padding: 5px;
    vertical-align: top;    
    display: table-cell;
}

.TdValueDiv
{
    padding: 5px;
    vertical-align: top;    
    display: table-cell;  
}

.TdRoomValueDiv
{
    padding: 5px;
    width: 175px;
    vertical-align: top;    
    display: table-cell;  
}

/*      Buttons*/
.LoginButton 
{
    width: 100px;
    color: white;
    padding: 10px;
    background: Teal;
    border-radius: 5%;
    text-align: center;
    border: 1px solid Teal;
}

.LoginButton:hover 
{
    cursor: pointer;
}

.CancelButton 
{
    width: 100px;
    color: white;
    padding: 10px;
    background: red;
    border-radius: 5%;
    text-align: center;
    border: 1px solid red;
}

.CancelButton:hover 
{
    cursor: pointer;
}

.PayButton 
{
    width: 100px;
    color: white;
    padding: 10px;
    background: DodgerBlue;
    border-radius: 5%;
    text-align: center;
    border: 1px solid DodgerBlue;
}

.PayButton:hover 
{
    cursor: pointer;
}

.AmountStyle 
{
    color: red;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Century Gothic';
}
.MemberImage 
{
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid Gainsboro;
    /*border: solid 5px Gainsboro;*/
    box-shadow: 8px 8px 6px -6px Gray;
    -moz-box-shadow: 8px 8px 6px -6px Gray;
    webkit-box-shadow: 8px 8px 6px -6px Gray;
}

.FooterDiv {
    color: White;
    padding: 20px;
    text-align: center;
    background: #3A3A3A;
}

.FooterDiv a
{
    color: White;
    text-decoration: none;
}

.FooterDiv a:hover
{
    text-decoration: underline;
}
