﻿/* Sample to match Williams Records Management website at www.williamsrecords.com */
/* Custom Colors: orange = #FF6633 & yellow background = #FFFFCC                  */
/* For custom forms:  Orange  R:255 G:102 B:51 & Yellow R:255 G:255 B:204		  */ 


/************************* 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: #FFFFCC; /*Added - not in Standard css*/	
	font-family: Arial, Verdana, Geneva, 'MS Sans Serif', sans-serif;
	font-size: small;/*10pt;*/
	margin: 5px;
}

/************************* End Body and Table Style *****************/

/************************* Header Style *****************************/
.RSHeader
{
	background-color: #FF6633; /*was light blue - #b0c4de*/
	background-image: url('graphics/CustomLogo.gif');
	background-repeat:no-repeat;
	height: 143px; /* NOTE: Change this to the height of your background graphic */
	margin-top: 10px;
}
.RSHeader_AppTitle
{
	color: #FFFFFF; /*was Red now White*/
	font-style: italic;
	font-weight: bold;
}
.RSHeader_PageTitle
{
	color: White; /* same as #FFFFFF*/
	font-weight: bold;
}
.RSHeader_LoginUser
{
	color: #FFFFFF;
	font-weight: normal;  /* was Bold*/
	font-size: 80%; /*8pt - Added - not in standard CSS*/
}
.RSHeader_logout
{
}
.RSHeader_Logo
{
	
}
/************************* End Header Style *************************/

/************************* Footer Style *****************************/
.RSFooter
{
	background-color: #FF6633; /*was #d4e5fc*/
	color: #FFFFFF;  /*was Black - Letters on the footer*/
	cursor: Default;
	font-size: 85%;
	margin-top: 10px;
}
.RSFooter_Copyright
{
}
.RSFooter_TimerNormal
{
	text-align: right;
}
.RSFooter_Timer5Minutes
{
	text-align: right;
	color: Yellow; /*was maroon*/
}
.RSFooter_Timeout
{
	text-align: right;
	color: Red;
}

/************************* End Footer Style *************************/

/************************* RSUltraWebMenu Style *********************/
.RSUltraWebMenu
{
	border-style: Solid;
	border-width: 1px;
	font-size: 90%;/*9pt;*/
	font-weight: bold;
	margin-bottom: 5px;
	cursor: hand;

}
.RSUltraWebMenu_ItemStyle
{
	background-color: #FF6633; /* was #DCDCDC - Grid Menu*/
	border-bottom-color: #A9A9A9;
	border-color: #FF6633;   /* was #D3D3D3*/
	border-left-color: White;  
	border-right-color: Silver;
	border-style: Solid;
	border-top-color: White;
	border-width: 1px;
	color: White;    /* added to give white letters on menu */
}
.RSUltraWebMenu_IslandStyle
{
	background-color: #FFFFCC;/* was #DCDCDC - Drop Down Menu background*/
	border-color: Gray;
	border-style: Solid;
	border-width: 1px;
	font-size: 95%;/*9pt;*/
	font-weight: bold;


}
.RSUltraWebMenu_DisabledStyle
{
	color: Gray; /*was #F5F5F5  - Disabled Menu options*/
}
.RSUltraWebMenu_TopSelectedStyle
{
	border-style: Inset;
	border-width: 1px;
}
.RSUltraWebMenu_HoverItemStyle
{
	background-color: #FF6633; /* was #DCDCDC - Grid Menu When Selected*/
	border-style: Inset;
	border-width: 1px;
	color: White; /* was Navy */
	cursor: hand;
}
/************************* End RSUltraWebMenu Style *****************/

/*** HEADING class is used in the into pages for category headers ***/
.HEADING 
{
	font-weight: bold;
	font-size: 135%;/*larger;*/ 
	color: #FF6633; /*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: #000000;
	text-align: center;
}
.headinglevel2
{
	font-weight: bold;
	font-size: 120%;/*larger;*/ 
	color: #FF6633; /*was #00008B darkblue*/
}
/************************* End Heading Captions Style ****************/

