﻿/******************/
/*DEFAULT SETTINGS*/
body 
{
	background-color:#000000;
	margin:0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
/*****************/
/*COMMON DIVS*****/
.clearDiv
{
	clear: both;
}
#pageContainer
{
	position:relative;
	width:100%;
	top:0px;
	left:0px; 
	z-index:1;
	
}
#pageHeader
{
	position:relative;
	width:100%;
	height:78px;
	top:0px;
	left:0px;
	z-index:2;
}
#pageNavigation
{
	position:relative;
	width:100%;
	height:24px;
	top:0px;
	left:0px;
	z-index:3;
}
#pageNavigationSeparator
{
	position:relative;
	/*background: url("../images/nav_sep_band.jpg") repeat-x top left;*/
	top:0px;
	left:0px;
	width:100%;
	height:15px;
	background-color:#000066;
}
#pageContent
{
	position:relative;
	width:100%;
	min-height:100%;
	top:0px;
	z-index:4;
	
	overflow:visible;
}
#pageFooter
{
	position:absolute;
	left:0px;
	width:100%;
	height:30px;
	z-index:1;
	overflow:visible;
	
	border-top:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#FFFFFF;
}
.superScript
{
	font-size: 10px;
	position: relative;
	top: -10px;
}
.errorBox
{
	background-color: #ffffcc;
	border: outset 1px;
	position: absolute;
	left: 0px;
	top: 20px;
}
/*****************/
/*HEADER ELEMENETS*/
#ctl00_UcGeneralHeader1_imgAppLogoImage
{
	position:absolute;
	top:5px;
	left:5px;
	z-index:1;
}
#ctl00_UcGeneralHeader1_imgAppTitleImage
{
	position:absolute;
	top:27px;
	left:80px;
	z-index:2;
}
#headerLinks
{
	float:right;
	padding-right:5px;
	z-index:3;
}

.headerLinkText
{

}
.headerLinkText:hover
{
}
#loadProgress
{
	clear:right;
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 40px;
}
#selectedFacility
{
	clear:right;
	float:right;
	top:0px;
	left:0px;
	width:250px;
	text-align:right;
	padding-right:5px;
}
#ctl00_UcGeneralHeader1_lblFacility
{
	position:relative;
	top:-2px;
}
#ctl00_UcGeneralHeader1_ddlFacility
{
	width:200px;	
}
/*****************/
/*NAV ELEMENTS*/
#navigationTabs
{
	position:absolute;
	left:5px;
}
/*****************/
/*FOOTER ELEMENTS*/
#footerLogoImage
{
	position:absolute;
	top:3px;
	left:5px;	
}
#footerText
{
	position:absolute;
	top:2px;
	left:110px;	
	
	font-family:Arial;
	font-size:10px;
	color:#000000;
}
#footerTerms
{
	font-family:Arial;
	font-size:10px;
	float:right;
	padding-top:2px;
	padding-right:5px;
}
.footerLink
{
	color:#3333FF;
	text-decoration:none;
}
.footerLink:hover
{
	color:#000066;
	text-decoration:underline;
}
/*****************/
/*UNSPSC Tree*/
#UNSPSCTree
{
	visibility:hidden;
}
.UNSPSCTreeTable
{
	width:450px;
	border:1px solid #000066;
}
.UNSPSCHeader
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000066;
	text-align:left;
}
.UNSPSCToolTip
{
	font-family:Arial;
	font-size:10px;
	text-align:left;
}
/*****************/
/*General Classes*/
.searchCriteriaTextYellow
{
	font-family:Arial;
	font-size:12px;
	color:#FFFFCC;
	font-weight:bold;
}
.searchCriteriaTextBlue
{
	font-family:Arial;
	font-size:12px;
	color:#000066;
	font-weight:bold;
}
.searchCriteriaTextBlueNoBold
{
	font-family:Arial;
	font-size:12px;
	color:#000066;
}
.textAlignLeft
{
	text-align:left;
}
.textAlignCenter
{
	text-align:center;
}
.textAlignRight
{
	text-align:right;
}
.hiddenElement
{
	visibility:hidden;
	position: absolute;
}
.javascriptLinkON
{
	text-decoration:underline;
	cursor:hand;
}
.javascriptLinkOFF
{
	text-decoration:none;
	cursor:hand;
}
.standardLink
{
	text-decoration:none;
	color:#000066;
	cursor: pointer;
}
.standardLink:hover
{
	text-decoration:underline;
	color:#3333FF;
}
.highlight
{
	background-color: Yellow;
}

/*DEFAULT PAGER STYLE*/
.pagerSelectedStyle
{
	font-family:Arial;
	font-size:16px;
	color:#000066;
	font-weight: bolder;
	padding-left:5px;
	padding-right:5px;
}
.pagerMenuStyle
{
	font-family:Arial;
	font-size:12px;
	color:#3333FF;
	font-weight:bold;
}

