a, span
{
	margin: 0px;
	padding: 0px;
}
a:link 
{
    color: #027aaa; 
    text-decoration: none;	
}
a:visited 
{ 
    color: #0c84b4; 
    text-decoration: none;	
}
a:hover 
{ 
    color: #c77405; 
    cursor: hand;
    text-decoration: underline;	
}
a:active 
{ 
    color: #0000cc; 
}    
html
{
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none; 
	font-size: 75%; 
	list-style: none; 
}
html, body, form
{
	height: 100%;
}
body 
{
    background-color: #fafafd;
    color: #101010;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: 1em;  
    line-height: 1.45em;
	margin: 0px 15px 0px 15px;
}
h1,h2,h3
{
	color: #444444;
	margin-bottom: .4em;
}
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.1em;
}
hr   
{
	height: 1px;
}
input
{
    border: solid 1px #bdc7d8;
    color: #101010;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: 1em;  
}
input:hover
{
	border: solid 1px #9da7b8;
}
input:focus
{
	border: solid 1px #e0bc75; 
}
p
{
    margin-top: 0px;
    margin-bottom: .5em;
    padding: none;
}
select 
{
	border: solid 1px #bdc7d8;	
    color: #101010;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: 1em;  
}
select:hover
{
	border: solid 1px #9da7b8;
}
select:focus
{
	border: solid 2px #e0bc75;
}
td, th 
{
    color: #101010;
}
textarea
{
    border: solid 1px #bdc7d8;
    color: #101010;
	font-family: "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-size: 1em;  
}
textarea:hover
{
	border: solid 1px #9da7b8;
}
textarea:focus
{
	border: solid 1px #e0bc75; 
}
input[type='checkbox']
{
	padding-left: 0px;
	border: none;
}
input.radio {
	border: 0px;
	background: transparent;
}
input.submit {
	font-weight: bold;
	background: #f9e1a3;
	color: #6487dc;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	cursor: hand;
}
input.reset {
	font-weight: bold;
	background: #f9e1a3;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	cursor: hand;
}
.BodyText
{
    color: #101010;
}

/* Breadcrumbs ############################# */
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
.Crumbs {
	background-color: #ffffff;
	height:2.3em;
	}
.Crumbs li {
	float:left;
	line-height:2.3em;
	padding-left:.75em;
	}		
