﻿iframe.calendar
{
    position: absolute;
    z-index: 99;
    width: 300px;
    border: 3px solid silver;
}

#calendar
{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}


#calendar td, #calendar th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
}


#calendar .cal_title
{
    background-color: #eeeeee;
}
#calendar .week_head
{
    background-color: #920000;
}
#calendar .workday
{
    background-color: #EFD2D2;
    color: #333333;
    text-align: center;
    padding :2px 2px 2px 2px;
}

#calendar .holiday 
{
    background-color: #C8E3C8;
    color: #333333;
    text-align: center;
    padding:2px 2px 2px 2px;
 }

#calendar .something 
{
    background-color: red;
    color: #333333;
    text-align: center;
    padding:2px 2px 2px 2px;
 }

#calendar .today
{
    background-color: #EEFF00;
    color: #333333;
    text-align: center;
    padding:2px 2px 2px 2px;
}

#today
{
    font-size: 12px;
    color: #333333;
    -webkit-text-size-adjust:none;
}

#leftPart
{
    width: 5%;
    background: url(calimages/cal_1.jpg) no-repeat;
}

#middlePart
{
    width: 90%;
    background: url(calimages/cal_2.jpg) repeat-x;
}

#rightPart
{
    width: 5%;
    background: url(calimages/cal_3.jpg) no-repeat;
}

#yearPart
{
    font-size: 12px;
    color: #333333;
    display: block;
}

#yearPart div
{
    float: left;
}

#btnYear_left
{
    background-image: url(calimages/point_006.gif);
    cursor: pointer;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    float:left;
}

#showYear
{
    width: 48px;
    float:left;
    text-align:left;
}

#btnYear_right
{
    background-image: url(calimages/point_002.gif);
    cursor: pointer;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    float:left;
}


#sYear
{
    width: 46px;
    position: absolute;
    margin-left: 2px;
    margin-top: -3px;
    z-index: 1;
}

#year
{
    border-width: 0px;
    border-style: none;
    font-size: 12px;
    width:28px;
    position: absolute;
    z-index: 2;
    margin-left: 3px;
    margin-top: -2px;
    line-height:16px;
}

#month
{
    font-size: 12px;
}

#quit
{
  width:11px;
  height:11px;
  float:right;
  color:Red;
  border-top:1px solid #eeeeee;
  border-right:1px solid black;
  border-bottom:1px solid black;
  border-left:1px solid #eeeeee;
  cursor:pointer;
  display:inline;
  text-align:center;
  vertical-align:middle;
  line-height:11px;
  background-color:Silver;
}

