﻿table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.ButtonToLink 
{
                BORDER: none;
                BACKGROUND: transparent; 
                CURSOR: pointer;
                COLOR: blue;
                TEXT-DECORATION: underline
}


.ReadOnly
{
    color: Gray;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

select
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* Div tag (popup)*/
.DivAbsPosition
{
    z-index: 1;
    left: 0px;
    position: absolute;
    top: 0px;
    visibility:hidden;  
    background-color: White;
    border-color: #004000;
    border-style: groove;
    border-width: 4px;
    font-weight: bold;
    width:85%;
}

/* Div tag header. Eg: used in Orders component of Team Details*/
.DivHeader
{
    background-color: LightGoldenrodYellow;
    border-bottom-color: #004000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
}

/* Business Summary */
.TableHeaderStyle
{
    background-color: #316531;
}

/* Custom TextBox 
*/
.CustomText
{
    width:95%;
}
/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    /* Note: This is the header title against the green background. 
    Please change to a darker color if HeadBg color is light*/
    /*color: #A33216; */
    color:#798f79;
    margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    margin-top: 0px;
    
}

/* background color for the content part of the pages */
.HeaderLogo
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    /* Note: this is the height of the cell with the banner logo.
    Please comment the height or change it to resize the 
    height of the banner. */

   
    
}
img.ModuleSpacer
{
    width: 1px;
    height: 10px;
}

/* Module Base Class Styles */
/*ModuleTitle: Defines title font style of each module */
.ModuleTitle
{
    color: black; /*Note: Font color */
    font-weight: Bold;
    font-size: 10pt;
}

.ModuleTitleCell
{
    width:80%;
}

/* ModuleMain - Style of each module box*/
.ModuleMain
{
    background-color: White;
    /* Note: To remove module border */
 /* border-width: 1px;
    border-style: solid;
    border-color: #999999;*/
    padding: 0px;
    width: 100%;
}

.ModuleHeader
{     
    /*background-color: #DFE2DF;*/
    
    padding:0px;
  
    width: 100%;
  
    /* Note: Defines the background image of the title cell.
    If removed it will take the  background-color*/
   /* background-image : url(../Images/moduleheader.gif);*/
}



/* Note: Defines the base style of module content cell 
If background-color is changed it will take the background-color
or image of ModuleMain style*/
.ModuleContents
{

  /*  background-color: #f0dbeb;*/
    color: Black;
  /*  padding-top:5px; */
  z-index:-1;
}

/* Note: Defines the background color or image for the pwspage tabs.
To replace it by color replace it by the background-color property
Eg: background-color: blue;*/
.MenuImage
{


}

.MenuImageHover
{



}
.ChildMenuImage
{
    

}
.ChildMenuImageHover
{

}


.NavigationTab
{
    color:#999999;
    font-size:11px;
    font-weight:bold;
    background-color: #5B7187;
    width:956px;
    padding-left:10px;
}

/* background/border colors for the selected tab */
td.SelectedTab
{
    background-color: Black;
    color: White;
    font-weight: bold;
    font-size: 10pt;
    border-left:Solid 1px;
    border-right:Solid 1px red;
}

a.SelectedTab:hover, a.SelectedTab:visited, a.SelectedTab:link
{
    color: Red;
    text-decoration: none;
}

/* background/border colors for the unselected tabs */
.UnSelectedTab
{
    font-weight: bold;
    font-size: 10pt;
    background-color: white;
    Border-Color:black; 
    border-right:Solid 1px black;
}

/* hyperlink style of the unselected tabs */
a.UnSelectedTab:hover, a.UnSelectedTab:visited, a.UnSelectedTab:link
{
    color: White;
    text-decoration: none;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    
}   

/* hyperlink style for the site links */
a.SiteLink:link, a.SiteLink:visited
{
    text-decoration: none;
    color: #999999;
}

a.SiteLink:hover
{
    text-decoration: underline;
    color: #A33216;
}

/* style for separator between site links */
.Accent
{
    color: #A33216;
    font-weight: bold;
}

/* MODULE-SPECIFIC */
/* Company News Item Header */
.ItemTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: Green;
}

/* Company News */
.NewsStart
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9px;
    color: Green;
    font-style: italic;
}


/* SfaTaskCategory Styles */
.OVERDUETask
{
    color: black;
}

.UPCOMINGTask
{
    color: #999999;
}


.CompletedTaskPanel
{
    border-color: #9C389C;  
    border-width:thin;
}

