/*Styles for IDQ Menu Board Starts here*/
/*Common body classes start here*/
body 
{
font-family: Arial, Helvetica, sans-serif;
color: black; margin: 0px 0px 0px 0px; 
background-color: white;
}
img
{
	border: 0px none;
}

/*Common body classes end here*/

/*PageTitle - This class should be used for all page titles*/
.clsPageTitle
{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color: #ff0000;
}
/*
.clsButton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
border-color: #FFFFFF #666666 #666666 #FFFFFF;
background-color: #ddddde; border-style: solid;
border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px;
height: 21px;
padding-top:2px;
padding-bottom:2px;
padding-left:10px;
padding-right:10px;
background-image: url(../Images/Public/Btn_StretchMiddle.gif);
} 
*/
/*Gradient container*/
.IcoGradientContainer
{ 
background-image: url(../Images/Public/Combo_Gradient.gif);
background-repeat: repeat-x;
width:194px;
height:25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:white;
font-weight:bold;	
text-align: center;
 }

 /*This class is used for burgers*/
.IcoGradientContainer .burger
{

	background-repeat: no-repeat;
	float:left;
	padding-left:40px;
	padding-top: 5px;
	padding-bottom:1px;
	
} 
/*This class is used for the gradient boxes having DQ Icon*/
.IcoGradientContainer .DQ
{

	background-position: right;
	background-repeat: no-repeat;
	float: right;
	padding-right:40px;
	padding-top: 5px;
	padding-bottom:1px;
} 
/*This class is used for the gradient boxes having other menu items*/
.IcoGradientContainer .Others
{

	background-repeat: no-repeat;
	float: left;
	padding-left:10px;
	padding-right:10px;
	padding-left:40px;
	padding-top: 5px;
	padding-bottom:1px;
}

/*This class has to be called whereever you use combobox*/
.Container 
{
/*background-color: #ff0000*/;
width:250px;
/*BORDER: 2PX SOLID #ff0000*/;
vertical-align: top;
text-align: center;
}
/*Defalut style for all Combo boxes*/
select 
{	
font-family: Arial, Helvetica, sans-serif;	
color: #474141;	
font-size: 11px;	
font-weight: normal;	
width:190px;
}

/*Styles for IDQ Menu Board ends here*/

/*Styles for IDQ Sample Popup starts here*/

/*Topbar for Popup*/
.clsPopupHeader
{
background-image: url(../Images/Public/search.jpg);
background-repeat: no-repeat;
background-color: #b8b8b8;
width:737 px;
height:63px;
padding-left:250px;
padding-top:20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color:white;
font-weight:bold;	
}

.clsPopupHeader4CalcResults
{
background-image: url(../Images/Public/NutritionalCalcResults.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
width:561px;
height:83px;
padding-left:250px;
padding-top:20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color:white;
font-weight:bold;
color:#000000;	
}

.clsPopupHeader4SearchResults
{

background-repeat: no-repeat;
background-color: #ffffff;
width:432px;
height:83px;
padding-left:250px;
padding-top:20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color:white;
font-weight:bold;
color:#000000;	
}

.clsPopupTextSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	
}

/*This class should be used for the regular text in the popup window*/

.clsPopupRegularText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

/*This class should be used for the Bold text in the popup window*/

.clsPopupRegularTextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
}


/*This class should be used for the Bold text header in the ingredients table*/

.clsPopupRegularBlueTextBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:navy;
	font-weight: bold;
}

/*This class should be used for header for the check box list*/

.clsYellowHeader
{
	background-color: #ffff80;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

/*This style should be used for the red bar in the bottom of the page, just above the nutritional info*/
.clsRedLine
{
	background-color: #ff0000;
	height:4px;
	width:100%
}

.clsCheckBox
{
	background-color:green;


}

/* This class is used for Menu item Top Bar in ChoiceCalcInfo Page */
.clsMenuGroupBar
{
	background-image: url('../Images/Public/btn.bkg.gif');
	width: 266px; 
	height: 28px; 
	font-size: 12px;
	float: left; 
	text-align: left; 
	font-family: Arial; 
	color: #FFFFFF; 
	padding-bottom: 1px;
    font-weight: bold; 
    text-indent: 6px;
    vertical-align:text-top 
}


/*Styles for IDQ Sample Popup ends here*/

/*Styles for Nutritional Label begins here*/



/*This style is used for the label heading - Text should be typed in caps in the html page*/

.clsNutritionalLabelHeader
{
font-family:Arial;
font-size:27px;
color:#000000;
font-weight: bold;  
  
}

.clsNutritionalLabelHeader2
{
font-family: Arial;
font-size:30px;
color:#000000;
font-weight: bold;  
  
}
/*This is the main class for the nutritional label content.  It takes care of the border of the label and also the text. */


.clsNurtiTable
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

.clsNurtiTableSubHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    
}

.clsNurtiTableSubHead2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	 font-weight: bolder;
    
}

.clsNurtiTable .Indented
{
	padding-left:20px;
	font-size: 11px;
	font-weight: normal;
}

/*This style should be used for the Bold text inside the label*/


