BODY, body, TD, td, .text, .TEXT 
{
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}

.HeaderBackground
{
  background: url(../Images/look/header_bg.jpg) #6d6e70 repeat-y;
}

.HeaderButtonsBackground, td.HeaderButtonsBackground
{
	background: url(../Images/look/header_bg.jpg) #6d6e70 repeat-y;  
}

.PopupHeaderBackground
{
  background: url(../../Images/Look/header_bg.jpg) #6d6e70 repeat;
}

td.MainContentCellDefault
{
  border: 0px;
  padding: 0px;
}

td.MainContentCellError
{
  border: red 1px solid;
  padding: 1px;
}

.LabelBold
{
	font-weight: bold;
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
}

.LabelBoldInactive
{
	font-weight: bold;
	font-size:12px;
	color: darkGray;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
}

.LabelBoldUnderlined
{
	font-weight: bold;  
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
	text-decoration: underline;
}

.TextBoxEdit
{
	color: navy;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	/*NOTE: absence of background-color makes the border blue - consistent w/drop-downs */
	/*background-color: white;*/
}



.TextRightAlignEdit
{
	color: navy;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	text-align: right;
}

/* Currently used for Project Title on project summary */
.TextBoxEditBold
{
	color: firebrick;
	font-weight: bold;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}

.TextBoxView
{
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
  vertical-align: middle;
}

.TextBoxViewWrap
{
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	vertical-align: middle;
	width:150px;
	height:150px;
	overflow:scroll;
}
.TextBoxViewItalic
{
  color: Black;
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: italic;
	background-color: transparent;
  vertical-align: middle;
}

.TextBoxViewItalicBold
{
  color: Black;
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: italic;
  font-weight: bold;
	background-color: transparent;
  vertical-align: middle;
}

.TextRightAlignView
{
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	vertical-align: middle;
	text-align: right;
}

.TextRightAlignViewItalic
{
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-style: italic;
	background-color: transparent;
	vertical-align: middle;
	text-align: right;
}

.TextBoxViewLink
{
	color: black;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
  text-decoration: underline;
}
A.TextBoxViewLink:link
{
	color: black;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  text-decoration: underline;
}
A.TextBoxViewLink:visited
{
	color: black;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  text-decoration: underline;
}
A.TextBoxViewLink:hover
{
	color: black;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  text-decoration: underline;
}

/* Currently used as Project Title on Project Summary */
.TextBoxViewBold
{
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  text-transform: uppercase;
  color: firebrick;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  background-color: transparent;
}

.TextBoxEditTR
{
  height:22px;
}

.TextBoxViewTR
{
  height:21px;
}

/* Used as category heading (ex. Subject Categories, Author Sales Track) */
.SectionLabel
{
	font-weight: bold;
	font-size:12px;
	color:Navy;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
}

/* Use this for SORT LinkButton style in datagrid headers */
.LinkButtonSort
{
  font-weight: bold;
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  background-color: transparent;
  text-decoration:none;
}
A.LinkButtonSort:link
{
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}
A.LinkButtonSort:visited
{
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}
A.LinkButtonSort:hover
{
  font-size: 12px;
  color: black;
  text-decoration: underline;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}
.DataGrid
{
  border-right: 0px;
  border-left: 0px;
}
.DataGridHeader
{
  padding-left: 5px;
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color: black;
  background-color: #bee2b2; /*#bee2b2; #D8E9B6; -old rotten green*/
  /*border-color: #D8E9B6;*/
  border-bottom: 1px solid #9DD4A1;
  border-top: 1px solid #9DD4A1;
  border-right: 0px;
  height: 20px;
}

.DataGridHeaderTransparent
{
	font-weight: bold;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	color:black;
	background-color: Transparent;
  border: 0px;	
  border-bottom: 1px;
  border-top: 1px;
  border-right: 0px;
	height: 20px;
}

.DataGridHeaderSortedASC
{
  background-image: url(../Img/Common/sort_asc.gif);
  background-repeat:no-repeat;  
  background-position: left center;
  font-weight: bold;
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  background-color: #9DD4A1; 
  /*border-color: #9DD4A1;*/
  border-bottom: 1px solid #9DD4A1;
  border-top: 1px solid #9DD4A1;
  border-right: 0px;
  text-decoration: underline;
  text-indent: 12px;
}

