/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   

/* background color for the content part of the pages */
Body
{
   PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; FONT-FAMILY: arial
}

/* text style used for most text rendered by modules */
.Normal, a.Normal:active,a.Normal:link, a.Normal:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
   
}
.NormalAlternatingItemStyle, a.NormalAlternatingItemStyle:active, a.NormalAlternatingItemStyle:visited
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee;
}
/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
.NormalBoldNew
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
    height: 11px;
}
/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}


.ControlPanel
{
	border-right: #003366 1px solid;
	border-top: #003366 1px solid;
	border-left: #003366 1px solid;
	width: 100%;
	border-bottom: #003366 1px solid;
	height: 64px;
	background-color: #ffffff;
}

.SkinObject, A.SkinObject:link,A.SkinObject:visited,A.SkinObject:active, A.SkinObject:hover 
{
	font-weight: bold;
	font-size: 8.5pt;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}



/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 20px;
	color: #777;
	font-family: Tahoma, Arial, Helvetica;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}


/* styles used by TreeMenu Skin Object */
.TreeMenu_Node 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}
/*============================================================*/
.OrgGridTable
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	width: 100%;
	
}

.OrgGridHeader
{
	
	font-weight: bold;
	font-size: 11px;
	vertical-align:middle;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #d2d2d2;
	text-align: center;
	
}

a.OrgGridHeader:link, a.OrgGridHeader:visited,a.OrgGridHeader:active
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana;
	background-color: #d2d2d2;
}
a.OrgGridHeader:hover
{
	font-weight: bold;
	font-size: 11px;
	color: gray;
	font-family: Verdana;
	background-color: #d2d2d2;
}
.table.OrgGridHeader td
{ 
	vertical-align: top;
	height: 30px
}

.OrgGridItem 
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: Verdana;
	
}
.Table.OrgGridItem td
{
	padding: 2px 10px 2px 10px;
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Verdana;
	background-color: #ffffff;	
	
}

a.OrgGridItem:link, a.OrgGridItem:visited, a.OrgGridItem:active
{
	padding: 2px 10px 2px 0px;
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Verdana;
	background-color: #ffffff;
	text-align:left;	
	
}
a.OrgGridItem:hover
{
	padding: 2px 10px 2px 0px;
	font-weight: bold;
	font-size: 11px;
	color:gray;
	font-family: Verdana;
	background-color: #ffffff;
	text-align:left;	
}
.OrgGridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	background-color: #E6E6E6;
	border-bottom-style: none;
}
.Table.OrgGridAlternatingItem td
{
	padding: 2px 10px 2px 10px;
	
}


a.OrgGridAlternatingItem:link, a.OrgGridAlternatingItem:visited, a.OrgGridAlternatingItem:active
{
	padding-right: 10px;
	
	padding-bottom: 2px;
	color: black;
	padding-top: 2px;
	font-family: Verdana;
	text-align: left;
}
a.OrgGridAlternatingItem:hover
{
	padding-right: 10px;
	
	padding-bottom: 2px;
	color: gray;
	padding-top: 2px;
	font-family: Verdana;
	text-align: left;
}
/*====================================================*/
.OrgShowMainTbl
{
	text-align:left
}
.OrgShowItem
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}
.OrgShowLbl
{
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana;
}
.OrgShowTblAdm
{
	padding-bottom: 5px
	
}
.OrgShowTbl
{
	border: black 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table.OrgShowtbl td
{
	padding-left: 5px;
	padding-right: 5px
}

.OrgShowBtn
{
	border-right: #4d6ea5 2px solid;
	border-top: #4d6ea5 2px solid;
	background: #4d6ea5;
	border-left: #4d6ea5 2px solid;
	color: #fff;
	border-bottom: #4d6ea5 2px solid;
}
.OrgShowTbx
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	padding-right: 10px
}
a.OrgShowLink, a.OrgShowLink:link, a.OrgShowLink:visited, a.OrgShowLink:active
{
	color: black;
	padding-top: 10px;
	font-family: Verdana;
	
}
/*-----TENDER GRID-----*/
/*=======================================*/
.GridTable
{
	border: #e0e4ff 1px solid;
	width: 100%;
		
}
.GridHeader
{
	vertical-align:middle;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #d8e8ff;
	width: 100%;
	text-align:center
}
.GridItem
{
	border-top: black 1px dashed;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: black 1px dashed;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffffff;	
	
	
}
.Table.GridItem td
{
	padding: 2px 2px 2px 2px;
}