/************************* Text Style ********************************/
.RSError
{
	color: Red;
	text-align: center;
	vertical-align: top;
}
.RSMessage
{
	color:  #FF6633; /* was Green*/
}
.PageDetail
{
	border-style: None;
}
.TableBackground
{
	background-color: #FFFFFF; /was* #F5F5F5 */
	border-style: None;
	Padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.RSInstructions
{
	color: #FF6633; /*was #00008B darkblue*/
}
.RSControlLabels
}
	color: #FF6633; /* Added not on Standard CSS */

}
.RSControlContents
{
	background-color: #FFFFCC; /* Added not on Standard CSS */
	color: #FF6633;  /* Added not on Standard CSS */
}
.RSNumberLabels
{
	font-size: 127%;/*10pt;*/
}
.RSPleaseWait
{
	color: #FF6633; /* 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: Blue; /* was Blue */
}
a:visited
{
	color: Blue;  /* was Blue */
}
a:hover 
{
	color: Red;  /* was Red */
}   
a:active 
{
	color: Blue;  /* was Blue */
}  
/************************** End Link Style **************************/

/************************** RSLeftNavuwlb style *********************/
.RSUltraWebListbar
{
}
.RSUltraWebListbarCell
{
	background: #FF6633 url('graphics/gradient.gif') repeat-x; /* was #DCDCDC - Left Menu External Background Color*/
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
	height: 100%
}

.RSUltraWebListbar_DefaultItemSelectedStyle  
{
	background-color: #F5F5F5; 
	color: #00008B;  
	cursor: hand;
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultItemStyle
{
	background-color: #FFFFCC;  /* was #F5F5F5 - Left Menu Internal Background Color*/
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultItemHoverStyle
{
	background-color: #FF6633;  /* was #F5F5F5 - Left Menu hover Background Color*/
	color: #FFFFFF; /* was Red*/
	cursor: hand;
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultGroupHeader_Expanded
{
	background: #DCDCDC url('graphics/explorer.gif') repeat-x;
	font-size: medium;
	cursor: hand;
	color: Black
}
.RSUltraWebListbar_DefaultGroupHeader_Collapsed
{
	background: #DCDCDC url('graphics/explorer.gif') repeat-x;
	font-size: medium;
	cursor: hand;
	color: Black
}
.RSUltraWebListbar_DefaultGroupHeader_Hover
{
	background: #DCDCDC url('graphics/explorer_orange.gif') repeat-x;
	font-size: medium;
	cursor: hand;
	color: Black
}
.RSUltraWebListbar_DefaultGroupButtonHoverStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonSelectedStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonStyle
{
}

/************************** End RSLeftNavuwlb Style ******************/

/************************** Grid Page style **************************/
.GridPage_GridCell
{
	background-color: #FFFFFF;
	padding-top: 5px;
	height: 350px;
	width: 100%;
	font-family: Verdana;
	font-size: 80%;
	font-weight: normal;
}
.GridPage_GridFrame
{
	border-color: #FF6633; /*was #636363*/
	border-style: solid;
	border-width: 1px;
	width: 100%;
	height: 100%;
	background-color: #DCDCDC ;	/*gainsboro */
}
.GridPage_GridHeader
{
	cursor: default;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	color: Black;
	background-color: #D4E5FC; /* was #D4E5FC*/
	font-weight: normal;
}
.GridPage_GridRowSelectors
{
	cursor: hand;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	color: Black;
	background-color: #D4E5FC; /* was #D4E5FC*/
	font-weight: normal;
}
.GridPage_GridSelectedRow
{
	color: White;
	background-color: #4682B4;	/* steelblue */
}
.GridPage_GridRow
{
	cursor: hand;
	border-width: 1px;
	border-color: Gray;
	border-style: solid;
	padding-left: 3px;
}
.GridPage_GridRowAlternate
{
	cursor: hand;
	border-width: 1px;
	border-color: Gray;
	border-style: solid;
	padding-left: 3px;
}
.GridPage_GridFooter
{
	border-width: 1px;
	border-style: solid;
	background-color: #D3D3D3;	/*was #D3D3D3 - light gray */
}

.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;
}
/*********************** 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;
	}
}