/*Task Panel Headers*/
.OverdueTaskPanelHeader
{
    background-color: #2F3C4D;
    color:White;
    font-size:10pt;
    font-weight:bold;
    Height:25px;
}

.UpcomingTaskPanelHeader
{
    background-color: #999999;
    color:#ffffff;
    font-size:10pt;
    font-weight:bold;
    Height:25px;
}

.NewTaskPanelHeader
{
    background-color: #ff82ad;
    color:#ffffff;
    font-size:10pt;
    font-weight:bold;
    Height:25px;
}


.OpenTaskPanelHeader
{
    background-color:#6ca6cd;
    color:White;
    font-size:10pt;
    font-weight:bold;
    Height:25px;
}

.FutureTaskPanelHeader
{
    background-color: #5B7187;
    color:#ffffff;
    font-size:10pt;
    font-weight:bold;
    Height:25px;
}

.CompletedTaskPanelHeader
{
    background-color:#9f9f9f;
    color:#666666;
    font-size:10pt;
    font-weight:bold;
    Height:25px;
}

.OverdueTaskCalendarDay
{
    background-color:#e02424;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
}

.NewTaskCalendarDay
{
    background-color: #EEC591;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
}

.UpcomingTaskCalendarDay
{
    background-color: #f671a6;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
}

.FutureTaskCalendarDay
{
    background-color: #6db6fe;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;

}

.CompletedTaskCalendarDay
{
    background-color: #9f9f9f;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
}

.OverdueTaskDate
{
    color:9f9f9f;
    font-size:8pt;
    font-weight:bold;
}

.NewTaskDate
{
    color:#9f9f9f;
    font-size:8pt;
    font-weight:bold;
}

.UpcomingTaskDate
{
    color:#9f9f9f;
    font-size:8pt;
    font-weight:bold;
}

.FutureTaskDate
{
    color:#9f9f9f;
    font-size:8pt;
    font-weight:bold;
}

.CompletedTaskDate
{
    color:#9f9f9f;
    font-size:8pt;
    font-weight:bold;
}

.TaskDate
{
    font-size:9pt;
    font-weight:bold;
    color:#999999;
    text-decoration:none;
}

.TaskLink
{
    font-size:10pt;
    font-weight:bold;
}

.TaskCalendarCurrentMonth
{
    background-color:#A93e5;
    color:White;
    width: 100%;
    height: 100%;
}

.TaskDayHeaderClass
{
    background-color: White;
    font-weight: bold;
    font-size: 7pt;
    border-bottom-width: 2px;
    border-bottom-color: Black;
    border-bottom-style: solid;
}

.TaskDayClass
{
    background-color: White;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    text-decoration: none;
    vertical-align: top;
}

.TaskWeekendDayClass
{
    background-color: White;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    text-decoration: none;
    vertical-align: top;
}

.TaskOtherMonthDayClass
{
    background-color: #dee3ef;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    text-decoration: none;
    vertical-align: top;
}

.TaskTitleClass
{
    background-color: #efefef;
    border-color: #efefef;
    font-size: 10pt;
    font-weight: bold;
    width: 100%;
    height: 100%;
}

.TaskTodayDayClass
{
    font-weight: bold;
    color: Black;
    background-color: White;
    border-width: 2px;
    border-color: #87CEFA;
    border-style: solid;
    vertical-align: top;
}

.TaskNextPrevClass
{
    font-size: 10pt;
    border-color: #efefef;
    background-color: #efefef;
}

.TaskSelectedDayClass
{
    color: White;
    font-weight: bold;
    background-color: #ADADAD;
    border-width: 2px;
    border-color: #4282b5;
    border-style: solid;
    text-decoration: none;
    vertical-align: top;
}

.TaskSelectorClass
{
}

.TaskCalendarClass
{
    background-color: White;
    font-family: Arial;
    font-size: 8pt;
    border-color: #efefef;
    background-color: #efefef;
}

.TaskFooterClass
{
    font-weight: bold;
    color: Red;
    background-color: White;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    vertical-align: top;
}

.UWGButtonStyle
{
    border:0px;
    background-color:Transparent;
    cursor:hand;
}

a.OverdueTask:hover, a.OverdueTask:visited, a.OverdueTask:link
{
    color: Red;
}

a.UpcomingTask:hover, a.UpcomingTask:visited, a.UpcomingTask:link
{
    color: #9b9b9b;
}

a.NewTask:hover, a.NewTask:visited, a.NewTask:link
{
    color:#293C4A;
    font-weight:bold;
}