.clsNutriLabelBoldtext
{
font-family: Arial;
font-size: 11px;
font-weight: bolder;
color:#000000;
padding-right:4px;


}

.clsNutriLabeltext
{
font-family: Arial;
font-size: 10px;
font-weight: normal;
color:#000000;
padding-right:4px;

}
/*This style should be used for the Thick black line in the Label*/
.clsThickBlackLine
{
	background-color: #000000;
	height:4px;
	/*width: 300px;*/
	margin-top:2px;
	margin-bottom:2px;
}

.clsThinBlackLine
{
background-image: url(../Images/Public/BlackStretch.gif);
background-repeat: repeat-x;
width:300px;
}

/*This style should be used for the Thin Gray line in the Label*/

hr {
	height: 1px;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #949494;
}
  
  
.clsNurtitionalTextSmall
{
font-family: arial;
font-size: 9px;
color:#201f1f;
text-align: justify;
}




/*Styles for Nutritional Label ends here*/

/* Styles For Search Page */

.clsPopupHeaderSearch
{
background-image: url(../Images/IDQPublicSite/DQ_Duck.jpg);
background-repeat: no-repeat;
background-color: #003399;
width:737 px;
height:63px;
padding-left:250px;
padding-top:20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color:white;
font-weight:bold;	
}

.clsLeftMenuBgSearch
{
	background-color: #00438C;
	
}
.clsLeftMenuFontSearch
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;  
	font-family: Verdana; 
}
.clsLeftMenuFont4LeftMenuSearch
{

	font-size: 11px;
	color: #FFFFFF;  
	font-family: verdana;
	text-decoration:none;
}
.clsModuleHeadSearch
{
	/*font-weight: 500;
	font-size: 17px;
	color: white;
	font-family: Arial Black; 
	*/
	font-weight: bolder;
	font-size: 16px;
	color: white;
	font-family: Verdana;
	 
}
.clsSideHeadingSearch
{
	font-weight: bold;
	font-size: 15px;
	color: black;
	font-family:Verdana ;
}	
.clsContentlistSearch
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration:none; 
}

.clsContentlistWithULSearch
{
	font-size: 10px;
	font-family: Verdana;
 
}
.clsContentlistWithOutULSearch
{
	font-size: 10px;
	font-family: Verdana;
	text-decoration:none;
 
}

.clsAddressInformationSearch
{
	font-size: 9px;
	color: #9a999a;
	font-family: Arial;
}
.clsPaginationSearch
{
	font-size: 10px;
	font-family: Verdana;
}
.clsPrintLinkSearch
{
	font-size: 10px;
	color: red;
	cursor:hand;
	text-decoration:underline;
	font-family:Verdana;
	  
}
.clsTopMenuBandSearch
{
	color: white;
	background-color: #004080;
}
.clsTopMenuFontSearch
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
}
.clsItemHeaderBandSearch
{
	font-size: 10px;
	color: #000099;
	font-family: Verdana;
	background-color: silver;
}
.clsSeparatorSearch
{
	color: #195996;
}
.clsMainTableBorderSearch
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	color: #195996;
	border-bottom: gray 1px solid;
}
.clsLabelSearch
{
	font-family:Verdana;
	font-size:10px;
	
}

.cls4EventDateSearch
{
	font-family:Verdana;
	font-size:10px;
}	

.clsButtonSearch
{
 font-family:Verdana;
  font-size:12px;
}

.clsTextSearch
{
	font-family:Verdana;
	font-size:10px
}
.clsStarSearch
{
	color:Red;
	font-size: 9px;
	Font-family:Verdana;
}
.clsHandSearch
{
	font-size: 10px;
	cursor: hand;
	color: blue;
	font-family: Verdana;
	text-decoration :none;
}
.clsHelpSearch
{
	font-size: 10px;
	color: blue;
	font-family: Verdana;
	text-decoration :none;
}
.clsSearchImageSearch
{
	background-attachment: fixed;
	background-image: url(Images/Search.gif);
	background-repeat: no-repeat;
}
.clsMessageSearch
{
	font-family:Verdana;
	font-size:10px;
	color:Blue;
 }
 
 .clsValidationMessageSearch
 {
	color:Red;
	font-size: 9px;
	Font-family:Verdana;
	font-weight:bold;
 }	
 
.clsErrorMessageSearch
{
	color: #ff0000;
	font-family: Verdana;
	font-size:10px
}

.clsSelectedLeftMenuSearch
{
	font-size: 11px;
	color: #FFCC00;
	font-family: Verdana;
	
}

.clsItemHeader4LeftMenuSearch
{
	font-size: 11px;
	color: #FBE99F;
	font-family: Verdana;
	font-weight: bold;
}

.clsSmallContentSearch
{
	font-size: 9px;
	color: black;
	font-family: Verdana;
	text-decoration: none;
}
.clsMessageBandSearch
{
	font-size: 9px;
	color: maroon;
	font-family: Verdana;
	background-color: white;
}
.clsPrinterFriendlySearch
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana;
	background-color: white;
	text-decoration: underline;
}
.clsHeader4PrinterFriendlySearch
{
	font-family:Verdana;
	color:Black;
	font-size:14px;
	font-weight:bold;
}