.DataGridHeaderSortedDESC
{
  background-image: url(../Img/Common/sort_desc.gif);
  background-repeat:no-repeat;  
  background-position: left center;
  font-weight: bold;
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  background-color: #9DD4A1; 
  /*border-color: #9DD4A1;*/
  border-bottom: 1px solid #9DD4A1;
  border-top: 1px solid #9DD4A1;
  border-right: 0px;
  border-color: #9DD4A1;
  text-decoration: underline;
  text-indent: 12px;
}
.DataGridItem
{
  padding-left: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	height: 21px;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.DataGridItemNoGridLines
{
  padding-left: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-weight:normal;
	background-color: transparent;
	height: 21px;
}
.DataGridItemInactive
{
  padding-left: 5px;
	font-size: 12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	color: Red;
	background-color: transparent;
	height: 21px;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.DataGridItemSorted
{
  padding-left: 5px;
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  background-color: #E6E6E6;
  height: 21px;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.DataGridItemHover
{
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  background-color: #9ADFFE;  /*#AAAACC;  #BEE2B2;*/
  height: 21px;
  cursor: pointer;
  border-bottom: 1px solid #9ADFFE;
  border-top: 1px solid #9ADFFE;
}
.DataGridItemHoverInSortedGrid
{
  padding-left: 5px;
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  background-color: #9ADFFE; /*#AAAACC;  #BEE2B2;*/
  height: 21px;
  cursor: pointer;
  border-bottom: 1px solid #9ADFFE;
  border-top: 1px solid #9ADFFE;
}
/* used against white background (ex. comments, elements, subjects click lists) */
.DataGridItemSelected
{
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  /*background-color: #BEE2B2;*/
  background-color: #FFFFFF;
  background-image: url(../img/FileManager/selected_item_bg.gif);  
  border-bottom: 1px solid #9ADFFE;
  border-top: 1px solid #9ADFFE;
  border-right: 0px;  
  height: 21px;
}
/* used against sectionheader content background */
/* where grid sorting also takes place (ex. Participant Summary) */
.DataGridItemSelectedInSortedGrid
{
  padding-left: 5px;
  font-size: 12px;
  color: black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  text-decoration: none;
  /*background-color: #BEE2B2;*/ /*#BEE2B2; #dddddd;*/  /* light gray */
  background-color: #FFFFFF;
  background-image: url(../img/FileManager/selected_item_bg.gif);  
  /*border-bottom-style: outset;
  border-top-style: outset;*/
  border-bottom: 1px solid #9ADFFE;
  border-top: 1px solid #9ADFFE;
  border-right: 0px;  
  height: 21px;
}
.DataGridFooter
{
	font-weight: bold;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	color:black;
	background-color: Transparent;
	height: 20px;
	text-align: right;
}
.RadioButtonText
{
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-weight:bold;
  color:Black;
  background-color: Transparent;    
}

.RadioButtonFilter
{
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-weight:bold;
  color:Navy;
  background-color: Transparent;
}

.CheckBoxText
{
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-weight:bold;
  color:Black;
  background-color: Transparent;    
}

.ButtonText
{
  font-size:14px;
  font-weight:bold;
  font-family: Arial Narrow, Verdana, Arial, Times New Roman, MS Sans Serif;
  color:Black;
}

.ButtonTextSmall
{
  font-size:11px;
  font-weight:bold;
  font-family: Arial, Times New Roman, MS Sans Serif;
  color:Black;
}

TD.ImageLinkCell,.ImageLinkCell
{
  vertical-align: middle;
  height: 20px;
  background: url(../images/Look/hdr-btns-bkgnrd.gif) repeat-x 0% bottom;
}

.ImageLink
{
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  color: White;
  /*background: url(../images/Look/hdr-btns-bkgnrd.gif) repeat-x;*/
  background: transparent;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  /*border-top-width: 0px;
  border-top-color: silver;
  border-bottom-width: 0px;
  border-bottom-color: silver;
  border-right-width: 0px;
  border-right-color: silver;
  border-left-width: 0px;
  border-left-color: darkgray;  */
}

A.ImageLink:visited
{
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  color: White;
  /*background: url(../images/Look/hdr-btns-bkgnrd.gif) repeat-x;*/
  background: transparent;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  /*border-top-width: 0px;
  border-top-color: silver;
  border-bottom-width: 0px;
  border-bottom-color: silver;
  border-right-width: 0px;
  border-right-color: silver;
  border-left-width: 0px;
  border-left-color: darkgray;  */
}

A.ImageLink:link
{
  vertical-align: middle;
  font-size: 12px;
  text-decoration: none;
  color: White;
  /*background: url(../images/Look/hdr-btns-bkgnrd.gif) repeat-x;*/
  background: transparent;
  font-weight: bold;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  /*border-top-width: 0px;
  border-top-color: silver;
  border-bottom-width: 0px;
  border-bottom-color: silver;
  border-right-width: 0px;
  border-right-color: silver;
  border-left-width: 0px;
  border-left-color: darkgray;  */
}

A.ImageLink:hover
{
  font-size: 12px;
  color:Black;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}

/* Used for row selection links w/Bold text (ex. Project Elements, Comments) */
.LinkButtonLabelNoUnderline
{
	font-weight: bold;
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderline:visited
{
	font-weight: bold;
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderline:link
{
	font-weight: bold;
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderline:hover
{
	font-weight: bold;
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
  text-decoration: none;
}

.LinkButtonLabelNoUnderlineInactive
{
	font-weight: bold;
	font-size:12px;
	color: red;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderlineInactive:visited
{
	font-weight: bold;
	font-size:12px;
	color: red;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderlineInactive:link
{
	font-weight: bold;
	font-size:12px;
	color: red;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderlineInactive:hover
{
	font-weight: bold;
	font-size:12px;
	color: red;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
	text-align: right;
  text-decoration: none;
}

/* Used for row selection links within data grid (ex. Participant Summary, Peer Review) */
.LinkButtonLabelNoUnderlineNoBold
{
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderlineNoBold:visited
{
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderlineNoBold:link
{
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
  text-decoration: none;
}

A.LinkButtonLabelNoUnderlineNoBold:hover
{
	font-size:12px;
	color: black;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
  text-decoration: none;
}

/* Used for validation messages on the screen ***/
.ValidationMsg
{
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  background-color: Transparent;
}

/* Used for Number of Rows Retrieved messages - on search pages ***/
.InfoMsgBold
{
  font-size: 11px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: italic;
  font-weight: bold;  
}

.InfoMsg
{
  font-size: 11px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: italic;
}

.InfoMsgValid
{
  font-size: 10px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color: Navy;
}

.InfoMsgInvalid
{
  font-size: 10px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color: Red;
}

/* Used for Note messages - ex. LinkedContactItems dialog */
.NoteMsg
{
  font-size: 11px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color: Navy;
}

.WarningMsg
{
  font-size: 11px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: italic;
  color: Maroon;
}

.PageTitle
{
  font-size: 13pt;
  color: #000000;
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
	
  /*font-size: 14px;
  color: #ffffff;
  background-color: #757495;
  background-image: url(../img/Snap/snap_headerBg.gif);
  font-family: Tahoma;
  font-weight: bold;
  cursor: default;
  padding: 2px;
  vertical-align: middle;*/
}

.ModuleHeader
{
  font-size: 18pt;
  color: #FFFFFF;
  font-family: 'Trebuchet MS' , Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Trebuchet MS';
  font-weight: bold;
}

A:link
{
  color: blue;
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}

A:visited
{
  color: blue;
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}

A:hover
{
  color: blue;
  font-size: 12px;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}


/******* TEMP MENU *********/
/* TEMP TaqNetMenu - uppermost black menu */
A.TempMenuItem:link
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	color:white;
	background-color: black; 
  text-decoration: none;
}
A.TempMenuItem::visited
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	color:white;
	background-color: black; 
  text-decoration: none;
}
A.TempMenuItem:hover
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color:DarkOrange;
	background-color: black; 
  text-decoration: none;
}
/* TEMP TaqNetMenu - uppermost menu selected */
TempMenuItemSelected
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color:black;
	background-color: silver; 
  text-decoration: none;
}
A.TempMenuItemSelected:link
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color:black;
	background-color: Beige; 
  text-decoration: none;
}
A.TempMenuItemSelected::visited
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	color:black;
	background-color: Beige; 
  text-decoration: none;
}
A.TempMenuItemSelected:hover
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color:DarkOrange;
	background-color: Beige; 
  text-decoration: none;
}
/* TEMP TaqNetMenu - uppermost black menu's submenu */
A.TempSubMenuItem:link
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color:black;
	background-color: Beige; 
  text-decoration: none;
}
A.TempSubMenuItem::visited
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	color:black;
	background-color: Beige; 
  text-decoration: none;
}
A.TempSubMenuItem:hover
{
	font-weight: bold;
	font-size:13px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  color:DarkOrange;
	background-color: Beige; 
  text-decoration: none;
}


/******* SECTION HEADER *********/
.SectionHeader
{
  background-color: #003768;
}

.SectionHeaderError
{
  background-color: red;
}

.ContentArea
{
	background: #eeeeee url(../Images/look/contentarea_bg.jpg) repeat-x;
}

/******** Project Participant Link Style **********/
.ProjectParticipantLink
{
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  color: firebrick;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-weight: bold;
  background-color: transparent;
}

A.ProjectParticipantLink:visited
{
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  color: firebrick;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-weight: bold;
  background-color: transparent;
}

A.ProjectParticipantLink:link
{
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  color: firebrick;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-weight: bold;
  background-color: transparent;
}

.VerticalMiddle
{ 
  vertical-align: middle;
}

.VertialTop
{
  vertical-align: top;
}

.HorizontalMiddle
{
  vertical-align: top;
  text-align: center;
}

/******** Linkbutton Bold style - no change in style after visiting link **********/
.LinkButtonBold
{
  font-size: 12px;
  vertical-align: middle;
  color: firebrick;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-weight: bold;
  background-color: transparent;
}

A.LinkButtonBold:visited
{
  font-size: 12px;
  vertical-align: middle;
  color: firebrick;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-weight: bold;
  background-color: transparent;
}

A.LinkButtonBold:link
{
  font-size: 12px;
  vertical-align: middle;
  color: firebrick;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	font-weight: bold;
  background-color: transparent;
}

/* White Title label within the section header */
.SectionHeaderTitleLabel, .SectionHeaderTitleLabel span
{
  font-size: 10pt;
  height: 13pt;
  color: #ffffff;
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
  text-decoration: none;
}

/* White Title link button within the section header */
.SectionHeaderTitleLink
{
  font-size: 10pt;
  height: 13pt;
  color: #ffffff;
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
}

A.SectionHeaderTitleLink:visited
{
  font-size: 10pt;
  height: 13pt;
  color: #ffffff;
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
}

A.SectionHeaderTitleLink:link
{
  font-size: 10pt;
  height: 13pt;
  color: #ffffff;
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
}
A.SectionHeaderTitleLink:hover
{
  font-size: 10pt;
  height: 13pt;
  color: #ccffff; /*light bright blue*/
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
}

/* Section header buttons to the right (Edit/View/etc.) */
.SectionHeaderButton
{
  text-decoration: none;
  font-size: 10pt;
  color: #ffffff;
  background: #1253A3; /*#1972CD; */
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
}
A.SectionHeaderButton:link
{
  text-decoration: none;
  font-size: 10pt;
  color: #ffffff;
  background : #1972CD;
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
}
A.SectionHeaderButton:visited
{
  text-decoration: none;
  font-size: 10pt;
  color: #ffffff;
  background : #1972CD;
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
}
A.SectionHeaderButton:hover
{
  text-decoration: none;
  font-size: 10pt;
  color: black;
  background : #1972CD;
  font-family:  Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: 'Verdana';
	font-weight: bold;
}

.EditViewCell, td.EditViewCell
{
  color: #eeeeee;
	width : 52px;
}

.SectionHeaderSpacerCell
{
  width: 4px;  
}

.SectionHeaderBottomDividerSpace
{
  height: 6px;
}

.ParticipantListContainer
{
  border: Solid 1 #ffffff;
  background-color: #dddddd;
}

.ListContainer
{
  border: Solid 1 darkgray;
  background-color: #ffffff;
}

/******* MENU stuff *********/
.TopGroup
{
  background-color:black;
  /*border:solid 1px gray;*/
}

.MenuGroup
{
  background-color:black;
  border:solid 1px gray;
}

.MenuItem 
{
  color:white; 
  background-color:black;
	font-weight: bold;
	font-size:11px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: normal;
  cursor:default;
}

.MenuItemHover 
{
  color:black; 
  background-color:silver; 
	font-weight: bold;
	font-size:11px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: normal;
  cursor:default;
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:black; 
	font-weight: bold;
	font-size:11px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: normal;
  cursor:default;
}

.DisabledMenuItemHover 
{
  color:Gray; 
  background-color:silver; 
	font-weight: bold;
	font-size:11px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-style: normal;
  cursor:default;
}

.MenuBreak
{
  padding:0px; 
}

/* menu icon */
.MenuIcon
{
  background-color: #333333; 
  border-left: #333333 1px solid; 
  border-bottom: #333333 1px solid; 
  border-top: #333333 1px solid; 
  text-align: left; 
  width: 15px;
  height: 20px;
}

/* submenu */
.MenuSubMenu
{
  font-weight: bold;
  font-size: 10pt;
  font-style: normal;
  color: white;
  font-family: 'Trebuchet MS' , Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  background-color: #333333;
  /*border-bottom: #404040 0px solid; 
  border-left: #FF8080 0px solid; 
  border-top: #FF8080 0px solid; 
  border-right: #404040 0px solid;*/
}

/* menu break */
/*.MenuBreak
{
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}
*/
.MenuItemSelect
{
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
  font-family: 'Trebuchet MS' , Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font-style: normal;
	background-color: #CCCCCC; 
}

/* menu arrow */
.MenuArrow
{
	font-family: webdings; 
	font-size: 10pt; 
	border-right: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	border-top: #333333 0px solid;
}

/* root arrow */
.MenuRootArrow
{
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	font-size: 10pt;
	border-bottom: #333333 1px solid;
	font-family: webdings;
}

/* HEADER BUTTONS */
/* menu container */
/*border-bottom: #a0a0a0 1px solid;*/
.HeaderButtonContainer
{
  border-right: #a0a0a0 1px solid;
  border-top: #a0a0a0 1px solid;
  background-image: url(../images/Look/hdr-btns-bkgnrd.gif);
  border-left: #a0a0a0 1px solid;
  border-bottom: #a0a0a0 1px solid;
  text-align: center;
}

/* menu bar */
.HeaderButtonMenuBar
{
	height: 20px;
}

/* menu item */
.HeaderButtonMenuItem
{
  font-weight: bold;
  font-size: 12px;
  color: white;
  font-family: 'Trebuchet MS' , Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  border-top-width: 0px;
  border-top-color: silver;
  border-bottom-width: 0px;
  border-bottom-color: silver;
  border-right-width: 0px;
  border-right-color: silver;
  border-left-width: 0px;
  border-left-color: darkgray;
}

/* menu icon */
.HeaderButtonMenuIcons
{
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: darkgray;
	width: 25px;
	height: 25px;
}

/* submenu */
.HeaderButtonSubMenu
{
	background-color: silver;
}

/* menu break */
.HeaderButtonBreak
{
  background-image: url(../images/Look/hdr-btns-divider.gif);
  border-right: gray 0px solid;
  border-top: white 1px solid;
  border-left: white 0px solid;
  border-bottom: gray 1px solid;
  height: 1px;
}

/* menu item select */
/* 	background-color: #2A3A71; */
.HeaderButtonItemSelect
{
  font-weight: bold;
  font-size: 12px;
  color: black;
  font-family: 'Trebuchet MS' , Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  background-color: transparent;
}

/* menu arrow */
.HeaderButtonMenuArrow
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 10pt;
	border-bottom: silver 1px solid;
	font-family: webdings;
}

/* root arrow */
.HeaderButtonRootArrow
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 10pt;
	border-bottom: silver 1px solid;
	font-family: webdings;
}

