.loginText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}
.footerText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
}
.homePageHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: white;
    padding: 2px;
}
h5
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: white;
    padding: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.updateText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: left;
}
.txt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #333333;
    width: 200px;
    text-align: left;
    color: #333333;
}

.link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 200px;
    text-align: left;
    color: #333333;
}

.dropdown
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #33357B;
    text-align: left;
    color: #33357B;
}
.ErrorText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 200px;
    text-align: left;
    color: Red;
}

.ac
{
    font-family: Tahoma;
    font-size: 11px;
    width: 200px;
    padding: 0px;
    margin: 0px;
    border-right: #33357B 1px solid;
    border-top: #33357B 1px solid;
    border-left: #33357B 1px solid;
    border-bottom: #33357B 1px solid;
    border-collapse: collapse;
}
.acNormal
{
    font-family: Tahoma;
    font-size: 11px;
    background-color: #efffe1;
}
.acHover
{
    font-family: Tahoma;
    font-size: 11px;
    color: white;
    background-color: DarkSeaGreen;
}
table.center
{
    margin-left: auto;
    margin-right: auto;
}


a.SecondaryButton
{
    display: inline-block;
    padding: 1px 7px 1px 7px;
    margin: 2px;
    background-color: rgb(99, 114, 79);
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 17px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border: solid 1px #5b6c4d;
}

.container 
{
    display: table;
    min-height: 80%;
    position: absolute;
    overflow: hidden;
    width: 90%;
}

.helper 
{
    position: relative; 
    top: -30px;
    display: table-cell;
    vertical-align: middle;
}

.center_div {
    padding: 10px 40px;
    width: 500px;
    -ms-border-radius: 25px;
    border-radius: 5px;
    position: relative; 
    margin: 0 auto;
    background-color: #ffffff;
    left: 5%;
}

p.detail
{
    color: #92ad2e;
    font-weight: bold;
    font-size: 25px;
}

span.title
{
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.navbar
{
    overflow: hidden;
}

.container
{
    margin: 0 auto;
}

#footer
{
    margin-left: -30px;
    margin-top: 50px;
    height: 20px;
}

#header
{
    top: 0;
    height: 100px;
    width: 100%;
}

#body
{
    background-color: rgb(99, 114, 79);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 800px) {
    #slideshow {
        display: none;
    }
    .center_div {
        padding: 10px 40px;
        width: 250px;
        -ms-border-radius: 25px;
        border-radius: 5px;
        position: relative; 
        margin: 0 auto;
        background-color: #ffffff;
        left: 5%;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width : 1024px) {
    #slideshow {
        display: none;
    }
    .center_div {
        padding: 10px 40px;
        width: 250px;
        -ms-border-radius: 25px;
        border-radius: 5px;
        position: relative; 
        margin: 0 auto;
        background-color: #ffffff;
        left: 5%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #slideshow {
        display: none;
    }
    .center_div {
        padding: 10px 40px;
        width: 250px;
        -ms-border-radius: 25px;
        border-radius: 5px;
        position: relative; 
        margin: 0 auto;
        background-color: #ffffff;
        left: 5%;
    }
}
