﻿
html {
    height: 100%;
}

#aspnetForm {
    height: 100%;
}

body {
    font-family: tahoma, "Lucida Sans", Arial, sans-serif;
    font-size: 0.8em;
    color: #999999;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
/* Structure */
.header {
    width: 100%;
    height: 76px;
    background: black url(/control/images/header.png);
    font-family: Arial;
}

.wrapper {
    float: left;
    width: 100%;
}

.rightcol {
    margin-left: 243px; /*Set left margin to LeftColumnWidth*/
    margin-bottom: 76px;
}

.leftcol {
    float: left;
    width: 243px; /*Width of left column*/
    margin-left: -100%;
    margin-bottom: 76px;
}

.footer {
    width: 100%;
    height: 76px;
    background: black url(/control/images/header.png);
    position: fixed;
    bottom: 0;
    left: 0;
}

.white {
    background-color: White;
}

.header .clientlogo {
    float: left;
    padding: 10px 7px 0 7px;
    text-align: center;
}

.header .multilingual {
    float: right;
    padding-top: 10px;
    width: 300px;
    padding-left: 185px;
    line-height: 22px;
}

.header .logout {
    float: right;
    padding: 10px 14px 0 0;
    width: 185px;
    text-align: right;
    line-height: 22px;
}

    .header .logout a:link, a:visited {
        font-weight: normal;
        color: #F0A35B;
        text-decoration: none;
    }

    .header .logout a:hover {
        font-weight: normal;
        color: #F0A35B;
        text-decoration: underline;
    }

.nav .white {
    margin: 7px 7px 0 7px;
    height: 30px;
    overflow: hidden;
}

.leftcol .white {
    margin: 7px 7px 7px 7px;
}

.rightcol .white {
    margin: 7px 7px 7px 0;
}

.content {
    padding: 10px;
}

h1 {
    margin: 0;
    font-size: 1.8em;
    padding-bottom: 0.3em;
    width: 100%;
    color: #666666;
    border-bottom: 1px dotted #999999;
    font-weight: normal;
}
/* Form Stuff */
fieldset {
    padding: 10px;
    margin: 0;
    border: 1px dotted #999999;
}

label {
    float: left;
    width: 250px;
    color: #f0a35b;
    display: block;
}
/* Misc */
img {
    border: none;
}

.clearer {
    clear: both;
    width: 100%;
    height: 0px;
}

.five {
    height: 5px;
}

.ten {
    height: 10px;
}

.twenty {
    height: 20px;
}

.thirty {
    height: 30px;
}

.forty {
    height: 40px;
}

.fifty {
    height: 50px;
}

.hundred {
    height: 100px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.nopad {
    padding: 0;
    margin: 0;
}

.small {
    font-size: 0.6em;
}

hr {
    clear: both;
    width: 100%;
    border: 0;
    height: 1px;
    color: #d4d4d4;
    background: #d4d4d4;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}

.larger {
    font-size: 1.6em;
}

.blue {
    color: #ffffff;
}
/* Horizontal Menu */
.menulink {
    float: left;
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
}

    .menulink:hover {
        background-position: 0 -30px;
    }

.menuhome {
    background: url(/control/images/menu-home.png);
}

.menushop {
    background: url(/control/images/menu-shop.png);
}

.menupagemanager {
    background: url(/control/images/menu-page-manager.png);
}

.menunews {
    background: url(/control/images/menu-news.png);
}

.menuforum {
    background: url(/control/images/menu-forum.png);
}

.menublog {
    background: url(/control/images/menu-blog.png);
}

.menu301 {
    background: url(/control/images/menu-301.png);
}

.menuusers {
    background: url(/control/images/menu-users.png);
}
/* Log In */
.loginpanel {
    border: 1px dotted #999999;
    padding: 20px;
    width: 31%;
    margin: 0 auto;
}
/*End of new stuff*/
#popup-container {
    background-color: #f2efe6;
    margin: 0 auto;
    border: 1px solid #686868;
}

#popupbg {
    margin: 0 auto;
}

#innerwrapper {
    width: 100%;
    background: url(/Images/Control/dots.gif) repeat-y;
    padding-bottom: 20px;
}

