﻿/*      Sample for Pacific Storage to match www.pacific-records.com                     */
/*      For Custom Colors on CSS Files use HEX Colors (#000000)                         */
/*      For Custom Forms on Web Setup use RGB Colors (000,000,000)                      */
/*      Dark Green =    #006633     RGB(0,102,51)                                       */
/*      Gray =          #e2e0e1     RGB(226,224,225)                                    */

/************************* Body and Table Style ***********************************/
.collapsed 
{
    border: white 1px solid;
    padding: 2px;
    border-collapse: collapse;
}
.collapsed TD
{
    border: white 1px solid;
}
TH
{
    border: white 1px solid;
    background-color: white;        /* was lightgrey - #D3D3D3*/
    text-align: center;
}
body
{
    background-color: white;        /* Added - not in Standard css*/
    background-position: top-center;   /* Added - not in Standard css*/
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Geneva, 'MS Sans Serif', sans-serif; /* These are the recognizable fonts */
    font-size: small;               /* small is 10pt;*/
    margin: 0px;
}

/************************* End Body and Table Style *****************/

/************************* Header Style *****************************/
.RSHeader
{
    background-color: white;    /* was light blue - #b0c4de*/
    background-image: url("./graphics/pacificheader.jpg"); /* was Added - Not in standard css */
    background-repeat: no-repeat;
    height: 91px;              /* NOTE: Change this to the height of your background graphic */
    margin-bottom: 0px;
}
.RSHeader_AppTitle
{
    color: #006633;               /* was red */
    font-style: normal;
    font-weight: bold;
    font-size: 100%;
    visibility: hidden;
}
.RSHeader_PageTitle
{
    color: #006633;             /* same as #FFFFFF*/
    font-weight: bold;      /* was Bold */
    font-size: 100%;         /* 8pt - Added - not in standard CSS*/
    vertical-align: bottom;
}
.RSHeader_LoginUser
{
    color: #006633;
    font-weight: bold;          /* was Bold*/
    font-size: 100%;            /* 8pt - Added - not in standard CSS*/
}
.RSHeader_logout
{
    color: black;
    font-weight: bold;          /* was Bold*/
    font-size: 100%;            /* 8pt - Added - not in standard CSS*/
}
.RSHeader_Logo
{
    
}
/************************* End Header Style *************************/

/************************* Footer Style *****************************/
.RSFooter
{
    background-color: #e2e0e1;  /* was #d4e5fc*/
    color: black;
    font-weight: normal;
    cursor: Default;
    font-size: 90%;
    margin-top: 2px;
    height: 20px;
    border-bottom-color: #e2e0e1;
    border-top-color: #e2e0e1;
    border-left-color: #e2e0e1;
    border-right-color: #e2e0e1;
    border-style: solid;
    border-width: 1px;
}
.RSFooter_Copyright
{
    text-align: left;
}
.RSFooter_TimerNormal
{
    text-align: right;
}
.RSFooter_Timer5Minutes
{
    text-align: right;
    font-weight: bold;
    color: Yellow;              /* was maroon*/
}
.RSFooter_Timeout
{
    text-align: right;
    font-weight: bold;          /* ADDED - NOT IN STANDARD CSS */
    color: red
}

/************************* End Footer Style *************************/

/************************** RSLeftNavuwlb style *********************/
.RSUltraWebListbar
{
}
.RSUltraWebListbarCell
{
    background: #e2e0e1;
    background-color: #e2e0e1;
    background-repeat:no-repeat;
    background-position: top right;
    padding-right: 10px;        /* Changes the size of the margins on the Left Menu - Was 10px*/
    padding-left: 10px;         /* was 10px */
    padding-top: 15px;          /* was 20px */
    padding-bottom: 25px;      /* was added - not in standard css  */
    vertical-align: top;
    text-align: center;
    height: 100%;
    min-width: 150px;

}