/* Import Status */
.ImportStatusCell
{
  background-image: url(../Img/Common/status_separator.gif); 
  /*padding-left: 5px;*/
}

.ImportStatusNode
{ 
  font-family: verdana; 
  font-size:12px;  
  font-weight: bold;
  color: #999999;
  text-decoration:none;
  padding:3px;
} 

.ImportStatusNodeSelected
{ 
  font-family: verdana; 
  font-size:12px;  
  font-weight: bold;
  color: Black;
  text-decoration:none;
  padding:3px;
} 

/***** Quick Search *****/
.QuickSearchBorder
{
   background-color: black;
   width:1px;
   height:1px;
}

.QuickSearchBackgound
{
   background-color: #eeeeee;
}

.QuickSearchHeader
{
  font-size: 10pt;
  color: #000000;
  font-family: Trebuchet MS , Verdana, Helvetica, Arial, MS Sans Serif , Sans-Serif;
  font-weight: bold;
}
.QuickSearchDropDown
{
  color: Navy;
  font-size: 8pt;
  font-family: Verdana, Helvetica, Arial, MS Sans Serif , Sans-Serif;
}

.QuickSearchAreas
{
  font-size: 8pt;
  color: #000000;
  font-family: Trebuchet MS , Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: Trebuchet MS;
}

