﻿@import url(bootstrap/css/bootstrap.css);
@import url(all.css);
@import url(bootstrap/css/bootstrap_append.css);

/*------------------------------------------------*/
/* NEW STYLE */
/*------------------------------------------------*/

#Wrapper {
    margin: 0px auto 0px auto;
    max-width: 1024px;
}

#container {
    max-width: 1024px;
}

.header:before {
    content: "";
    display: block;
    width: 100%;
}

.header:after {
    background-color: #3E0204;
    border-bottom: 1px solid #300204;
    border-top: 1px solid #300204;
    content: "";
    display: block;
    height: 8px;
}

.header {
    background-color: #660000;
    background-image: url("../images/header_bg.jpg");
    background-position: 0 0;
    background-repeat: repeat;
}

#headerimage {
    max-width: 1024px;
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header img {
    max-height: 100%;
    max-width: 100%;
}

.header a {
    display: block;
    max-width: 402px;
    padding: 0px 5px 0px 5px;
}


#contentWrapper {
    max-width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 10px 0px;
    background-color: #FFFFFF;
}

#body_container {
    padding: 0px;
    max-width: 1002px;
}


.footer_container {
    background-color: #2e2e2e;
    background-image: url(images/bkgrnd_footer_smallflex.png);
    background-position: top;
    background-repeat: repeat-x;
    color: #999;
    min-height: 170px;
}

    .footer_container a:hover, .footer_container a:visited, .footer_container a:link, .footer_container a:active {
        color: #fff;
    }

.lastupdatedpane_style, .lastupdatedpane_style .Normal {
    float: left;
    color: #999;
    margin-right: 2px;
    font-size: 14px;
}

.footerpane a {
    font-size: 14px;
}

body {
    background-color: #2e2e2e;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: normal;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*------------------------------------------------*/
/* TOOL BOX - AJY*/
/*------------------------------------------------*/

#toolbox_container {
    margin: 0px auto 0px auto;
    max-width: 1024px;
}

#toolbox {
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    max-width: 1024px;
    border: 0px; /* background-image: url(images/searchtoolbar_bkgrd.png);
    background-position: top left;
    background-repeat: no-repeat;*/
    float: right;
    /*  border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #410000;*/
}

    #toolbox ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        #toolbox ul li {
            display: inline-block;
            padding: 5px 0px 15px 0px;
            color: #FFFFFF;
        }

    #toolbox a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #FFF;
        text-decoration: none;
        /* line-height: 22px;*/
    }

        #toolbox a:hover {
            color: #71d8ff;
        }



/* DNN Body */
#Body {
    /* CSS3 */
    xbackground: #efefef; /* Old browsers */
    xbackground: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #e9e9e9 50%, #dfdfdf 100%); /* FF3.6+ */
    xbackground: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    xbackground: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    xbackground: -o-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Opera 12+ */ /*background: -ms-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); */ /* IE10+ */
    xbackground: radial-gradient(ellipse at center, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%);
    /* background-image: url(Images/site_bkgrnd.png);
	background-color: #D8CEBA;
	background-repeat: repeat-x;
	background-position: center top; */
}


/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
th, td, table, h1, h2, h3, h4, h5, h6, .Head, .SubHead, .SubSubHead, .Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled, a:link, a:visited, a:hover, .CommandButton {
    line-height: 1.65em;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 30px;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
}

h2 {
    font-size: 18px;
    letter-spacing: normal;
}

h3 {
    font-size: 16px;
    letter-spacing: normal;
}

h4 {
    font-size: 14px;
    letter-spacing: normal;
}

h5 {
    font-size: 12px;
    letter-spacing: normal;
}

