﻿/*The text of the header of section template control for the buyers*/
.Buyers_SectionTemplate_Header
{
	text-transform: capitalize;
}

/*Switchboard page - Broadcast Section*/
.Buyers_BroadcastWindow_TextBox
{
	width: 355px;
	height: 32px;
	font-size: 1.5em;
	border: 1px solid #C0C0C0;
	margin-top: 5px;
}
.Buyers_BroadcastWindow_MostWanted
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
}
.Buyers_BroadcastWindow_MostWantedValues
{
	color: #666666;
	font-weight: normal;
	text-decoration: none;	
}
/*Switchboard page - Today's Tasks section*/
.Buyers_Tasks_Text
{
	width: 208px;
	height: 18px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;	
}
.Buyers_Tasks_Text_Over
{
	width: 208px;
	height: 18px;
	background-color: #FFFFFF;
	background-image: url(Images/GridRequestOver.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	text-align: left;	
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.Buyers_Tasks_GreyField
{
	width: 108px;
	height: 18px;
	background-color: #F7F7F7;	
	float: right;
	text-align: center;
}
.Buyers_Tasks_GreyField_Over
{
	width: 108px;
	height: 18px;
	background-color: #F7F7F7;	
	background-image: url(Images/GridRequestOver.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	float: right;
	text-align: center;
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
}
.Buyers_Tasks_TextStyle_Over
{
	color: #FFFFFF;	
	text-decoration: none;
}
/*Quotation Details page*/
.Buyers_Note
{
	width: 100%;
	background-color: #FFECDF;
	font-size: 0.9em;	
	border: 0px;
	overflow-y: auto;
	
}
/*Anonymails headers on quotation pages*/
.Buyers_Anonymail_HeaderBuyer
{
	background-color: #FFECDF;
	height: 17px;
}
.Buyers_Anonymail_HeaderSupplier
{
	background-color: #D9EAF4;
	height: 17px;
}
.Buyers_Anonymail_HeaderText
{
	font-weight: bold;	
	font-style: italic;
}
.Buyers_Anonymail_HeaderDate
{
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
	font-weight: normal;	
}
.Buyers_Anonymail_Section
{	
	max-height: 250px;
	/* IE hack for 'max-height: 300px;' */
	#height: expression(this.clientHeight > 250 ? '250px' : true);
	overflow-y: auto;
}
.Buyers_Anonymail_SendBox
{
	overflow: auto;
	width: 99%;	
	#width: 98% !important;
}
.Buyers_RMI_HeaderBuyerReplyAll
{
	background-color: #FDC9C9;
	height: 17px;
}
/*Knowledge Management Page*/
.Buyers_KM_Table
{
	background-color: #FFFFFF;
	width: 100%;	
	text-align: left;	
	padding-top: 5px;
}
.Buyers_KM_Table td
{
	padding-right: 12px;
}
/*Buy it now! page - Information Box panel */
.Buyers_InformationPanel
{
	background-color: White;
	border: 1px solid #999999;	
	padding: 12px 12px 12px 12px;
}
/*LIne Items preview style for the Reuse or Unlock Quote page*/
.Buyers_BG_Used
{
    background-color: #388FC8;
    color: #FFFFFF;
    float:left; 
    width: 13px; 
    height: 13px; 
    border: 1px solid #333333;
}
.Buyers_BG_Awarded
{
    background-color: #89BCDD;
    color: #000000;
    float:left; 
    width: 13px; 
    height: 13px; 
    border: 1px solid #333333;
}
.Buyers_BG_Created
{
	background-color: #FFFFFF;
    float:left; 
    width: 13px; 
    height: 13px; 
    border: 1px solid #333333;
}
/*Quotation Summary Page*/
.Buyers_TableLayout
{
	background-color: #FFFFFF;
	width: 100%;	
	text-align: left;
}
.Buyers_TableLayout td
{
	height: 27px;	
}
/*Quotation Summary VTiCs page*/
.Buyers_SubGrid
{
	float: left;
	margin-left: -22px;	
	#margin-left: 0px!important;	
	width: 624px;
	#width: 590px;
}
/*Request More Information Panel*/
.Buyers_RMI_Overview
{
	max-height: 400px;
	/* IE hack for 'max-height: 400px;' */
	height: expression(this.clientHeight > 400 ? '400px' : true);
	overflow: auto; 
	#overflow-y: auto!important; 
	#overflow-x: hidden!important; 
	width: 100%;
}
/*Hint text style*/
.Buyers_HintText
{
	color: Gray;
	font-style: italic;
}
/*The print pages - Audit Trail Report SED Border*/
.Buyers_Print_Border
{
	border: 1px solid #dddddd;	
}
/*FORUM Functionality Style*/
.Buyers_AddForumDescHeader
{
	background-color: #89BCDD;
	color: #333333;
	height: 25px;
	width: 602px;
	font-weight: bold;
	line-height: 25px;
	padding-left: 12px;
	margin-top: 1px;
	padding-top: 6px;
}
.Buyers_ForumTopicHeader
{
	height: 20px;
	line-height: 20px;
	background-color: #FFFFFF;
	width: 100%;	
}
.Buyers_ForumReplyHeader
{
	height: 20px;
	line-height: 20px;
	background-color: #FFECDF;
	width: 100%;	
}
.Buyers_ForumVTiCReplyHeader
{
	height: 20px;
	line-height: 20px;
	background-color: #D9EAF4;
	width: 100%;	
}
/*Contact the supplier - fade effect to hide some of the functionality*/
.Buyers_ContactSupplier_Fade
{
	z-index: 151; 
	background-color: #eeeeee; 
	filter:alpha(opacity=25); 
	opacity: 0.25;
}