.QuickSearchEntry
{
  font-size: 8pt;
  color: Navy;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font: Trebuchet MS;
}

.QuickSearchTR
{
  height: 20px;
}

.MultiListBox
{
	behavior: url(../CSS/BehaviorListbox.htc);
}

.rowover 
{
	behavior: url(../CSS/rowover_js.htc);
}

/******** Tree View *********/
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.TreeNode
{ 
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-size: 12px; 
  font-weight: bold;
  padding-top: 1px;
  padding-left: 1px; 
  cursor: default; 
  height: 18px;
}

.TreeNodeRow 
{ 
  background-color: Transparent; 
  width: 100%; 
  height: 18px;
  /*border:1px; 
  border-color:#EEEEEE; 
  border-bottom-color:white; 
  border-style:solid;*/
}

.HoverTreeNodeRow
{ 
  background-color: #9ADFFE;   /*#CCCCCC; */
  width: 100%; 
  height: 18px;
  /*border:1px; 
  border-color:#CCCCCC; 
  border-bottom-color:white; 
  border-style:solid;*/
}

.SelectedTreeNodeRow
{ 
  width: 100%; 
  height: 18px;
  background-color: #FFFFFF;  /* #AAAACC; */
  background-image: url(../img/FileManager/selected_item_bg.gif);  
  /*border:1px; 
  border-color:#AAAACC; 
  border-bottom-color:white; 
  border-style:solid;*/
}

.HoverTreeNodeNotIE
{ 
  background-color: transparent; 
  /*text-decoration: underline;*/
  height: 18px;
  border:1px; 
  border-color:#9ADFFE;   /*#CCCCCC; */
  /*border-bottom-color:white;*/
  border-style:dotted;
}

.SelectedTreeNodeNotIE
{ 
  background-color: transparent; 
  /*text-decoration: underline;*/
  font-weight: bold;
  height: 18px;
  border:1px; 
  border-color: #9ADFFE;   /*#AAAACC; */
  /*border-bottom-color:white;*/
  border-style:solid;
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  font-size: 12px;
  font-weight: bold;
}
  
/****** New Grid Styles *****/
.Grid 
{ 
  background-color: #FFFFFF; 
  border: 1px solid #7C7C94; 
  border-bottom: 2px solid #7C7C94; 
  font-family: Verdana; 
  font-size: 12px; 
  cursor:default;
}

.GridLisa
{ 
	background: #eeeeee url(../Images/look/contentarea_bg.jpg) repeat-x;
	background-color: transparent;
  border: 1px solid #7C7C94; 
  border-bottom: 2px solid #7C7C94; 
  font-family: Verdana; 
  font-size: 12px; 
  cursor:default;
}

.GridHeader
{
  background-image: url(../img/Grid/grid_headerBg.gif); 
  background-color: #8988A5; 
  height: 20px;
  padding-left: 3px;
  cursor: default;
}

.GridHeaderText
{
  color: #FFFFFF;  
  font-family: verdana; 
  font-size: 11px; 
}

.GroupByText
{
  color: #FFFFFF; 
  font-size: 11px;
  font-weight: bold; 
  padding-right: 5px;
}

.GroupingNotificationText
{
  color: #FFFFFF; 
  font-size: 10pt;  
  font-family: verdana; 
  font-weight: bold; 
}

.GroupByCell
{
  height: 20px;
}