.Table.GridItem img
{
	border-width:0px;
	
}


a.Table.GridItem:active,a.Table.GridItem:visited
{
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}


.GridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	background-color: #f0f4ff;
	border-bottom-style: none;
}
.Table.GridAlternatingItem td
{
	padding: 2px 2px 2px 2px;
}
.Table.GridAlternatingItem img
{
	border-width:0px;
	text-align:center;
}

a.Table.GridAlternatingItem:active,a.Table.GridAlternatingItem:visited
{
	padding: 2px 2px 2px 2px;

	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/*============================================================*/
/*===================================================*/
/* styles used in the FileManager */


.Table.FileManagerTop td
{
	vertical-align: top;
	
	padding-bottom: 5px;
	text-align: left;
	padding-left: 0px;
	padding-right: 5px
}
.LabelStyleN
{
	font-weight: bold;
	font-size: 11px;
	color: #777;
	font-family: tahoma;
	height: 11px;
	padding-bottom: 5px
}

.FileManagerTop
{
	vertical-align: top;
	text-align: left;

}
.FileManagerBottom
{
	vertical-align:top;
	text-align:left
}
.Table.FileManagerBottom td
{ 
	vertical-align:top
}

.FileManager
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	
	height:1000px;
}
.FileManager_ToolBar
{
	border-bottom: black 1px solid;
	height:25px;
}
.FileManager_Explorer
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
}

.FileManager_FileList 
{
	height:100%;
	border: dimgray 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
}

.FileManager_MessageBox 
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
	font-weight: bold;
	font-size: 11px;
	color: #777;
	border-bottom: dimgray 1px solid;
	font-family: Tahoma, Arial, Helvetica;
	height: 25px;
	background-color: #EEEEEE;
	
	
}
.Table.FileManager_Header td
{
	padding: 2px 10px 2px 10px
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: dimgray 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
	border-top: black 1px dashed;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: black 1px dashed;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffffff;	
}
.Table.FileManager_Item td
{
	padding: 2px 10px 2px 10px
}

.Table.FileManager_Item a.normal
{
	padding: 2px 10px 2px 0px
}

.Table.FileManager_AltItem a.normal
{
	padding: 2px 10px 2px 0px
}
.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #f8f8f8;
    border-style: none;
    
    
}
.Table.FileManager_AltItem td
{
	padding: 2px 10px 2px 10px
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}



.FileManagerTreeNode 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	background-color: #dcdcdc; 
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}


/* styles used in the Wizard Framework */
.LabelStyle
{
	font-weight: bold;
	font-size: 12px;
	color: #555;
	font-family: tahoma;
	height: 11px;
}

.LabelStyleBlack
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: tahoma;
	height: 11px;
}


.LabelStyleRed
{
	font-weight: bold;
	font-size: 11px;
	color:Red;
	font-family: tahoma;
	height: 11px;
}

.LabelStyleBlue
{
	font-weight: bold;
	font-size: 11px;
	color:Blue;
	font-family: tahoma;
	height: 11px;
}

.LabelStyleGray
{
	font-weight: bold;
	font-size: 11px;
	color: #777;
	font-family: tahoma;
	height: 11px;
}


.TenderMenuLabel
{
	font-weight: bold;
	font-size: 15px;
	color: #777;
	font-family: tahoma;
}
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	width: 750px;
	color: #777;
	border-bottom: black 1px solid;
	font-family: tahoma;
	height: 400px;
}

