body
{ 
    margin: 0px 0px 0px 0px;
    font-family: Trebuchet MS;
    background: url(../iphone/images/pinstripes.png);
    color: #000000;
    text-align: center;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

.divHeader /* header */
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 2px 2px 2px 2px;
    height: 40px;
    background: url(../iphone/images/toolbar.png);
}

.divContent
{
    padding: 0px 8px 8px 8px;
    background-color: #FFFFFF;
}

.divContent1
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 10px;
    border: 1px solid #5280B1;
    padding: 8px 8px 8px 8px;
    margin: 10px 10px 10px 10px;
    background-color: #FFFFFF;
}

.divFooter /* footer */
{
    padding: 3px 3px 3px 3px;
    border-top: solid 1px #5280B1;
    font-size: small;
}

.div85Percent
{
    width: 85%;
    float: left;
}

.div15Percent
{
    width: 15%;
    float: right;
    padding-top: 10px;
}

.SchItemDetail
{
    width: 90%;
    text-align: left;
    display: none;
}

.MenuPanel
{
    display: none;
}

.PagerButton
{
    padding: 8px;
}

.divHeader > h1
{
    width: 75%;
    font-size: medium;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    text-transform: uppercase;    
    margin-top: 8px;
    display: inline-block;
}

.divHeader > img
{
    float: left;
    width: 34px;
    height: 34px;
    border: solid 1px #6D84A2;
    display: inline-block;
}

.Menu
{
    float: right; 
    width: 36px;
    height: 36px;
    display: inline-block;
}

.divFooter > h5
{
    overflow: hidden;
    font-size: x-small;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6D84A2;
}

.LabelErrorFullWidth
{
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;    
    white-space: nowrap;
    padding: 3px;
    font-size: small;
    color: Red;
    width: 100%;
    display: block;
}

.LabelLargeBoldFullWidth
/* Large Font */
{
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 3px 6px 3px;
    white-space: nowrap;
    font-size: large;
    font-weight: bold;
    text-align: left;
}

.LabelGrayMediumFullWidth
/* Medium Font */
{
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 3px 6px 3px;
    white-space: nowrap;
    font-size: medium;
    color: GrayText;
    text-align: left;
}

.LabelGrayMediumThreeFourth
/* Medium Font */
{
    width: 75%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 3px 6px 3px;
    white-space: nowrap;
    font-size: medium;
    color: GrayText;
    text-align: left;
}

.LabelMediumLarge
/* Medium Width Large Font */
{
    float:left;
    width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    padding: 6px;
    font-size: large;
}

.LabelSmallMedium
/* Small Width Medium Font */
{
    float:left;
    width: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    padding: 3px;
    font-size: medium;
}

.LabelRedLargeSmall
/* Red Large Width Small Font */
{
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;    
    white-space: nowrap;
    margin: 10px 0px 10px 2px;
    padding: 6px;
    font-size: small;
    color: Red;
    width: 90%;
    display: inline-block;
}

.LabelFooterMediumMediumLeft,
.LabelFooterMediumMediumRight
/* Medium Width Medium Font */
{
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;    
    white-space: nowrap;
    margin: 5px 0px 5px 0px;
    padding: 3px;
    font-size: small;
    color: Green;
    width: 45%;
    display: inline-block;
}

.LabelFooterMediumMediumLeft
{
    float: left;
}

.LabelFooterMediumMediumRight
{
    float: right;
}

.CalendarToday
{
    background-color: #C3D9FF;
}

.TextBoxMediumLarge
/* Medium Width Large Font */
{
    width: 60%;
    padding: 6px;    
    font-size: large;
}

.TextBoxLargeMedium
/* Large Width Medium Font */
{
    width: 70%;
    padding: 6px;    
    font-size: medium;
}

.DropDownLargeMedium
/* Large Width Medium Font */
{
    width: 74%;    
    padding: 6px; 
    font-size: medium;
}

.ButtonSmallMedium
/* Small Width Medium Font */
{
    overflow: hidden;
    padding: 0px 3px 0px 3px;
    width: 100px;
    height: 30px;
    font-family: Trebuchet MS;
    font-size: medium;
    color: #FFFFFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;    
    -webkit-border-image: url(../iphone/images/toolButton.png) 5 5 5 5;    
}

.ButtonBlueSmallMedium
/* Small Width Medium Font */
{
    overflow: hidden;
    padding: 0px 3px 0px 3px;
    width: 100px;
    height: 30px;
    font-family: Trebuchet MS;
    font-size: medium;
    color: #FFFFFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;    
    -webkit-border-image: url(../iphone/images/blueButton.png) 5 5 5 5;    
}

