﻿/* DEFAULTS
----------------------------------------------------------*/







/* HEADINGS   
----------------------------------------------------------*/


div.content-container {
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #F5F5F5;
    margin-bottom: 5px;
}


.myPanelClassMaxHeight {
    max-height: 1000px;
    max-width: 2100px;
    overflow: auto;
}

.myPanelClassMaxHeight2 {
    max-height: 600px;
    width:800px;
    overflow: auto;
}

/*
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 100;
    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:2000px;
    background-color: #fff;
    margin: 10px 10px 10px 10px;
    border: 5px solid #496077;
    height: 1000px;

}
*/
.header {
    position: relative;
    margin: 0px;
    padding: 0px; /*background: #4b6c9e;
    background: #015396;
    background: #828282;
    background: #527dab;*/
    background: linear-gradient(#527dab, #0f2b65);
    width: 100px;
    top: 0px;
    left: 0px;
    height: 100px;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 0px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 10px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 120px;
    width: 956px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /*background-color:#3a4f63;
    background-color: #0176D6;*/
    background-color: #999999;
    width: 100%;
    top: 200px;
    height: 46px;
}

.menu1 {
    padding: 4px 0px 4px 8px;
    z-index: 900;
    margin: 0 auto;
}

    .menu1 ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        z-index: 900;
    }

ul#menu1 li.selected a {
    background-color: Green;
}

.menu1 ul li a, div.menu1 ul li a:visited {
    /*background-color: #015396;*/
    background-color: #CCCCCC;
    /* border: 2px #4e667d solid;*/
    border: none none none none;
    color: #dde4ec;
    display: block;
    line-height: 1.5em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 15px;
    z-index: 900;
}

    .menu1 ul li a:hover {
        background-color: #bfcbd6;
        color: #465c71;
        text-decoration: none;
        z-index: 900;
    }

.menu ul li a:active {
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
    z-index: 900;
}


div.menu1 > ul > li {
    display: inline-block;
    list-style: none;
}

div.menu1 ul li ul {
    display: none;
}

/*
.menu ul li ul
{
    display: none;
}

.menu ul li 
{
    position: relative; 
    float: left;
    list-style: none;
}
*/


/* FROM other site.css file *****/
div.site-container {
    width: 650px;
    margin: auto;
}

div.ads-container {
    width: 130px;
    margin: auto;
    position: fixed;
    right: 5px;
    top: 5px;
}

div.main-header {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #ECF2F6;
}

    div.main-header h1 {
        margin: 0px;
    }

div.top-navigation {
    border: 1px solid #CCCCCC;
    padding: 4px;
    margin-bottom: 5px;
    background-color: #ECF2F6;
}

    div.top-navigation a {
        padding-left: 2px;
        padding-right: 2px;
        font-weight: bold;
    }

div.content-container {
    border: 1px solid #CCCCCC;
    padding: 10px;
    background-color: #F5F5F5;
    margin-bottom: 5px;
}

    div.content-container h1, div.content-container h2, div.content-container h3, div.content-container h4, div.content-container h5 {
        color: rgb(23, 130, 239);
    }

div.main-footer {
    border: 1px solid #CCCCCC;
    padding: 4px;
    margin-bottom: 5px;
    background-color: #ECF2F6;
    text-align: center;
}

.a {
    color: blue;
    text-decoration: none;
}

    a:hover {
        color: red;
        text-decoration: underline;
    }

/* DOCUMENTS */

.api-option-header {
    border: 1px solid #CCCCCC;
    background-color: #c9e0fd;
    padding: 2px;
    margin-top: 10px;
}

    .api-option-header div {
        display: inline;
        padding-right: 20px;
    }

    .api-option-header .option-name {
        font-weight: bold;
    }

.expandable-header {
    color: #000066;
    cursor: pointer;
}

.expandable-content {
    display: none;
}

/* OTHERS */

.news-date {
    color: #0f0f87;
    font-style: italic;
}



/* END OF other site.css FILE ****/



/* 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: 42%;
}



/****************************************  MODAL POPUP **********************/

