/* Tom = be sure to use ProperNames for labeling these and they ARE case sensitive */
/* this is the default theme and is set in web config - <pages styleSheetTheme="MCPDefaultBlueGray"> */
/*lite steele blue is b0c4de, dark Steele Blue 5D7B9D, light slate gray- #F7F6F3 , dark grey is 708090*/
body
{
	font-size: 10pt; 
	font-family: Verdana;
	vertical-align:top;
	background-color:White;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: auto;
    }
.MasterPageHeaderPanel
{
	width: 660px;
	background-image: url(background_main_660Wx80H.jpg);	
    border-style:solid;     
    border-width: 1px;
    border-color: Navy;
    }
.MasterPageFooterPanel
{
    width: 660px;
    text-align:center;
    }
.SoftwareNameHeaderLabel
{
	font-family: Stencil;
	font-size: 16pt;
	color:#ffffff;
	text-align: left;
	width:400px;
	font-weight:normal;
    }
.MasterPageHelpMenu
{
	font-family:Verdana;
	font-weight:bold;
	font-size:10pt;
	color:White;
    }
.MasterPageLoginStatus
{
	Font-family:Arial;
	font-weight:bold;
	Font-Size:9pt;
	Color:White;
    }
.MasterPageMenu
{
	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;
	color:White;
    }
.MasterPageStaticMenuStyle
{
	background-color:Transparent; /*this is main menu background*/
	font-family:Verdana;
	}
.MasterPageStaticHoverStyle
{
	background-color:#b0c4de;   /* this is the main menu row only and is the hover*/
    }
.MasterPageDynamicMenuStyle
{
    z-index: 1;
	border-color:Silver;/*light slate gray*/
	Border-Style:Solid;
	Border-Width:1px;
    background-color:inherit; /*u can force it here to light slate gray =#F7F6F3*/
	}
.MasterPageDynamicHoverStyleMenu
{
	background-color:#b0c4de;  /* this is the mouse hovering under the menu*/
    }
.MasterPageDynamicSelectedStyle
{
	background-color:#C0C0C0; /* this gets over-ridden by MasterPageDynamicMenuItemStyle*/
    }
.MasterPageDynamicMenuItemStyle
{	
	color:#708090; /*darkgray =#708090 */
	Font-Size:small;
	font-weight:bold;
	border-color:Silver;/*light slate gray*/
	Border-Style:Solid;
	Border-Width:1px;
    }
.MasterPageStaticMenuItemStyle
{
	Color:#FFFFFF;
	font-weight:bold;	
    }
.PageHeaderLabel
{
	color: #5D7B9D;
	font-family:Stencil;
	font-size: 16pt;
	font-weight:normal;
	vertical-align:top;
    }
.PageLinkButtons
{
	font-size: 10pt; 
	font-family: Verdana;
	color:#5D7B9D;
    }
.MasterPageFooterLinkLabels
{
	font-size: 10pt; 
	font-family: Verdana;
	color:#5D7B9D;
    }
.MasterPageFooterEDULabel
{
	font-size: 10pt; 
	font-family: Verdana;
	color:#1e90ff;
	font-style:italic;
    }
.MasterPageFooterLabels
{
	font-size: 10pt; 
	font-family: Verdana;
	color:Black;
    }
.MasterPageLoginFooterLabels
{
	font-size: 10pt; 
	font-family: Verdana;
	color:Black;
    }
.MasterPageDateLabel
{
	color: #b0c4de;
	font-family:Verdana;
	font-size: 10pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:right;
    }
.MasterPageLoginLabel
{
	font-weight: bold;
	font-size: 10pt;
	text-align:center;
	vertical-align:middle;
	color: white;
	background-color: #5d7b9d;
	font-family: Verdana;
	height: 25px;
    }
.MasterPageFormViewRowStyle
{
	background-color:Transparent;
	text-align:left;
	width:inherit;
    }
.HelpIconImage
{
  background-image: url(help.gif);
  background-repeat: no-repeat;
    }