#footer {
    background: url(/Images/Control/dots-h.gif) repeat-x;
    width: 990px;
    height: 30px;
    margin: 0 auto;
    margin-top: -3px;
}

#navbar {
    z-index: 3000;
    margin: 0 auto;
    padding: 0px 0px 15px 0px;
    background: url(/Images/Control/navbarbg.gif) repeat-x;
}
/*
.button
{
font-family: "Lucida Sans" , Arial, sans-serif;
font-size: 100%;
cursor: pointer;
border-bottom: #686868 solid 1px;
border-right: #686868 solid 1px;
border-top: #d4d0c8 solid 1px;
border-left: #d4d0c8 solid 1px;
color: #000;
padding: 0px 2px 0px 2px;
background: url(/Images/control/buttonbg.gif) top repeat-x;
height: 21px;
text-align:center;
}
.button a
{
text-decoration: none;
}
*/
.textbox {
    width: 350px;
    font-family: "Lucida Sans", Arial, sans-serif;
    vertical-align: middle;
    font-size: 100%;
    padding: 2px;
    background: url(/Images/control/textboxbg.gif) repeat-x;
    background-color: #FFF;
    border-bottom: #d4d0c8 solid 1px;
    border-right: #d4d0c8 solid 1px;
    border-top: #686868 solid 1px;
    border-left: #686868 solid 1px;
}

.textbox2 {
    width: 380px;
    font-family: "Lucida Sans", Arial, sans-serif;
    vertical-align: middle;
    font-size: 100%;
    padding: 2px;
    background: url(/Images/control/textboxbg.gif) repeat-x;
    background-color: #FFF;
    border-bottom: #d4d0c8 solid 1px;
    border-right: #d4d0c8 solid 1px;
    border-top: #686868 solid 1px;
    border-left: #686868 solid 1px;
}

.textareabox {
    width: 350px;
    font-family: "Lucida Sans", Arial, sans-serif;
    vertical-align: middle;
    font-size: 100%;
    padding: 2px;
    background: url(/Images/control/textboxbg.gif) repeat-x;
    background-color: #FFF;
    border-bottom: #d4d0c8 solid 1px;
    border-right: #d4d0c8 solid 1px;
    border-top: #686868 solid 1px;
    border-left: #686868 solid 1px;
}

.codetxt input {
    width: 350px;
    font-family: "Lucida Sans", Arial, sans-serif;
    vertical-align: middle;
    font-size: 100%;
    padding: 2px;
    background: url(/Images/control/textboxbg.gif) repeat-x;
    background-color: #FFF;
    border-bottom: #d4d0c8 solid 1px;
    border-right: #d4d0c8 solid 1px;
    border-top: #686868 solid 1px;
    border-left: #686868 solid 1px;
    height: 13px;
}

.searchoptions {
    width: 175px;
    font-family: "Lucida Sans", Arial, sans-serif;
    vertical-align: middle;
    font-size: 100%;
    padding: 2px;
    background: url(/Images/control/textboxbg.gif) repeat-x;
    background-color: #FFF;
    border-bottom: #d4d0c8 solid 1px;
    border-right: #d4d0c8 solid 1px;
    border-top: #686868 solid 1px;
    border-left: #686868 solid 1px;
    height: 20px;
    float: left;
}

.droplistbox {
    font-family: "Lucida Sans", Arial, sans-serif;
    font-size: 100%;
    height: 20px;
    width: 350px;
}

.formgroup {
    position: relative;
    border: 1px solid #686868;
    padding: 5px;
}

    .formgroup label {
        text-align: left;
    }

.titletab {
    clear: both;
    overflow: hidden;
    position: relative;
    height: 23px;
    margin: 0px 0px -3px 0px;
}

    .titletab ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .titletab li {
        float: left;
        background: url(/Images/Control/tab-tr.gif) no-repeat right top;
        margin: 0;
        padding: 0;
    }

    .titletab h4 {
        display: block;
        background: url(/Images/Control/tab-tl.gif) no-repeat left top;
        padding: 5px 12px;
    }