.RSUltraWebListbar_DefaultItemSelectedStyle  
{
    background: white;  /* was #F5F5F5 */
    color: black;               /* was #00008B */
    cursor: hand;               /* was POINTER */
    Padding: 2px;
    font-size: 90%;            /* was 85% */
    font-family: arial;         /* FONT CHANGED FROM VERDANA */
}
.RSUltraWebListbar_DefaultItemStyle
{
    background: white;  /* was #F5F5F5 - Left Menu Internal Background Color*/
    color: black;               /* ADDED - NOT IN STANDARD CSS  */
    Padding: 2px;
    font-size: 90%;            /* was 85%*/
    font-family: arial;         /* was Verdana*/
}
.RSUltraWebListbar_DefaultItemHoverStyle
{
    background: white;  /* was #F5F5F5 - Left Menu hover Background Color*/
    color: #006633;               /* was red*/
    cursor: hand;               /* was POINTER */
    Padding: 2px;
    font-size: 90%;            /* was 85%*/
    font-family: arial;         /* was Verdana*/
}
.RSUltraWebListbar_DefaultGroupHeader_Expanded
{
    background: #006633;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    font-size: medium;
    cursor: hand;               /* was POINTER */
    color: white;               /* was white */
}
.RSUltraWebListbar_DefaultGroupHeader_Collapsed
{
    background: #006633;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    font-size: medium;
    cursor: hand;               /* was POINTER */
    color: white;               /* was white */
}
.RSUltraWebListbar_DefaultGroupHeader_Hover
{
    background: #7e7d82;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    font-size: medium;
    cursor: hand;               /* was POINTER */
    color: white;                /* was white */
}
.RSUltraWebListbar_DefaultGroupButtonHoverStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonSelectedStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonStyle
{
}

/************************** End RSLeftNavuwlb Style ******************/


/************************* RSUltraWebMenu Style *********************/
.GridPage_UltraWebMenuCell
{
    width: 100%;
    vertical-align: top;
    background-color: white;
    border-style: Solid;
    border-width: 0px;
}
.RSUltraWebMenu
{
    border-style: Solid;
    border-width: 1px;
    font-size: 90%;             /*9pt;*/
    font-weight: bold;
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 0px;
    cursor: hand;               /* was POINTER */
    background-color: white;
    background: white;
}
.RSUltraWebMenu_ItemStyle
{
    background-color: #006633;  /* was #DCDCDC - Grid Buttons Background Colors "Options" "Results" Search"*/
    border-bottom-color: white; /* was #A9A9A9 */
    border-color: white;        /* was #D3D3D3*/
    border-left-color: White;  
    border-right-color: white;
    border-style: Solid;
    border-top-color: white;    /* was white */
    border-width: 0px;
    color: white;               /* added to give white letters on menu */
}
.RSUltraWebMenu_IslandStyle
{
    background-color: #006633;  /* was #DCDCDC - Drop Down Menu background*/
    border-color: white ;      /* was gray */
    border-style: Solid;        
    border-width: 0px;
    font-size: 100%;             /*9pt;*/
    font-weight: bold;
    color: white;

}
.RSUltraWebMenu_DisabledStyle
{
    color: Gray;                /*was #F5F5F5  - Disabled Menu options*/
}
.RSUltraWebMenu_TopSelectedStyle
{
    border-style: Inset;
    border-width: 0px;
}
.RSUltraWebMenu_HoverItemStyle
{
    background-color: #7e7d82;  /* was #DCDCDC - Grid Menu When Selected*/
    border-style: solid;
    border-width: 0px;
    font-weight:bold;
    color: white;           /* was Navy */
    cursor: hand;               /* was POINTER */
}
/************************* End RSUltraWebMenu Style *****************/

/*** HEADING class is used in the into pages for category headers ***/
.HEADING 
{
    /* These are on the Intro Parge "HOME" "INVENTORY" etc. */
    font-weight: bold;                  /* was bold */
    font-size: 135%;                    /* larger;*/ 
    color: #006633;                     /* was #00008B darkblue*/
}
/* End HEADING class is used in the into pages for category headers */

