﻿body 
{
    margin: 0px;
    font-family: Verdana;
    font-size: 11px;
    background-color: #FFFFFF;
}

a:Link, a:Active, a:Visited
{
    color: #204DB2;
    text-decoration: none;
}

a:Hover
{
    color: #204DB2;
    text-decoration: underline;
}
.JFDropDownMenu
{
    position: absolute; 
    top: 0px; 
    left: 20px; 
    border: 0px;
    z-index: 100;
    background-image: url(FileMenu/HoverFileMenuBkg.gif);
    background-repeat: repeat-y;
    border: solid 1px #6593CF;
    width: 125px;
    height: 125px;
}

.DivideStyle
{
    width: 6px;
    border-right: solid 1px #6593CF;
    border-left: solid 1px #6593CF;
    background-color: #BFDBFF;
}

.LeftSide
{
    border-top: solid 1px #6593CF;
    border-bottom: solid 1px #6593CF;
    padding-bottom: 8px;
    width: 248px;
    vertical-align: top;
    background-color: White;
}

.Content
{
    border-top: solid 1px #6593CF;
    border-bottom: solid 1px #6593CF;
    vertical-align: top;
    background-color: #E3EFFF;
}

.Tab
{
    background-image: url(FileMenu/TopBkg.jpg);
    height: 27px;
    color: #000000;
    font-size: 13px;
    font-family: Tahoma;
    font-weight: bold;
    padding-left: 3px;
    cursor: hand;
}

.TabOver
{
    background-image: url(FileMenu/TopBkgOver.jpg);
    height: 27px;
    color: #204DB2;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    padding-left: 3px;
    cursor: hand;
}

.TopContentTab
{
    background-image: url(FileMenu/TopBkg.jpg);
    height: 27px;
}

/*FileMenu Styles */
.FileMenuDynamic
{
    background-image: url(FileMenu/HoverFileMenuBkg.gif);
    background-repeat:repeat-y;
    border: solid 1px #6593CF;
    padding: 3px;
}

.FileMenuDynamicItem
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.FileMenuDynamicItem img
{
    padding-right: 15px;
}
/*Calendar Styles */
.DayHeader
{
    background-color: #ADD1FF;
    height: 26px;
    background-image: url(Calendar/HeaderBkg.jpg);
}

.MainCalendarEvent
{
    border: solid 1px #8DAED9;
    padding: 3px;
    cursor: hand;
    font-size: xx-small;
    font-family: Tahoma;
    color: #294C7A;
    background-image: url(Calendar/CalendarItemDateBackground.png);
    cursor: hand;   
}

.DayViewItem
{
    background-image: url(Calendar/DayEventBkg.jpg);
    width: 99%;
    border: solid 1px #5D8CC9;
    padding: 1px;
    cursor: hand;
    padding-left: 5px;
}

/*Task Styles*/
.TaskFileMenu
{
    background-image: url(FileMenu/TopBkg.jpg);
    border-top: solid 1px #5D8CC9;
    border-left: solid 1px #5D8CC9;
    border-right: solid 1px #5D8CC9;
    height: 27px;
}

.DueDate
{
    background-image: url(Calendar/DayEventBkg.jpg);
    width: 99%;
    border: solid 1px #5D8CC9;
    padding: 8px 5px 8px 5px;
    cursor: hand;
    vertical-align: middle; 
}

.GridviewTaskItem
{
  padding-top: 2px; 
  padding-bottom: 2px;
  border-bottom: solid 1px #6593CF;  
}

.TitleTaskView
{
    font-weight: bold;
    width: 100px;
}

/* PopUp Styles*/
.PopUpHeader
{
    background-image: url(FileMenu/TopBkg.jpg);
    height: 27px;
}