h6 {
    font-size: 10px;
    letter-spacing: normal;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: #820003;
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

    a:hover {
        color: #D00;
        text-decoration: none;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 5px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: initial;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: #transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
/*input[type="text"],*/
select,
textarea,
/*input[type="email"], 
input[type="search"], 
input[type="password"],*/
.riTextBox[type="text"],
.rcbInput[type="text"],
.bigEdit {
    padding: 6px !important;
    margin-bottom: 10px !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    -webkit-border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 4px !important;
    color: #555 !important;
    height: auto !important;
    line-height: 1.4285;
    background-image: none;
    width: 100%;
}

input[type="text"],
select,
textarea,
input[type="email"],
input[type="search"],
input[type="password"],
.riTextBox[type="text"],
.rcbInput[type="text"],
.bigEdit {
    color: #555;
    font: normal normal normal 14px/normal Arial;
}

/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {
    padding: 10px 5px 5px 5px;
    margin: 0px 5px 35px 5px;
    border-bottom: dashed 1px #eee;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link, #Breadcrumb a.breadcrumbLink:visited, #Breadcrumb a:link, #Breadcrumb a:visited {
        color: #666;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #800000;
    }

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/


#content {
    max-width: 1001px;
    margin: 0 auto 0 auto;
    padding: 5px 0px 0px;
    background-color: white;
}


/* Content Pane - Footer */
#footer {
    clear: both;
    background-color: #433F3C;
    padding: 15px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    color: #DBDBDB;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 15px;
}

.Normal {
}


/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

.footer_container .footerpane_style,
.footer_container .footer_oulogo,
.footer_container .footer_oulogo div,
.footer_container .footer_oulogo a {
    background-color: #2e2e2e !important;
}

.footer_container #wrapper .skin_width {
    padding-top: 7px;
}

.dnnFormRequired {
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Secondary Style Button (darkgray) */
input[type="button"],
input[type="submit"],
input[type="submit"].secondaryButton,
input[type="reset"],
input[type="reset"].secondaryButton,
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 8px 20px !important;
    margin-bottom: 5px !important;
    background-color: #666 !important;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a)) !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #ffffff !important;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0) !important;
    height: 40px !important;
}

a.secondaryButton {
    padding-top: 12px !important;
}

/* Primary Style Button (blue)*/
input[type="button"].primaryButton,
input[type="submit"].primaryButton,
button.primaryButton,
a.primaryButton {
    background-color: #212c4d !important;
    background: -moz-linear-gradient(top, #212c4d 0%, #212c4d) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#212c4d), to(#212c4d)) !important;
}

a.primaryButton2 {
    display: inline-block;
    padding: 8px 20px !important;
    margin-bottom: 5px !important;
    background-color: #212c4d !important;
    background: -moz-linear-gradient(top, #212c4d 0%, #212c4d) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#212c4d), to(#212c4d)) !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #ffffff !important;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0) !important;
    height: 35px !important;
    text-decoration: none !important;
}

a.primaryButton3 {
    display: inline-block;
    padding: 8px 20px !important;
    margin-bottom: 5px !important;
    background-color: #D00 !important;
    background: -moz-linear-gradient(top, #D00 0%, #D00) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#D00), to(#D00)) !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 0px solid #ffffff !important;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0) !important;
    height: 35px !important;
    text-decoration: none !important;
}

/* Alternative Style Button (darkgray with arrow) */
input[type="submit"].altButton,
button.altButton,
a.altButton {
    background: #484848 url('images/arrow.png') no-repeat 87% center !important;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d) !important;
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d)) !important;
    border: 0px solid #ffbf00 !important;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0) !important;
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0) !important;
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0) !important;
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="submit"].primaryButton:hover,
input[type="submit"].secondarybutton:hover,
input[type="reset"]:hover,
input[type="reset"].secondarybutton:hover,
button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover,
a.primaryButton2:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none !important;
    background-color: #fec430 !important;
}

a.primaryButton3:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none !important;
    background-color: #3B96B6 !important;
}


input[type="submit"].altButton:hover,
button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center !important;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus,
a:focus {
    border: 2px solid #2e6398 !important;
}

input[type="submit"].primaryButton:focus,
input[type="button"].primaryButton:focus,
button.primaryButton:focus,
a.primaryButton:focus, {
    border: 2px solid #D00 !important;
}


