﻿/* Sample to match Augusta Data Stg website at http://www.augustadatastorage.com   */
/* For Custom Colors on CSS Filse use HEX Colors (#000000)                         */
/* For Custom Forms on Web Setup use RGB Colors (000,000,000)                      */
/*          Blue= #669acc            Blue= R:102 G:154 B:204                       */
/*          Gold= #ffcc33            Gold= R:255 G:204 B:51                        */
/*          Baby Blue= #b3cce6       Baby Blue= R:179 G:204 B:230                  */
/*          Navy= #003399            Navy= R:0 G:51 B:153                          */
/*          Light Grey= #e6e4e5      Light Grey= R:230 G:228 B:229                 */

/************************* Body and Table Style ***********************************/
.collapsed 
{
    border: black 1px solid;
    padding: 2px;
    border-collapse: collapse;
}
.collapsed TD
{
    border: black 1px solid;
}
TH
{
    border: black 1px solid;
    background-color: #FFFFFF;      /* was lightgrey - #D3D3D3*/
    text-align: center;
}
body
{
    background-color: white;      /* was Added - not in Standard css*/
    font-family: Arial, Verdana, Geneva, 'MS Sans Serif', sans-serif;  /* These are the recognizable fonts */
    font-size: small;           /* Small is 10pt;*/
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;

}

/************************* End Body and Table Style *****************/

/************************* Header Style *****************************/
.RSHeader
{
    background-color: #113543;      /* was light blue - #b0c4de*/
    background-image: url("./graphics/metrofilelogo5.jpg");   /*was Added - not in Standard css*/
    background-repeat:no-repeat;
    height: 90px;              /* NOTE: Change this to the height of your background graphic */
    margin-top: 0px;           /* was Added - not in Standard css Affects margin above header graphic*/
    margin-bottom: 0px;

}
.RSHeader_AppTitle
{
    Margin-top: 50px;           /* this is for the company name */
    color: white;             /* was red */
    font-style: normal;
    font-weight: bold;
    font-family: arial;
    visibility: hidden;

    
}
.RSHeader_PageTitle
{
    color: white;               /* was white*/
    font-weight: bold;            /* was bold */
    visibility: hidden;	
}
.RSHeader_LoginUser
{
    margin-top: 50px;
    color: white;             /* was Added - Not in standard CSS*/
    font-weight: bold;            /* was Bold*/
    font-size: 12pt;          /*8pt - Added - not in standard CSS*/
    vertical-align: bottom;

}
.RSHeader_logout
{
}
.RSHeader_Logo
{

}
/************************* End Header Style *************************/

/************************* Footer Style *****************************/
.RSFooter
{
    
    background-color: #113543;      /* was #d4e5fc*/
    background-repeat:no-repeat;
    background-position: center;
    color: white;	/*was black;*/
    cursor: Default;
    height: 20px;
    font-size: 90%;
    margin-top: 3px;

    
}
.RSFooter_Copyright
{
text-align: Top;
}
.RSFooter_TimerNormal
{
    text-align: right;
    text-align: Top;
}
.RSFooter_Timer5Minutes
{
    text-align: right top;
    text-align: Top;
    font-weight: bold;          /* was Added - Not in standard CSS*/
    color: Yellow;              /*was maroon */
}
.RSFooter_Timeout
{
    text-align: right;
    text-align: Top;
    font-weight: bold;          /* was Added - Not in standard CSS*/
    color: red; 
}

/************************* End Footer Style *************************/

/************************** RSLeftNavuwlb style *********************/
.RSUltraWebListbar
{
}
.RSUltraWebListbarCell
{
	/*background: url('graphics/archwaysidebar.gif') repeat-x; was #DCDCDC - Left Menu External Background Color*/
	background-color: #175367;
	background-repeat:no-repeat;
	background-position: top center;
	padding-right: 12px; 		/* Changes the size of the margins on the Left Menu - Was 10px*/
	padding-left: 12px; 		/* was 10px */
	padding-top: 25px; 			/* was 20px */
	padding-bottom: 0px;		/* was added - not in standard css  */
	vertical-align: top;
	text-align: center;
	height: 100%;
}

.RSUltraWebListbar_DefaultItemSelectedStyle
{
    background-color: #E6E4E5;      /* was #F5F5F5*/
    color: #E6E4E5;             /* was #00008B*/
    cursor: default;
    Padding: 2px;
    font-weight: bold;          /* was added - Not in standard css*/
    font-size: 85%;             
    font-family: arial;         /* Verdana*/
    border-style: solid;
    border-color: #344a98;
    border-width: 4px;
}
.RSUltraWebListbar_DefaultItemStyle
{
    background-color: #b3cce6;          /* was #F5F5F5 - Left Menu Internal Background Color*/
    color: black;             /* was red*/
    Padding: 2px;
    font-weight: bold;          /* was added - Not in standard css*/
    font-size: 90%;             
    font-family: arial;             /* was Verdana*/
}
.RSUltraWebListbar_DefaultItemHoverStyle
{
    background-color: #669acc;          /* was #F5F5F5 - Left Menu Internal Background Color*/
    color: white;             /* was red*/
    Padding: 2px;
    font-weight: bold;          /* was added - Not in standard css*/
    font-size: 90%;
    font-family: arial;             /* was Verdana*/
}
.RSUltraWebListbar_DefaultGroupHeader_Expanded
{
    background: #16456f;	/*was #003399;*/
    font-size: medium;
    font-weight: bold;          /* was added - Not in standard css*/
    cursor: pointer;
    color: white;              /* was black*/
    font-size: 100%;
}
.RSUltraWebListbar_DefaultGroupHeader_Hover
{
    background: #16456f;	/*was #003399;*/
    font-size: medium;
    font-weight: bold;          /* was added - Not in standard css*/
    cursor: pointer;
    color: #ffcc33;              /* was black*/
    font-size: 100%; 
}
.RSUltraWebListbar_DefaultGroupHeader_Collapsed
{
    background: #16456f;	/*was #003399;*/
    font-size: medium;
    font-weight: bold;          /* was added - Not in standard css*/
    cursor: pointer;
    color: white;              /* was black*/
    font-size: 100%; 
}