.HeadingRow 
{ 
  background-color: #E0DFE3; 
  background-image: url(../img/Grid/header_rowBg.gif);   
}

.HeadingCell 
{ 
  background-image: url(../img/Grid/header_bg.gif);   
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
}

.HeadingCellHover
{ 
  background-image: url(../img/Grid/header_hoverBg.gif);   
  background-color: #F6F6F7; 
}

.HeadingCellActive
{ 
  background-image: url(../img/Grid/header_activeBg.gif);   
  background-color: #F6F6F7;  
}

.HeadingRow td.FirstHeadingCell
{ 
  background-image: url(../img/Grid/header_bg.gif); 
  /*background-image: url(../img/Grid/header1stCell_bg.gif); */
}

.HeadingCellText
{
  font-family: verdana; 
  font-size: 12px; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
}

.Row 
{ 
  background-color: #FFFFFF; 
}

.Row td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-bottom: 1px solid #EAE9E1; 
  font-family: verdana; 
  font-size: 12px; 
} 

.Row td.LastDataCell 
{ 
  background-color: #EFEFF4; 
} 

.SortedDataCell 
{ 
  background-color: #F5F5F5; 
} 

.HoverRow 
{ 
  cursor: default; 
}

.HoverRow td.DataCell 
{ 
  background-color: #E6E6EE; 
  padding: 3px; 
  padding-right: 3px; 
  padding-left: 3px; 
  padding-top: 2px; 
  padding-bottom: 1px; 
  border-right: 0px; 
  border-bottom: 1px solid #9495A2; 
  font-family: verdana; 
  font-size: 12px; 
  cursor: default; 
} 

.HoverRow td.FirstDataCell 
{ 
  padding-left: 3px; 
} 

.HoverRow td.LastDataCell 
{ 
  border-right: 1px solid #9495A2; 
  border-bottom: 1px solid #9495A2; 
  padding-right: 3px; 
} 

.SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.SelectedRow td.DataCell 
{ 
  background-color: #FFEEC2; 
  padding: 3px; 
  padding-right: 3px; 
  padding-left: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
  font-family: verdana; 
  font-size: 12px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
}

.SelectedRow td.FirstDataCell 
{ 
  background-color: #FFEEC2; 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 3px; 
  padding-right: 3px; 
  padding-top: 1px; 
  padding-bottom: 1px; 
}

.SelectedRow td.LastDataCell 
{ 
  background-color: #FFEEC2; 
  border-right: 1px solid #4B4B6F; 
}

.GroupHeading
{
  color: #706F91; 
  background-color: #FFFFFF; 
  font-family: verdana; 
  font-weight: bold;
  font-size: 11px; 
  border-bottom: 2px solid #A5A4BD; 
  padding-top: 10px;
  padding-bottom: 3px;
}

.SliderPopup
{
  background-color: #FFF4D7; 
  border: 1px solid #4B4B6F; 
  border-top-color: #9495A2; 
  border-left-color: #9495A2; 
  width: 288px;
  height: 60px;
}

.GridFooter
{
  cursor: default; 
  padding: 5px;
  /*height: 48px;*/
  vertical-align: bottom;
}

.GridFooterText
{
  color: #000000;  
  font-family: verdana; 
  font-size: 11px;
}

.ScrollBar
{
  background-image: url(../img/Grid/scroller/scroller_bg.gif); 
}

.ScrollGrip
{
  background-image: url(../img/Grid/scroller/scroll_gripBg.gif); 
}

/* Snap */
.SnapHeader
{
  color: #ffffff;
  background-color: #757495;
  background-image: url(../img/Snap/snap_headerBg.gif); 
  border: 1px solid #57566F; 
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font-weight: bold;
}

.SnapHeaderError
{
  color: #ffffff;
  background-color: red;
  border: 1px solid #57566F; 
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font-weight: bold;
}

.SnapHeaderText
{
  font-size: 11px;
  height: 10pt;
  color: #ffffff;
  /*background-color: #757495;
  background-image: url(../img/Snap/snap_headerBg.gif); */
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font-weight: bold;
  cursor: default;
  vertical-align: middle;
}

.SnapHeaderCollapsedText
{
  font-size: 11px;
  height: 10pt;
  color: #777777;
  /*background-color: #E0DFE3;
  background-image: url(../img/Snap/snap_headerCollapsedBg.gif); */
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font-weight: bold;
  cursor: default;
  vertical-align: middle;
}

.SnapHeaderCollapsedTitleLink
{
  font-size: 11px;
  height: 10pt;
  color: #777777;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
	cursor: default;
  vertical-align: middle;
}

A.SnapHeaderCollapsedTitleLink:visited
{
  font-size: 11px;
  height: 10pt;
  color: #777777;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
	cursor: default;
  vertical-align: middle;
}

A.SnapHeaderCollapsedTitleLink:link
{
  font-size: 11px;
  height: 10pt;
  color: #777777;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
	cursor: default;
  vertical-align: middle;
}

A.SnapHeaderCollapsedTitleLink:hover
{
  font-size: 11px;
  height: 10pt;
  color: Black;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
	cursor: default;
  vertical-align: middle;
}

/* White Title link button within the snap header */
.SnapHeaderTitleLink
{
  font-size: 11px;
  height: 10pt;
  color: #ffffff;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
	cursor: default;
  vertical-align: middle;
}

A.SnapHeaderTitleLink:visited
{
  font-size: 11px;
  height: 10pt;
  color: #ffffff;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
	cursor: default;
  vertical-align: middle;
}

A.SnapHeaderTitleLink:link
{
  font-size: 11px;
  height: 10pt;
  color: #ffffff;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
	cursor: default;
  vertical-align: middle;
}

A.SnapHeaderTitleLink:hover
{
  font-size: 11px;
  height: 10pt;
  color: Black;
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
	cursor: default;
  vertical-align: middle;
}

/* Snap header buttons to the right (Edit/View/etc.) */
.SnapHeaderButton
{
  text-decoration: none;
  font-size: 11px;
  height: 10pt;
  color: #ffffff;
  /*background: #1253A3;*/ /*#1972CD; */
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
  vertical-align: middle;
}
A.SnapHeaderButton:link
{
  text-decoration: none;
  font-size: 11px;
  height: 10pt;
  color: #ffffff;
  /*background : #1972CD;*/
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
  vertical-align: middle;
}
A.SnapHeaderButton:visited
{
  text-decoration: none;
  font-size: 11px;
  height: 10pt;
  color: #ffffff;
  /*background : #1972CD;*/
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
  vertical-align: middle;
}
A.SnapHeaderButton:hover
{
  text-decoration: none;
  font-size: 11px;
  height: 10pt;
  color: black;
  /*background : #1972CD;*/
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
	font-weight: bold;
  vertical-align: middle;
}

