/************************* Customize Your Style *********************/
/* Custom Colors: 	Red = #ce1a2b   	Grey = #999999 		          */
/* For custom forms:    Red = R:206 G:26 B:43 	Grey = R:153 G:153 B:153	  */ 
/* Custom Colors for RSTS: 	Green = #0BB14E   	Grey = #999999 		          */
/* For custom forms: RSTR:  Green = R:11 G:177 B78 */
/************************* 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: #999999;
	text-align: center;
}
body
{	
	background-color: white; 	/* Added - not in Standard css*/
	scrollbar-face-color: #505050;
	scrollbar-base-color: rgb(169,169,169);
	scrollbar-3dlight-color:rgb(255,255,255); /* white*/
	scrollbar-shadow-color:rgb(255,255,255); 
	scrollbar-darkshadow-color:rgb(255,255,255); 
	scrollbar-highlight-color:rgb(255,255,255); 
	scrollbar-track-color:rgb(234,234,234);
	scrollbar-arrow-color:rgb(6,6,6);
	font-family: Arial, Verdana, Geneva, 'MS Sans Serif', sans-serif;
	font-size: small;/*10pt;*/
	margin: 5px;
}
.RSCell
{
	border: solid 1px #dcdcdc; 
	padding: 5px; 
	vertical-align:top;
}
/************************* End Body and Table Style *****************/

/**************** GettingStartedSectionHeading Style *************/
.GettingStartedSectionHeading{
color: #0BB14E;
}
/**************** End GettingStartedSectionHeading Style *************/

