﻿
.Header {
    text-align: left;
    font-family: "nakheelregular_text";
    Font-Size: 14px;
    color: #00263A;
    font-weight: normal;
    background-color: transparent;
    background-image: url(images/menu-bg.jpg);
    background-repeat: repeat-x;
    background-position: Bottom;
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #ffffff;
    height: 20px;
}

.GridHeader {
    text-align: left;
    font-family: "nakheelregular_text";
    Font-Size: 14px;
    color: #00263A;
    font-weight: normal;
    background-color: transparent;
    background-image: url(images/menu-bg.jpg);
    background-repeat: repeat-x;
    background-position: Bottom;
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #ffffff;
    height: 20px;
}

.NoThemeGridHeader {
    text-align: left;
    font-family: "nakheelregular_text";
    Font-Size: 14px;
    color: #333333;
    font-weight: normal;
    text-align: left;
    background-color: #EFEFEF;
    /*background-image: url(images/menu-bg.jpg);
		background-repeat: repeat-x;*/
    background-position: Bottom;
    padding: 3px 5px 3px 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #848284;
}

.NoThemeGridItem {
    height: 20px;
    font-family: "nakheelregular_text";
    Font-Size: 14px;
    color: #333333;
    background-color: #fdfdfd;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    vertical-align: middle;
}

.GridHeaderlink {
    font-family: "nakheelregular_text";
    Font-Size: 14px;
    text-align: left;
    color: #FFFFFF;
    padding-left: 5px;
}

.GridHeader2 {
    font-family: "nakheelregular_text";
    Font-Size: 14px;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal;
    background-color: #00263A;
    background-position: Bottom;
    padding: 10px 8px;
    border-bottom: 1px solid #848284;
    border-top: 1px solid #EFEFEF;
    height: 20px;
}

.GridTitleCell {
    display: table-cell;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
}

.gridRowNoTheme {
    color: #333333;
    background-color: #ffffff;
    font-weight: normal;
    padding-bottom: 5px;
}

.oddListRowS1 {
    font-family: "nakheelregular_text";
    Font-Size: 14px;
    color: #333333;
    background: rgb(245 241 232 / 70%);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    vertical-align: middle;
}

.evenListRowS1 {
    font-family: "nakheelregular_text";
    Font-Size: 14px;
    height: 20px;
    color: #333333;
    background: rgb(245 241 232 / 30%);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eeeeee;
    vertical-align: middle;
}




.input, .select {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    Font-Size: 11px;
    background-color: #fafafa;
}

input:focus, textarea:focus, select:focus {
    background-color: #deefff;
    border-top-color: #758a9e;
    border-right-color: #758a9e;
    border-bottom-color: #758a9e;
    border-left-color: #758a9e;
}

.button {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #999999;
    border-right-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    background-color: #00263A;
    Font-Size: 14px;
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px 10px;
    /*background-image: url('../../images/formButtonBg.gif');
background-repeat: repeat-x;*/
}

    .buttonOn, .button:hover, .button:focus, .buttonOn:focus {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        background-color: #ffffff;
        Font-Size: 14px;
        color: #444444;
        font-weight: normal;
        /*background-image: url('../../images/formButtonBgOn.gif');
        background-repeat: repeat-x;*/
        border-top-color: #758a9e;
        border-right-color: #758a9e;
        border-bottom-color: #758a9e;
        border-left-color: #758a9e;
    }

h3 {
    color: white;
    background-color: #086BA5;
    padding-left: 10px;
    padding: 5px;
    font-family: Calibri,Arial, Verdana;
    font-size: 15px;
}