.modalBackground {
    /*background-color:#CCCCFF;*/
    background-color: transparent;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/*Position should be -1000px, so during loading you not gonna see popup initialization.*/

.ModalWindow {
    border: solid1px#c0c0c0;
    background: #f0f0f0;
    padding: 0px10px10px10px;
    position: absolute;
    top: -1000px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}



/****************************************  ACCORDION AJAX **********************/

.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #999999;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #B1B1B1;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent {
    background-color: #CCCCCC;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



.accordionHeaderLabels {
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    text-align: center;
    width: 90px;
    height: 25px;
    font-weight: bold;
}

.clockInOut_Time {
    background-color: transparent;
    
    font-size: 16px;
    text-align: center;
    width: 90px;
    height: 25px;
    font-weight: bold;
    
    
}

.clockInOut_Reg {
    background-color: transparent;
   
    font-size: 18px;
    text-align: center;
   
    height: 16px;
   
    
    
}

/* MISC  
----------------------------------------------------------*/

.bluebox150w {
    border-style: solid;
    height: 25px;
    width: 150px;
    color: Black;
    background-color: #AAD5FF;
}

.bluebox95w {
    border-style: solid;
    height: 25px;
    width: 95px;
    color: Black;
    background-color: #AAD5FF;
}


treeView {
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    text-align: center;
    width: 90px;
    font-size: large;
    font-family: Arial;
    font-weight: bold;
}

    treeView:link {
        color: Lime;
    }



.labels {
    font-size: 14px;
    font-weight: bold;
}


.slider_rail {
    position: relative;
    background: url(~/Icons/Bank-32.png) repeat-x;
    height: 32px;
    width: 150px;
}

.slider_handle {
    position: absolute;
    height: 64px;
    width: 64px;
}

.clear {
    clear: both;
    width: 991px;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 700px;
    height: 46px;
}

.title2 {
    margin: 1px auto auto 5px;
    color: Blue;
    display: block;
    float: left;
    text-align: right;
    width: 198px;
    height: 17px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: white;
    width: auto;
    height: auto;
    /*width: 1001px;
    height: 53px;*/
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
    font-size: large;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


.rnd1 {
    background-color: #6699cc;
    border: 0px none;
    padding: 2px 2px 2px 2px;
    border-radius: 5px;
}


.grid {
    font-family: tahoma;
    font-size: 12px;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
    cursor: hand;
    cursor: pointer;
}

    .grid th {
        border-color: #989898 #cbcbcb #989898 #989898;
        border-style: solid solid solid none;
        border-width: 1px 1px 1px 1px;
        color: Menu;
        padding: 4px 5px 4px 10px;
        vertical-align: bottom;
        text-align: left;
        background-color: Highlight;
    }

    .grid td {
        color: #333333;
        padding: 4px 1px 4px 1px;
        border-bottom: solid 1px #BBD9EE;
        padding: 4px 5px 4px 10px;
    }

.gridRow {
    background-color: #b6b7bc; /*#B1DEDC;*/
}

.gridAltRow {
    background-color: #D1EDE9;
}

.gridEditRow {
    background-color: #0DC6DE;
}

    .gridEditRow input[type=text] {
        width: 50px;
    }
    /* size textboxes */
    .gridEditRow select {
        width: 50px;
    }
/* size drop down lists */


.gridFooterRow {
    background-color: #E8ECED;
}

.grid tr.gridRow:hover, .grid tr.gridAltRow:hover {
    font-family: tahoma;
    font-size: 12px;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    background-color: #99BBE1;
}

.gridClockInOut {
    font-family: tahoma;
    font-size: 12px;
    border: solid 0px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
    cursor: pointer;
    text-align:center;
}

    .gridClockInOut th {
        border-color: #989898 #cbcbcb #989898 #989898;
        border-style: solid solid solid none;
        border-width: 0px 0px 0px 0px;
        color: White;
        padding: 4px 5px 4px 10px;
        vertical-align: bottom;
        background-color: Gray;
        text-align:center;
    }

    .gridClockInOut td {
        color: #333333;
        padding: 4px 1px 4px 1px;
        border-bottom: solid 1px #BBD9EE;
        padding: 4px 5px 4px 10px;
    }



.grid2 {
    font-family: tahoma;
    font-size: 12px;
    border: solid 0px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
    width: 100%;
    cursor: pointer;
    text-align:left;
}

    .grid2 th {
        border-color: #989898 #cbcbcb #989898 #989898;
        border-style: solid solid solid none;
        border-width: 0px 0px 0px 0px;
        color: White;
        padding: 4px 5px 4px 10px;
        vertical-align: bottom;
        background-color: Gray;
        text-align:left;
    }

    .grid2 td {
        color: #333333;
        padding: 4px 1px 4px 1px;
        border-bottom: solid 1px #BBD9EE;
        padding: 4px 5px 4px 10px;
    }

.gridRow2 {
    background-color: #efebeb;
}

.gridAltRow2 {
    background-color: #B1B4B4;
}

.gridEditRow2 {
    background-color: #0DC6DE;
}

.gridFooterRow2 {
    background-color: #E8ECED;
}

.grid2 tr.gridRow2:hover, .grid2 tr.gridAltRow2:hover {
    font-family: tahoma;
    font-size: 12px;
    border: solid 0px #7f7f7f;
    border-collapse: collapse;
    background-color: #99BBE1;
}


.pageTitleSchedule {
    font-weight: bold;
    font-size: 25px;
    font-family: "Comic Sans MS";
    font-style: italic;
    color: black;
}




.pageTitle {
    font-weight: bold;
    font-size: 30px;
    font-family: "Comic Sans MS";
    font-style: italic;
    color: #2226f6;
}


.pageTitle2 {
    font-weight: bold;
    font-size: 20px;
    font-family: "Comic Sans MS";
    font-style: italic;
    color: #333333;
}

.pageTitle3 {
    font-weight: bold;
    font-size: 15px;
    font-family: "Comic Sans MS";
    font-style: italic;
    color: #333333;
}

.pageTitle4 {
    font-weight: bold;
    font-size: 12px;
    font-family: "Comic Sans MS";
    font-style: italic;
    color: #333333;
}

.pageTitle5 {
    font-weight: bold;
    font-size: 10px;
    font-family: "Comic Sans MS";
    font-style: italic;
    color: #333333;
}

.hCursor {
    cursor: pointer;
    cursor: hand;
}


.mGrid {
    background-color: #eeeeee;
    margin: 5px 10px 10px 10px;
    border: solid 0px #525252;
    border-collapse:separate;
    padding: 10px 10px 10px 10px;
    
}

    .mGrid td {
         padding: 10px 10px 10px 10px;
         margin: 5px 10px 10px 10px;
        border-right: solid 2px Black;
        color: #717171;
    }

  
       


.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

.ListBoxNoBorder {
    border: Solid 2px White;
    font-size: medium;
}

/*no underline for link */
.noline {
    color: Lime;
    text-decoration: none;
}




.shiftcontainer {
    position: relative;
    left: 5px; /*Number should match -left shadow depth below*/
    top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
    /*width: 300px;  container width*/
    background-color: #d1cfd0;
}

    .shadowcontainer .innerdiv {
        /* Add container height here if desired */
        background-color: white;
        border: 1px solid gray;
        padding: 6px;
        position: relative;
        left: -5px; /*shadow depth*/
        top: -5px; /*shadow depth*/
    }

.popupControl {
    background-color: white;
    position: absolute;
    visibility: hidden;
    border-style: solid;
    border-color: Black;
    border-width: 2px;
}

.modalBackground2 {
    background-color: Grey;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 999;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    z-index: 6001;
}

.updateProgress {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    z-index: 6001;
}


.change:hover {
    color: red;
}

.change:visited {
    color: Green;
}


.scrollable {
    width: 100%;
    overflow: scroll;
}




.cal_Theme1 .ajax__calendar_container {
    background-color: #DEF1F4;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_header {
    background-color: #ffffff;
    margin-bottom: 4px;
}

.cal_Theme1 .ajax__calendar_title,
.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev {
    color: #004080;
    padding-top: 3px;
}

.cal_Theme1 .ajax__calendar_body {
    background-color: #ffffff;
    border: solid 1px #77D5F7;
}

.cal_Theme1 .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 2px;
    color: #004080;
}

.cal_Theme1 .ajax__calendar_day {
    color: #004080;
    text-align: center;
}

.cal_Theme1 .ajax__calendar_hover .ajax__calendar_day,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_year,
.cal_Theme1 .ajax__calendar_active {
    color: #004080;
    font-weight: bold;
    background-color: #DEF1F4;
}

.cal_Theme1 .ajax__calendar_today {
    font-weight: bold;
}

.cal_Theme1 .ajax__calendar_other,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today,
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title {
    color: #bbbbbb;
}

.hidden {
    display: none;
}

.alignMiddle {
    vertical-align: middle;
}



.FixedHeader {
    position: absolute;
    font-weight: bold;
    max-width: 1480px;
}



/* THIS CSS IS FO RSHINY BUTTON 
 HERE IS HOW TO USE IT 

  <div id="shiny-blue" class="css3-button">Cancel<span></span></div>

This doens't work good on IE but works on other major browsers

*/

/*
.css3-button {
 
position:relative;
 
display:inline-block;
 
width:8em;
 
padding:0.25em 0.5em 0.3em 0.5em;
 
text-align:center;
 
cursor:pointer;
 
border:2px solid #999;
 
background-color:#666;
 
background-color:rgba(128,128,128,0.75);
 
-moz-border-radius:16px;
 
-webkit-border-radius:16px;
 
-opera-border-radius:16px;
 
-khtml-border-radius:16px;
 
border-radius:16px;
 
font-size:1.5em;
 
color:#fff;
 
font-weight:bold;
 
text-shadow:1px 1px 3px rgba(0,0,0,0.5);
 
background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9)));
 
background-image:-moz-linear-gradient(top,bottom,from(rgba(64,64,64,0.75)), to(rgba(192,192,192,0.9)));
 
-khtml-box-shadow:rgba(192,192,192,0.75) 0px 8px 24px;
 
-moz-box-shadow:rgba(192,192,192,0.75) 0px 8px 24px;
 
box-shadow:rgba(192,192,192,0.75) 0px 8px 24px;
 
}
 
.css3-button span {
 
position:absolute;
 
display:block;
 
width:94%;
 
left:3.5%;
 
top:0px;
 
height:50%;
 
-webkit-border-radius:8px;
 
-moz-border-radius:8px;
 
background-color:rgba(255,255,255,0.25);
 
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
 
background-image:-moz-linear-gradient(top,bottom,from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0)));
 
}
 
#shiny-blue {
 
border-color:#6699cc;
 
background-color:rgba(64,128,192,0.75);
 
background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(16,96,192,0.75)), to(rgba(96,192,255,0.9)));
 
background-image:-moz-linear-gradient(top,bottom,from(rgba(16,96,192,0.75)), to(rgba(96,192,255,0.9)));
 
-khtml-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
 
-moz-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
 
box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
 
}
 
#shiny-blue:hover {
 
border-color:#003575;
 
background-color:rgba(0,97,216,0.75);
 
background-image:-webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(0,97,216,0.75)), to(rgba(0,53,117,0.9)));
 
background-image:-moz-linear-gradient(top,bottom,from(rgba(0,97,216,0.75)), to(rgba(0,53,117,0.9)));
 
-khtml-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
 
-moz-box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
 
box-shadow:rgba(128,192,255,0.75) 0px 8px 24px;
 
margin: 0 5px 0 5px;
 
}


*/






#leftColumn {
    position: relative;
    float: left;
    width: 14em;
    padding: 2em 1.5em 2em;
    background: #fff url('images/a1.gif') repeat-y right top;
    top: 1px;
    left: 0px;
    height: 100%;
}