.rtsLI a {
    border: none !important;
}

.skip-to-content p {
    position: absolute;
}

.skip-to-content a, .skip-to-content a:link, .skip-to-content a:visited {
    text-decoration: underline;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    top: -50px;
    display: block;
    transition: top 1s ease;
    -webkit-transition: top 1s ease; /* Safari and Chrome */
    -moz-transition: top 1s ease 0s; /* Firefox */
    -ms-transition: top 1s ease; /* IE 9 */
    -o-transition: top 1s ease; /* Opera */
}

    .skip-to-content a:hover, .skip-to-content a:focus, .skip-to-content a:active {
        text-decoration: underline;
        top: 4px;
        transition: top .5s ease;
        -webkit-transition: top 0.5s ease; /* Safari and Chrome */
        -moz-transition: top 0.5s ease 0s; /* Firefox */
        -ms-transition: top 0.5s ease; /* IE 9 */
        -o-transition: top 0.5s ease; /* Opera */
    }


.TelerikModalOverlay {
    background: black !important;
    opacity: .7 !important;
    -moz-opacity: .7 !important;
}

.RadWindow_Office2010Blue a.rwIcon, .RadWindow_Black a.rwIcon {
    background-image: none !important;
}

table {
    font-size: 13px !important;
}

.modalPopup {
    background-color: #ffffff;
    color: Black;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    text-align: left;
}

.modalProgress {
    text-align: center;
    padding-top: 30px;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    color: black;
    width: 300px;
    height: 100px;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: .7 !important;
}

#body_ModalUpdateProgress1 {
    background-color: #ffffff;
    color: #000000;
}

    #body_ModalUpdateProgress1 img {
        vertical-align: middle;
        margin: 2px;
    }

.requiredField {
    color: red;
}

.RadPicker {
    height: 36px;
}

    .RadPicker td a {
        top: -7px;
    }

.RadComboBox .rcbInputCell {
    background: #f3f3f3 !important;
    border: 1px solid #bfbfbf !important;
}

.RadComboBox .rcbArrowCell {
    background-color: #f3f3f3 !important;
    border: 1px solid #bfbfbf !important;
}

.RadComboBox .rcbInput,
.reportViewer input[type="text"] {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #f3f3f3 !important;
    padding: 2px 0 1px !important;
    _padding: 2px 0 0 !important;
    width: 100% !important;
    _height: 18px !important;
    outline: 0 !important;
    -webkit-appearance: none !important;
}

select {
    height: 30px !important;
}

.RadAutoCompleteBox .racToken {
    line-height: 25px;
    min-height: 25px;
    padding: 4px 18px 4px 5px;
}

.riTextBox[type="text"] {
    margin-top: 5px !important;
}

.rcbInput[type="text"] {
    height: 32px !important;
}

.RadUpload .ruFileWrap {
    height: 36px !important;
}

.RadUpload .ruBrowse {
    width: auto !important;
}

.RadUpload .ruFakeInput,
.RadUpload .ruUploadProgress {
    width: 260px;
}

.riSingle a.riUp {
    position: relative;
    top: 15px;
}

.riSingle a.riDown {
    position: relative;
    top: -15px;
}

.RadComboBox .rcbArrowCell {
    max-height: 35px !important;
}

.RadComboBox_Vista .rcbArrowCell {
    background-image: url('images/rcbArrow.png') !important;
    background-position: top left !important;
}

.RadComboBox .rcbArrowCell a {
    width: 17px !important;
    height: 35px !important;
}

.RadInput {
    position: relative;
    top: -5px;
    height: 40px;
}

.Multi3 {
    height: 71px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .RadPicker table.rcTable {
        position: relative;
        top: -46px;
    }
}

@-moz-document url-prefix() {
    .RadPicker table.rcTable {
        position: relative;
        top: -47px;
    }
}

.lowercase {
    text-transform: lowercase;
}
