﻿body 
{
    margin: 0px;
    font-family: Verdana;
    font-size: 11px;
   /* background-color: #BFDBFF;*/
   background-color: #F2F1EF;
}
/*
a:Link, a:Active, a:Visited
{
    color: #000000;
    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:white;
}


.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:#F2F1EF;
    height: 26px;
    background-image: url(Calendar/HeaderBkg.jpg);
}
.DayStyle
{
	padding-left:4px;
	padding-right:4px;
	line-height:20px;
	background-image: url(Calendar/CalendarItemDateBackground.png);
	background-repeat:repeat-x;
	background-position:top;
	
}

.MainCalendarEvent
{
  
    padding: 2px;
    font-size: xx-small;
    font-family: Verdana Tahoma MS Sans Serif;
    color: #3B3128;
    background-color:#F7F3E3;
    border: solid 1px #E2C080 ; 
    cursor:pointer;
    
}
.MainCalendarEvent:hover
{
  
   
    background-color:#dbd1ab;
    border: solid 1px #E2C080 ; 
    cursor:pointer;
   }
 .MainCalendarEventsview
{
  
    padding: 0px;
    font-size: 11px;
    font-family: Tahoma, Helvetica, Verdana;
    color:Black;
    font-style:normal;
    font-weight:normal;
}

.DayViewItem
{
    background-image: url(Calendar/DayEventBkg.jpg);
    width: 99%;
    padding-left: 5px;
    
    border: solid 1px #5D8CC9;
    padding: 1px;
    cursor: hand;
    padding-left: 5px;
    background-color:Transparent;
}

/*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;
}

.outSpecMonth 
    {
    visibility: hidden;
   line-height:0;
    font-size:0;
    
    }