.txtbox {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    width: 80px;
    border-color: black;
    border-width: 1px;
    background-color: #ffffff;
    border-style: solid;
    height: 24px;
}

    .txtbox:hover {
        background-color: transparent; /* changed the bg-color to transparent */
        border: 0.15em #329bd8 solid; /* set a border to a blue color */
        color: #329bd8; /* set a text color to the same color */
    }

    .txtbox:active {
        background-color: transparent;
        border: 0.15em #5e8ca5 solid;
        color: #5e8ca5; /* minor text color change in a deeper blue */
    }

    .buttonCCP {
    border-radius: 0.2em;
    text-decoration: none;
    color: gray;
    padding: .1em .1em; /* removed the right and left padding value */
    padding-right: .1em; /* added only padding-right to align the icon left	*/
    background-color: lightgray;
    font-family: Helvetica;
    font-weight: bold;
}
 .buttonCCP:hover {
        background-color: transparent; /* changed the bg-color to transparent */
        border: 0.05em #329bd8 solid; /* set a border to a blue color */
        color: #329bd8; /* set a text color to the same color */
    }

    .buttonCCP:active {
        background-color: transparent;
        border: 0.10em #5e8ca5 solid;
        color: #5e8ca5; /* minor text color change in a deeper blue */
    }


.button2 {
    border-radius: 0.2em;
    text-decoration: none;
    color: white;
    padding: .1em .1em; /* removed the right and left padding value */
    padding-right: .1em; /* added only padding-right to align the icon left	*/
    background-color: #329bd8;
    font-family: Helvetica;
    font-weight: bold;
}
 .button2:hover {
        background-color: transparent; /* changed the bg-color to transparent */
        border: 0.05em #329bd8 solid; /* set a border to a blue color */
        color: #329bd8; /* set a text color to the same color */
    }

    .button2:active {
        background-color: transparent;
        border: 0.10em #5e8ca5 solid;
        color: #5e8ca5; /* minor text color change in a deeper blue */
    }


