
HTML {
    min-height: 100%;
}

BODY {
    color: Black;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 14px;
    background: url(../i/old-world-clock-bg.gif) bottom right no-repeat;
    padding: 0;
    margin: 0;
    min-height: 100%;
}

A {
    color: RoyalBlue;
}

#layout {
    background: url(../i/globe-bg.gif) 0px 150px no-repeat;
    padding: 18px 20px 25px ;
}

/*============================================================================*/
/* header */

#header {
    width: 800px;
    height: 152px;
    position: relative;
}

#header H1 {
    margin-bottom: 20px;
    width: 500px;
}

#header H1 A {
    color: #4d5a67;
    font-family: "Times New Roman", Times, serif;
    font-size: 55px;
    text-decoration: none;
    text-shadow: #ccc 0px 0px 3px;
    line-height: 60px;
    letter-spacing: -1px;
}

/*-------------------------------------*/
/* interval */

#header .interval {
    text-align: center;
    line-height: 16px;
    margin-bottom: 15px;
    width: 500px;
}

#header .interval .term {
    margin-left: 20px;
}

#header .actions {
    text-align: center;
    width: 500px;
}

/*-------------------------------------*/
/* info */

#header .info {
    font-size: 14px;
    line-height: 1.5em;
    border-left: 5px solid LightSteelBlue;
    padding-left: 15px;
    width: 500px;
}


/*-------------------------------------*/
/* current-time */

#header .current-time {
    background: url(../i/current-time-bg.gif) top left no-repeat;
    margin-top: 7px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 278px;
    height: 147px;
}

#header .current-time H2 {
    color: #cc0000;
    font-family: "Trebuchet MS", "Times New Roman", Times, serif;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    height: 50px;
}

#header .current-time .display {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

#header .current-time .display .current-date {
    width: 70px;
    height: 50px;
    overflow: hidden;
    float: left;
}

#header .current-time .display .current-date #current-date-value {
    color: #fff;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-align: center;
    margin-top: 4px;
    width: 50px;
    float: left;
}

#header .current-time .display .current-date #current-date-value SPAN {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

#header .current-time .display .current-hour {
    width: 95px;
    height: 50px;
    overflow: hidden;
    float: left;
}

#header .current-time .display .current-hour #current-hour-value,
#header .current-time .display .current-mins #current-mins-value {
    color: #fff;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 44px;
    text-align: center;
    line-height: 42px;
    margin-top: 4px;
    width: 79px;
    float: left;
}

#header .current-time .display #time-separator {
    color: #e6ecf2;
    font-family: "Times New Roman", Times, serif;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    width: 15px;
    height: 50px;
    float: left;
}

#header .current-time .display #time-separator.hidden {
    text-indent: -9999px;
}

#header .current-time .display .current-mins {
    width: 95px;
    height: 50px;
    overflow: hidden;
    float: left;
}

#header .current-time .display .ctrls {
    width: 16px;
    float: left;
    position: relative;
}

#header .current-time .display .ctrls .increase {
    text-indent: -9999px;
    background: url(../i/arrow-inc.gif) top left no-repeat;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 0px;
}

#header .current-time .display .ctrls .decrease {
    text-indent: -9999px;
    background: url(../i/arrow-dec.gif) top left no-repeat;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 29px;
    left: 0px;
}

#header .current-time LABEL {
    color: #cc0000;
    font-size: 12px;
    text-align: center;
    line-height: 1.3em;
    padding-top: 7px;
    display: block;
}

/*============================================================================*/
/* content */

H2.intro {
    color: Black;
    font-family: "Times New Roman", Times, serif;
    font-size: 36px;
    line-height: 36px;
    background: url(../i/head-underline-bg.jpg) 1px 31px no-repeat;
    margin: 35px 0 35px 60px;
    width: 740px;
    position: relative;
}

H2.intro .sign {
    text-indent: -9999px;
    background: url(../i/sign-100free.gif) top left no-repeat;
    display: block;
    position: absolute;
    top: -15px;
    right: 0px;
    width: 91px;
    height: 91px;
}

/*-------------------------------------*/
/* easy-steps */

UL.easy-steps {
    margin-left: 60px;
}

UL.easy-steps LI {
    color: #4d5a67;
    font-size: 24px;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 60px;
    margin-bottom: 35px;
    height: 42px;
}

UL.easy-steps LI SPAN {
    color: Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 2px;
    display: block;
}

UL.easy-steps LI.item-1 { background: url(../i/intro-item-1.gif) center left no-repeat; }
UL.easy-steps LI.item-2 { background: url(../i/intro-item-2.gif) center left no-repeat; }
UL.easy-steps LI.item-3 { background: url(../i/intro-item-3.gif) center left no-repeat; }

/*-------------------------------------*/
/* common-links */

.common-links {
    text-align: right;
    margin: 15px 0;
}

.common-links A {
    background: url(../i/link.gif) center left no-repeat;
    padding-left: 15px;
    margin-left: 15px;
}


/*-------------------------------------*/
/* chart */

#chart {
    margin: 30px 0;
}

#chart TABLE {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 2px solid #7a8a99;
    border-left: 1px solid #7a8a99;
    border-right: 1px solid #7a8a99;
    background: #fff;
    table-layout: auto;
    border-collapse: collapse;
    empty-cells: show;
}

#chart TABLE TH,
#chart TABLE TD {
    border: 1px solid #7a8a99;
    padding: 4px 20px;
}

#chart TABLE TH#chmode {
    color: #444 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    vertical-align: middle;
    background: #dfe2e5 url(../i/mode-bg.gif) bottom repeat-x !important;
    cursor: pointer;
    cursor: hand;
}

