﻿
.CalTable
{
     border-width:0px;
     background-color:#faf8f9;
     border-style:none;
     width:100%;
}
.CalHeader
{
  text-align:center;
  font-size:14px;
  width:100%;
  background-image:url("/images/CalHeader.png");
  background-repeat:repeat-x;
  text-decoration:none;
}

.calBody
{
     border-width:1px;
     border-color:#bfbfbf;
     border-style:solid;
     vertical-align:top;
     text-align:left;
     height:60px;
   
}
.calBody td
{
     border-width:1px;
     border-color:#bfbfbf;
     border-style:solid;
     vertical-align:top;
     text-align:left;
     min-height:60px;
   
}
.calBodyDate
{
    
    font-size:13px;
    color:#666666;
    font-weight:bold;
    font-family: Arial;
    vertical-align:top;
            
}
.calBodyTime
{
    font-size:11px;
    color: #5e739b;
    font-weight:bold;
    cursor:pointer;
}
.calBodyText
{
     font-size:10px;
      color:#666666;
      cursor:pointer;
}
.calDetail
{
    height:550px;
    width:500px;
}
.currDay
{
    background-color:#fafafa;
   
}
.currDayImg
{
    display:inline;
    padding-left:12px;
    padding-bottom:0px;
   
}
.calDay
{
    background-color:#5C73A8;
            color:#ffffff;
            text-align:center;
            font-size:14px;
            
}
.calDetailDiv
{
    font-size:12px;
    padding:8px;
    border: 1px solid #cccccc;
    background-color:#ffffff;
    text-align:left;
    max-width:400px;
    
}
.calItem
{
    padding:3px;
}
.calItem:hover
{
    padding:2px !important;
    border: 1px solid #cccccc;
   background-color:#eeeeee;
}
.calItemSel
{
    padding:2px !important;
    border: 1px solid #cccccc;
    background-color:#ffffff !important;
}
.calDetailTitle
{
    max-width:400px;
    padding-right:8px;
    font-weight:bold;
}
.calDetailText
{
    
    font-weight:normal;
    padding-bottom:8px;
    padding-right:8px;
}
.calDetailText a
{
    text-decoration:underline;
     color:#6278a2;
}
.calDetailText a:hover
{
    color: #d69729;
}
.calDetailDivClose
{
    height:15px;
    width:15px;
    float:right;
    cursor:pointer;
    left:-16px;
    top: -8px;
    position:relative;
}
.calDetailDivClose:hover
{
    color:Red;
}
.calDetailTextDef
{
    border-bottom: 1px dashed blue;
}
.calDetailEventTypeDef
{
    position:absolute;
    background-color:#eff7fe;
    border:1px solid #cccccc;
    padding:4px;
    width: 150px;
    font-size:12px;
    font-weight:normal;
    text-align:left;
}
.calItemSpacer
{
   
}
.ui-button-icon
{
    height:20px;
    width:16px !important;
    vertical-align:top;
    border: 1px solid #000000;
}
.ui-widget-content
{
    font-size:13px;
    font-family:Arial;
    width:177px;
    padding-left:4px;
}
.ui-autocomplete-list
{
   
}

.ui-autocomplete-category-header span
{
    font-weight: bold;
    font-style:italic;
    border:1px solid #cccccc;
    background-color:#f3f3f3;
    width:100%;
    display:inline-block;
    
}
.ui-autocomplete-category-item
{
    background-color:#f3f3f3;
   
}
