﻿body {
}

input[type='checkbox'] {
    accent-color: #4d6680;
}

input[type='radio'] {
    accent-color: #4d6680;
}

input[type='color'] {
    accent-color: #4d6680;
}

.rounded_corners {
    border: 3px solid #cccccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #cccccc;
}


.bottom_logo {
    width: 160px;
    height: 62px;
}

.bottom_logo_right {
    width: 160px;
    height: 62px;
    float: right;
}

.reportHeading {
    font-size: large;
    font-weight: bold;
    color: #4d6680;
}

#wrap {
    width: 525px;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    background-image: none;
    table-layout: fixed;
    empty-cells: show;
    caption-side: top;
    border-spacing: 10px;
    padding: 0;
}



#mobile {
    width: 550px;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    background-image: none;
    table-layout: fixed;
    empty-cells: show;
    caption-side: top;
    border-spacing: 10px;
    padding: 0;
    /*background:#99c;*/
}

#nav {
    margin: 0;
    padding: 5px 10px;
    list-style: none;
    width: 517px;
}

#nav_centre {
    margin: 0;
    padding: 5px 10px;
    list-style: none;
    width: 517px;
    text-align: center;
}

#nav li {
    display: inline;
    margin: 0;
    padding: 5px 10px;
    background: #5D7B9D;
}

#header {
    padding: 5px 10px;
    width: 522px;
}

h1 {
    margin: 0;
}

#footer {
    clear: both;
    padding: 5px 10px;
    width: 529px;
}

    #footer p {
        margin: 0;
    }

#datetime {
    float: right;
}

.datetimeRight {
    float: right;
}

.MenuRight {
    width: 350px;
    text-align: center;
}

#main {
    float: left;
    width: 544px;
    /*background:#9c9;*/
}

#sidebar {
    float: right;
    width: 360px;
    /*background:#c9c;*/
}

#main_memory {
    float: left;
    width: 200px;
    /*background:#9c9;*/
}

#sidebar_memory {
    float: right;
    width: 650px;
    /*background:#c9c;*/
}


#menu {
    width: 900px;
    margin: 0 auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    background-image: none;
    table-layout: fixed;
    empty-cells: show;
    caption-side: top;
    border-spacing: 10px;
    padding: 0;
    background: #4d6680;
}

/* Styles*/
.buttons {
    border: 1px solid #4d6680;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    /*background-image: url(Images/submenu_button.jpg);*/
    background-color: #4d6680;
    cursor: pointer;
    margin-left: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

    .buttons:hover {
        border: 1px solid #4d6680;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        /*background-image: url(Images/submenu_button_rollover.jpg);*/
        background-color: #8097b3;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.buttonsOrange {
    border: 1px solid #ff9633;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #ff9633;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

    .buttonsOrange:hover {
        border: 1px solid #ff9633;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        background-color: #ffbd80;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.buttonsRed {
    border: 1px solid #4d6680;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: darkred;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

    .buttonsRed:hover {
        background-image: url(Images/submenu_button_rollover.jpg);
    }

.buttonsGreen {
    border: 1px solid #7a826d;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #7a826d;
    cursor: pointer;
    margin-left: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
}

    .buttonsGreen:hover {
        border: 1px solid #7a826d;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        background-color: #9ba38f;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.buttons_right {
    border: 1px solid #4d6680;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    /*background-image: url(Images/submenu_button.jpg);*/
    background-color: #4d6680;
    cursor: pointer;
    margin-left: 10px;
    /*background-position-y: 465px;
    background-position-x: 5px;*/
    /*float:left;*/
    display: inline-grid;
    background-repeat: no-repeat;
    background-size: auto;
    float: right;
}

    .buttons_right:hover {
        border: 1px solid #4d6680;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px 10px 5px 10px;
        /*background-image: url(Images/submenu_button_rollover.jpg);*/
        background-color: #8097b3;
        cursor: pointer;
        margin-left: 10px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: auto;
    }

.button_small_right {
    float: right;
    padding: 5px 5px 5px 5px;
}

.button_small {
    float: left;
    padding: 5px 5px 5px 5px;
}

.buttons_right_show {
    border: 1px solid #8e3f0b;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #d45f11;
    cursor: pointer;
    margin-left: 10px;
    /*background-position-y: 465px;
    background-position-x: 5px;*/
    /*float:left;*/
    display: inline-grid;
    background-repeat: no-repeat;
    background-size: auto;
    float: right;
}

    .buttons_right_show:hover {
        background-color: #f2975a;
    }

.buttons_right_hide {
    border: 1px solid #303f50;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 10px;
    background-color: #4d6680;
    cursor: pointer;
    margin-left: 10px;
    /*background-position-y: 465px;
    background-position-x: 5px;*/
    /*float:left;*/
    display: inline-grid;
    background-repeat: no-repeat;
    background-size: auto;
    float: right;
}

    .buttons_right_hide:hover {
        background-color: #9fb2c6;
    }

.datetime {
    float: right;
}

.footer_table {
    width: 190px;
}



.page_name {
    font-size: x-large;
    font-weight: bold;
    color: #4d6680;
    /*text-shadow: 1px 1px #808080;*/
}

.page_name2 {
    font-size: x-large;
    font-weight: bold;
    color: #ff7f0e;
    /*text-shadow: 1px 1px #808080;*/
}

.page_name3 {
    font-size: x-large;
    font-weight: bold;
    color: #7a826d;
    /*text-shadow: 1px 1px #808080;*/
}

.page_title {
    font-size: xx-large;
    font-weight: bold;
    color: #ff7f0e;
    text-shadow: 1px 1px #aaaaaa;
}