.HomeMaintenanceFormViewStyle
{
	background-color:Transparent;
    }
.TableForPageHeaderLabel
{
	vertical-align:top;
    }
.NeutralFormViewRowStyle /*this is for formviews with calcs where need clear background */
/* you must enable theming to false for this to work */
{
	background-color:Transparent;
	text-align:right;
	width:inherit;
    }
.DatalistCustomerNameReportHeader
{
	background-color:White;
	text-align:left;
	width:inherit;
	font-family:Arial;
	font-size:11pt;
	font-weight:normal;
	vertical-align:bottom;
    }
.NewWorkOrderFormView
{
	background-color:#b0c4de;
	color:Black;
	text-align:inherit;
	font-family:Times New Roman;
	font-size:medium;
	border-bottom-style: solid;
 	border-left-style: solid;
  	border-right-style: solid;
    border-top-style : none;
	border-width:1px;
	border-color:Navy;
	}
.NewWorkOrderHeaderLabel
{
	color:Black;
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
/*	background-color:#808080;*/
	width:inherit;
    }
.NewWorkOrderLabels
{
	color:Black;
	font-size:medium;	
	font-family:Times New Roman;
    }
.LabelWithLightBackShadow
{
	background-color:#C0C0C0;
	border-style:none;
	}
.LabelWithDarkBackShadow
{
	background-color:#808080;
	border-style:none;
	color:#FFFFFF;
	width:inherit;
	}
.LabelClearBackLightForeColor
{
	color:Gray;
    }
.EditWorkOrderForm
{
	background-color:#D3D3D3;
	Font-Weight:bold;
	font-size:medium;
	font-family:Times New Roman;
	Color:#F7F7F7;	
	border-color:#404040;
	border-style:solid;
	border-width:1px;
    }
.EditWorkOrderHeaderPanel
{
	background-color:#C0C0C0;
	color:#FFFFFF;
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
	width:inherit;
    }
.GridViewEmptyDataRowStyle
{
	font-size:small;
	color:#5D7B9D;
	text-align:inherit;	
    }
.GridViewNoFormat, .FormViewNoFormat, .DetailsViewNoFormat, .DatalistNoFormat
{
	font-family:Arial;
	font-size:inherit;
	font-weight:inherit;
	background-color:White;
	width:inherit;
    }
.GridViewLinkButtons, .FormViewLinkButtons, .DetailsViewLinkButtons, .DatalistLinkButtons
/* In the print class these print e.g. for wo numbers site names etc */
{
	font-size:small;
	color:#5D7B9D;
	text-align:inherit;	
    }
.GridViewCommandLinkButtons, .FormViewCommandLinkButtons, .DetailsViewCommandLinkButtons, .DatalistCommandLinkButtons
/* In the print css these are marked as hidden so they do not print */
{
	font-size:small;
	color:#5D7B9D;
	text-align:inherit;
}
.GridViewRowStyle, .FormViewRowStyle, .DatalistItemStyle
/* CAUTION don't add .FormViewRowStyle here otherwise master page inherits,    */
{
	text-align: left;
	background-color:inherit;
	color: #333333;
	font-size:small;
	font-family:Arial Narrow;
    }
.DetailsViewRowStyle
{
	text-align: left;
	background-color:inherit;
	color: #333333;
	font-size:Medium;
	font-family:Times New Roman;	
	}
.GridViewEditRowStyle,.FormViewEditRowStyle, .DetailsViewEditRowStyle
{
	text-align: left;
	background-color: #C0C0C0;
	color: #333333;
	font-size:small;
	font-family:Arial Narrow;
	}
.GridViewAlternatingRowStyle, .FormViewAlternatingRowStyle,.DatalistAlternatingRowStyle
{
	text-align: left;
	background-color: #F7F6F3;
	color: #284775;
	font-size:small;
	font-family:Arial Narrow;
    }
 .DetailsViewAlternatingRowStyle
 {
	text-align: left;
	color: #284775;
	font-size:Medium;
	font-family:Times New Roman; 	
 	}
