﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin-top: auto;
    color: #696969;*/
    /*background-image: url("Image/bg.jpg");
    background-repeat: repeat;*/
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.required {
    color: red;
}

.ajax__calendar_container {
    z-index: 1000;
}


/* HEADINGS   
----------------------------------------------------------*/

/*h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}*/

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}
/*Message controller*/
.ErrorBackground {
    background-color: #EEF3F9;
}

.msgConfirmation {
    color: Blue;
}

.msgError {
    color: Red;
}

.msgInformation {
    color: Green;
}

.msgWarning {
    color: Blue;
}
/*end Messagecontroller*/

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
div.container {
    max-width: 970px;
    width: 95%;
}

.header-bg {
    background-color: #fff;
}

.banner-bg {
    background-color: #fff;
}

.logo {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
}

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

#Header-Block {
    margin-top: 0px;
    padding-top: 60px;
    width: 100%;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    z-index: 1;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

#Banner-Block {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

.action {
    width: 100px;
    text-align: center;
}

.banner {
    background-color: #fff;
    padding-top: 20px;
}

#Main-Block {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

.main {
    padding: 0px 12px;
    margin: auto;
    width: 1024px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

#Footer-Block {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

.footer-bg {
    background-image: url(Image/footer-bg.PNG);
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: white;
}

.contactus {
    font-size: 20px;
    font-weight: bold;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.header-right-block {
    float: right;
    text-align: right;
    vertical-align: middle;
    min-width: 320px;
}

.header-uper-bg {
    background: #F1F1F1;
    opacity: 0.9;
    filter: alpha(opacity=40);
    color: black;
    width: 100%;
    min-height: 50px;
    position: fixed;
    z-index: 100;
}

.socials {
    text-align: left;
    vertical-align: middle;
}

.FormatRadioButtonList label {
    margin-right: 20px;
}

.socials a {
    border: 1px solid rgba(247, 247, 247, 0.3);
    color: #ccc;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 10px 10px 10px 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 40px;
    font-family: FontAwesome;
}

    .socials a:hover {
        background-color: #26ABE2;
        color: #fff;
    }

.readbook {
    min-height: 700px;
}

.latestbook-heading {
    font-size: 20px;
}

/**/
.linkImage, .linkImage:link {
    color: #08496A;
    padding: 25px;
    display: inline;
}

.Dt_RowSeparator {
    margin: 10px 0 10px 0;
    vertical-align: middle;
    width: 100%;
}

/**/


/* TAB MENU   
----------------------------------------------------------*/

.menu-bg {
    background-color: #fff;
}

#vin-navbar {
    background-color: #fff;
    position: relative;
    border: 0 none;
    outline: medium none;
}

#vin-collapsed {
    padding: 0;
}

#vin-nav {
}

    #vin-nav li {
        display: block;
        cursor: default;
        position: relative;
    }

        #vin-nav li a {
            line-height: 50px;
            padding: 0 30px;
            color: #000;
            text-transform: uppercase;
            border-right: 1px solid #ddd;
        }

        #vin-nav li:last-child a {
            border-right: 0 none;
        }

        #vin-nav li:hover, #vin-nav li:active, #vin-nav li:hover {
            background-color: #F4992E;
        }

.dropdown-menu li {
    background-color: #fff;
    display: block;
    position: relative;
}

    .dropdown-menu li a {
        color: #333 !important;
    }

        .dropdown-menu li a:hover {
            background-color: transparent;
            color: #fff;
        }
/*
.dropdown:hover >.dropdown-menu {
    display: block;
}
*/
/*dropdown-submenu*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 20px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


.box {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    padding: 15px 0;
}

    .box:last-child {
        border-bottom: 0 none;
    }

.box-date {
    color: #e2a413;
    font-size: 10px;
    width: 20%;
    float: left;
}

.event-date {
    color: #2b3436;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.event-month {
    color: #2b3436;
    font-size: 14px;
}

.boxforlast {
    overflow: hidden;
}

.box-content {
    float: left;
    width: 80%;
}

.event-title, .event-title a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #333;
}

    .event-title a:hover {
        color: #000;
    }

.news {
    float: left;
}

.news-title, .news-title a {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 5px;
}

.news-date {
    margin-bottom: 5px;
}

.new-summary {
    margin-bottom: 5px;
}

.pt-10 {
    padding-top: 15px;
}

#calendar {
    width: 100%;
    margin: 0 auto;
}

.padding-bottom-15
{
    padding-bottom:15px;
}