/*DEFAULT RECORD COUNT*/
.recordCount
{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000066;	
}
/*EXCEPTION PAGE*/
#exception_body
{
	background-color:#FFFFFF;
}
#exceptionwrapper_div
 {
  position:absolute;
  width:100%;
 }
 #exceptionheader_div
 {
  margin-top:10px;
  height:10px;
  width:100%;
 }
 #exceptioncontent_div
 {
   margin-top:15px;
   width:100%;
   text-align:center;
 }
 #exceptionfooter_div
 {
  position:relative;
  margin-top:50px;
  width:100%;
	height: 35px;
	border-top:1px solid #000066;
	border-bottom:1px solid #000066;
	background-color:#FFFFFF;  
 }
 .exceptionHeader
 {
   font-family:Arial;
   font-size:24px;
   font-weight:bold;
   color:#3333FF;
 }
 .exceptionDetails
 {

   font-family:Arial;
   font-size:14px;
   font-weight:bold;
   color:#000066;
 }    
 
 /*COMMON EXPORT TO FILE LINK*/
 .stdExportLink
 {
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#000066;
	text-decoration:none;
 }
 .stdExportLink:Hover
 {
	color:#3333FF;
	text-decoration:underline;
 }
 
 /* CompanyInfo User Control Styles */
 .companyInfoPopupStyle:before
 {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 .companyInfoPopupStyle
 {
	position: absolute;
	visibility: hidden;
	max-width: 250px;
	padding: 5px;
	background-color: #ffffcc;
	border: solid 1px #000066;
	z-index: 10;
	
	font-family:Arial;
	font-size:12px;
 }
 .companyInfoLabel
 {
	z-index: 10;
	float:left;
	width: 60px;
	font-weight: bold;
	color: #000066;
 }
 .companyInfoText
 {
	z-index: 10;
	float:left;
 }

/******************************
Modal Popup User Control Styles
******************************/
.modalPopupStyle
{
	width: 400px;
	height: 400px;
}
.modalIFrameStyle
{
	border: solid 1px #000066;
	background-color:Lime;
}
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=40);
	opacity:0.4;	
}
.closeImageStyle
{
	position: absolute;
	left: 5px;
	top: 5px;
}
.closeImageStyle:hover
{
	cursor:hand;
}
.roundedHeaderStyle
{
	position:relative;
	background-color: #000066;
	height: 6px;
	margin-left: 5px;
	margin-right: 3px;
}
.dragSectionStyle
{
	width: 100%;
	position: relative;
	height: 15px;
	background-color: #000066;
	border: solid 1px #000066;
}
.roundedFooterStyle
{
	position: relative;
	background-color: #000066;
	height: 6px;
	margin-left: 5px;
	margin-right: 3px;
}
.topLeftImageStyle
{
	position: absolute;
	top:0px;
	left: -5px;
}
.topRightImageStyle
{
	position: absolute;
	top: 0px;
	right: -5px;
}
.bottomLeftImageStyle
{
	position: absolute;
	bottom: 0px;
	left: -5px;
}
.bottomRightImageStyle
{
	position: absolute;
	bottom: 0px;
	right: -5px;
}


/*****************************************
Company Suggestion Type Ahead Popup Style
****************************************/
.ajaxCompanySuggest
{
	position:absolute;
	width:150px;
	z-index:1;
	visibility:hidden;
	
	background-color:#FFFFCC;
	border: 1px solid #000066;
	
	font-family:Arial;
	font-size:10px;
	color:#000066;
	
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
}
.ajaxLink:link, .ajaxLink:active, .ajaxLink:visited
{
	cursor:hand;
	color: #000066;
	text-decoration:none;
}
.ajaxLink:hover
{		
	cursor:hand;
	text-decoration: underline;
	color: #3333ff;
}

/***LOADING PLACEMENT**/
.loadingPageBack
{
	background-color: #ffffff;
}
#outerBox
{
	position: absolute;
	width:100%;
	height:100%;
	background-color:#FFFFFF;	
	text-align:center;
	vertical-align:middle;
}
#innerBox
{	
	position:absolute;
	top: 45%;
	left: 45%;
	width: 50px;
	height: 50px;
	margin: auto;	
	text-align:center;
	vertical-align:middle;
}
/*****************
Alpha Pager User Control Styles
******************/
#alphPagerContainer
{
	position: relative;
}
#alphaPagerLabelContainer
{
	float: left;
	padding-right: 15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #000066;
}
.staticMenuItemStyle
{
	padding: 1px;
	font-size: 14px;
	text-decoration:none;
	color:#000066;
}
.staticMenuItemStyle:hover
{
	font-weight: bold;
	text-decoration:underline;
	color:#3333FF;
}
.staticSelectedItemStyle
{
	font-weight: bold;
	font-size: 16px;
	text-decoration:underline;
}

/*******************************
ItemInfo.ascx Styles
*******************************/
.itemInfoContainerStyle
{
	position: relative;
	width: 100%;
	border: solid 1px #000066;
	background-color: #ffffcc;
}
.itemInfoRow
{
	font-family: Arial;
	font-size: 12px;
	padding: 0px 5px 3px 5px;
	clear: left;
}
.itemInfoLabel
{
	float: left;
	font-weight: bold;
	color: #000066;
	width: 115px;
}
.itemInfoData
{
	margin-left: 115px;
	font-size: 10px;
}
/*
AppInfo.aspx styles
*/
.appInfoBody
{	
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
.appInfoContent
{
	width: 75%;
	margin: auto;
	padding-top: 10px;
}
.appInfoBlurb
{
	padding-bottom: 15px;
}
.appInfoContact
{
	padding-bottom: 25px;
}
.priceParityFacilitiesStyle
{
	position: absolute;
	z-index: 9999;
	border: solid 1px #000066;
	background-color: #ffffcc;
	font-family: Arial;
	font-size: 12px;
	padding: 10px 5px 10px 5px;
}
.facilityItemStyle
{
	color: #000066;
}
.resultsLink
{
	color:#3333FF;
	text-decoration:none;
	cursor: pointer;
}
.resultsLink:Hover
{
	color:#000066;
	text-decoration:underline;
}
.genericItemListStyle
{
	position: absolute;
	border: solid 1px;
	background-color: #ffffcc;
	z-index: 999;
	font-family: Arial;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	color: #000066;
}
.popupControlContainer
{
	padding: 0px 5px 0px 5px;
}