.WizardButton
{
	
	border-right: #ababab 1px solid;
	padding-right: 3px;
	border-top: #ababab 1px solid;
	padding-left: 4px;
	font-weight: bold;
	text-justify: inter-word;
	font-size: 11px;
	background-image: none;
	padding-bottom: 3px;
	vertical-align:middle;
	border-left: #ababab 1px solid;
	width: 90px;
	color: #6a6a6a;
	direction: ltr;
	text-indent: 0px;
	padding-top: 2px;
	border-bottom: #ababab 1px solid;
	font-family: tahoma;
	height: 35px;
	background-color: #efefef;
	text-align: left;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.WizardButtonSub , .WizardButtonSub a
{
	
	border-right: #ababab 1px solid;
	padding-right: 3px;
	border-top: #ababab 1px solid;
	padding-left: 4px;
	font-weight: bold;
	text-justify: inter-word;
	font-size: 11px;
	background-image: none;
	padding-bottom: 3px;
	vertical-align:middle;
	border-left: #ababab 1px solid;
	color: #6a6a6a;
	direction: ltr;
	text-indent: 0px;
	padding-top: 2px;
	border-bottom: #ababab 1px solid;
	font-family: tahoma;
	height: 35px;
	background-color: #efefef;
	text-align: left;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}


.WizardHeader
{
	margin-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	background: #ffffff;
	margin-bottom: 5px;
	color: #777;
	border-bottom: black 1px solid;
	font-family: tahoma;
	height: 60px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #ffffff;
	color: #777;
	font-family: tahoma;
	height: 40px;
	text-align: right;
	padding-left: 10px;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #777;
	padding-top: 10px;
	font-family: tahoma;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #ffffff;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	height: 300px;
}
.WizardText
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton, A.CommandButton:link, a.CommandButton:active
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}
 a.CommandButton:visited 
 {
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	
}   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	color: #003366;
	text-decoration: underline;
}

A.CommandButton:visited
{
	color: #003366;
	text-decoration: underline;
}

A.CommandButton:active
{
	color: #003366;
	text-decoration: underline;
}

A.CommandButton:hover
{
	color: #ff0000;
	text-decoration: underline;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-right: blue 0px solid;
	border-top: blue 0px solid;
	border-left: blue 0px solid;
	border-bottom: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: hand;
	height: 16px;
	background-color: transparent;
}

.ModuleTitle_MenuItem
{
	border-right: white 0px solid;
	border-top: white 1px solid;
	font-weight: bold;
	font-size: 9pt;
	border-left: white 0px solid;
	cursor: hand;
	color: black;
	border-bottom: white 1px solid;
	font-style: normal;
	font-family: Tahoma, Arial, Helvetica;
	background-color: transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #ffffff 0px solid;
	cursor: hand;
	border-bottom: #ffffff 0px solid;
	background-color: #ffffff;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

/* LEGACY STYLES from DNN 1-2 */
.HeadBg {
    background-color: #CCCCCC;
}

.TabBg {
    background-color: black;
}

.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/*=============MyProjects================*/

.table.MyProjectsDesc 
{
	background-color:Green
}
/**/
/*Tender - Grids Styles*/
/*------------Tender-------------*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*------------Grids--------------*/
.ActiveGridTable
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	width: 100%;
	
}
.ActiveGridHeader
{
	vertical-align:top;
	font-weight: bold;
	font-size: 11px;
	color: #777;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #efefef;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center
}
.ActiveGridItem
{
	border-top: black 1px dashed;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: black 1px dashed;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffffff;
	text-align:center;
	
	
}
.Table.ActiveGridItem td
{
	padding: 2px 10px 2px 10px;
	
}

.Table.ActiveGridItem a
{
	padding: 2px 10px 2px 10px;
	
	
}


.ActiveGridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	background-color: #eeeeee;
	border-bottom-style: none;
	text-align:center;
}
.Table.ActiveGridAlternatingItem td
{
	padding: 2px 10px 2px 10px;
	
}
.Table.ActiveGridAlternatingItem a
{
	padding: 2px 10px 2px 10px;
	
}
/*-------------------------------------------------------------------*/

.FinishedGridTable
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	width: 100%;
	
}
.FinishedGridHeader
{
	vertical-align:top;
	font-weight: bold;
	font-size: 11px;
	color: #777;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #efefef;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center
}
.FinishedGridItem
{
	border-top: black 1px dashed;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: black 1px dashed;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffffff;	
	
}
.Table.FinishedGridItem td
{
	padding: 2px 10px 2px 10px
}