.fa-upload {
    padding-right: 2em; /* added padding-right to space it from the text */
    font-size: 1.2em; /* increased font-size to fit the button */
}


.button {
    border-radius: 0.5em; /* increased border-radius */
    text-decoration: none;
    color: white; /* changed text color to white */
    padding: 1em 3em; /* increased padding for a larger button */
    background-color: #329bd8; /* changed background color to a nice blue */
    text-transform: uppercase; /* made the text uppercase */
    font-weight: bold; /* gave the text a bold look */

}



    .button:hover {
        background-color: transparent; /* changed the bg-color to transparent */
        border: 0.15em #329bd8 solid; /* set a border to a blue color */
        color: #329bd8; /* set a text color to the same color */
    }

    .button:active {
        background-color: transparent;
        border: 0.15em #5e8ca5 solid;
        color: #5e8ca5; /* minor text color change in a deeper blue */
    }



.AMPM_button {
    border-radius: 0.5em; /* increased border-radius */
    text-decoration: none;
    color: white; /* changed text color to white */
    /* increased padding for a larger button */
    background-color: transparent; /* changed background color to a nice blue */
    text-transform: uppercase; /* made the text uppercase */
    font-weight: bold; /* gave the text a bold look */
}

    .AMPM_button:hover {
        background-color: #329bd8; /* changed the bg-color to transparent */
        border: 0.15em #329bd8 solid; /* set a border to a blue color */
        color: white; /* set a text color to the same color */
    }

    .AMPM_button:active {
        background-color: transparent;
        border: 0.15em #5e8ca5 solid;
        color: #5e8ca5; /* minor text color change in a deeper blue */
    }





.Grid {
    table-layout: fixed;
    width: 100%;
}

    .Grid .Shorter {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }









/* Table 1 Style */
table.table1 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse: separate;
}