ul {
    padding: 5px 5px 0px 15px;
    margin: 0;
}

li {
    padding-left: -15px;
}

.errortext {
    margin-top: 10px;
}
/* Notes Area Styles */
.notes {
    right: 10px;
    top: 10px;
    background: url(/Images/Control/notesbg.gif) top right no-repeat;
    position: absolute;
    width: 200px;
    padding: 5px;
    border-bottom: 1px solid #686868;
    border-left: 1px solid #686868;
    background-color: #f5f4ca;
}

table label {
    float: none;
    color: #963f31;
    display: inline;
}

.rowlt {
    background: #ebebe3 url(/Images/Control/rowBg.gif) repeat-x;
    padding: 5px;
}

.rowdk {
    background: #dbdbcf url(/Images/Control/altRowBg.gif) repeat-x;
    padding: 5px;
}

.row {
    padding: 5px;
}

.trans {
    behavior: url( "/pngbehavior.htc" );
}

.tabpanel {
    margin: 10px;
    padding: 10px;
}

.rowtitle {
    background: url(/Images/Control/headerBg.gif) repeat-x 0px -1px;
    padding: 5px;
    height: 30px;
    color: White;
    font-weight: bold;
}

.RadWWrapperModal {
    width: 80% !important;
}

.ui-sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .ui-sortable li {
        margin: 0 3px 3px 3px;
        padding: 0.2em 0.4em 0em 1.5em;
        font-size: 1em;
        height: 18px;
        border: 1px solid transparent;
        cursor: n-resize;
    }

        .ui-sortable li:hover {
            border: 1px solid #c4513f;
            background: #FBF9EE
        }

        .ui-sortable li span {
            position: absolute;
            margin-left: -1.3em;
        }

    .ui-sortable .btnDelete {
        float: right;
        position: relative;
        top: -14px;
        display: block;
        height: 16px;
        width: 16px;
        background: url(/images/control/Delete.gif);
        overflow: hidden;
        text-indent: 20px;
    }

    .ui-sortable li .ui-state-highlight {
        background: #f9b5aa !important;
        border: 1px solid #c4513f !important;
    }

.twocolcheckboxes {
    float: left;
    width: 50%;
}

    .twocolcheckboxes label {
        float: left;
        width: 250px;
        color: #963f31;
    }

.threecolcheckboxes {
    float: left;
    width: 33%;
}

    .threecolcheckboxes label {
        float: left;
        width: 250px;
        color: #963f31;
    }

.curPointer {
    cursor: pointer;
}

.five {
    height: 5px;
}

.ten {
    height: 10px;
}

.twenty {
    height: 20px;
}

img {
    border: 0px;
}















/* Custom */

body {
    background-color: #ffffff;
}