.Crumbs li div {
	background:url(../image/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
.Crumbs li div img {
	display:inline;
	vertical-align: middle;
}	
.BreadcrumbsDiv
{
	border: 1px solid #e1e1e1;
	font-weight: normal;
	margin-bottom: 15px;
	vertical-align: middle;
}
.BreadcrumbsDiv a.first:hover
{
	background-position: 0 -16px;
}
/* End Breadcrumbs ############################# */
.ButtonBarHeaderSpan
{
	font-weight: bold;
	padding-right: 10px;
}
.ButtonWebGridAdd
{
	background-color: #f1f1f1;
    height: 22px;
    margin: 2px 2px 2px 2px; 
    padding: 0px 0px 0px 0px; 
}
.ButtonLink
{   
/*  Redmond
	background: #dfeffc url(redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
	border: 1px solid #c5dbec;
	color: #2e6e9e; 
*/
	/* Overcast */
	border: 1px solid #cccccc; 
	background: #eeeeee url(overcast/images/ui-bg_glass_60_eeeeee_1x400.png) 50% 50% repeat-x; 
	color: #3383bb;

	font-size: 110%;
	font-weight: bold; 
	outline: none; 
	text-decoration: none; 
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
}
.ButtonLink:hover
{
/*  Redmond
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	color: #1d5987;
*/
	/* Overcast */
	border: 1px solid #bbbbbb; 
	background: #f8f8f8 url(overcast/images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; 
	color: #599fcf;

	cursor: hand;
	font-weight: bold; 
	text-decoration: none; 
	outline: none;	
}
.ButtonLinkClean
{   
    cursor: hand;
    height: 21px;    
    margin-left: 5px; 
}
.ButtonLinkMain
{
	/* Redmond */
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	color: #1d5987;
	
	cursor: hand;
	font-size: 110%;
	font-weight: bold; 
	text-decoration: none; 
	outline: none;	
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
}
.ButtonLinkMain:hover
{
/*  Redmond
	border: 1px solid #79b7e7;
	background: #d0e5f5 url(redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
	color: #1d5987;
*/
	/* Overcast */
	border: 1px solid #bbbbbb; 
	background: #f8f8f8 url(overcast/images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; 
	color: #599fcf;

	cursor: hand;
	font-weight: bold; 
	text-decoration: none; 
	outline: none;	
}
.Calendar
{
	width: 100%;
}
.CalendarViewDayHeaderCell
{
    background-color: #ece9d8;
    font-weight: bold;
}
.CalendarViewInactiveDay
{
    background-color: #eeeeee;
}
.CalendarViewTable
{
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
}
.CalendarViewTableCell
{
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableCellLink
{
    cursor: hand;
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableCellAppt
{
    background-position-y: center;
    background-repeat: no-repeat;
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableCellApptLink
{
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: hand;
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableCellApptFirst
{
    background-position-x: 4px;
    background-position-y: center;
    background-repeat: no-repeat;
    height: 20px;
    border-left: solid 4px black;
    margin-left: 10px;
    padding: 2px 2px 2px 8px;
    vertical-align: middle;
}
.CalendarViewTableCellApptFirstLink
{
    background-position-x: 4px;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: hand;
    height: 20px;
    border-left: solid 4px black;
    margin-left: 10px;
    padding: 2px 2px 2px 8px;
    vertical-align: middle;
}
.CalendarViewTableCellInactive
{
    background-color: #eeeeee;
    height: 20px;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
    vertical-align: middle;
}
.CalendarViewTableRow
{
    display: block;
    margin-top: 10px;
}
.Content
{
	margin-bottom: 100px;
	min-height: 300px;
}
.DatePickerCell
{
    border: none;
    width: 100%;
}
.DatePickerCell:hover
{
    border: none;
}
.FloatMenuDiv
{
	margin-top: 15px;
	text-align: left;
	width: 100%;
	z-index: 2;
}
.FloatMenuDivNoFloat
{
	margin-top: 15px;
	text-align: left;
	width: 100%;
	z-index: 2;
}
.Footer
{
    border-top: solid 1px #666666;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
	text-align: left;
}
.FooterLogoImg
{	
	text-align: right;
}
.FooterLogoDiv
{
    float: right;
    text-align: right;
    width: 40%;
}
.FooterTextDiv
{
    color: #666666;
    float: left;
    width: 40%;
}
.igtab_THContent .Form
{
	margin: 15px 15px 0px 15px;
}
.Form
{
    margin-top: 15px;
}
.FormButtonCell
{
    padding-top: 5px;
	text-align: left;
	width: 100%;
}	
.FormContainer
{
    margin-left: auto;
    margin-right: auto;
}    

.FormContainerChild
{
    margin-top: 5px;
    margin-bottom: 5px;
	width: 100%;
}    
.FormInputField 
{

	margin-right: 5px;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;

}
.FormItemLabelRequired
{

	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 1em;
	text-align: right;
	vertical-align: middle;

}
.FormItemLabel
{
	padding-right: 1em;
	padding-bottom: 5px;
	text-align: right;
	vertical-align: top;
}
.FormItemSectionLabel
{
	text-align: left;
	font-weight: bold;
}
.FormItemSectionValue
{
	text-align: left;
	width: 70%;
}
.FormItemTr
{

}
.FormItemValue
{
	padding-bottom: 5px;
	text-align: left;
}
/* For paragraphs in TextHTML fields */
.FormItemValue p
{
	margin-top: 0em;
	margin-bottom: .5em;
}
.FormTableA
{
	width: 80%;
}
.FormTextCell
{
    padding: 5px 5px 10px 5px;
}
.FormTree
{
    background-color: #ffffff;
	border: solid 1px #7f9db9;	
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
    border: solid 1px #bdc7d8;	
}
FormTree:hover
{
	border: solid 1px #9da7b8;
}
FormTree:focus
{
	border: solid 1px #e0bc75; 
}
.FormTreeItemMulti
{
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.FormTreeItemDisabledMulti
{
    color: #cac8bb;
	font-size: 80%;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.FormValidator
{
	color: #990000;	
}	
.GanttChart
{
    height: 500px; 
    width: 800px; 
    position: relative;
}
.GanttHeaderDayDiv
{
    background-color: #DFE3E8;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    height: 16px;
    position: absolute;
    text-align: center;
    top: 18px;
}
.GanttHeaderWeekDiv
{
    background-color: #DFE3E8;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    height: 16px;
    padding-left: 4px;
    position: absolute;
    top: 0px;
}
.GanttHeaderWeekendDiv
{
    background-color: #EFF2F7;
    position: absolute;
    z-index: -1;
}
.GanttSummary
{
    background: url(../image/bg_Summary.png) 50% 0% repeat-x;
    height: 11px;
    position: absolute;  
    z-index: 2;
}
.GanttTask
{
    background: url(../image/bg_Task.png) 50% 50% repeat-x;
    border: solid 1px #8B440B;
    height: 9px;
    position: absolute;  
    z-index: 2;
}
.igtab_THContent .Grid
{
	margin: 15px 15px 0px 15px;
}
.Grid
{
    margin-top: 15px;
}
/* For paragraphs in TextHTML columns */
.Grid p
{
	margin-top: 0em;
	margin-bottom: .25em;
}
.GridButtonCell
{
	padding-top: 10px;
}
.GridCellFlagged
{
    background-color: #ffa3a3;
}
.GridFooterCell
{
    padding-top: 4px;
}
.GridNewRowSelector
{
    background-image: url(../image/icon_NewRow.gif);
}
.GridTable
{
	margin-bottom: 10px;
	width: 100%;
}    
.GridTdContainer
{
	width: 100%;
}
.GridTitleCell
{
	font-weight: bold;
}
/* uiHeader ############################# */
.Header
{
	background: #67a2cf url(ui-lightness/images/ui-bg_gloss-wave_55_5c9ccc_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; 
	margin-bottom: 15px;
	text-align: left;
}
.HeaderLogoImg
{
	margin-top: 5px;
	margin-left: 10px;
}
.HeaderLogoTd
{
	width: 30%;
}
.HeaderMenuDiv
{
	padding-top: 13px;
	width: 100%;
}
.HeaderMenuTd
{
	color: #ffffff;
	vertical-align: top;
	width: 70%;
}
.HeaderSearchDiv
{
	margin-top: 0px;
	text-align: right;
	margin-bottom: 5px;
}
.HeaderTable
{
	width: 100%;
}

.H1 /*HeaderMenuItem*/
{
	color: #000000;
}
.H2 /*HeaderMenuIsland*/
{
	background-image: url(../image/background_MenuXPGradient.png);
	background-color: #ffffff;
	border: solid 1px #002d96;
	color: #000000;
	width: 215px;
}
.HeaderMenuDisabled
{
	color: #dddddd;
}
.HeaderMenuHover
{
    background-color: #ffeec2;
    color: #000000;
	cursor: hand;
}
.HeaderMenuPanel
{
    float: right;
    height: 59px;
    margin: 0px 0px 0px 0px;
}
.HeaderMenuSeparator
{
	border-style: none;
	background-position-x: right;
	background-repeat: no-repeat;
	background-image: url(../image/background_MenuSeparator.png);
}
.HeaderSelect
{
	background-color: #ffffff;
	width: 100%;
    margin-left: 5px;
	width: 100px;
	z-index: 0;
}
.HeaderSelectCell
{
	color: #000000;
	height: 24px;
	width: 100%;
	background-color: #b6c5ee;
}
.HelpContentCell
{
    border: solid 1px #999999;    
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
}
.HelpFooterCell
{
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
}
.HelpTreeHilite
{
    background-color: #ffffff;
    border: solid 1px #666666;
    color: #000000;
    cursor: hand;
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.HelpTreeHover
{
    background-color: #cccccc;
    border: solid 1px #666666;
    color: #000000;
    cursor: hand;
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.HelpTreeItem
{
    border: solid 1px #f1f1f1;
	margin-bottom: 6px;
	margin-top: 6px;
    color: #101010;
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 2px;
}
.HelpTree
{
	margin-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.img-shadow
{
	float: right;
	background: url(../image/background_ImageDropShadow.gif) no-repeat;
	margin-left: 5px;
}
.img-frame
{
	display: block;
	border: solid 1px #999999;
	margin: 0px 3px 3px 0px;
}
.img-frame img
{
	border: solid 4px #ffffff;
}

/* Page HTML layout stuff */
.Layout1Div
{

	width: 100%;
}
.LayoutWebSplitter
{
}
.LayoutWebSplitterPane
{
	height: 100%;
}
.NavProjectEmailImg
{
    border: none;
    vertical-align: bottom;
}
.NavProjectEmailLink
{
    border: none;
    color: #ffffff;
}
.NoFocusBorder:focus
{
    border: solid 1px #bdc7d8;
}
.PanelCell
{
}
.PanelTable
{
    margin: 0px 0px 0px 0px;
	width: 100%;
}
.PowerSearchFilterDiv
{

}
.PowerSearchFilterH1
{
	font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}
.PowerSearchFilterUl
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 0px;
}
.PowerSearchFilterLi
{
	margin-bottom: 2px;	
}
.PowerSearchPane
{
}
.SiteMap
{
	font-size: 120%;
	line-height: 1.5em;
	margin-left: 15px;
}
.SiteMap li
{
	list-style: circle outside;
}
.SiteMap li ul 
{
	margin-left: 30px;
}
.SiteMap li ul li
{
	list-style: disc outside;
}
.SiteMap li ul li ul
{
	margin-left: 45px;
}
.SiteMap li ul li ul li
{
	list-style: circle outside;
}
.igtab_THContent .Table2
{
	margin: 15px 15px 0px 15px;
}
.TableSelectSingle
{
    border: solid 1px transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}
.TableSelectSingle:hover
{
    border: 1px solid #fbcb09; 
    background: #fdf5ce url(http://localhost/iCPM/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; 
    cursor: pointer;
    color: #c77405; 
}
.TableSelectSingleDivInner
{
    vertical-align: middle;
}
.TableSelectSingleUl
{
	display: none;
}
.TabStrip
{
    
}
.TextAreaAutoGrow
{
    max-height: 180px;
}
.TextDiv
{
	margin-bottom: 15px;
}
.TextWindow ol li
{
    list-style-type: decimal;
}
.TextWindow ul li
{
    list-style-type: square;
    margin: 1.33em 0;
    margin-left: 40px;
    margin-top: 0; 
    margin-bottom: 0;
}
.ThumbnailListTable
{

}
.ThumbnailListTableCell
{
    border: none;
	font: normal 80% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	vertical-align: top;
}
.ThumbnailListTableRow
{
}
.ToolTipBGClass
{
    background-color: #999999;
}
.ToolTipCGClass
{
    background-image: url(../image/gradient_ToolTipHeader.png);
    width: 100%;
}
.ToolTipFGClass
{
    background-color: #ffffff;
}
.ToolTipCaptionFontClass
{
    color: #ffffff;
	font-weight: bold;
}
.ToolTipTextFontClass
{
    color: #101010;
}
.Tree
{
	background-color: #ffffff;
	border: solid 1px #7f9db9;
	padding: 2px 2px 2px 2px;
}
.TreeHilite
{
    background-color: #ffeec2;
    color: #000000;
    cursor: hand;
	font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	height: 100%;
	padding: 1px 2px 2px 2px;
	vertical-align: middle;
}
.TreeHover
{
    background-color: #ffeec2;
    color: #000000;
    cursor: hand;
	font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
	height: 100%;
	padding: 1px 2px 2px 2px;
	vertical-align: middle;
}
.TreeItem
{
    font: normal 100% "Segoe UI", "Trebuchet MS", Tahoma, Arial, sans-serif; 
    height: 100%;
	padding: 1px 2px 2px 2px;
	vertical-align: middle;
}
