﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #b6b7bc;*/
    background: white;
    font-size: .80em;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

input[type="submit"] {
    height: 30px;
    background-color: #4bacc6;
    color: white;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;/*960px*/
    min-width: 960px;
    background-color: #fff;  /*#F0F0F0;*/
    margin: 0px auto 0px auto;
    border: 0px solid gray;
    padding: 0px 0px 0px 0px;
   /* border: 1px solid #496077;*/
}

.header
{
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border:0px 0px 0px 0px;
    /*background-color: red;*/
    /*background: #4b6c9e;*/
    /*background: white;*/
    width: 100%;/*960px*/
    min-width: 960px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 0px 8px;
    min-height: 400px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    min-height: 50px;
    border-top: 5px solid #4bacc6;
    /*position: absolute;
    bottom: 0;*/
}

.RedLine {
    width: 100%; /*960px*/
    min-width: 960px;
    max-height: 0px;
    border-bottom: 0px;
    border-top: 5px solid #4bacc6; /*#046545;*/
    border-left: 0px;
    /*border-bottom:5px solid #D41246;*/
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    background-color: #a8aaae;
    width: 100%;/*960px*/
    min-width: 960px;
}

div.menu
{
    padding: 0px 0px 0px 0px;
    z-index:999;
    display: none;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:999;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #a8aaae;
    font: 18px/18px 'Lustria', sans-serif;
    color: White;
    border-right: 1px solid #fff;
    display: block;
    padding: 6px 20px 9px 20px;
    text-decoration: none;
    vertical-align:top;
   z-index:999;
}

div.menu ul li ul li a, div.menu ul li ul li a:visited
{
   /* background-color: #465c71;*/
    background-color: #a8aaae;
    /*border: 0px #4e667d solid;*/
    /*color: #dde4ec;*/
    font: 16px/16px 'Lustria', sans-serif;
    color: White;
    /*border-right: 1px solid #fff;*/
    /*font-size:16px;*/
    display: block;
    /*line-height: 1em;*/
    padding: 6px 16px 6px 20px;
    text-decoration: none;
    white-space: nowrap;
    vertical-align:middle;
    height:15px;
    width:155px;
    z-index:999;
}

div.menu ul li ul li a:hover
{
    background-color: #a8aaae;
    color: White;
    text-decoration: underline;
    z-index:999;
}

div.menu ul li a:active
{
    background-color: #a8aaae;
    color: White; /*#cfdbe6*/
    text-decoration: none;
    z-index:999;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 84%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 100%;/*960px*/
    min-width: 960px;
    height:auto;
    padding:0px 0px 0px 0px;
}

.bodyStyle
{
    background-color: White;/*LightGray;*/
    /*overflow-x: hidden !important;*/
    padding: 0px 0px 0px 0px;
    border: 1px solid gray;
   
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #696969;
    /*background-color: lightgray;*/
}

.loginDisplay a:link
{
    color: #696969;
}

.loginDisplay a:visited 
{

    color: #696969;
}

.loginDisplay a:hover 
{
    color: #696969;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.collapsePanel {
      width: 100%;
      /*height:0px;*/
      background-color:white;
      overflow:hidden;
      border:solid 1px gray;
      display:block;
}
 
.collapsePanelHeader{   
      width:630px;            
      height:20px;
      color: Gray;
      background-color: LightGrey;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
      border:solid 1px gray;
}

.RowTitle
{
    font-weight:normal;
    font-size:medium
}

.level1
{
    color: White;
    background-color: Gray;
    font-variant: small-caps;
    font-size: large;
    font-weight: bold;
}

.level2
{
    color: Blue;
    font-family: Gill Sans MT !important;
    font-size: medium;
    background-color: Gray;
}

.level3
{
    color: black;
    background-color: Silver;
    font-family: Gill Sans MT !important;
    font-size: small;
}

.hoverstyle
{
    font-weight: bold;
}
       
.sublevel1
{
    background-color: Gray !important;
    color: White !important;
    font-variant: small-caps;
}  


.pnlCSS
{
font-weight: bold;
cursor: pointer;
border: solid 1px #c0c0c0;
width: 900px;
}
 
.CalendarCSS  
{  
    background-color:White;  
    color:Snow;  
}  
.custom-calendar .ajax__calendar_container
{
    background-color:#ffc; /* pale yellow */
    border:solid 1px #666;
}
.custom-calendar .ajax__calendar_title
{
    background-color:#cf9; /* pale green */
    height:20px;
    color:#333;
}
.custom-calendar .ajax__calendar_prev,
.custom-calendar .ajax__calendar_next
{
    background-color:#aaa; /* darker gray */
    height:20px;
    width:20px;
}
.custom-calendar .ajax__calendar_today
{
    background-color:#cff;  /* pale blue */
    height:20px;
}
.custom-calendar .ajax__calendar_days table thead tr td
{
    background-color:#ff9; /* dark yellow */
    color:#333;
}
.custom-calendar .ajax__calendar_day
{
    color:#333; /* normal day - darker gray color */
}
.custom-calendar .ajax__calendar_other .ajax__calendar_day
{
    color:#666; /* day not actually in this month - lighter gray color */
}
 
 .pageTitle
 {
     font-size:large; 
     color:Red
 }
 
 .pageText
 {
  color: Black; 
  font-size: 16px;  
 }
 
 .WhiteWording
 {
     font-size:20px;
     color: White;
     font-weight: bold;
 }
 
 .DialogPopupBackGround
{
background-color:Gray;
opacity:0.5;
filter:alpha(opacity=50);    
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: green;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