.Table.FinishedGridItem a.normal
{
	padding: 2px 10px 2px 0px
}

.Table.FinishedGridAlternatingItem a.normal
{
	padding: 2px 10px 2px 0px
}
.FinishedGridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	background-color: #eeeeee;
	border-bottom-style: none;
}
.Table.FinishedGridAlternatingItem td
{
	padding: 2px 10px 2px 10px
}
/*------------------------------------------------------------------*/
.BidGridTable
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	width: 100%;
	
	
}
.BidGridHeader
{
	vertical-align:top;
	font-weight: bold;
	font-size: 11px;
	color: #777;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #d8e8ff;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center
}
.BidGridItem
{
	border-top: black 1px dashed;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: black 1px dashed;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffffff;	
	
}
.Table.BidGridItem td
{
	padding: 2px 10px 2px 10px
}

.Table.BidGridItem a.normal
{
	padding: 2px 10px 2px 0px
}

.Table.BidGridAlternatingItem a.normal
{
	padding: 2px 10px 2px 0px
}
.BidGridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	background-color: #eeeeee;
	border-bottom-style: none;
}
.Table.BidGridAlternatingItem td
{
	padding: 2px 10px 2px 10px
}
/*================================================================*/
.UnpublishedGridTable
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	width: 100%;
	
}
.UnpublishedGridHeader
{
	vertical-align:top;
	font-weight: bold;
	font-size: 11px;
	color: #777;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #efefef;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center
}
.UnpublishedGridItem
{
	border-top: black 1px dashed;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: black 1px dashed;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #ffffff;
	text-align: center	
	
}
.Table.UnpublishedGridItem td
{
	padding: 2px 10px 2px 10px
}

.Table.UnpublishedGridItem a.normal
{
	padding: 2px 10px 2px 0px
}

.Table.UnpublishedGridAlternatingItem a.normal
{
	padding: 2px 10px 2px 0px
}
.UnpublishedGridAlternatingItem
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma, Arial, Helvetica;
	border-right-style: none;
	border-left-style: none;
	background-color: #eeeeee;
	border-bottom-style: none;
	text-align: center	
}
.Table.UnpublishedGridAlternatingItem td
{
	padding: 2px 10px 2px 10px
}
/**/

.PagingTitleClass
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
}
.PagingPageClass
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}
.PagingNavigateClass
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}
.PagingLinkClass
{
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
}

.BestBidItemsGridFirstPlace 
{
	color: black;
	font-family: Tahoma, Arial, Helvetica;	
	font-weight: bold;
	font-size: 11px;
	height: 11px;
	 BACKGROUND-COLOR:#CCFFCC;
}
.BestBidItemsGridSecondPlace 
{
	color: black;
	font-family: Tahoma, Arial, Helvetica;	
	font-weight: bold;
	font-size: 11px;
	height: 11px;
	 BACKGROUND-COLOR: #FFFF99;
}
.BestBidItemsGridThirdPlace 
{
	color: black;
	font-family: Tahoma, Arial, Helvetica;	
	font-weight: bold;
	font-size: 11px;
	height: 11px;
	BACKGROUND-COLOR: #FF99CC;
}
.BestBidItemsGridLoserPlace 
{
	color: black;
	font-family: Tahoma, Arial, Helvetica;	
	font-weight: bold;
	font-size: 11px;
	height: 11px;
	BACKGROUND-COLOR: white;}



.BestBidGridTable
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	
}
.BestBidGridHeader
{
	vertical-align:top;
	font-weight: bold;
	font-size: 11px;
	color: #777;
	font-family: Tahoma, Arial, Helvetica;
	background-color: #d8e8ff;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center
}
.BestBidGridItem
{
	border-top: black 1px dashed;
	font-weight: normal;
	font-size: 11px;
	color: black;
	border-bottom: black 1px dashed;
	font-family: Tahoma, Arial, Helvetica;

	
}