a.FutureTask:hover, a.FutureTask:visited, a.FutureTask:link
{
    color:#8E6681;
    font-weight:bold;
}
a.OpenTask:hover, a.OpenTask:visited, a.OpenTask:link
{
    color: #9b9b9b;
    font-weight:bold;
}
a.CompletedTask:hover, a.CompletedTask:visited, a.CompletedTask:link
{
    color: #e0e0e0;
    font-weight:bold;
}
a.SubHead, a.SubHead:hover, a.SubHead:visited
{
   color:  #293C4A;
   text-decoration: underline;
}

/* End SfaTaskCategory Styles */


/* Business Summary */
.BusinessSummarySubHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: White;
}

/* GENERAL */
/* style for module titles */
.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #B1CAD7;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}


/* style of item titles on edit and admin pages */
.SubHeadSmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: bold;
}

.SubTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #004000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #DFE2DF;
}

.ControlTextSmall
{
    font-size: 10px;

}

.Error
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Red;
}

.Save
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: Green;
}


.NormalBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

.SubHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: Black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;

}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link, a.CommandButton:visited
{
    text-decoration: underline;
    color: #666666;
}

a.CommandButton:hover
{
    text-decoration: underline;
    color: #666666;
}

/* Standard click button style */
.StandardButton
{
    /* Note: Change in the backgroung-color will change the color of the button
    The color property can be changed to change the button text color.
    Add background-image: url(your image path) to have an image as a background */
    /*background-image: url(..\Images\StandardButton.gif);*/
    color: #000000;    
    background-color:#EB97C0;
    cursor: Hand;
    border: 1px outset #000000;
    font-weight: bold;
    font-family: Arial;
    font-size:10px;
    height: 22px;
}

.StandardButton:hover
{
    /*background-image: url(..\Images\StandardButtonHover.gif);*/
    background-color:#000000;
    font-size:10px;
    color: #EB97C0;    
    cursor: Hand;
    border: 1px inset #EB97C0;
    font-weight: bold;
    font-family: Arial;
    padding-right:3px;
    padding-left:3px;
    height: 22;
}

.WebLink
{
    cursor: hand;
    text-align:left;
}

/* hyperlink style for website links */
a.WebLink:link, a.WebLink:visited
{
    font-size:10pt;
    font-family: Arial;
    color: #2F3C4D;
      width:100%;
      padding-top:5px;
      padding-bottom:5px;
    padding-right:15px;
    margin-top:10px;
    margin-bottom:10px;
}

.WebLinkModule
{
      width:200px;
}

a.WebLink:hover
{
    text-decoration: underline;
    color: #aa4c5f;
}

/* Title links - for business modules */
a.TitleLink:link, a.TitleLink:visited
{
    text-decoration: none;
    color:  #2149c6;
    font-weight:bold;
}

a.TitleLink:hover 
{
    text-decoration: underline;
    color:  #316531;
    font-weight:bold;
}

a:link, a:visited
{
    text-decoration: none;
    color:  #2149c6;
}

a:hover 
{
    text-decoration: underline;
    color:  #316531;
}