.SnapHeaderCollapsed
{
  color: #777777;
  background-color: #E0DFE3;
  background-image: url(../img/Snap/snap_headerCollapsedBg.gif); 
  border: 1px solid #777777; 
  font-family: Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif;
  font-weight: bold;
}

.SnapContent
{
  font-family: verdana;
  font-size: 11px;
  padding: 3px;
  border: 1px solid #57566F;
  border-top-width: 0px;
  background-color: white;
  cursor: default;
}

.SnapFooter
{
  height: 6px;
  background-color:Transparent;
}

.Dock
{
  padding:10px;
  /*border:#AFAFAF 1px solid;*/
  background-color:#D1D1D1;
  /*background-color:Transparent;*/
}

.Links
{
  list-style-image:none;
  color:Black;
  font-size:11px;
}

.SnapMenuTopGroup
{
  cursor:default; 
  border: 0px;
  font-weight:bold;
}

.SnapMenuGroup
{
  background-color:#F5F5F5;
  border:1px #4E5358 solid; 
  border-style:solid;
  cursor:default; 
}

.SnapMenuItem
{
  border: 1px solid #F5F5F5; 
  color:#00025C;
  font-family:Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif; 
  font-size:11px; 
  cursor:default; 
}

.SnapMenuItemHover 
{
  background-color:#FFEEC2; 
  color: #333333;
  border: 1px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:Verdana, Helvetica, Arial, 'MS Sans Serif' , Sans-Serif; 
  font-size:11px; 
  cursor:default; 
}

/* Tab Strip */
.TabTopGroup
{
  z-index:99;
  position:relative;
  background-color: transparent;
}

