﻿* {
    padding: 0px;
    margin: 0px;
}

html, body {
    background-color: #f7f7f7;
    height: 100%;
}

.text-right {
    text-align: right;
}
.font-11 {
    font-size: 11px;
}
.custom-top-bar-red {
    width: 100%;
    background-color: #C6171E;
    height: 5px;
}

.custom-top-bar-yellow {
    width: 100%;
    background-color: #EEB601;
    height: 5px;
    margin-bottom: 5px;
}

.main-header {
    margin-bottom: 10px;
}

.main-page {
    min-height: 97%;
    position: relative;
}
.main-footer {
    margin-top: 20px;
    width: 100%;
    background: #f1f1f1;
    background-color: #C6171E;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 0px;
}

    .main-footer p {
        font-size: 11px;
        color: #fff;
        text-align: center;
}
.k-menu-horizontal
{
    background-color:#f2f2f2 !important;
}

.k-menu-horizontal {
    background-color: #f2f2f2 !important;
}

h3.main-page-title {
    margin: 0 !important;
    padding: 0 !important;
    color: #453a3a;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
}
.main-content {
    margin-left: 15px;
    font-size: 12px !important;
}

.box-page-title {
    margin-left: 15px;
}
.textbox-filter {
    width: 303px !important;
}
.textbox-filter-small {
    width: 130px !important;
}
.tb-filter {
    color: #333;
    margin: 0;
    vertical-align: middle;
    text-align: left;
    border-collapse: separate !important;
    border-spacing: 5px !important;
}
.k-textbox.small {
    width: 50% !important;
}
.k-textbox.medium {
    width: 70% !important;
}
.k-textbox.large {
    width: 100% !important;
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}




/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

    #header h1 {
        font-weight: bold;
        padding: 5px 0;
        margin: 0;
        color: #fff;
        border: none;
        line-height: 2em;
        font-size: 32px !important;
    }

#main {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer {
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
    }

        ul#menu li#greeting {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            color: #fff;
        }

        ul#menu li a {
            padding: 10px 20px;
            font-weight: bold;
            text-decoration: none;
            line-height: 2.8em;
            background-color: #e8eef4;
            color: #034af3;
        }

            ul#menu li a:hover {
                background-color: #fff;
                text-decoration: none;
            }

            ul#menu li a:active {
                background-color: #a6e2a6;
                text-decoration: none;
            }

        ul#menu li.selected a {
            background-color: #fff;
            color: #000;
        }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

/*input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}*/

/* TABLE
----------------------------------------------------------*/

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

    #logindisplay a:link {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: white;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: white;
        text-decoration: none;
    }

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
    margin-left: 20px;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}