#chart TABLE .months TH,
#chart TABLE .days TH {
    color: #444;
    font-weight: bold;
    text-align: center;
    background: #f3f3f3;
}

#chart TABLE .dates TH {
    color: #000;
    font-size: 20px;
    text-align: center;
    background: #e8e8e8;
}

#chart TABLE .months TH.weekend,
#chart TABLE .days TH.weekend {
    background: #e5f8bf;
}

#chart TABLE .dates TH.weekend {
    background: #daecb6;
}

#chart TABLE TBODY TD.hours {
    color: #444;
    font-weight: bold;
    text-align: center;
    background: #f3f3f3 url(../i/hours-bg.gif) left repeat-y;
    cursor: auto;
}

#chart TABLE TBODY TD {
    text-align: center;
    width: 59px;
}

#chart TABLE TBODY TR.clickable TD {
    cursor: pointer;
    cursor: hand;
}

/* unavail */

#chart TABLE TBODY TR:hover TD.unavail { background: #f5f5f5; }
#chart TABLE TBODY TD.unavail:hover { background: #e5e5e5 !important; }

/* avail */

#chart TABLE TBODY TD.avail { background: #009900 url(../i/cell-bg.png) 0px 0px no-repeat; }
#chart TABLE TBODY TR:hover TD.avail { background: #00cc00 url(../i/cell-bg.png) 0px -20px no-repeat; }
#chart TABLE TBODY TD.avail:hover { background: #00ff00 url(../i/cell-bg.png) 0px -40px no-repeat !important; }

/* maybe */

#chart TABLE TBODY TD.maybe { background: #ff9900 url(../i/cell-bg.png) 0px -60px no-repeat; }
#chart TABLE TBODY TR:hover TD.maybe { background: #ffcc00 url(../i/cell-bg.png) 0px -80px no-repeat; }
#chart TABLE TBODY TD.maybe:hover { background: #ffff00 url(../i/cell-bg.png) 0px -100px no-repeat !important; }

/* busy */

#chart TABLE TBODY TD.busy { background: #cc0000 url(../i/cell-bg.png) 0px -120px no-repeat; }
#chart TABLE TBODY TR:hover TD.busy { background: #cc3333 url(../i/cell-bg.png) 0px -140px no-repeat; }
#chart TABLE TBODY TD.busy:hover { background: #ff0000 url(../i/cell-bg.png) 0px -160px no-repeat !important; }

/*-------------------------------------*/
/* notes */

.notes {
    margin: 30px 0;
    overflow: hidden;
}

.notes .legend {
    width: 260px;
    height: 140px;
    float: left;
}

.notes .legend H3 {
    font-size: 18px;
}

.notes .legend P {
    margin: 10px 0;
}

.notes .legend P SPAN {
    border: 2px solid Gold;
    line-height: 24px;
    border: 1px solid #7a8a99;
    padding: 1px;
    width: 80px;
    height: 20px;
}

.notes .legend P SPAN IMG { vertical-align: middle; }

.notes .legend P SPAN.avail { background: #009900 url(../i/cell-bg.png) 0px 0px no-repeat; }
.notes .legend P SPAN.avail:hover { background: #00ff00 url(../i/cell-bg.png) 0px -40px no-repeat !important; }

.notes .legend P SPAN.maybe { background: #ff9900 url(../i/cell-bg.png) 0px -60px no-repeat; }
.notes .legend P SPAN.maybe:hover { background: #ffff00 url(../i/cell-bg.png) 0px -100px no-repeat !important; }

.notes .legend P SPAN.busy { background: #cc0000 url(../i/cell-bg.png) 0px -120px no-repeat; }
.notes .legend P SPAN.busy:hover { background: #ff0000 url(../i/cell-bg.png) 0px -160px no-repeat !important; }

/*-------------------------------------*/
/* msgbox */

.msgbox {
    margin: 30px 0;
    overflow: hidden;
    position: relative;
}

.msgbox .content {
    border: 2px solid #7a8a99;
    background: #fafafa;
    padding: 0 10px;
    margin: 10px 0;
    overflow: hidden;
}

.msgbox H2 {
    color: #4d5a67;
    font-family: "Times New Roman", Times, serif;
    font-size: 36px;
    text-align: center;
    margin: 15px 0 20px;
}

.msgbox.saved P {
    text-align: center;
    margin: 20px 0 20px;
}

.msgbox.saved P.url {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #a1aab2 url(../i/url-bg.gif) right repeat-y;
    padding: 15px;
    margin: 0 -10px;
}

.msgbox.saved P.url INPUT {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 22px;
    text-align: center;
    border: 1px solid #7a8a99;
    background: #fff url(../i/url-input-bg.gif) top repeat-x;
    padding-top: 10px;
    margin-bottom: 10px;
    width: 760px;
    height: 42px;
}

/*============================================================================*/
/* footer */

#footer {
    margin: 60px 0 20px 0;
}

#footer .copyright {
    color: #828e99;
    font-size: 12px;
    margin-left: 60px;
}

/*============================================================================*/
/* common */

.fc-red { color: #cc0000; }

.w800 { width: 800px; }


#dump {
    color: Black;
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    background: White;
    padding: 20px;
    margin: 20px;
}

/*============================================================================*/
/* FORM */

FORM {
    padding: 0;
    margin: 0;
    display: inline;
}


INPUT.button {
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    border: none;
    background: url(../i/button-bg.gif) top left no-repeat;
    width: 124px;
    height: 36px;
    cursor: pointer;
    cursor: hand;
}

INPUT.button.disabled {
    background: url(../i/button-disabled-bg.gif) top left no-repeat;
    cursor: default;
}