.RSUltraWebListbar_DefaultGroupButtonHoverStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonSelectedStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonStyle
{
}

/************************** End RSLeftNavuwlb Style ******************/


/************************* RSUltraWebMenu Style *********************/
.RSUltraWebMenu
{
    border-style: Solid;
    border-width: 1px;
    font-size: 90%;             /*9pt;*/
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 00px;
    cursor: pointer;
    /*width: 100%;  David: this will make the menu in the grid page too wide*/

}
.RSUltraWebMenu_ItemStyle
{
    background-color: #16456f;      /* was #DCDCDC - Grid Menu*/
    border-bottom-color: #003399;       /* was A9A9A9*/
    border-color: silver;          /* was #D3D3D3*/
    border-left-color: silver;         /* was white*/
    border-right-color: silver;        /* was #003399*/
    border-style: Solid;
    border-top-color: silver;      /* was White*/
    border-width:0px;
    color: white;               /* Not in standard css - added to give white letters on menu */
}
.RSUltraWebMenu_IslandStyle
{
    background-color: silver;      /* was #DCDCDC - Drop Down Menu background*/
    border-color: gray;          /* was #003399*/
    border-style: Solid;                
    border-width: 0px;
    font-size: 95%;/*9pt;*/
    font-weight: bold;          /* was bold*/
    color: white;
    
}
.RSUltraWebMenu_DisabledStyle
{
    color: Gray;                /*was #F5F5F5  - Disabled Menu options*/
}
.RSUltraWebMenu_TopSelectedStyle
{
    border-style: Inset;
    border-width: 0px;
}
.RSUltraWebMenu_HoverItemStyle
{
    background-color: #669acc;         /* was #DCDCDC - Grid Menu When Selected*/
    border-style: Inset;
    border-width: 0px;
    color: white;               /* was Navy */
    cursor: pointer;
}
/************************* End RSUltraWebMenu Style *****************/

/*** HEADING class is used in the into pages for category headers ***/
.HEADING 
{
    font-weight: bold;            /* was bold*/
    font-size: 150%;            /*larger;*/
    color: #0064ba;           /*was #00008B darkblue*/
}
/* End HEADING class is used in the into pages for category headers */

/************************* Heading Captions Style *******************/
.headline
{
    font-weight: normal;
    font-size: 100%;
    color: #0064ba;
    text-align: center;
}
.headinglevel2
{
    font-weight: bold;
    font-size: 100%;            /*larger;*/ 
    color: black;               /*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: #FFFFFF;      /*was* #F5F5F5 */
    background-image: url("./graphics/archwaybody.jpg");   /*was Added - not in Standard css*/
    background-repeat: No-repeat;
    background-position: center;
    border-style: None;
    Padding: 0px;
    margin-left: auto;
    margin-right: auto;
}
.RSInstructions
{
    color: black;               /*was #00008B darkblue*/
}
.RSControlLabels
{
    color: black;               /* Added not on Standard CSS */
}
.RSControlContents
{
    background-color: #e6e6e6;      /* Added not on Standard CSS */
    color: black;               /* Added not on Standard CSS */
}
.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: #003399;             /* was blue */
}
a:visited
{
    color: #003399;             /* was blue */
}
a:hover 
{
    color: #003399;             /* was red */
}
a:active 
{
    color: #003399;             /* was blue */
}  
/************************** End Link Style **************************/


/************************** Grid Page style **************************/
.GridPage_GridCell
{
    padding-top: 5px;
    height: 350px;
    width: 100%;
    font-family: Verdana;
    font-size: 80%;
    font-weight: normal;
    background-color: White;
}
.GridPage_GridFrame
{
    border-color: #636363;
    border-style: solid;
    border-width: 1px;
    background-color: #DCDCDC;  /* gainsboro */
}
.GridPage_GridRow
{
    border-width: 1px;
    border-color: Gray;
    border-style: solid;
    padding-left: 3px;
    background-color: #EBEBEB;/*!!WARNING!!: MUST NOT COPY THIS COLOR VALUE TO CUSTOMSTYLE.CSS*/
}
.GridPage_GridHeader
{
    background-color: #D4E5FC;
}
.GridPage_GridRowSelectors
{
    background-color: #D4E5FC;
}
.GridPage_GridRowAlternate
{
    background-color: White;/*!!WARNING!!: MUST NOT COPY THIS COLOR VALUE TO CUSTOMSTYLE.CSS*/
}
.GridPage_GridSelectedRow
{
    color: white;
    background-color: #4682B4;  /* steelblue */
}
.GridPage_GridFooter
{
}

.GridPage_UltraWebListbarCell
{
    padding-bottom: 10px;
}
.GridPage_SummaryInfoCell
{
}
.GridPage_PageXofYCell
{
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.GridPage_SelectionSummaryCell
{
    vertical-align: middle;
    text-align: right;
}
.GridPage_ProgressIndicator
{
    font-size: medium;
    font-weight: bolder;
    color: Red;
    position: absolute;
    top: 0px;
    z-index: 200000;
}
.GridPage_GridPager
{
    font-size: 10pt;
    background-color: #D3D3D3;/*LightGrey*/
    border-style: solid;
    border-width: 1px;
    border-left-color: white;
    border-top-color: White;
    border-left-width: 1px;
    border-top-width: 1px;
    color: blue;
}
/*********************** 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;
    }
}