.DetailsViewCommandRowStyle
{
	text-align: center;
	background-color: #C0C0C0;
	font-size:medium;
	font-family:Times New Roman
    }
.DetailsViewHeaderStyle
 {
 	background-color: #5D7B9D;
	font-weight: normal;
	color: White;
	font-size:Medium;
	font-family:Times New Roman;
	}
.GridViewSelectedRowStyle
{
	background-color: #E2DED6;
	font-weight: bold;
	color: #E2DED6;  
    }
.GridViewHeaderStyle, .FormViewHeaderStyle, .DatalistHeaderStyle
{
	background-color: #5D7B9D;
	font-weight: normal;
	color: White;
	font-size:small;
	font-family:Arial Narrow;
    }
.DetailsViewFieldHeaderStyle
{
	color:Black;
	background-color:#b0c4de;
	font-family:Times New Roman;
	font-size:medium;
	}
.GridViewFooterStyle, .FormViewFooterStyle, .DetailsViewFooterStyle, .DatalistFooterStyle
{
	background-color: #E2DED6;
	font-weight: bold;
	color: Black;
    }	
.GridViewPagerStyle, .FormViewPagerStyle, .DetailsViewPagerStyle
{
	background-color: #5D7B9D;
	color: White;
	text-align: center;
    }
.FieldSetLegend
{
	font-size: 10pt; 
	font-family: Verdana;
	color:#5D7B9D;
    }
.FieldSetLabel
{
	font-family:Verdana;
	font-size:small;
	color:#333333;
    }
.CalendarDayHeaderStyle
{
	background-color:#99CCCC;
	color:#336666;
    }
.CalendarOtherMonthDayStyle
{
	color:#999999;
    }
.CalendarTitleStyle
{
	background-color:#003399;
    }
.CalendarWeekendDayStyle
{
	background-color:#CCCCFF;
    }
.ShowInPrintOnly
{
	visibility: hidden;
	display: none;
    }
    /* AutoComplete Styles */
.autocomplete_completionListElement 
{  
	background-color : white;
	color : black;
	border : solid 1px #444;
	border-width : 1px;
	border-style : solid;
	height: 200px;
	cursor : 'default';
    text-align : left; 
    list-style-type: none;
    font-size: 90%;
    white-space: nowrap;
    overflow: auto;
    margin: 0px;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding : 2px 1px 2px 5px;
}

.autocomplete_listItem 
{
	padding : 2px 1px 2px 5px;
}

/*CollapsiblePanel*/
.collapsePanel {
	background-color: #FFFACD;
	text-align: left;
	overflow:hidden;
	font-size: 90%;
}

.collapsePanelHeader{
	height:30px;
	text-align: left;
	background-color: rgb(236, 233, 216);
	color:Black;
	font-weight:bold;
}
.MCPAccordion {
	border-left: solid 1px silver;
	border-right: solid 1px gray;
	border-bottom: solid 1px silver;
	overflow: hidden;
	font-family: "Arial", Times, serif;
	font-size: 12px;
}

.MCPAccordion .Tab {
	height: 16px;
	/*background-image: url(gray-gradient.gif);*/
	background-repeat: repeat-x;
	/*background-color: #6dc1fc;*/
	/*background-color: #E6E6FA;*/
	border-top: solid 1px gray;
	border-bottom: solid 1px silver;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
}

.MCPAccordion .Content {
	overflow: auto;
	height: 300px;
	margin: 0px;
	padding: 0px;
	font-size: smaller;
	/*background-image: url(gray-gradient.gif);*/
	background-repeat: repeat-x;
}

.MCPAccordion .hover {
	background-image: none;
	background-color: #33CCFF;
}

.MCPAccordion .open {
	/* Add properties here. */
}

.MCPAccordion .closed {
	/* Add properties here. */
}

.MCPAccordion .focused {
	/* Add properties here. */
}