.clsTextBoxSearch
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    BORDER-LEFT: thin groove;
    WIDTH: 160px;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Verdana
}
.clsTextAreaSearch
{
	BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    BORDER-LEFT: thin groove;
    WIDTH: 160px;
    height:40px;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Verdana
     
}
.clsComboboxSearch
{
 	BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    BORDER-LEFT: thin groove;
    WIDTH: 160px;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Verdana
}
.clsComboboxWithLessWidthSearch
{
 	BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    BORDER-LEFT: thin groove;
    WIDTH: 40px;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Verdana
}

.clsListboxSearch
{
 	BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    BORDER-LEFT: thin groove;
    WIDTH: 135px;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Verdana
}
.clsDeleteLinkSearch
{
    FONT-SIZE: 9px;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    cursor:hand;
}
.clsHyperLinkSearch
{
    FONT-SIZE: 9px;
    COLOR: blue;
    FONT-FAMILY: Verdana;
    cursor:hand;
    
     
}
.clsTableBorderColorSearch
{
	table-layout: auto;
	border-left-color: #d8d9ef;
	border-bottom-color: #d8d9ef;
	border-top-style: solid;
	border-top-color: #d8d9ef;
	border-right-style: solid;
	border-left-style: solid;
	border-collapse: separate;
	border-right-color: #d8d9ef;
	border-bottom-style: solid;
}
.clsTableHeaderBGColorSearch
{
	background-color:#00438C;
}

.clsAllSearch
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Verdana;
    font-weight:bold;
}

A:hoverSearch
{
	text-decoration:underline; 
}

BODYSearch
{
	background-color: white;
}

.clsHeadingBGColor
{
	background-color:#00438C
}
.clsBreadCrumbFontSearch
{
	font-weight: bold;
	font-size: 10px;
	color: #00438C;
	font-family: Verdana;
}
.clsLeftNavBgColorSearch
{
	background-color:#00438C
}
.clsSubHeadingBgColorSearch
{
	background-color:#AFD2F9;
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana;
}
.clsSelectedBreadCrumbSearch
{
	font-weight: bold;
	font-size: 10px;
	color: #0674EC ;
	font-family: Verdana;
	text-decoration:none;
}
.clsBreadCrumbArrowSearch
{
	font-family:Webdings;
	font-size:12px;
	color:#00438C;
}
.clsAppHeadSearch
{
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
}
.clsWelcomeHeadSearch
{
	font-family:Verdana;
	font-size:20px;
	font-weight:bolder
}
.clsSearchContentSearch
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bolder
}
.clsHrSearch
{
	width:490;
	color:#CC6633;

}
.clsLblBoldSearch
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bolder;
	color:Navy
	
}	
.clsbuttonSearch
{
    BACKGROUND: #ffffff;
    COLOR: black;
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    FONT-SIZE: 10px
}
.ClsHelpDivStyleSearch
{
	z-index: 200;
	visibility: hidden;
	position: absolute;
}

.ClsHelpTableSearch
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}
.ClsHelpTitleSearch
{
	font-weight: bold;
	font-size: 10pt;
	color: #0F6B94;
	font-family: Verdana;
	background-color: #f8c98d;
}
.clsHelpSubHeaderSearch
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
}

.clsMessageBand4MarqueeSearch
{
	color:#0F6B94;
	font-size: 12px;
	Font-family:Verdana;
	font-weight:bold;	
}

.clsHighlightMessageSearch
{
	color:Gray;
	font-size: 11px;
	Font-family:Verdana;
}
.clsHelpTableBorderSearch
{
	border-color:#f8c98d;
}
.clsEmailMessageSearch
{
	color:#0F6B94;
	font-size: 10px;
	font-weight:bold ;
	Font-family:Verdana;
}
.clsWarningMessageSearch
{
	color:red;
	font-size: 10px;
	font-weight:bold ;
	Font-family:Verdana;
}
.clsGray3DClass
{
	background-image: url(../Images/Public/Gray_Stretch.gif);
	background-repeat: no-repeat;
	width: 250px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
}

.clsAppUrlSearch
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

.clsViewTextSearch
{
	BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    BORDER-LEFT: thin groove;
    WIDTH: 30px;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Verdana
}

.clsTextBox4DateRangeInReportsSearch
{
    BORDER-RIGHT: thin groove;
    BORDER-TOP: thin groove;
    FONT-WEIGHT: lighter;
    FONT-SIZE: 10px;
    BORDER-LEFT: thin groove;
    WIDTH: 75px;
    COLOR: black;
    BORDER-BOTTOM: thin groove;
    FONT-FAMILY: Verdana
}.c.clsNutritionalTableSearch
{
	border-right: #727272 1px solid;
	border-top: #727272 1px solid;
	border-left: #727272 1px solid;
	border-bottom: #727272 1px solid;
}

.clsAltercolorsSearch
{
	FONT-SIZE: 2.5mm; COLOR: black; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #dadbdb
}

.hidePixel
{
	visibility:hidden;
}


/* Styles For Search Page Ends here */


