﻿html {
    margin: 0;
    padding: 0;
    height:100%;
    overflow-y:scroll;
}

body {
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    padding: 0;
    width:990px;
    position:absolute;
    height:98%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:5px auto 8px auto;
}

.full-height {
    min-height:100%;
    position:relative;
    background-color:#fff;
    background-repeat:repeat-x;
    background-position:center;
    margin-bottom:8px;
}

a {
    color: #990002;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    
}

    a:link, a:visited,
    a:active, a:hover {
        color: #990002;
    }

    a:hover {
        text-decoration: underline;
    }
header {
    display:block;
    height:55px;
}

footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #990002;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.centerlbl {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.content-left {
    display:block;
    float:left;
    width:440px;
    min-height:400px;
    padding-right:10px;
    text-align:justify;
}

.content-right {
    display:inline-block;
    margin-top:15px;
    width:500px;
    text-align:justify;
    margin-left:10px;
}
.content-right img, .content-right iframe {
    border:5px solid #990002;
    border-radius:10px;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: none;
    clear: both;
    padding-bottom: 40px;
    min-height:100%; 
}

header .content-wrapper {
    padding-top: 20px; 
}
    
footer {
    clear: both;
    
    background-color:#bbb;
    font-size: .8em;
    position:absolute;
    bottom:0;
    height:40px;
    width:100%;
    text-align:center;
    font-weight:700;
}

    footer a, footer a:hover, footer a:active, footer a:visited {
        
        text-decoration:none;
    }

label {
    display:inline-block !important;
}

.memberlist {
    width:200px;
    float:left;
}

.controlbar {
    padding-left:10px;
}

.memberview {
    width:730px;
    float:left;
}

.float-right {
    float:right;
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}
/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#MainContent_Login1, #MainContent_PasswordRecovery1, #MainContent_ChangePassword1, #MainContent_CreateUserWizard1, #MainContent_SimpleImageUpload_container0 {
    border-color:#999999;
    border-width:1px;
    border-style:Solid;
    border-collapse: separate !important;
    margin: 0px auto;
}

    #MainContent_Login1 table, #MainContent_PasswordRecovery1 table, #MainContent_ChangePassword1 table, #MainContent_CreateUserWizard1 table,
    #MainContent_SimpleImageUpload_container0 table {
        margin:10px;
    }

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

#MainContent_Login1_RememberMe {
    margin-right:5px;
}

/* menu
----------------------------------------------------------*/
nav ul {
    font-size: 1.3em;
    font-weight: 600;
    margin:0px;
    padding: 0;
    text-align: center;
    width:990px;
    height:48px;
}

.menu-bg {
    background: rgb(244,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(244,0,0,1) 0%, rgba(132,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,0,0,1)), color-stop(100%,rgba(132,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(244,0,0,1) 0%,rgba(132,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(244,0,0,1) 0%,rgba(132,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(244,0,0,1) 0%,rgba(132,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(244,0,0,1) 0%,rgba(132,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f40000', endColorstr='#840000',GradientType=0 ); /* IE6-9 */

}

    nav ul li {
        display: inline;
        list-style: none;
        padding-left:7px;
        padding-right:7px;
        height:48px;
    }

        nav ul li a {
            background: none;
            color: #fff !important;
            display:inline-block;
            height:38px;
            padding-top:10px;
            text-decoration: none;
        }

        nav ul li a:hover {
            color: #bbb !important;
            text-decoration: none;
        }

/* page elements
----------------------------------------------------------*/
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label.checkbox {
        display: inline;
    }

    input, textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

    textarea {
        font-family: inherit;
        width: 500px;
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
        
    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}
/*Misc*/

.admin-button {
    background:initial !important;
    background-color:ButtonFace !important;
    border:2px outset Buttonface !important;
    cursor:default !important;
    color:ButtonText !important;
    font-size:initial !important;
    font-weight: initial !important;
    padding: initial !important;
    margin-right: initial !important;
    width: initial !important;
}

/* gradient
----------------------------------------------------------*/
html {
    background: rgb(117,199,234); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(117,199,234,1) 0%, rgba(191,232,249,1) 50%, rgba(228,245,252,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,199,234,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(100%,rgba(228,245,252,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(117,199,234,1) 0%,rgba(191,232,249,1) 50%,rgba(228,245,252,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(117,199,234,1) 0%,rgba(191,232,249,1) 50%,rgba(228,245,252,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(117,199,234,1) 0%,rgba(191,232,249,1) 50%,rgba(228,245,252,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(117,199,234,1) 0%,rgba(191,232,249,1) 50%,rgba(228,245,252,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c7ea', endColorstr='#e4f5fc',GradientType=0 ); /* IE6-9 */
    background-attachment:fixed;
}

/* shadow
----------------------------------------------------------*/

.shadow {
    -webkit-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.61);
    -moz-box-shadow:    7px 7px 15px 0px rgba(50, 50, 50, 0.61);
    box-shadow:         7px 7px 15px 0px rgba(50, 50, 50, 0.61);
}

/* Banner
----------------------------------------------------------*/
.banner
{
    padding-top:0px;
    width:990px;
    }

#slider1 {
    margin:0px;
    padding:0px;
    z-index:1;
}

    #slider1 li {
        list-style:none;
    }

.logo {
    position:absolute;
    z-index:5;
}

/* Image Uploader
----------------------------------------------------------*/
#MainContent_SimpleImageUpload_popupPictureTrimmer1_pu_lightBox_window {
    left:85px !important;
}

#MainContent_SimpleImageUpload_hlPictureImageEdit {
    margin-left:87px;
}

/* Form Tables
----------------------------------------------------------*/
.formular {
    width:100%;
}

    .formular td {
    }

.txt-top {
    vertical-align:top;
}

.w550 {
    width:550px;
}

.w205 {
    width:205px;
}

.w100 {
    width:100px;
}

.w75 {
    width:75px;
}

.rbl input {
    width:25px;
    margin-bottom:0px;
    margin-top:0px;
    vertical-align:bottom;
}

.test {
    margin-top:-235px;
}

.noresize {
    resize:none;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    5px 5px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         5px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
/* Generator
----------------------------------------------------------*/
.generator {

}

.generator table {
    width:100%;
    border:0px solid black;
}

.generator td {
    font-weight:bold;
    width:160px;
}

.dropdown {
    width:140px;
}

.output {
}

/* List Editor
----------------------------------------------------------*/

.editor {
}

.editor table {
    border:0px solid black;
}

.editor td {
    font-weight:bold;
    padding-left:5px;
    padding-right:5px;
    width:190px;
}

.editor input {
    width:180px;
}
