﻿/************************* Customize Your Style *********************/

/************************* 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: #D3D3D3; /*lightgrey*/
	text-align: center;
	font-weight: bold;
}
body
{
	margin: 5px;
	cursor:default;
}
body,
input[type="checkbox"],
input[type="text"],
input[type="file"],
textarea,
select,
.RSControlContents
{
	font-family: Helvetica, Arial, Verdana, Geneva, 'MS Sans Serif', sans-serif;
	font-size: small;/*10pt;*/
}

.RSCell
{
	border: solid 1px #dcdcdc; 
	padding: 5px; 
	vertical-align:top;
}
/************************* End Body and Table Style *****************/

/************************* Header Style *****************************/
.RSHeader
{
	background-color: #ffffff;
	margin-bottom: 10px;
	font-size: 127%;
}
.RSHeader_AppTitle
{
	color: #009a66;
	font-style: italic;
	font-weight: bold;
}
.RSHeader_PageTitle
{
	color: #003a80;
	font-weight: bold;
}
.RSHeader_LoginUser
{	
}
.RSHeader_logout
{
}
.RSHeader_Logo
{
}
/************************* End Header Style *************************/


/************************** RSLeftNavuwlb style *********************/
.RSUltraWebListbar
{
}
.RSUltraWebListbarCell
{
	background: #F5F5F5 url(./graphics/gradient.gif) repeat-x;
	padding-right: 10px;
	padding-left: 10px; 
	padding-top: 20px; 
	vertical-align: top;
	text-align: center;
	height: 100%;
	width: 150px;
}

.RSUltraWebListbar_DefaultItemSelectedStyle
{
	background-color: #F5F5F5;
	color: #003a80;
	cursor: pointer;
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultItemStyle
{
	background-color: #F5F5F5;
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultItemHoverStyle
{
	background-color: #F5F5F5;
	color: Red;
	cursor: pointer;
	Padding: 2px;
	font-size: 85%;
	font-family: Verdana;
}
.RSUltraWebListbar_DefaultGroupHeader_Expanded
{
	background: #DCDCDC url(./graphics/explorer.gif) repeat-x;
	font-size: medium;
	cursor: pointer;
	color: Black;
}
.RSUltraWebListbar_DefaultGroupHeader_Collapsed
{
	background: #DCDCDC url(./graphics/explorer.gif) repeat-x;
	font-size: medium;
	cursor: pointer;
	color: Black;
}
.RSUltraWebListbar_DefaultGroupHeader_Hover
{
	background: #DCDCDC url(./graphics/explorer_orange.gif) repeat-x;
	font-size: medium;
	cursor: pointer;
	color: Black;
}
.RSUltraWebListbar_DefaultGroupButtonHoverStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonSelectedStyle
{
}
.RSUltraWebListbar_DefaultGroupButtonStyle
{
}

/************************** End RSLeftNavuwlb Style ******************/


/* Text at top of page */
.GettingStartedIntroText
{
    width:100%;
    padding-bottom:1.5em;
}

.GettingStartedSectionHeading
{
    font-weight: bold;
    font-size: 135%;/*larger;*/ 
    color: #003a80; /*darkblue*/
    border-bottom: 1px solid black;
}




/* Intro text displayed in each section*/
.GettingStartedSectionText
{
    padding: 10px 5px;
    vertical-align: top;
}

.GettingStartedLinksCell
{
    padding-left: 15px;
    padding-top: 15px;
    vertical-align:top;
}

.GettingStartedLinksCell img,
.GettingStartedLinksCell span
{
    vertical-align:middle;
    border: none;
}


/* Column spacing between headers */
.GettingStartedHeadingSpacing
{
    padding-left: 20px;
    vertical-align:top;
}

/************************* RSUltraWebMenu Style *********************/
.GridPage_UltraWebMenuCell
{
	width: 100%;
	vertical-align: top;
	background-color: #DCDCDC;
}
.RSUltraWebMenu
{
	background-color: #DCDCDC;
	font-size: 90%;
	font-weight: bold;
}
.RSUltraWebMenu_ItemStyle
{
	cursor: pointer;
	text-align: left;
}
.RSUltraWebMenu_IslandStyle
{
	border-color: Gray;
}
.RSUltraWebMenu_DisabledStyle
{
	color: #333333;
	cursor: default;
}
.RSUltraWebMenu_TopSelectedStyle
{
}
.RSUltraWebMenu_HoverItemStyle
{
	background-color: gray;
	color:white;
}
.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 *****************/






/************************* Link Style *******************************/
a:link
{
	color: #009a66;
}
a:visited
{
	color: #009a66;
}
a:hover 
{
	color: Red;
}   
a:active 
{
	color: #333333;
}  
/************************** End Link Style **************************/
