/*-- Styles for DNN Parts Catalog --*/

/* ========== General ========== */

/* User query section */
.SL_QueryBlock
{
   margin-bottom: 5px;
}

.SL_QuerySection
{
   border: 1px solid black;
}

/* User query button section */
.SL_Button
{
   margin-bottom: 5px;
}

/* User query response section */
.SL_Detail
{
   margin-top: 5px;
   margin-bottom: 5px;
}


/* ========== Admin Grids ========== */

/* Normal grid row */
.SL_igAdmin_Row
{
}

/* Alternate grid row */
.SL_igAdmin_AlternatingRow
{
}

/* Header grid row */
.SL_igAdmin_Header
{
}

/* Selected Header grid row */
.SL_igAdmin_SelectedHeader
{
}

/* Edit cell */
.SL_igAdmin_EditCell
{
}

/* Footer grid row */
.SL_igAdmin_Footer
{
}

/* Row selector area */
.SL_igAdmin_RowSelector
{
}

/* Add row area */
.SL_igAdmin_AddRowBox
{
}

/* Selected grid row */
.SL_igAdmin_SelectedRow
{
   background-color: yellow;
}

/* Row Edit Template */
.SL_igAdmin_RE
{
   background-color: #F0F0F0;
   padding: 5px;
}

/* Row Edit Template - button section */
.SL_igAdmin_RE_Buttons
{
   margin-top: 15px;
   margin-bottom: 15px;
}

/* Pager element */
.SL_igAdmin_PagerObject
{
}


/* ========== User Grids ========== */

/* Normal grid row */
.SL_igUser_Row
{
   vertical-align: top;
}

/* Alternate grid row */
.SL_igUser_RowAlternate
{
   vertical-align: top;
}

/* Header grid row */
.SL_igUser_Header
{
}

/* Footer grid row */
.SL_igUser_Footer
{
}

/* Row selector area */
.SL_igUser_RowSelector
{
}

/* Selected grid row */
.SL_igUser_SelectedRow
{
}

/* Paging element */
.SL_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.) */
.SL_igUser_Title
{
   font-weight: bold;
}