.DefaultTab 
{
  color:black; 
  background-image: url(../img/Tab/tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(../img/Tab/hover_tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(../img/Tab/selected_tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.DisabledTab 
{
  color:#AAAAAA; 
  background-image: url(../img/Tab/tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.TabMultiPage
{
  background-color: #eeeeee;
  border: 1px solid #919B9C;
  /*width:487px;*/
  height:260px;
  position:relative;
  padding: 5px;
  top:-3px;
  left:1px;
  z-index:98;
}

.TabPageContent
{
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
}

/* Modal Popup */
.dialog 
{
	/*background-color:#ffffdd;*/
  background-color: #c0c0c0; 
	border-width:2px;
	border-style:solid;
	border-color:Black;
	padding:1px;
  display:block;
  visibility:visible;
}
.dialogHidden 
{
	/*background-color:#ffffdd;*/
  background-color: #c0c0c0; 
	border-width:2px;
	border-style:solid;
	border-color:Black;
	padding:1px;
  display:none;
  visibility:hidden;	
}
.dialogHeader
{
	cursor:move;
}
.dialogTitle
{
	font-weight: bold;
	font-size:12px;
	color: black;
	padding-bottom: 1px;
	padding-top: 1px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
	background-color: transparent;
}

.iFrameCss
{
  overflow:auto;
  /*width:550px;
  height:480px;*/
  padding:0px;
  margins:0px;
}

/* Processing Message Dialog */
.dialogProcessing
{
  background-color: gainsboro;
  border-width: 2px;
  border-style: solid;
  border-color: Black;
  padding: 3px;
  display: block;
  visibility: visible;
}

/* Progress Panel */
/* To Hide background while Updating panel */
.progressBackgroundFilter {
  position:fixed;
  top:0px; 
  bottom:0px; 
  left:0px;
  right:0px;
  overflow:hidden; 
  padding:0; 
  margin:0; 
  height: 100%;
  background-color: Gray; 
  filter:alpha(opacity=60); 
  opacity:0.6;
  z-index:100; 
} 

/* This should be your progress panel */
.progressFront 
{
  position:absolute;
  z-index:200; 
}

/* ComboBox */
.comboBox 
{ 
  border: 1px solid #A6A7AA; 
  background-color: white; 
}

.comboBoxHover
{ 
  border: 1px solid #555555; 
  background-color: white; 
}

.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  cursor: default;
}

.comboTextBox
{
  border: 0px;
  padding-left: 1px;
  padding-right: 1px;
	color: navy;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
  cursor: default;
}

.comboItem
{
  /*font-family: Verdana; 
  font-size: 11px; */
  padding: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
	color: navy;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}

.comboItemHover
{
  background-color: #B2B4BF; 
  /*background-image: url(images/comboItemBg.gif);*/
  /*font-family: Verdana; 
  font-size: 11px; */
  /*border: 1px solid #B2B4BF;*/
  padding: 0px;
  padding-top: 1px;
  padding-bottom: 1px;
	color: black;
	font-size:12px;
	font-family: Verdana, Arial, Times New Roman, MS Sans Serif;
}

/* File Manager */
/* TreeView styles  */
.FileManagerTreeView
{
  background-color: #ffffff;
  border: 1px solid #ACACAC;
  border-top-width: 0px;
  padding-top:1px;
  padding-left:1px;
  cursor:default;
}

.FileManagerTreeNode
{
  font-family: tahoma;
  font-size: 11px;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px;
  padding-right: 3px;
}

.FileManagerGrayedTreeNode
{
  font-family: tahoma;
  font-size: 11px;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px;
  padding-right: 3px;
  color:gray;
  cursor:default;
}

.FileManagerHoverTreeNode
{
  font-family: tahoma;
  font-size: 11px;
  text-decoration:underline;
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px;
  padding-right: 3px;
  cursor: default;
}

.FileManagerSelectedTreeNode
{
  background-image: url(../img/FileManager/node_bg.gif);
  font-family: tahoma;
  font-size: 11px;
  border: solid 1px #9ADFFE;
  padding-top:1px;
  padding-bottom:0px;
  padding-left: 2px;
  padding-right: 2px;
  cursor: default;
}

.FileManagerHoverPopupTreeNode
{
  background-color: White;
  font-family: tahoma;
  font-size: 11px;
  border: solid 1px black;
  padding-top:1px;
  padding-bottom:1px;
  padding-left: 2px;
  padding-right: 2px;
  position: absolute;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
  cursor: default;
}

.FileManagerHoverPopup
{
  background-image: url(../img/FileManager/node_bg.gif);
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
  font-family: tahoma;
  font-size: 11px;
  border: solid 1px #9ADFFE;
  padding-top:1px;
  padding-bottom:0px;
  padding-left: 2px;
  padding-right: 2px;
  cursor: default;
}

.FileManagerNodeEdit
{
  border:1px gray solid;
  font-family: tahoma;
  font-size: 11px;
}

/* Grid styles */
.FileManagerGrid
{
  background-color: #ffffff;
  border: 1px solid #ACACAC;
  border-top-width: 0px;
  cursor: default;
}

.FileManagerHeadingCell
{
  color: black;
  background-image: url(../img/FileManager/grid_header_bg.gif);
  background-color: #FFFFFF;
  border: 0px;
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  padding: 5px;
  padding-bottom: 4px;
  padding-right: 4px;
}

.FileManagerHeadingCellHover
{
  background-image: url(../img/FileManager/grid_header_hover_bg.gif);
  border: 1px solid #9ADFFE;
  padding: 4px;
}

.FileManagerHeadingCellActive
{
}

.FileManagerHeadingCellText
{
  cursor: default;
  font-family: Tahoma;
  font-size: 11px;
  padding-right: 5px;
}

.FileManagerRow
{
  background-color: #FFFFFF;
}

.FileManagerRow td.FileManagerDataCell
{
  padding: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Tahoma;
  font-size: 11px;
  cursor: default;
}

.FileManagerSortedDataCell
{
  background-color: #F5F5F5;
}

.FileManagerSortedHeadingCell
{

}

.FileManagerRow td.LastFileManagerDataCell
{
  background-color: #EFEFF4;
}

.FileManagerSelectedRow
{
}

.FileManagerSelectedRow td.FileManagerDataCell
{
  cursor: default;
  background-color: #FFFFFF;
  background-image: url(../img/FileManager/selected_item_bg.gif);
  padding: 2px;
  padding-left: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Tahoma;
  font-size: 11px;
  border-bottom: 1px solid #9ADFFE;
  border-top: 1px solid #9ADFFE;
  border-right: 0px;
}

.FileManagerScrollBar
{
  background-image: url(../img/FileManager/scroller/scroller_bg.gif);
}

.FileManagerScrollGrip
{
  background-image: url(../img/FileManager/scroller/scroll_gripBg.gif);
}

.FileManagerScrollPopup
{
  background-color: #FFFFFF;
  border: 1px solid #666666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  height: 23px;
}
/* Upload */
/* 'Header" class */
.hdr { font-size:13px;line-height:18px;margin:0 0 6px 0; }

/* Upload files container */
.up { float:left; }

/* Form elements */
.sel { width:354px; }
.sel .file { height:25px;width:354px;cursor:default;margin:0 0 10px 0; }
.sel div.filename { width:196px;height:21px;border:1px solid #999;background-color:#fff;padding:2px 0 0 4px;margin:0;display:block;float:left;margin:0 1px 0 0; }
.sel div input { background-color:transparent;width:194px;padding:2px !important;margin:0;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;border:none;color:#666;cursor:default !important; }
.sel div.empty { background-color:#e6e6e6; }
.sel div.empty input { color:#999; }
.sel a.browse { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:none;width:68px;height:25px;border:0; }
.sel a.browse img { border:0; }
.sel a.remove,.sel a.remove-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:right;background:url("../img/upload/static.png") no-repeat -113px -83px;width:76px;height:25px; }
.sel a.remove:hover { background-position:-113px -108px; }
.sel a.remove:active { background-position:-113px -133px;outline:none; }
.sel a.remove-d { background-position:-113px -158px; } /* Disabled class */

.actions { height:25px;width:354px;cursor:default; }
.actions a.add,.actions a.add-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:left;background:url("../img/upload/static.png") no-repeat -113px -183px;width:219px;height:25px; }
.actions a.add:hover { background-position:-113px -208px; }
.actions a.add:active { background-position:-113px -233px;outline:none; }
.actions a.add-d { background-position:-113px -258px; } /* Disabled class */
.actions a.add-d:active { outline:none; } /* Disabled class */

/*.actions*/
.sel a.upload,.actions a.upload-d { text-decoration:none;color:#333;cursor:default !important;display:block;float:right;background:url("../img/upload/static.png") no-repeat -189px -83px;width:76px;height:25px; }
.sel a.upload:hover { background-position:-189px -108px; }
.sel a.upload:active { background-position:-189px -133px;outline:none; }
.sel a.upload-d { background-position:-189px -158px; } /* Disabled class */
.sel a.upload-d:active { outline:none; }

/* Dialogue titlebar */
.ttl { width:100%;height:40px;cursor:move; }
.ttl a { margin-top:4px;display:block;float:right;width:35px;height:25px;background:transparent url("../img/upload/static.png") no-repeat -18px 0;cursor:default; }
.ttl a:hover { background-position:-18px -25px; }
.ttl a:active { background-position:-18px -50px;outline:none; }

.ttlt { width:100%;height:32px; }
.ttlt-l { width:9px;height:100%;background:transparent url("../img/upload/static.png") no-repeat;float:left; }
.ttlt-m { height:100%;background:#000 url("../img/upload/horizontal.png") repeat-x;float:left; }
.ttlt-r { width:9px;height:100%;background:transparent url("../img/upload/static.png") no-repeat -9px 0;float:left; }
.ttlt span { cursor:inherit;margin-left:4px;line-height:32px;color:#fff;font-weight:bold;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px; }

.ttlb { width:100%;height:8px;overflow:hidden; } /*** overflow:hidden to prevent IE6 from rendering the div at the current font height ***/
.ttlb-l { width:9px;height:100%;background:#000 url("../img/upload/static.png") no-repeat 0 -38px;float:left; }
.ttlb-m { height:100%;background:#fff url("../img/upload/horizontal.png") repeat-x 0 -38px;float:left; }
.ttlb-r { width:9px;height:100%;background:#000 url("../img/upload/static.png") no-repeat -9px -38px;float:left; }

/* Dialogue contents */
.con { background:#fff url("../img/upload/vertical.png") repeat-y;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px;padding:4px 7px; }

/* Dialogue footer */
.ftr { width:100%;height:37px;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px; }
.ftr-l { width:9px;height:100%;background:transparent url("../img/upload/static.png") no-repeat 0 -83px;float:left; }
.ftr-m { height:100%;background:#eee url("../img/upload/horizontal.png") repeat-x 0 -83px;float:left; }
.ftr-r { width:9px;height:100%;background:transparent url("../img/upload/static.png") no-repeat -9px -83px;float:left; }

/* Footer buttons */
.ftr .btns { float:right;margin-top:4px; }
.ftr .btns a { text-decoration:none;color:#333;cursor:default !important;display:inline; }
.ftr .btns a span.l { display:block;float:left;width:10px;height:25px;background:transparent url("../img/upload/static.png") no-repeat -93px 0;margin-left:2px; }
.ftr .btns a span.m { display:block;float:left;padding:0;height:25px;line-height:25px;background:transparent url("../img/upload/horizontal.png") repeat-x 0 -120px; }
.ftr .btns a span.r { display:block;float:left;width:10px;height:25px;background:transparent url("../img/upload/static.png") no-repeat -103px 0; }
.ftr .btns a:hover { text-decoration:none;color:#000; }
.ftr .btns a:hover span.l { background-position: -93px -25px; }
.ftr .btns a:hover span.m { background-position:0 -145px; }
.ftr .btns a:hover span.r { background-position: -103px -25px; }
.ftr .btns a:active span.m { height:23px;line-height:24px;padding-top:2px; }

/* Upload dialogue styles */
.dlg-up { color:#000000;cursor:default !important;background-color: #c0c0c0;border: 1px solid #000000; font-family:Verdana, Arial, Times New Roman, MS Sans Serif; font-size:12px;}
.dlg-up .ttlt-m,.dlg-up .ttlb-m,.dlg-up .ftr-m { width:440px; }

.dlg-up .stat,.dlg-up .list { padding:0 15px; }

.dlg-up h3 { margin:0;font-weight:normal;font-size:11px;padding:0 0 4px 0;color:#000000; }
.dlg-up .red { color:#000000;}  /*color:#dd3409;*/
.dlg-up strong { color:#000000;font-weight:normal; } /*color:#ea6b4a;*/

.dlg-up .files { height:auto;margin:0 8px 8px 8px;}
.dlg-up .list ul { margin:0;padding:0;list-style-type:none; }
.dlg-up .list ul li { line-height:16px;background:#fff url("../img/upload/static.png") no-repeat -384px -32px;padding-left:16px; }
.dlg-up .list ul li.done { color:#000;background-position:-384px 0; }
.dlg-up .list ul li.cur { color:#000000;background-position:-384px -16px;} /*color:#dd3409;*/

.dlg-up .info { float:left;font-size:11px;cursor:default !important;margin:0 0 0 8px;height:34px;line-height:34px; }

/* Progress bar and related elements */
.prog { width:412px;height:18px !important;border:1px solid #ccc;border-bottom-color:#ddd;border-right-color:#ddd;padding:0;margin:0;float:left;display:inline;overflow:hidden; }
.prog .con { width:410px;height:16px !important;background:transparent url("../img/upload/horizontal.png") repeat-x 0 -170px;border:0;margin:0;padding:1px; }
.prog .con .bar { height:16px;background:transparent url("../img/upload/horizontal.png") repeat-x 0 -188px; }

/* TreeView container */
div.browse { height:300px;width:300px;float:left;margin:0 0 0 16px;color:#666; }
div.browse .path { width:296px;height:23px;background-color:#fff;border:1px solid #ccc;line-height:23px;color:#000;cursor:default;overflow:hidden;padding:0 0 0 4px; }
div.browse .path b { color:#999; }

/* Remote folder toolbar and buttons */
div.browse .tb { height:16px;margin:0 0 8px 0;line-height:16px; }
div.browse .tb .hdr { margin:0; }

div.browse .tb .btns { float:right; }
div.browse .tb .btns .sep { width:7px;height:16px;display:block;float:left;border-left:1px solid #bfbfc5;margin-left:8px; }
div.browse .tb .btns .spacer { width:8px;height:16px;display:block;float:left; }

div.browse .tb a { width:16px;height:16px;background:transparent url("../img/upload/static.png") no-repeat;display:block;float:left;display:inline; }
div.browse .tb a:active { outline:none; }

div.browse .tb a.reload { background-position:0 -237px; }
div.browse .tb a.reload:hover { background-position:0 -253px; }
div.browse .tb a.reload:active { background-position:0 -269px; }

div.browse .tb a.folder { background-position:-16px -237px; }
div.browse .tb a.folder:hover { background-position:-16px -253px; }
div.browse .tb a.folder:active { background-position:-16px -269px; }

div.browse .tb a.delete { background-position:-32px -237px; }
div.browse .tb a.delete:hover { background-position:-32px -253px; }
div.browse .tb a.delete:active { background-position:-32px -269px; }

/* Upload TreeView */
.tree { width:300px;height:233px;border:1px solid #ccc;margin:7px 0 0 0; }

.tree .con { background:#fff none;overflow-y:auto;overflow-x:hidden;width:100%;height:100%;cursor:default;padding:0; }
.tree .node { width:100%;height:20px;overflow:hidden; }
.tree .loading { margin:0;padding:0 0 0 22px;line-height:20px;float:left;background:#fff url("../img/upload/static.png") no-repeat -384px -255px;color:#2b3744; }

.tree .item { margin:0;padding:0 0 0 20px;line-height:20px;background:#fff url("../img/upload/static.png") no-repeat;float:left; }
.tree .fldr { background-position:-384px -255px; }
.tree .fldr-ex { background-position:-384px -255px; }
.tree .root { background-position:-384px -295px; }

.tree a { border:1px solid #fff;text-decoration:none;padding:1px;color:#2b3744;cursor:default; }
.tree .item a:hover { text-decoration:none;border:1px solid #cdefff;background-color:#f8fafc;color:#2b3744; }
.tree .item a:active { outline:none;color:#2b3744; }

.tree .item-s a { text-decoration:none;border:1px solid #9adffe;background:#fff url("../img/upload/horizontal.png") repeat-x 0 -343px;color:#000; }