/************************* Header Style *****************************/
.RSHeader
{
	background: #0BB14E url(./graphics/rlogo1.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height: 103px;
	font-family: Arial;
	font-size: 127%;
}
.RSHeader_AppTitle
{
	color: #060606;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.RSHeader_PageTitle
{
	color: #060606;
	font-weight: normal;
	text-align: right;
	font-size: 100%
}
.RSHeader_LoginUser
{
	color: #060606;
	font-weight: bold;
	text-align: right;
	font-size: 95%;
}
.RSHeader_logout
{
	color: #060606;
	text-align: right;
	font-weight: bold;
	font-size: 100%;
}
.RSHeader_Logo
{
}
/************************* End Header Style *************************/

/************************* Footer Style *****************************/
.RSFooter
{
	background-color: #0BB14E;
	color: white;
	cursor: hand;
	font-size: 85%;
	margin-top: 10px;
}
.RSFooter_Copyright
{
	color: white;
}
.RSFooter_TimerNormal
{
	text-align: right;
	color: white;
}
.RSFooter_Timer5Minutes
{
	text-align: right;
	color: white;
	font-weight: bold;
}
.RSFooter_Timeout
{
	text-align: right;
	color: Red;
}

/************************* End Footer Style *************************/

/************************* RSUltraWebMenu Style *********************/
.GridPage_UltraWebMenuCell
{
	width: 100%;
	vertical-align: top;
	background-color: #0BB14E;
	border-style: Solid;
	border-width: 1px;
}
.RSUltraWebMenu
{
	color: white;
	background-color: #0BB14E;
	font-size: 90%;
	font-weight: bold;
}
.RSUltraWebMenu_ItemStyle
{
	cursor: pointer;
	text-align: left;
}
.RSUltraWebMenu_IslandStyle
{
	background-color: #0BB14E;
	color: white;
	border-color: Gray;
	border-style: Solid;
	border-width: 1px;
	font-size: 100%;/*9pt;*/
	font-weight: normal;
}
.RSUltraWebMenu_DisabledStyle
{
	color: #505050;
}
.RSUltraWebMenu_TopSelectedStyle
{
}
.RSUltraWebMenu_HoverItemStyle
{
	background-color: #999999;
	color: white;
	font-weight: bold;
	border-style: Inset;
	border-width: 1px;
	cursor: hand;
}
.RSUltraWebMenu_HeaderStyle
{
}
.RSUltraWebMenu_LeafItemStyle
{
	border: none;
}
.RSUltraWebMenu_TopLevelHoverItemStyle
{
}
.RSUltraWebMenu_TopLevelLeafItemStyle
{
}
.RSUltraWebMenu_TopLevelParentItemStyle
{
	border-bottom-color: #A9A9A9;
	border-left-color: White;
	border-right-color: Silver;
	border-style: Solid;
	border-top-color: White;
	border-width: 1px;
	margin-right: 20px;
}
.RSUltraWebMenu_TopSelectedStyle
{
}

/************************* End RSUltraWebMenu Style *****************/

/*** HEADING class is used in the into pages for category headers ***/
.HEADING 
{
	font-weight: bold;
	font-size: 135%;/*larger;*/ 
	color: #0BB14E; /*Red*/
}
/* End HEADING class is used in the into pages for category headers */

/************************* Heading Captions Style *******************/
.headline
{
	font-weight: bold;
	font-size: 150%;
	color: #0BB14E;
	text-align: center;
}
.headinglevel2
{
	font-weight: bold;
	font-size: 120%;/*larger;*/ 
	color: #0BB14E;/*Red*/
}
/************************* End Heading Captions Style ****************/

/************************* Text Style ********************************/
.RSError
{
	color: Blue;
	font-style: italic;
	text-align: center;
	vertical-align: top;
}
.RSSuccessMessage
{
	color: Black;
	text-align: center;
	vertical-align: top;
}
.RSMessage
{
	color: #0BB14E;
}
.PageDetail
{
	border-style: None;
}
.TableBackground
{
	background-color: white;
	border-style: None;
	Padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
.RSInstructions
{
	color: #0BB14E;
}
.RSControlLabels
{
	font-family: Arial, Verdana, Geneva, 'MS Sans Serif', sans-serif;
}
.RSControlContents
{
	font-family: Arial, Verdana, Geneva, 'MS Sans Serif', sans-serif;
}
.RSNumberLabels
{
	font-size: 127%;/*10pt;*/
		color: #0BB14E;
}
.RSPleaseWait
{
	color: #0BB14E;
	font-size: Large;
}
.Cart_AddReportTitle
{
	font-size: Medium;
	font-weight: bold;
	text-decoration: underline;
}
.PleaseWaitClockPage
{
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: 57317e:	
}
.ButtonsBottom
{
	vertical-align: bottom;
	text-align: right;
}
.ButtonsTop
{
	vertical-align: top;
	text-align: left
}
/************************* End Text Style ***************************/
/************************* PleaseWait Progress Style ****************/
.PleaseWaitPage
{
	text-align: center;	
}
.PleaseWaitText
{
	font-weight: bold;
	font-size: large;
}
.PleaseWaitImage
{
	visibility: visible;
}
/************************* End PleaseWait Progress Style ************/
/************************* Link Style *******************************/
a:link
{
	color: #060606;
}
a:visited
{
	color: #060606;
}
a:hover 
{
	color: Red;
}   
a:active 
{
	color: white;
}  
/************************** End Link Style **************************/

/************************** RSLeftNavuwlb style *********************/
.RSUltraWebListbar
{
}
.RSUltraWebListbarCell
{
	background: #0BB14E url(./graphics/gradient.gif) repeat-x;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
	height: 100%;
}

.RSUltraWebListbar_DefaultItemSelectedStyle
{
	background: white;
	color: #0BB14E;
	cursor: hand;
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultItemStyle
{
	background: white;
	color: #0BB14E;
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultItemHoverStyle
{
	background: white;
	color: #0BB14E;
	cursor: hand;
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultGroupHeader_Expanded
{
	background: #0BB14E url('graphics/leftgray.gif') repeat-x;
	font-size: 100%;
	font-weight: bold;
	cursor: hand;
	color: white;
}
.RSUltraWebListbar_DefaultGroupHeader_Collapsed
{
	background: #0BB14E url('graphics/leftgray.gif') repeat-x;
	font-size: 100%;
	font-weight: bold;
	cursor: hand;
	color: white;
}
.RSUltraWebListbar_DefaultGroupHeader_Hover
{
	background: #0BB14E url('graphics/leftgray.gif') repeat-x;
	font-size: 100%;
	font-weight: bold;
	cursor: hand;
	color: white;
}
.RSUltraWebListbar_DefaultGroupButtonHoverStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonSelectedStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonStyle
{
}

/************************** End RSLeftNavuwlb 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: #0BB14E;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	height: 100%;
	background-color: white;
}
.GridPage_GridRow
{
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	padding-left: 3px;
	background-color: white;

}
.GridPage_GridHeader
{
	cursor: hand;
	border-color: Black;
	border-style: solid;
	border-width: 1px;
	color: white;
	background-color: #0BB14E;
	font-weight: normal;
}
.GridPage_GridRowSelectors
{
	background-color: #0BB14E;
}
.GridPage_GridRowAlternate
{
	background-color: white;
}
.GridPage_GridSelectedRow
{
	color: black;
	background-color: #c4c4c4;
}
.GridPage_GridFooter
{
	border-width: 1px;
	border-style: solid;
	color: #0BB14E;
	background-color: white;
}

.GridPage_UltraWebListbarCell
{
	padding-bottom: 10px;
}
.GridPage_SummaryInfoCell
{
}
.GridPage_PageXofYCell
{
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	Color: #505050;
	font-weight: bold;
}
.GridPage_SelectionSummaryCell
{
	vertical-align: middle;
	text-align: right;
	color: #505050;
	font-weight: bold;
}
.GridPage_ProgressIndicator
{
	font-size: medium;
	font-weight: bolder;
	color: green;
	position: absolute;
	top: 0px;
	z-index: 200000;
}
.GridPage_GridPager
{
	font-size: 10pt;
	background-color: #0BB14E;
	border-style: solid;
	border-width: 1px;
	border-left-color: #0BB14E;
	border-top-color: White;
	border-left-width: 1px;
	border-top-width: 1px;
	color: white;
}
/*********************** End of Grid Page style ***********************/

/*********************** Account Control style ************************/
.RSAccountSeparator
{
	width: 2%;
	height: 20px;
}
.RSAccount
{
	vertical-align: bottom;
	height: 22px;
}
.RSAccount_EditLevel1
{
	width: 32%;
}
.RSAccount_EditLevel2
{
	width: 32%;
}
.RSAccount_EditLevel3
{
	width: 32%;
}
/********************* End of Account Control style *********************/

@media print 
{
	.ButtonsBottom, .ButtonsTop
	{
		Display: none;
	}
}