.table1 thead th {
    padding: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #568F23;
    border: 1px solid #93CE37;
    border-bottom: 3px solid #9ED929;
    background-color: #b1b1b1;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.02, rgb(123,192,67)), color-stop(0.51, rgb(139,198,66)), color-stop(0.87, rgb(158,217,41)) );
    background: -moz-linear-gradient( center bottom, rgb(123,192,67) 2%, rgb(139,198,66) 51%, rgb(158,217,41) 87% );
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .table1 thead th:empty {
        background: transparent;
        border: none;
    }

.table1 tbody th {
    color: #fff;
    text-shadow: 1px 1px 1px #568F23;
    background-color: #b1b1b1;
    border: 1px solid #93CE37;
    border-right: 3px solid #9ED929;
    padding: 0px 10px;
    background: -webkit-gradient( linear, left bottom, right top, color-stop(0.02, rgb(158,217,41)), color-stop(0.51, rgb(139,198,66)), color-stop(0.87, rgb(123,192,67)) );
    background: -moz-linear-gradient( left bottom, rgb(158,217,41) 2%, rgb(139,198,66) 51%, rgb(123,192,67) 87% );
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table1 tfoot td {
    color: #9CD009;
    font-size: 32px;
    text-align: center;
    padding: 10px 0px;
    text-shadow: 1px 1px 1px #444;
}

.table1 tfoot th {
    color: #666;
}

.table1 tbody td {
    padding: 10px;
    text-align: center;
    background-color: #b1b1b1;
    border: 2px solid #E7EFE0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: black;
}

.table1 tbody span.check::before {
    content: url(../images/check0.png);
}
/* Table 2 Style */
table.table2 {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 1.0em;
    border-collapse: collapse;
    text-align: center;
}

.table2 thead th, .table2 tfoot td {
    padding: 20px 10px 40px 10px;
    color: #fff;
    font-size: 26px;
    background-color: #222;
    font-weight: normal;
    border-right: 1px dotted #666;
    border-top: 3px solid #666;
    -moz-box-shadow: 0px -1px 4px #000;
    -webkit-box-shadow: 0px -1px 4px #000;
    box-shadow: 0px -1px 4px #000;
    text-shadow: 1px 1px 1px #000;
}

.table2 tfoot th {
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #888;
}

.table2 tfoot td {
    font-size: 36px;
    color: #EF870E;
    border-top: none;
    border-bottom: 3px solid #666;
    -moz-box-shadow: 0px 1px 4px #000;
    -webkit-box-shadow: 0px 1px 4px #000;
    box-shadow: 0px 1px 4px #000;
}

.table2 thead th:empty {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table2 thead :nth-last-child(1) {
    border-right: none;
}

.table2 thead :first-child,
.table2 tbody :nth-last-child(1) {
    border: none;
}

.table2 tbody th {
    text-align: right;
    padding: 10px;
    color: #333;
    text-shadow: 1px 1px 1px #ccc;
    background-color: #f9f9f9;
}

.table2 tbody td {
    padding: 10px;
    background-color: #f0f0f0;
    border-right: 2px dotted #999;
    border-bottom: 1px solid #999;
    color: #333;
    background: -webkit-gradient( linear, left bottom, right top, color-stop(0.09, #989898), color-stop(0.51, #CCCCCC), color-stop(0.87, #CCCCCC) );
    background: -moz-linear-gradient( left bottom, rgb(158,217,41) 10%, rgb(139,198,66) 51%, rgb(123,192,67) 87% );
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table2 tbody span.check::before {
    content: url(../images/check1.png);
}

/* Table 3 Style */
table.table3 {
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    /*
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.7em;
       */
    text-align: right;
    border-collapse: collapse;
}

.table3 thead th {
    padding: 6px 10px;
    /*
    text-transform:uppercase;
        */
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    border-bottom: 5px solid #444;
}

    .table3 thead th:empty {
        background: transparent;
        border: none;
    }

.table3 thead :nth-child(2),
.table3 tfoot :nth-child(2) {
    background-color: #7FD2FF;
}

.table3 tfoot :nth-child(2) {
    -moz-border-radius: 0px 0px 0px 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table3 thead :nth-child(2) {
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.table3 thead :nth-child(3),
.table3 tfoot :nth-child(3) {
    background-color: #45A8DF;
}

.table3 thead :nth-child(4),
.table3 tfoot :nth-child(4) {
    background-color: #2388BF;
}

.table3 thead :nth-child(5),
.table3 tfoot :nth-child(5) {
    background-color: #096A9F;
}

.table3 thead :nth-child(5) {
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.table3 tfoot :nth-child(5) {
    -moz-border-radius: 0px 0px 5px 0px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.table3 tfoot td {
    font-size: 38px;
    font-weight: bold;
    padding: 15px 0px;
    text-shadow: 1px 1px 1px #fff;
}

.table3 tbody td {
    padding: 10px;
}

.table3 tbody tr:nth-child(4) td {
    font-size: 26px;
    font-weight: bold;
}

.table3 tbody td:nth-child(even) {
    background-color: #444;
    color: #444;
    border-bottom: 1px solid #444;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.39, rgb(189,189,189)), color-stop(0.7, rgb(224,224,224)) );
    background: -moz-linear-gradient( center bottom, rgb(189,189,189) 39%, rgb(224,224,224) 70% );
    text-shadow: 1px 1px 1px #fff;
}

.table3 tbody td:nth-child(odd) {
    background-color: #555;
    color: #f0f0f0;
    border-bottom: 1px solid #444;
    background: -webkit-gradient( linear, left bottom, left top, color-stop(0.39, rgb(85,85,85)), color-stop(0.7, rgb(105,105,105)) );
    background: -moz-linear-gradient( center bottom, rgb(85,85,85) 39%, rgb(105,105,105) 70% );
    text-shadow: 1px 1px 1px #000;
}

.table3 tbody td:nth-last-child(1) {
    border-right: 1px solid #222;
}

.table3 tbody th {
    color: #696969;
    text-align: right;
    padding: 0px 10px;
    border-right: 1px solid #aaa;
}

.table3 tbody span.check::before {
    content: url(../images/check2.png);
}




#navlist li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


.outline {
    color: yellow;
    font-weight: bold;
    font-size: 20px;
    color: black;
    padding-bottom: 1px;
    padding-top: 1px;
    vertical-align: text-top;
    text-shadow: -1px 0 rgba(255, 255, 255, 0.36), 0 1px rgba(255, 255, 255, 0.36), 1px 0 rgba(255, 255, 255, 0.36), 0 -1px rgba(255, 255, 255, 0.36);
}


.scheduleTimeBox {
    border: none;
    Font-Size: 14px;
    background-color: #dfdfdf;
    width: 60px;
}


.scheduleHrWaterMark {
    border-radius: 0.3em; /* increased border-radius */
    text-decoration: none;
    color: gray; /* changed text color to white */
    padding: .1em; /* increased padding for a larger button */
    background-color: #dedddd; /*	 changed background color to a nice blue */
    /*text-transform: uppercase;		 made the text uppercase */
    font-weight: 700;
    padding-bottom: 1px;
    padding-top: 1px;
    border-width: 0px;
    text-align: center;
}



.scheduleHr {
    border-radius: 0.3em; /* increased border-radius */
    text-decoration: none;
    color: #1010ef; /* changed text color to white */
    padding: .1em; /* increased padding for a larger button */
    background-color: #dedddd; /*	 changed background color to a nice blue */
    /*text-transform: uppercase;		 made the text uppercase */
    font-weight: 700;
    padding-bottom: 1px;
    padding-top: 1px;
    border-width: 0px;
    text-align: center;
}

    .scheduleHr:hover {
        border-color: black;
        background-color: yellow;
        text-decoration: none;
       
    }

    .scheduleHr:focus {
        border-color: black;
        background-color: lightblue;
        text-decoration: none;
        
    }

    
.scheduleHrTime {
    border-radius: 0.3em; /* increased border-radius */
    text-decoration: none;
    color: blue; /* changed text color to white */
    padding: .1em; /* increased padding for a larger button */
    background-color: #dedddd; /*	 changed background color to a nice blue */
    /*text-transform: uppercase;		 made the text uppercase */
    font-weight: 700;
    padding-bottom: 1px;
    padding-top: 1px;
    border-width: 0px;
    text-align: center;
}

    .scheduleHrTime:hover {
        border-color: black;
        background-color: yellow;
        text-decoration: none;
       
    }

    .scheduleHrTime:focus {
        border-color: black;
        background-color: lightblue;
        text-decoration: none;
        
    }




.CopyClearPaste {
    border-radius: 0.3em; /* increased border-radius */
    text-decoration: none;
    color: gray; /* changed text color to white */
    /* increased padding for a larger button */
    background-color: lightyellow;
    border: 0px;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 0px;
    border-width: 0px;
}

    .CopyClearPaste:hover {
        background-color: dodgerblue;
        text-decoration: none;
    }


.schduleTimePick {
    border-radius: 0.5em; /* increased border-radius */
    text-decoration: none;
    color: white; /* changed text color to white */
    padding: 1em 3em; /* increased padding for a larger button */
    background-color: #329bd8; /* changed background color to a nice blue */
    text-transform: uppercase; /* made the text uppercase */
    font-weight: bold; /* gave the text a bold look */
}


.schduleTimePickTitle {
    color: white; /* changed text color to white */
    background-color: #329bd8; /* changed background color to a nice blue */
    text-transform: uppercase; /* made the text uppercase */
    font-weight: bold; /* gave the text a bold look */
    font-size: 10px;
}




.calendar1 {
    text-decoration: none;
    color: white; /* changed text color to white */
    padding: 1em 3em; /* increased padding for a larger button */
    background-color: #329bd8; /* changed background color to a nice blue */
    text-transform: uppercase; /* made the text uppercase */
    font-weight: bold; /* gave the text a bold look */
}

    .calendar1:hover {
        color: white;
    }

    .calendar1:active {
        background-color: transparent;
        border: 0.15em #5e8ca5 solid;
        color: #5e8ca5; /* minor text color change in a deeper blue */
    }


.rowstyle {
    border-bottom-color: blue;
}


.timeLinkButtonstyle {
    font-size: 14px;
    font: bold;
    padding-right: 20px;
    border: 1px solid;
    color: #e9e8e8;
    background-color: #663399;
    -webkit-transition: background-color 10s ease-out;
    -moz-transition: background-color 10s ease-out;
    -o-transition: background-color 10s ease-out;
    transition: background-color 10s ease-out;
    text-decoration: none;
}

    .timeLinkButtonstyle:hover {
        transform: scale(1.05);
        color: lightgreen;
        text-decoration: none;
    }



.subTimePanel {
    filter: alpha(opacity=100);
    opacity: .95;
    background-color: #9d6cce;
}



.timesTDStyle {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.timesTDDropStyle {
    text-align: center;
}

.timesTRDropStyle {
    text-align: center;
}









.tableSchedule a:link {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}

.tableSchedule a:visited {
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.tableSchedule a:active,
.tableSchedule a:hover {
    color: #bd5a35;
    text-decoration: underline;
}

.tableSchedule {
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 12px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 0px;
    border: #ccc 1px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}

    .tableSchedule th {
        padding: 0px 0px 0px 10px;
        border-top: 1px solid #fafafa;
        border-bottom: 1px solid #e0e0e0;
        background: #ededed;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
        background: -moz-linear-gradient(top, #ededed, #ebebeb);
    }

        .tableSchedule th:first-child {
            text-align: left;
            padding-left: 10px;
        }

    .tableSchedule tr:first-child th:first-child {
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .tableSchedule tr:first-child th:last-child {
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .tableSchedule tr {
        text-align: center;
        padding-left: 20px;
    }

    .tableSchedule td:first-child {
        text-align: left;
        padding-left: 0px;
        border-left: 0;
        width: 100px;
    }

    .tableSchedule td {
        padding: 0px 5px 5px 5px;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #e0e0e0;
        border-left: 1px solid #e0e0e0;
        background: #fafafa;
        background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
        background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
    }

    .tableSchedule tr.even td {
        background: #f6f6f6;
        background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
        background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
    }

    .tableSchedule tr:last-child td {
        border-bottom: 0;
    }

        .tableSchedule tr:last-child td:first-child {
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .tableSchedule tr:last-child td:last-child {
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

    .tableSchedule tr:hover td {
        background: #f2f2f2;
        background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
        background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
    }

.div_rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}




/* ------------------
 styling for the tables 
   ------------------   */


body {
    line-height: 1.6em;
}

.hor-minimalist-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    background: #fff;
    margin: 45px;
    width: 480px;
    border-collapse: collapse;
    text-align: left;
}

    .hor-minimalist-a th {
        font-size: 14px;
        font-weight: normal;
        color: #039;
        padding: 10px 8px;
        border-bottom: 2px solid #6678b1;
    }

    .hor-minimalist-a td {
        color: #669;
        padding: 9px 8px 0px 8px;
    }

    .hor-minimalist-a tbody tr:hover td {
        color: #009;
    }


.hor-minimalist-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 6px;
    background: #fff;
    margin: 0px;
    border-collapse: collapse;
    text-align: left;
}

    .hor-minimalist-b th {
        font-size: 10px;
        font-weight: normal;
        color: #039;
        padding: 2px 2px;
        border-bottom: 2px solid #6678b1;
        border-right: 1px solid #ccc;
    }

    .hor-minimalist-b td {
        border-bottom: 1px solid #ccc;
        border-right: 2px solid #ccc;
        color: #669;
        padding: 1px 2px;
    }

    .hor-minimalist-b tbody tr:hover td {
        color: #009;
    }


.ver-minimalist {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    .ver-minimalist th {
        padding: 8px 2px;
        font-weight: normal;
        font-size: 14px;
        border-bottom: 2px solid #6678b1;
        border-right: 30px solid #fff;
        border-left: 30px solid #fff;
        color: #039;
    }

    .ver-minimalist td {
        padding: 12px 2px 0px 2px;
        border-right: 30px solid #fff;
        border-left: 30px solid #fff;
        color: #669;
    }


.box-table-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 8px;
    margin: 5px;
    width: 98%;
    text-align: left;
    
    border-collapse: collapse;
}

    .box-table-a th {
        font-size: 10px;
        font-weight: normal;
        padding: 0px;
        background: #b9c9fe;
        border-top: 4px solid #aabcfe;
        border-bottom: 1px solid #fff;
    }

    .box-table-a td {
        padding: 1px;
        border-bottom: 1px solid #fff;
        border-top: 1px solid transparent;
    }

    .box-table-a tr:hover td {
        background: #d0dafd;
        color: #339;
    }


.box-table-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 2px;
    text-align: left;
    border-collapse: collapse;
    border-top: 7px solid #9baff1;
    border-bottom: 7px solid #9baff1;
}

    .box-table-b th {
        font-size: 13px;
        font-weight: normal;
        padding: 2px;
        background: #e8edff;
        border-right: 1px solid #9baff1;
        border-left: 1px solid #9baff1;
        color: #039;
    }

    .box-table-b td {
        padding: 8px;
        background: #e8edff;
        border-right: 1px solid #aabcfe;
        border-left: 1px solid #aabcfe;
        color: #669;
    }


.hor-zebra {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    .hor-zebra th {
        font-size: 14px;
        font-weight: normal;
        padding: 10px 8px;
        color: #039;
    }

    .hor-zebra td {
        padding: 8px;
        color: #669;
    }

    .hor-zebra .odd {
        background: #e8edff;
    }


.ver-zebra {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    .ver-zebra th {
        font-size: 14px;
        font-weight: normal;
        padding: 12px 15px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        color: #039;
    }

    .ver-zebra td {
        padding: 8px 15px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        color: #669;
    }

.vzebra-odd {
    background: #eff2ff;
}

.vzebra-even {
    background: #e8edff;
}

.ver-zebra #vzebra-adventure, .ver-zebra #vzebra-children {
    background: #d0dafd;
    border-bottom: 1px solid #c8d4fd;
}

.ver-zebra #vzebra-comedy, .ver-zebra #vzebra-action {
    background: #dce4ff;
    border-bottom: 1px solid #d6dfff;
}


.one-column-emphasis {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    .one-column-emphasis th {
        font-size: 14px;
        font-weight: normal;
        padding: 12px 15px;
        color: #039;
    }

    .one-column-emphasis td {
        padding: 10px 15px;
        color: #669;
        border-top: 1px solid #e8edff;
    }

.oce-first {
    background: #d0dafd;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.one-column-emphasis tr:hover td {
    color: #339;
    background: #eff2ff;
}


.newspaper-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #69c;
}

    .newspaper-a th {
        padding: 12px 17px 12px 17px;
        font-weight: normal;
        font-size: 14px;
        color: #039;
        border-bottom: 1px dashed #69c;
    }

    .newspaper-a td {
        padding: 7px 17px 7px 17px;
        color: #669;
    }

    .newspaper-a tbody tr:hover td {
        color: #339;
        background: #d0dafd;
    }


.newspaper-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #69c;
}

    .newspaper-b th {
        padding: 15px 10px 10px 10px;
        font-weight: normal;
        font-size: 14px;
        color: #039;
    }

    .newspaper-b tbody {
        background: #e8edff;
    }

    .newspaper-b td {
        padding: 10px;
        color: #669;
        border-top: 1px dashed #fff;
    }

    .newspaper-b tbody tr:hover td {
        color: #339;
        background: #d0dafd;
    }


.newspaper-c {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #6cf;
}

    .newspaper-c th {
        padding: 20px;
        font-weight: normal;
        font-size: 13px;
        color: #039;
        text-transform: uppercase;
        border-right: 1px solid #0865c2;
        border-top: 1px solid #0865c2;
        border-left: 1px solid #0865c2;
        border-bottom: 1px solid #fff;
    }

    .newspaper-c td {
        padding: 10px 20px;
        color: #669;
        border-right: 1px dashed #6cf;
    }


.rounded-corner {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    .rounded-corner thead th.rounded-company {
        background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
    }

    .rounded-corner thead th.rounded-q4 {
        background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
    }

    .rounded-corner th {
        padding: 8px;
        font-weight: normal;
        font-size: 13px;
        color: #039;
        background: #b9c9fe;
    }

    .rounded-corner td {
        padding: 8px;
        background: #e8edff;
        border-top: 1px solid #fff;
        color: #669;
    }

    .rounded-corner tfoot td.rounded-foot-left {
        background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
    }

    .rounded-corner tfoot td.rounded-foot-right {
        background: #e8edff url('table-images/botright.png') right bottom no-repeat;
    }

    .rounded-corner tbody tr:hover td {
        background: #d0dafd;
    }


.background-image {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    background: url('table-images/blurry.jpg') 330px 59px no-repeat;
}

    .background-image th {
        padding: 12px;
        font-weight: normal;
        font-size: 14px;
        color: #339;
    }

    .background-image td {
        padding: 9px 12px;
        color: #669;
        border-top: 1px solid #fff;
    }

    .background-image tfoot td {
        font-size: 11px;
    }

    .background-image tbody td {
        background: url('table-images/back.png');
    }

    * html .background-image tbody td {
        /* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
        background: none;
    }

    .background-image tbody tr:hover td {
        color: #339;
        background: none;
    }


.gradient-style {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}

    .gradient-style th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        background: #b9c9fe url('table-images/gradhead.png') repeat-x;
        border-top: 2px solid #d3ddff;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    .gradient-style td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid #fff;
        background: #e8edff url('table-images/gradback.png') repeat-x;
    }

    .gradient-style tfoot tr td {
        background: #e8edff;
        font-size: 12px;
        color: #99c;
    }

    .gradient-style tbody tr:hover td {
        background: #d0dafd url('table-images/gradhover.png') repeat-x;
        color: #339;
    }


.pattern-style-a {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    background: url('table-images/pattern.png');
}

    .pattern-style-a thead tr {
        background: url('table-images/pattern-head.png');
    }

    .pattern-style-a th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    .pattern-style-a td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid transparent;
    }

    .pattern-style-a tbody tr:hover td {
        color: #339;
        background: #fff;
    }


.pattern-style-b {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    background: url('table-images/patternb.png');
}

    .pattern-style-b thead tr {
        background: url('table-images/patternb-head.png');
    }

    .pattern-style-b th {
        font-size: 13px;
        font-weight: normal;
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #039;
    }

    .pattern-style-b td {
        padding: 8px;
        border-bottom: 1px solid #fff;
        color: #669;
        border-top: 1px solid transparent;
    }

    .pattern-style-b tbody tr:hover td {
        color: #339;
        background: #cdcdee;
    }








.yui .ajax__calendar_container {
    background-color: #f2f2f2;
    border: solid 1px #808080;
    font-family: arial,helvetica,clean,sans-serif;
    cursor: default;
    width: 205px;
    font-size: 12px;
    text-align: center;
    padding: 0px;
}

.yui .ajax__calendar_body {
    height: 139px;
    width: 205px;
    position: relative;
    overflow: hidden;
}

.yui .ajax__calendar_days, .yui .ajax__calendar_months, .yui .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 195px;
    padding: 5px;
    position: absolute;
    text-align: center;
}

    .yui .ajax__calendar_days table {
        border-spacing: 0;
        border-collapse: collapse;
        font: 100% sans-serif;
        text-align: center;
    }



.yui .ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.yui .ajax__calendar_footer {
    content: "TODAY";
    color: blue;
    font-size: 1em;
    display: inline-block;
    pointer-events: none;
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding-bottom: 25px;
}

.yui .ajax__calendar_dayname {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 10pt;
    color: blue;
    border-bottom: solid 1px #a6a6a6;
}




.yui tbody tr:hover td:hover {
    background-color: yellow;
}



.calendarWrapper {
    background-color: #4CCAEF;
    padding: 10px;
    display: inline-block;
}

.myCalendar {
    background-color: #f2f2f2;
    width: 156px;
    border: none !important;
}

    .myCalendar a {
        text-decoration: none;
    }

    .myCalendar .myCalendarTitle {
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        background-color: #4CCAEF;
        color: #ffffff;
        border: none !important;
    }

    .myCalendar th.myCalendarDayHeader {
        height: 25px;
    }

    .myCalendar tr {
        border-bottom: solid 1px #ddd;
    }

    .myCalendar table tr {
        border-bottom: none !important;
    }

    .myCalendar tr:last-child td {
        border-bottom: none;
    }

    .myCalendar tr td.myCalendarDay, .myCalendar tr th.myCalendarDayHeader {
        border-right: solid 1px #ddd;
    }

    .myCalendar tr td:last-child.myCalendarDay, .myCalendar tr th:last-child.myCalendarDayHeader {
        border-right: none;
    }

    .myCalendar td.myCalendarDay:nth-child(7) a {
        color: #c52e2e !important;
    }

    .myCalendar .myCalendarNextPrev {
        text-align: center;
    }

        .myCalendar .myCalendarNextPrev a {
            font-size: 1px;
        }

        .myCalendar .myCalendarNextPrev:nth-child(1) a {
            color: #4CCAEF !important;
            background: url("prevMonth.png") no-repeat center center;
        }

            .myCalendar .myCalendarNextPrev:nth-child(1) a:hover, .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
                background-color: transparent;
            }

        .myCalendar .myCalendarNextPrev:nth-child(3) a {
            color: #4CCAEF !important;
            background: url("nextMonth.png") no-repeat center center;
        }

    .myCalendar td.myCalendarSelector a {
        background-color: #25bae5;
    }

    .myCalendar .myCalendarDayHeader a,
    .myCalendar .myCalendarDay a,
    .myCalendar .myCalendarSelector a,
    .myCalendar .myCalendarNextPrev a {
        display: block;
        line-height: 20px;
    }

    .myCalendar .myCalendarToday {
        background-color: #f2f2f2;
        -webkit-box-shadow: 1px 1px 8px 1px #8f8f8f;
        box-shadow: 1px 1px 8px 1px #8f8f8f;
        display: inline-block;
        width: 22px !important;
        height: 19px !important;
        border: 2px solid #f2f2f2;
        margin-left: -1px;
        margin-top: -1px;
        position: relative;
    }

        .myCalendar .myCalendarToday a {
            color: #25bae5 !important;
            font-weight: bold;
        }

            .myCalendar .myCalendarToday a:after {
                content: "TODAY";
                color: #000;
                font-size: 0.5em;
                display: inline-block;
                pointer-events: none;
                width: 100%;
                float: left;
            }

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarSelector a:hover {
        background-color: #25bae5;
    }


    .setColor{
       color:darkred;
       font-weight:bolder;
    }

   
.select
{
    border:none;
   
   -webkit-appearance: none;

    border-radius: 0.3em; /* increased border-radius */
    text-decoration: none;
   
   
    background-color: #dedddd; /*	 changed background color to a nice blue */
    /*text-transform: uppercase;		 made the text uppercase */
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left:0px;
    padding-right:0px;
    border-width: 0px;
    text-align: right;
     font-size:40px;
    
   
   
    color: #CCCCCC;
     background-color: #663399;
    -webkit-transition: background-color 10s ease-out;
    -moz-transition: background-color 10s ease-out;
    -o-transition: background-color 10s ease-out;
    transition: background-color 10s ease-out;
  



}


.select:hover {
        
       
       color:floralwhite;
        
    }

   
.select2
{
    border:none;
   
   -webkit-appearance: none;

    border-radius: 0.3em; /* increased border-radius */
    text-decoration: none;

    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left:0px;
    padding-right:0px;
    border-width: 0px;
    text-align: center;
     font-size:16px;
    
   
   
    color: Black;
     /* background-color: #cfd6e5;*/
    -webkit-transition: background-color 10s ease-out;
    -moz-transition: background-color 10s ease-out;
    -o-transition: background-color 10s ease-out;
    transition: background-color 10s ease-out;
  



}

.select2:hover {
        
       
       color:darkgoldenrod;
        
    }


    .historicalDataHeader{

        
        
        color:#0066ff;
        font-weight:bold;
        font-size:16px;
       
       

    }

     .historicalDataHeader_PY{

        
        
        color:#507cd1;
        font-weight:bold;
        font-size:16px;
        
       

    }