/************************* Heading Captions Style *******************/
.headline
{
    font-weight: bold;
    font-size: 150%;
    color: black;
    text-align: center;
}
.headinglevel2
{
    font-weight: bold;
    font-size: 120%;                    /* larger;*/ 
    color: #006633;                         /* was #00008B darkblue*/
}
/************************* End Heading Captions Style ****************/

/************************* Text Style ********************************/
.RSError
{
    color: red;
    text-align: center;
    vertical-align: top;
}
.RSMessage
{
    color:  black;                        /* was Green*/
}
.PageDetail
{
    border-style: None;
}
.TableBackground
{
    background-color: white;            /* was #F5F5F5 */
    background-image: url("./graphics/pacifictannery.jpg"); /* was Added - Not in standard css */
    background-repeat: no-repeat;
    border-style: None;
    Padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.RSInstructions
{
    color: black;                         /* was #00008B darkblue*/
}
.RSControlLabels
{
    color: black;                         /* Added not on Standard CSS */
}
.RSControlContents
{
background: #e9e9e9;
}
.RSNumberLabels
{
    font-size: 127%;                    /* 10pt;*/
}
.RSPleaseWait
{
    color: black;                         /* was Green*/
    font-size: Large;
}
.Cart_AddReportTitle
{
    font-size: Medium;
    font-weight: bold;
    text-decoration: underline;
}
.PleaseWaitClockPage
{
    font-weight: bold;
    font-size: large;
    text-align: center; 
}
.ButtonsBottom
{
    vertical-align: bottom;
    text-align: right;
}
.ButtonsTop
{
    vertical-align: top;
    text-align: left
}

/************************* End Text Style ***************************/

/************************* Link Style *******************************/
a:link
{
    color: black;
}
a:visited
{
    color: black;
}
a:hover
{
    color: red;                         /* was #red */
}   
a:active 
{
    color: black;
}  
/************************** End Link Style **************************/


/************************** Grid Page style **************************/
.GridPage_GridCell
{
    background-color: white;    /* ADDED NOT IN STANDARD CSS - Top of Grid Border*/
    padding-top: 0px;
    padding-bottom: 0px;
    height: 350px;
    width: 100%;
    font-family: Verdana;
    font-size: 80%;
    color: black;
    font-weight: normal;
}
.GridPage_GridFrame
{
    border-color: white;        /* was #636363*/
    border-style: solid;
    border-width: 1px;
    width: 100%;
    height: 100%;
    background-color: white ;   /* gainsboro */
}
.GridPage_GridHeader
{
    cursor: default;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    color: white;
    background-color: #006633;
    font-weight: bold;
    font-size: 95%;

}
.GridPage_GridRowSelectors
{
    cursor: hand;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    color: black;
    background-color: #aeafb2;
    font-weight: normal;
}
.GridPage_GridSelectedRow
{
    color: black;
    border-color: white;
    text-align: none;
    background-color: #aeafb2;  /* steelblue */
}
.GridPage_GridRow
{
    cursor: hand;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    text-align: none;
    padding-left: 3px;
}
.GridPage_GridRowAlternate
{
    cursor: hand;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    text-align: none;
    padding-left: 3px;
}
.GridPage_GridFooter
{
    border-width: 1px;
    border-style: solid;
    background-color: #D3D3D3;  
}

.GridPage_UltraWebListbarCell
{   
    padding-bottom: 0px;
}
.GridPage_SummaryInfoCell
{
}
.GridPage_PageXofYCell
{
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.GridPage_SelectionSummaryCell
{
    vertical-align: middle;
    text-align: right;
}
/*********************** End of Grid Page style ***********************/

/*********************** Account Control style ************************/
.RSAccount
{
}
.RSAccount_EditLevel1
{
}
.RSAccount_EditLevel2
{
}
.RSAccount_EditLevel3
{
}
/********************* End of Account Control style *********************/

@media print 
{
    .ButtonsBottom, .ButtonsTop
    {
        Display: none;
    }
}