.ButtonRedSmallMedium
/* Small Width Medium Font */
{
    overflow: hidden;
    padding: 0px 3px 0px 3px;
    width: 100px;
    height: 30px;
    font-family: Trebuchet MS;
    font-size: medium;
    color: #FFFFFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;    
    -webkit-border-image: url(../iphone/images/redButton.png) 5 5 5 5;    
}

.ButtonXLargeLarge
/* Xtra Large Width Large Font */
{
    box-sizing: none; 
    overflow: hidden;
    padding: 0px 3px 0px 3px;
    width: 90%;
    height: 60px;
    font-family: Trebuchet MS;
    font-size: large;
    color: #FFFFFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;    
    -webkit-border-image: url(../iphone/images/toolButton.png) 5 5 5 5;    
}

.ButtonGridDelete
{
    width: 36px;
    height: 36px;
    position: absolute;
    right: 6px;
    margin-top: -6px;
}

.ButtonLogout
{
    width: 36px;
    height: 36px;
    float: right;
}

.ButtonHelp
{
    width: 36px;
    height: 36px;
    float: left;
}

.Button1,
.Button2,
.Button3,
.Button4
{
    overflow: hidden;
    margin: 0;
    border-width: 0 5px;
    padding: 0px 3px 0px 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(../iphone/images/toolButton.png) 0 5 0 5;
}

.Button1
{
    position: absolute;
    top: 5px;
    right: 6px;
    float: right;
}

.Button2
{
    position: relative;
    top: -6px;
    float: right;
}

.Button4
{
    margin-left: 4px;
    margin-right: 4px; 
    position: relative;
    top: -2px;
    padding: 0px 0px 0px 0px;       
}

.MenuGrid
{
    width: 100%;
    border: none;
}

.MenuGridRow
{
    background-color: #E7E7FF;
    height: 60px;
}

.MenuGridRow :hover
{
    background-color: #3574E6;
    color: #FFFFFF; 
}

.MenuGridAltRow
{
    background-color: #F7F7F7;
    height: 60px;
}

.MenuGridAltRow :hover
{
    background-color: #3574E6;
    color: #FFFFFF;    
}

.MenuGridImage
{
    float: right;
}

.CalImage
{
    position: relative; 
    top: 6px; 
    width: 24px;
    height: 24px; 
}

.DeleteImage
{
    width: 8%;
    height: 50%;
    float: left;
    display: block;
}

.CopyImage
{
    width: 8%;
    height: 50%;    
    float: right;
    display: block;    
}

.cal_Theme1 .ajax__calendar_container
{
    background-color: #CCCCCC;
    border:solid 1px #5280B1;
    margin-top: 36px;
    width: 310px;
    height: 340px;
} 

.cal_Theme1 .ajax__calendar_header
{
    background-color: #FFFFFF;
    font-size: large;
    height: 30px;
} 

.cal_Theme1 .ajax__calendar_title
{
    color: #004080;
} 

.cal_Theme1 .ajax__calendar_next,
.cal_Theme1 .ajax__calendar_prev
{
    width: 30px;
    height: 30px;
}

.cal_Theme1 .ajax__calendar_body
{ 
    background-color: #e9e9e9;
    border: solid 1px #cccccc;
    width: 100%;
    height: 290px;
} 

.cal_Theme1 .ajax__calendar_dayname
{
    text-align:center;
    font-weight:bold;
    margin-bottom: 4px;
    margin-top: 2px; 
    width: 40px;
    height: 20px;    
}

.cal_Theme1 .ajax__calendar_day
{ 
    text-align:center;
    font-size: x-large;
    width: 38px;
    height: 38px;
    border: solid 1px #DCDCDC;
    padding-top: 4px; 
} 

.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: #ffffff;
}

.cal_Theme1 .ajax__calendar_month,
.cal_Theme1 .ajax__calendar_year
{
    width: 76px;
    height: 76px;
    font-size: x-large;
    border: solid 1px #DCDCDC;    
    padding-bottom: 12px; 
}

.cal_Theme1 .ajax__calendar_today 
{
    font-weight:bold;
    height: 20px;
}

.cal_Theme1 .ajax__calendar_other, 
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_today, 
.cal_Theme1 .ajax__calendar_hover .ajax__calendar_title 
{
    color: #bbbbbb;
}