.container {
    min-height: 503px;
    margin-right: auto;
    background-image: url('/images/template/background-full.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
}

.head-banner {
    height: 97px;
    clear: both;
    margin-left: 22px;
}

.euclid-limited {
    float: left;
    background-image: url('/images/logos/euclid-limited-small.png');
    width: 85px;
    height: 72px;
}

.welcome-text p {
    float: left;
    font-size: 1.688em;
    margin-left: 13px;
    margin-top: 35px;
}

.main-box {
    border: 1px solid #000000;
    padding: 6px 4px;
    /*border-top: none;*/
}

.top-border {
    border-top: 1px solid #000000;
}

.blue-box {
    border: 1px solid #000000;
    padding: 35px 32px;
    background-image: url('/images/template/trans-blue.png');
    background-repeat: repeat;
}

.navbar {
    clear: both;
    padding: 0 6px;
    font-size: 1.1em;
    text-decoration: none;
}

.navigation-links {
    float: left;
    text-decoration: none;
    font-family: Arial;
}

    .navigation-links a {
        text-decoration: none;
        font-family: Arial;
        background-color: #abccdf;
        height: 13px;
        padding: 3px 6px;
        border: 1px solid #000000;
        margin-right: 1px;
        /*border-bottom: none;*/
    }

        .navigation-links a.last {
            float: right;
        }

    .navigation-links.right {
        float: right;
    }

    .navigation-links a.selected {
        background-color: #bddbeb;
        font-weight: bold;
        border-bottom-color: #bddbeb;
    }

.main-content {
    width: 616px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.p-clean {
    padding: 0px;
    margin: 0px;
}

.clearer {
    clear: both;
}

.five {
    height: 5px;
}

.ten {
    height: 10px;
}

.twenty {
    height: 20px;
}

p {
    font-family: Arial;
    font-size: 1.2em;
    color: #000000;
    padding: 0px;
    margin: 0px;
}

    p.p-small {
        font-family: Arial;
        font-size: 0.8em;
        color: #000000;
    }

.text-center {
    text-align: center;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.section-title {
    font-size: 1.7em;
    padding: 0px;
    margin: 0px;
}

label {
    color: #000000;
    width: 184px;
    text-align: right;
    margin-right: 12px;
    padding-top: 6px;
}

.TextBox {
    background-color: #fffdc7;
    border: 1px solid #000000;
    width: 254px;
    height: 21px;
    margin-right: 13px;
}

.LabelReadOnly {
    max-width: 254px;
    margin-right: 13px;
    float: left;
    margin-top: 6px;
    font-size: 1em;
}

.RecordButtons {
    float: right;
}

.btnViewCurrentFile {
    margin-top: 6px;
}

.RadUpload .ruFileWrap {
    height: 27px !important;
}

.RadUpload {
    float: left !important;
    width: 344px !important;
}

.ruFakeInput.radPreventDecorate {
    background-color: #fffdc7 !important;
    border: 1px solid #000000 !important;
    width: 254px !important;
    height: 21px !important;
    margin-right: 13px !important;
}

hr {
    background: #908f8f;
    color: #908f8f;
    padding: 0px;
    margin: 0px;
}

.tab-space {
    clear: both;
    /*height: 2px;*/
    height: 0.2em;
}

.admin-buttons {
    float: right;
}

.button {
    text-decoration: none;
    font-family: Arial;
    background-color: #abccdf;
    padding: 3px 10px;
    border: 1px solid #000000;
    margin-right: 1px;
}


.RadUpload_Windows7 .ruFakeInput {
    display: none;
}

.riTextBox.riEnabled.DateInput {
    background-color: #fffdc7;
    border: 1px solid #000000;
    width: 254px;
    height: 24px;
    margin-right: 13px;
}

.hidden {
    display: none;
}

.UploadResultMessage {
    color: #ff0000;
    margin-left: 200px;
}

.RdFileUpload {
    margin-top: 4px;
}

span.validationField[style*="inline"] {
    color: #ff0000;
    clear: both;
    margin-left: 196px;
    display: block !important;
    height: 0px;
}


.RdUploadButtons {
    float: right;
}

.btnAdvancedSearch {
    margin-left: 196px;
}

.NoSearchResults {
    color: #ff0000;
    float: left;
    margin-left: 196px;
}

.RecordStatus {
    color: #ff0000;
    float: right;
}


.pass_score {
    margin-top: 5px !important;
}

.pass_help {
}


.force-password {
    height: 250px;
}


    .force-password div .controlwrapper .control .field {
        margin-left: 0px !important;
        width: 343px !important;
    }

        .force-password div .controlwrapper .control .field input, #fdOldPassword {
            width: 343px !important;
        }

#lblNewPassword, #lblRetypeNewPassword, #txtOldPassword {
    margin-left: 30px;
    text-align: left;
    width: auto;
}

#btnClose {
    margin-left: 30px;
}

#btnChangePassword {
}


.btnClearSearch {
    margin-left: 10px;
}

.lblCustomDateLabel {
    color: #000000;
}
