/* Minification failed. Returning unminified contents.
(179,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '#'
 */
/*----------------------------------------------------------
The base color for this template is #8F8F8F. If you'd like
to use a different color start by replacing all instances of
#8F8F8F with your new color.
----------------------------------------------------------*/
BODY, FORM
{
    /*font-size: .85em;     color: #696969;*/
    /*font-family: "Segoe UI Light" , Frutiger, "Frutiger Linotype"; /*color: #FFF;*/
    font-family: "segoe ui light", "segoe ui";
    font-weight: 300;
    margin: 0;
    padding: 0;
    height: 100%;
}

.SiteWrapper
{
    background: #8F8F8F; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /* http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html */
    background: url(/Content/Site/data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8cmFkaWFsR3JhZGllbnQgaWQ9Imc3MzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjeD0iNTAlIiBjeT0iNTAlIiByPSI1MCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjOEY4RjhGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjNUY1RjVGIiBvZmZzZXQ9IjEiLz4KPC9yYWRpYWxHcmFkaWVudD4KPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2c3MzQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover,  #8F8F8F 20%, #5F5F5F 99%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%,#8F8F8F), color-stop(99%,#5F5F5F)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #8F8F8F 20%,#5F5F5F 99%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #8F8F8F 20%,#5F5F5F 99%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #8F8F8F 20%,#5F5F5F 99%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #8F8F8F 20%,#5F5F5F 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#5F5F5F',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    position: absolute;
    height: 100%;
    width: 100%;
}

DIV.HorizontalLine
{
    background: transparent url(/Content/jQueryUI/themes/base/images/HorizontalLine.png) no-repeat;
    background-size: 100%;
    height: 1px;
}

.Icon.Continue
{
    display: inline-block;
    background: transparent url(/Content/jQueryUI/themes/base/images/Icons.png) no-repeat 0px -34px;
    height: 34px;
    width: 34px;
    border: 0px;
}

/* ---------------------------------------------------------------------------- */

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

header, footer, nav, section
{
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

H1
{
    color: #FFF;
    font-weight: 300;
    font-size: 32px;
    margin: 30px 50px 20px 50px;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
/*.page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}*/

.PageWrapper
{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.PageWrapper.Full
{
    width: 100%;
}

header, #header
{
    position: relative;
    margin-bottom: 20px;
    color: #000;
    padding: 0;
}

#main
{
    color: #000;
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

footer, #footer
{
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px ##8F8F8F solid; /*padding: 0 0 2px;*/
    padding: 0px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

nav, #menucontainer
{
    margin-top: 40px;
}

/*
div#title {
    display: block;
    float: left;
    text-align: left;
}
*/
#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    color: #ff0000;
    background-color: #FFF;
    padding: 20px;
    /*width: 350px;
    position: relative;
    left: -50%;
    */
    clear: both;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.validation-summary-errors span { font-weight: bold; margin-bottom: 10px; }

.InputBox .validation-summary-errors  LI
{
    margin-bottom: 0px;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* ---------------------------------------------------------------------------- */

DIV.InputBoxWrapper
{
    position: absolute;
    top: 50%;
    left: 50%;
}

.InputBox
{
    font-family: "segoe ui light", "segoe ui", Frutiger, "Frutiger Linotype";
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    position: relative;
    left: -50%;
    background-color: #5f5f5f;
    padding: 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;    
    box-shadow: 0px 0px 20px 3px #3a3b3c;
}

.InputBox UL
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.InputBox LI
{
    margin-bottom: 10px;
}
.InputBox LI.LastRow
{
    margin-bottom: 0px;
}

.InputBox LABEL
{
    padding-left: 5px;
    width: 80px;
    display: inline-block;
}

.InputBox INPUT
{
    font-size: 14px;
    color: #303030;
    line-height: 23px;
    height: 23px;
    padding-left: 6px;
    padding-right: 6px;
    outline-width: 0;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.InputBox .Footer
{
    margin-top: 10px;
    float: right;
    clear: both;
}

#loginBox .Header
{
    display: block;
    background: transparent url(/Content/jQueryUI/themes/base/images/Icons.png) no-repeat;
    height: 34px;
    margin-bottom: 10px;
}

#loginBox .InputBox
{
    top: -100px;
    width: 350px;
    /*height: 150px;*/
}

#loginBox INPUT[type="text"], #loginBox INPUT[type="password"]
{
    width: 235px;
}

#loginBox INPUT[type="submit"]
{
    cursor: pointer;
}

.success
{
    color: #008000;
}

.failure
{
    color: #800000;
}

.OSRPoweredBy
{
    background: transparent url(/Content/jQueryUI/themes/base/images/osrlogo.png) no-repeat;
    padding-left: 30px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.OSRPoweredBy a
{
    color: #AAA;
    text-decoration: none;
}

.OSRPoweredBy a:hover
{
    color: #DDD;
    text-decoration: underline;
}

