/*-- Styles for DNN Parts Catalog --*/

/* ========== General ========== */

/* Help Tip items */
.PC_HelpTip
{
   color: gray;
   font-style: italic;
   vertical-align: top;
}

/* More Information links (i.e. Learn More, Specifications, etc.) */
.PC_MoreInfo
{
}

/* Detail links (i.e. Part Detail) */
.PC_Detail
{
}

/* Additional function buttons */
.PC_LinkButton
{
   width: 120px;
   padding-bottom: 5px;
}


/* ========== Admin Grids ========== */

/* Normal grid row */
.PC_igAdmin_Row
{
}

/* Alternate grid row */
.PC_igAdmin_AlternatingRow
{
}

/* Header grid row */
.PC_igAdmin_Header
{
}

/* Selected Header grid row */
.PC_igAdmin_SelectedHeader
{
}

/* Edit cell */
.PC_igAdmin_EditCell
{
}

/* Footer grid row */
.PC_igAdmin_Footer
{
}

/* Row selector area */
.PC_igAdmin_RowSelector
{
   width: 15px;
}

/* Add row area */
.PC_igAdmin_AddRowBox
{
}

/* Selected grid row */
.PC_igAdmin_SelectedRow
{
   background-color: yellow;
}

/* Row Edit Template */
.PC_igAdmin_RE
{
   background-color: #F0F0F0;
   padding: 5px;
}

/* Row Edit Template - button section */
.PC_igAdmin_RE_Buttons
{
   margin-top: 15px;
   margin-bottom: 15px;
}

/* Pager element */
.PC_igAdmin_PagerObject
{
}


/* ========== User Grids ========== */

/* Normal grid row */
.PC_igUser_Row
{
   vertical-align: top;
}

/* Alternate grid row */
.PC_igUser_RowAlternate
{
   vertical-align: top;
}

/* Header grid row */
.PC_igUser_Header
{
}

/* Footer grid row */
.PC_igUser_Footer
{
}

/* Row selector area */
.PC_igUser_RowSelector
{
}

/* Selected grid row */
.PC_igUser_SelectedRow
{
}

/* Paging element */
.PC_igUser_PagerObject
{
}

/* Used for multi-line cells where there is a title or empahsied element followed
   by detail (i.e. part name and description, attribute name and description, etc.) */
.PC_igUser_Title
{
   font-weight: bold;
}

/* Additional text in multi-line cells */
.PC_igUser_AddlText
{
}


/* ========== Quick Search ========== */

/* Quick Search header (title and directions) */
.PC_QS_Header
{
   margin-top: 5px;
}

/* Quick Search content */
.PC_QS_Search
{
   margin-bottom: 5px;
}

/* Quick Search prompts */
.PC_QS_Prompt
{
}

/* Quick Search button section */
.PC_QS_Button
{
   display: inline;
   vertical-align: baseline;
}


/* ========== Category Search ========== */

/* Category Search header (title and directions) */
.PC_CS_Header
{
   margin-top: 5px;
}

/* Category Search content */
.PC_CS_Search
{
   margin-bottom: 5px;
}

/* Category Search prompts */
.PC_CS_Prompt
{
}

/* Category Search button section */
.PC_CS_Button
{
}

/* ========== Category Search Step 2 ========== */

/* Category Search Step 2 header (title and start over button) */
.PC_CS2_Header
{
   margin-top: 5px;
}

/* Category Search Step 2 information image and text */
.PC_CS2_Info
{
   margin-top: 5px;
}

/* Category Search Step 2 content */
.PC_CS2_Search
{
   margin-top: 5px;
}

/* Category Search Step 2 prompts */
.PC_CS2_Prompt
{
}

/* Category Search button section */
.PC_CS2_Button
{
}


/* ========== Part Browse ========== */

/* Search summary section */
.PC_PB_Summary
{
   margin-top: 5px;
}

/* Search results section */
.PC_PB_Results
{
   margin-top: 10px;
}

/* Row style for competitive parts */
.PC_PB_Competitive
{
   background-color: yellow;
}

/* Row style for parts not offered separately */
.PC_PB_NotSeparate
{
   background-color: blue;
}

/* Row style for obsolete parts */
.PC_PB_Superceded
{
   background-color: red;
}

/* Row style for multiple status conditions */
.PC_PB_ComboStatus
{
   background-color: blue;
}


/* ========== Part Detail ========== */

/* Part Header area, including part number, name, and buttons */
.PC_PD_Header
{
}

/* Part Detail area, including description, attributes, and image */
.PC_PD_Detail
{
}

/* Part Detail description */
.PC_PD_Desc
{
   padding-top: 10px;
}

/* Part Attribute values */
.PC_PD_Attribs
{
   padding-top: 10px;
   vertical-align: top;
}
.PC_PD_Attribs tr
{
   vertical-align: top;
}

/* Part Attribute name */
.PC_PD_AttribName
{
   font-weight: bold;
}

/* Part Attribute value */
.PC_PD_AttribValue
{
}

/* Part Link values */
.PC_PD_Links
{
   padding-top: 10px;
}

/* Part Image */
.PC_PD_Image
{
   padding-left: 10px;
}

/* Part Tab area */
.PC_PD_MoreInfo
{
}

/* Intro text at the top of most tabs */
.PC_PD_TabIntro
{
   padding: 5px;
}

/* Tab data (grids, etc.) */
.PC_PD_TabData
{
   padding: 5px;
}


/* ========== Part Edit ========== */

/* Category radio button list display */
.PC_PE_Category
{
   margin-top: 5px;
}
.PC_PE_Category td
{
   width: 200px;
}

/* Category radio button list display - inactive items */
.PC_PE_CategoryInactive
{
   color: red;
}

/* Category radio button list display - subcategories */
.PC_PE_CategorySub
{
   color: blue;
}

