﻿/*#region Reset style */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, h4, h5, h6 {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
/*endregion*/

/*#region General Styling */
body {
    background-color: #EEE;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    line-height: 1.2;
    padding: 5px 5px 5px 0;
    text-align: left;
    margin: 10px 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #444;
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
            text-decoration: none;
        }

h1 {
    border-bottom: 1px solid #CCC;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    margin: 20px 0;
    padding: 0 0 0 5px;
}

h2 {
    border-bottom: 1px solid #CCC;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    margin: 20px 0;
    padding: 0 0 0 5px;
}

h3 {
    border-bottom: 1px solid #CCC;
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 5px;
}

h4 {
    font-size: 13px;
    padding: 0 0 0 10px;
}

h5 {
    float: left;
    font-size: 12px;
    padding: 0 0 8px 5px;
    margin: 10px 0 0 0;
}

h6 {
    font-size: 11px;
}

p {
    line-height: 1.6;
    margin: 5px 0;
    text-align: justify;
}

a {
    color: #C91C22;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.notification {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 99.8%;
}

.attention {
    background: #fffbcc url('/include/img/error.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.information {
    background: #dbe3ff url('/include/img/information.png');
    border-color: #a2b4ee;
    color: #585b66;
}

.success {
    background: #d5ffce url('/include/img/accept.png');
    border-color: #9adf8f;
    color: #556652;
}

.errormsg {
    background: #ffcece url('/include/img/exclamation.png');
    border-color: #df8f8f;
    color: #665252;
}

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.center {
    margin: 0 auto;
}

.hidden {
    display: none;
}

.pad-lr {
    padding-left: 10px;
}

.pad-tb {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.region {
    float: left;
    border: 1px solid lightgray;
    margin: 0px 0;
    padding: 5px;
    background-color: #f5f5f5;
    width: 788px;
}

form .formTable {
    height: 20px;
    line-height: 25px;
    padding: 0 2px;
}

form .left {
    float: left;
    width: 450px;
}

form .right {
    float: right;
    width: 300px;
}

form fieldset {
    border: 1px solid silver;
    margin: 0px 0;
    padding: 10px;
}

form legend {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    font-weight: bold;
    padding: 5px 10px;
}

form .full{float:left;width:800;}

/*endregion*/

/*#region MasterPage */

.container {
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}

.header {
    position: relative;
    text-align: center;
    height: 80px;
    width: 100%;
    background-color: #252525;
    color: white;
    font-size: 24px;
    font-family: 'Anaheim', sans-serif;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#nav {
    /*float: left;*/
    width: 100%;
}

.logo {
    margin-top: 10px;
}

#mainContent {
    float: left;
    display: block;
    border: 1px solid darkgray;
    overflow: hidden;
}

#login {
    position: absolute;
    top: 5px;
    right: 5px;
    font-family: 'Segoe UI', Arial sans-serif;
    font-size: 12px;
    text-align: right;
}

    #login a {
        color: white;
    }

#footer {
    text-align: center;
    border: 1px solid darkgray;
    border-top: 0;
    line-height: 30px;
    font-size: 12px;
    background: #f9f9f9;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#main {
    float: left;
    width: 800px;
    min-height: 500px;
    background: #fff;
    border-right: 1px solid darkgray;
    padding: 0px 10px 10px;
    margin-bottom: -32767px;
    padding-bottom: 32767px;
}

.basket {
    float: left;
    width: 157px;
    background-color: #f9f9f9;
    min-height: 500px;
    padding: 10px 10px 10px;
    margin-bottom: -32767px;
    padding-bottom: 32767px;
}
/*#endregion*/

/*#region Login */
#loginBox {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -250px;
    width: 500px;
    height: 180px;
}

#loginContent {
    background-color: white;
    height: 100%;
    width: 100%;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.loginError {
    color: red;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.error {
    color: red;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

#fade {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .80;
    z-index: 101;
}

.test {
    
}

.test input {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.closePopup {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 14px;
    width: 14px;
}

.popupWindow {
    display: none;
    background-color: #f9f9f9;
    border: 1px solid darkgray;
    height: 410px;
    width: 300px;
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}

.imgClose {
    position: absolute;
    top: 0;
    left: 0;
}

.imgCloseHover {
    position: absolute;
    top: 0;
    left: 0;
}

/*#endregion*/

/*#region Radgrid Customization */
/*div.RadGrid .rgInfoPart, .rgPageFirst, .rgPageLast, .rgPager .rgAdvPart {
    display: none !important;
}*/

/*.RadGrid {
    outline: none !important;
}*/

.RadGrid .rgRow td, .RadGrid_Transparent .rgHeader, .RadGrid_Transparent .rgAltRow td {
    border-width: 0 0 1px 0px !important;
}

.RadGrid .rgInfoPart {
    float: left !important;
}

.RadComboBox_Default .rcbReadOnly .rcbInput {
    color: #333333 !important;
}

div.noresults {
    width: 100%;
    text-align: center;
    line-height: 25px;
}

/*#endregion*/

/*#region Buttons */
.buttons {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

.button {
    font-family: Verdana, Arial, sans-serif;
    display: inline-block;
    padding: 4px 7px 4px 7px !important;
    color: #fff !important;
    font-size: 11px !important;
    cursor: pointer;
}



.red {
    border: 1px solid #940000 !important;
    background: #940000 url('/include/img/bg-button-red.gif') top left repeat-x !important;
}

.green {
    border: 1px solid #459300 !important;
    background: #459300 url('/include/img/bg-button-green.gif') top left repeat-x !important;
}

.popup {
    border: 1px solid #FF8D2D !important;
    background: #FF8D2D url('/include/img/bg-button-popup.gif') top left repeat-x !important;
}

.button:hover {
    text-decoration: underline;
}

.button:active {
    padding: 5px 7px 3px 7px !important;
}
/*#endregion*/

.redreq {
    color: red;
}

/*#region Enrolled Teams ListView */
.lwteams {
    margin: 0 auto;
    text-align: center;
}

    .lwteams td {
        min-width: 120px;
        padding: 4px 10px 4px 10px;
    }