HR
{
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Infragistics Toolbar Styles */
.ToolbarStyle
{

    background-color: #E0E0E0;
    height:25px;
    vertical-align:bottom;
}

.ToolbarDefaultStyle
{
    background-color: #E0E0E0;
    width: 135px; 

    color: #b04961;
    font-size: 9pt;
    font-family: Arial; 
    text-align:center;
    vertical-align:bottom;
}

.ToolbarHoverStyle
{

    background-color: #E0E0E0;
    font-size: 9pt;
    Text-Decoration:underline;
    width: 135px;
    cursor: hand;
    color: #b04961;
    font-family: Arial;
    text-align: center;
    vertical-align:bottom;
}

.ToolbarSelectedStyle
{
    width: 135px;
    cursor: hand;
    color: #b04961;
    font-size: 9pt;
    font-family: Arial;
    background-color: #E0E0E0;
    text-align: center;
    vertical-align:bottom;
}
/* End Infragistics Toolbar Styles */

/* Infragistics Tab Styles */
.TabStyle
{
    background-color: #638e63;
    color: Black;
}

.TabStyleDefault
{
    background-color: #638e63;
    color: Black;
}

.TabStyleSelected
{
    background-color: #d6e3d6;
    color: Black;
}

.TabStyleHover
{
    background-color: #d6e3d6;
    /* color: Black; */
    color: #f7c308;
}
/* End Infragistics Tab Styles */

/* Infragistics UltraWebGrid Styles */
/* .UltraWebGrid1-ic */
.GridRowStyle
{
    font-family: Arial;
    font-size: 8pt;
    border-width: 0px 1px 1px 0px;
    border-style: Solid;
    border-color: Gray;
    background-color: White;
    padding: 0px 0px 0px 3px;
}

.GridAlternateRowStyle
{
    background-color: #FFFFCE;
    color: Black;
    font-family: Arial;
    font-size: 8pt;
    border-width: 0px 1px 1px 0px;
    border-style: Solid;
    border-color: Gray;
    padding: 0px 0px 0px 3px;
}

/* .UltraWebGrid1-hc */
.GridHeaderStyle
{
    font-family: Arial;
    font-size: 8pt;
    background-color: #DFE2DF;
    border-width: 1px;
    border-style: Solid;
    border-color: White Gray Gray White;
    color: White;
    padding: 0px 0px 0px 3px;
    vertical-align: middle;
    height:25px;
}

/* .UltraWebGrid1-rlc */
.GridRowSelector
{
    background-color: #006100;
    border-width: 1px;
    border-style: Solid;
    border-color: White Gray Gray White;
    color: White;
    vertical-align: middle;
}

.GridSelectedRow
{
    background-color: Black;
    color: White;
}
/* Infragistics UltraWebGrid Styles */

/* Infragistics UltraWebGrids */
.WebGridFrameStyle
{
    border-color: #404040;
    border-style: solid;
    border-width: 1px;
    background-color: White;
}

.WebGridHeaderStyle
{
    background-color: #5B7187;
    border-color: Gray; 
    border-style: solid;
    border-width: 1px;      
    border-top-style: outset;
    border-bottom-style: solid;
    border-bottom-color: DarkGray;
    border-top-color: DarkGray;
    font-weight: bold;
}

.SelectedItemsStyle
{
    background-color: #D2D2D2;
}

/* DataGrid styles */
.DataGridStyle
{



}


.DataGridHeaderStyleTEAMDETAILS
{
    background-color: #ffffff;
    color:#ffffff;
    height:30px;
    vertical-align: top;

}

.DataGridItemStyle a
{
    background:transparent;
    color:#666666;
    vertical-align: top;

}

.DataGridHeaderStyleDefault th
{
    background-color: #2F3C4D;
    color:#ffffff;
    height:30px;
    vertical-align: top;

}


.DataGridHeaderStyleDefault a
{
    text-decoration:underline;
    height:30px;
    vertical-align: top;

}

.DataGridHeaderStyle
{
    background-color: #2F3C4D;
    font-weight: bold;
    color:#ffffff;
    height:30px;
    vertical-align: top;

}

.DataGridFooterStyle
{

    font-weight: bold;
    background-color: #ffffff;
}

.DataGridFooterStyleDefault th
{
   background-color:transparent;
}

.DataGridFooterStyleOrders
{
   background-color:#cccccc;
   color:Black;
}



/* Infragistics WebPanels */
.PanelStyle
{
    border-color: #9f9f9f;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
}

.PanelHeaderStyle
{
    background-color: #999999;
    color: White;
    font-weight: bold;
}

.PanelDataStyle
{
    margin-left: 5px;
    margin-top: 5px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #ffffff;
    
}

.ICEPageTable
{
    background-color:#ffffff;
}

.ICESearchPanel table
{
	border-width: 1px;
	border-color: Gray;
	padding: 10px;
	margin: 10px;
}

.ICEResults
{
	margin: 5px 0px 5px 0px;
	text-align: center;
}


.ICEFindConsultantResults td
{
	white-space: nowrap;
	padding: 5px, 20 px, 5px, 20px;
	
}

.ICEFindConsultantRow .Column1
{
	white-space: nowrap;
}

.ICEFindConsultantRow .Column3
{
	width: 200px;
	text-align: center;
}

.ICEFindConsultantRow .Column4
{
	width: 400px;
}

.PageTable
{
    width: 100%;    
    padding: 1px;
    margin: 1px;    
    background-color:#ffffff;
    
}

.DetailsTable
{   
    width:100%;
    /*border-width: 1px;
    border-collapse:collapse;*/
}

/* Information tables */
.InfoTableCell
{
    
}
.InfoTable
{
    height:15px;    
}

.InfoTableData
{

}

.InfoTableDataHeader
{
    background-color: #ffffff;
    border-bottom: 1px solid #5B7187;
    font-weight: bold;
    font-size:  12px;
    text-align:left;
    color:#ffffff;
}

/* Filter panels */
.FilterHeaderStyle
{
    background-color: #999999;
    /*background-image: url(../Images/Filter.gif);*/
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;   
}

.FilterPanelStyle
{
    background-color: #cbcbcb;
    margin-left: 5px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom:10px;
    padding-top:10px;   
    color:#666666;
}

/* Calendar Style Classes */
.DayHeaderClass
{
    font-weight: bold;
    font-size: 7pt;
    border-bottom-width: 2px;
    border-bottom-color: Black;
    border-bottom-style: solid;
    /*background-image: url(../Images/ig_cal_green1.gif);*/
}

.DayClass
{
    background-color: White;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    text-decoration: none;
    /*background-image: url(../Images/white1.jpg);*/
    vertical-align: top;
}

.WeekendDayClass
{
    /*background-image: url(../Images/ig_cal_green3.gif);*/
    background-repeat: repeat;
    color: #738294;
    border-style: solid;
    border-width: 1px;
    border-color: #4282b5;
    vertical-align: top;
}

.OtherMonthDayClass
{
    /*background-image: url(../Images/white1.jpg);*/
    background-repeat: repeat;
    vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: #4282b5;
}

.TitleClass
{
    font-size: 10pt;
    font-weight: bold;
    /*background-image: url(../Images/ig_cal_green1.gif);*/
    width: 100%;
    height: 100%;
}

.TodayDayClass
{
    font-weight: bold;
    color: Red;
    background-color: White;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    /*background-image: url(../Images/white1.jpg);*/
    vertical-align: top;
}

.NextPrevClass
{
    font-size: 10pt;
    /*background-image: url(../Images/ig_cal_green1.gif);*/
}

.SelectedDayClass
{
    font-weight: bold;
    color: Black;
    font-weight: bold;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    /*background-image: url(../Images/ig_cal_green2.gif);*/
    vertical-align: top;
}

/* Calendar Style Classes for Infragistics calendar control*/
.IGDayHeaderClass
{
    font-weight: bold;
    font-size: 7pt;
    border-bottom-width: 2px;
    border-bottom-color: Black;
    border-bottom-style: solid;
    background-color: #B9D3EE;
    /*background-image: url(../Images/ig_cal_green1.gif);*/
}

.IGDayClass
{
    background-color: White;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    text-decoration: none;
    background-image: url(../Images/white1.jpg);
    vertical-align: top;
}

.IGWeekendDayClass
{
    /*background-image: url(../Images/ig_cal_green3.gif);
    background-repeat: repeat;*/
    background-color: White;
    color: #738294;
    border-style: solid;
    border-width: 1px;
    border-color: #4282b5;
    vertical-align: top;
}

.IGOtherMonthDayClass
{
    background-image: url(../Images/white1.jpg);
    background-repeat: repeat;
    vertical-align: top;
    border-style: solid;
    border-width: 1px;
    border-color: #4282b5;
}

.IGTitleClass
{
    font-size: 10pt;
    font-weight: bold;
    /*background-image: url(../Images/ig_cal_green1.gif);*/
    background-color:#C1CDCD;
    width: 100%;
    height: 100%;
}

.IGTodayDayClass
{
    font-weight: bold;
    color: Red;
    background-color: White;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    background-image: url(../Images/white1.jpg);
    vertical-align: top;
}

.IGNextPrevClass
{
    font-size: 10pt;
    /*background-image: url(../Images/ig_cal_green1.gif);*/
    background-color:#C1CDCD;
}

.IGSelectedDayClass
{
    font-weight: bold;
    color: Black;
    font-weight: bold;
    border-width: 1px;
    border-color: #4282b5;
    border-style: solid;
    background-image: url(../Images/ig_cal_green2.gif);
    vertical-align: top;
}
/* END Calendar Style Classes for Infragistics calendar control*/

.SelectorClass
{
}

.CalendarClass
{
    font-family: Arial;
    font-size: 8pt;
}

.FooterClass
{
    background-image: url(../Images/white1.jpg);
    background-repeat: repeat;
    font-size: 10pt;
    font-weight: bold;
    color: Red;
}

/* Event Classes */
.OverdueEventPanelHeader
{
    background-color: #293C4A;
    color:White;
    font-size:10pt;
    font-weight:bold;
    height:25px;

}

.UpcomingEventPanelHeader
{
    background-color: #9FACB5;
    color:White;
    height:25px;
    font-size:10pt;
    font-weight:bold;
}





.DefaultItemClass
{
    font-family: Arial;
    font-size: 8pt;
    background-color: #cecfff;
}

.AlternatingItemClass
{
    font-family: Arial;
    font-size: 8pt;
    background-color: #ffffce;
}

.IconStyle
{
    vertical-align:bottom;
}
.StandardImage
{
    cursor: hand;
}

/* For the Information Panel */
.InfoPanel
{
    padding-bottom:5px;
}

/* For the Information Panel Header*/
.InfoPanelHeader
{
    background-color:#FFF0B2;
    color:Black;
    font-size:10pt;
    font-weight:normal;
    text-align:center;
}

/* For the Information Panel Label*/
.InfoPanelLabel
{
    background-color:#FFF8DC;
    font-size:8pt;
    padding:3 3 5 5;
}

/* For the Information Panel Cell*/
.InfoPanelCell
{
    width:25%;
}



.WizLeft
{
    background-color: #d6e3d6;
    vertical-align:top;
    width:25%;
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 9pt;
    color: #316531;
}

.WizFooter
{
    height:10%;
    background-color: #d6e3d6;
}

.WizHead
{
    height:10%;
    text-align:left;
    background-color: #d6e3d6;
    font-family: Arial Bold, Helvetica, sans-serif;
    font-size: 10pt;
}

.WizBody
{
    vertical-align:middle;
    text-align:center;
    width:75%;
}
.EventFrame
{
    width: 100%;
    height: 8000px;
}

.ChartHeaderBackground
{
    background-color: lightblue;
    width:100%;
    border:0;
}

.ChartStartRow
{
    border-bottom: gray 4px ridge;
}
.ParagraphHeader
{
    color:#B1CAD7;
    font-weight:bold;
    font-size:12px;
    

}
.ProductsHeader
{
    color:#f9ab4d;
    font-size:14pt;
    font-weight:bold;
}
.ContactMeTable, .ContactMeTableDiv
{
    background-color:#ffffff;
}

/*DHTML WINDOW STYLES*/
.dhtmlwindow{
position: absolute;
border: 2px solid #f9ab4d;
visibility: hidden;
background-color: white;
z-index:999;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 5px;
text-indent: 3px;
font: bold 18px Arial;
background-color: #d3e27e;
color: #7979ac;
cursor: move;
overflow: hidden;
width: auto;

}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #d3e27e;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
/*POPUP WINDOW PARENT BACKGROUND*/
.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
  
}

.FreezePaneOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  visibility: visible;
  display: block;
  width: 2000px;
  height: 2000px;
  background-color: #9b9b9b;
  z-index: 99;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  padding-top: 20%;
}

.InnerFreezePane
{
  text-align: center;
  width: 66%;
  background-color: #FF137F;
  color: White;
  font-size: large;
  border: dashed 2px #FF7BB7;
  padding: 9px;
}

.FilterRepeater
{
    padding-left:10px;
    background-color:#cbcbcb;
    width:100%;
    text-align:left;
}
.NewLeadsSection
{
    background-color:#ffffff;
}

.NewLeadsSectionEdit
{
    background-color:#5B7187;
}

.TeamSummaryHeader
{
    background-color:#f7c7de;
}


.NewLeadsSection a, .NewLeadsSection a:hover, .NewLeadsSectionEdit a, .NewLeadsSectionEdit a:hover, .NewLeadsSection a:visited, .NewLeadsSectionEdit a:visited,
{
    color: #2F3C4D;
    text-decoration:underline;
}


.EventDetailsSection
{
    
}
.EventDetailsSectionHeader
{

    color:#ffffff;
}
.MenuFooterLinkdiv
{

}

.ChartHeaderBackground
{
    font-size:10px;
    background-color:#5B7187;
}



/* Inquiry Module styles */
.InquiryModule
{
}

.InquiryModuleItemStyle
{
    background-color: #ffffff;
    color:#666666;

}

.InquiryModuleHeaderStyle
{
    background-color: #2F3C4D;
    font-weight: bold;
    padding: 4px;
    color:#ffffff;
}

.InquiryModuleFooterStyle
{

    font-weight: bold;
    background-color: #ffffff;
}

.InquiryModuleFooterStyleDefault
{
   background-color:Transparent;
}

.PwsTreeGridDiv
{
   width: 956px;
   height: 400px;
}

.TeamSummaryLabel
{
	color:#ffffff;
}
.SFACHART
{
	color:#ffffff;
}
.SFAEXPORT
{
	color:#ffffff;
}
