/* Base Styles */
body
{
	background: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.MainBody
{
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: white;
	border: 1px solid #6699CC;
	padding-bottom: 0px;
	position: relative;
}

#Content
{
	position: relative;
	border: solid 0px lime;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

.EditPageTitle
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-size: 12pt;
	font-weight: bold;
	color: #1E338B;
	border-style: solid;
	border-width: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

/* draws a box around a series of radio buttons, used on forms. */
div.Group
{
	border-style: solid;
    border-width: 1px;
	height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

/*****************************************************************
These are the styles used by the Login Form
******************************************************************/
#loginImage
{
	background-image: url(../Images/RSBlueBlocks/RipplestoneLogo.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 192px;
	position: relative;
	top: 70px;
	left: 95px;
	border: solid 0px red;
	text-align: left;
	display: none;
}

#loginForm
{
	position: relative;
	top: 0px;
	left: 300px;
	width: 300px;
	border: solid 0px red;
	text-align: left;
	display: block;
	height: 200px;
	padding-top: 50px;
}

#loginTable
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
}

.LoginFormRow
{
	height: 30px;
	margin: 3px;
}

#UserIDRow
{}

#PasswordRow
{}

#LoginBottonRow
{}

#ErrorMesageRow
{}

#UserIDLabelCell
{
	text-align: right;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	padding-right: 5px;
}

#UserIDTextbox
{
	position: relative;
	left: 50px;
}

#PasswordLabelCell
{
	text-align: right;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	padding-right: 5px;
}

#PasswordTextbox
{
	position: relative;
	left: 50px;
}

#LoginButtonCell
{
	text-align: right;
	padding-top: 10px;
	padding-right: 53px;
}
/*****************************************************************
End of Login Form Styles
******************************************************************/

/*****************************************************************
Main Report Page
******************************************************************/
#ReportFolders
{
	float: left;
	width: 480px;
	padding-top: 20px;
	margin-left: 0px
}

#FolderHeading
{
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
	padding-top: 5px;
	padding-left: 5px;
	background-color: #6699CC;
	background-image: none;
	background-repeat: no-repeat;
	height: 20px;
	border-bottom: solid 0px #000080;
	border-left: solid 1px #000080;
	border-right: solid 1px #000080;
	border-top: solid 1px #000080;
}

#Folders
{
	margin-top: 0px;
	border-bottom: solid 1px #000080;
	border-left: solid 1px #000080;
	border-right: solid 1px #000080;
	border-top: solid 0px #000080;
	padding-bottom: 3px;
	padding-left: 2px;
}

a.FolderList
{
	text-decoration: underline;
	color: blue;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
a.FolderList:hover
{
	color: red;
}

#ReportContainer
{
	float: right;
	width: 450px;
	padding-top: 20px;
	padding-right: 3px;
}

.documentGroup
{
	margin-bottom: 10px;
}

.GroupHeading
{
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
	padding-top: 5px;
	background-color: #6699CC;
	background-image: none;
	background-repeat: no-repeat;
	height: 20px;
	border-bottom: solid 0px #000080;
	border-left: solid 1px #000080;
	border-right: solid 1px #000080;
	border-top: solid 1px #000080;
	padding-left: 5px;
}

.GroupBody
{
	margin-top: 0px;
	border: solid 1px #000080;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 3px;
}

#ReportImage
{
	margin-top: 2px;
}

#ReportDescription
{
	float: left;
	padding-left: 25px;
}

div.clearfloats
{
	clear: both;
}

/**********************************************************
 Styles for the icon buttons on the home page
**********************************************************/
.deleteButton
{
	position: relative;
	top: 5px;
}

.editButton
{
	position: relative;
	top: 5px;
}

.moveButton
{
	position: relative;
	top: 5px;
}

.runButton
{
	position: relative;
	top: 5px;
}

.addFavoriteButton
{
	position: relative;
	top: 5px;
}

.newFolderButton
{
	position: relative;
	top: 5px;
}

.newDocumentButton
{
	position: relative;
	top: 5px;
}

.newScheduleButton
{
	position: relative;
	top: 5px;
}

.scheduleButton
{
	position: relative;
	top: 5px;
}

.scheduleHistoryButton
{
	position: relative;
	top: 5px;
}

.scheduleEditButton
{
	position: relative;
	top: 5px;
}

/*****************************************************************
End of Main Report Page
******************************************************************/

/*****************************************************************
These are the styles used by the Header
******************************************************************/
#Header
{
	position: relative;	/* Must be set to relative to set the positioning context for the div tags within the Header div */
	border: solid 0px blue;
	height: 107px;
}

#HeaderBackground
{
	background-color: white;
	background-image: url(../Images/RSBlueBlocks/topLeft.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	z-index: 0;
	height: 78px;
	width: 900px;
	border: solid 0px Lime;
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
}

#HeaderBackground span
{
	position: absolute;
	left: 120px;
	border: solid 0px lime;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 16pt;
	color: #6298bb;
	text-align: left;
	z-index: 9;
	width: 400px;
	top: 10px;
}

#HeaderImage1
{
	background-image: url(../Images/RSBlueBlocks/topRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	height: 78px;
	width: 334px;
	border: solid 0px red;
	top: 5px;
	right: 2px;
}

#HeaderImage1 span
{
	display: none;
}

#HeaderImage2
{
	background-image: url(../Images/RSBlueBlocks/RipplestoneLogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 50px;
	width: 192px;
	border: solid 0px red;
	top: 15px;
	left: 20px;
}

#HeaderImage2 span
{
	display: none;
}

#HeaderImage3
{
	display: none;
}

#HeaderImage3 span
{
	display: none;
}
/*****************************************************************
End of Header Styles
******************************************************************/

/*****************************************************************
The user defined links in the header
******************************************************************/
#Links
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #6699CC;
	text-align: left;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 4px;
	position: relative;
	top: 86px;
	left: 2px;
	border: solid 0px red;
}
a.UserLink
{
	font-size: 8pt;
    color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover.UserLink
{
	font-size: 8pt;
	color: #1E338B;
	font-weight: bold;
	text-decoration: none;
}

/*****************************************************************
End of Link Styles
******************************************************************/

/*****************************************************************
 The link trail (Breadcrumb) that contains the Ripplestone links 
 used for navigation on every page except signon.aspx
******************************************************************/
div.nav
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	padding: 0px;
	background-color: #e5e5e5;
	border-color: #1E338B;
	border-width: 1px;
	border-style: solid;
	height: 15px;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-top: 5px;
	position: relative;
	top: 0px;
}

div.nav2
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 732px;
	height: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.nav2left
{
	position: absolute;
	padding-top: 3px;
}

.nav2title
{
	position: absolute;
	font-family: Verdana, Arial, Sans-Serif;	
	font-size: 10pt;
	font-weight: bold;
	color: #1E338B;
	left: 25px;
	top: 4px;
}

.nav2right
{
	position: absolute;
	right: 10px;
	top: 5px;
	white-space: nowrap;
}

.logout
{
	display: inline;
}

.BreadCrumbLeft
{
	text-align: left;
}

.BreadCrumbRight
{
	float: right;
	right: 8px;
	text-align: right;
}
/*****************************************************************
Begin Footer Style
******************************************************************/
#Footer
{
	position: relative;	/* Must be set to relative to set the positioning context for the div tags within the Header div */
	border: solid 0px red;
	height: 70px;
	bottom: 5px;
}

#footer1
{
	border: solid 0px lime;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
	position: relative;
	top: 15px;
}

#footer2
{
	border: solid 0px blue;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;	
	font-weight: normal;
    font-size: 8pt;
	color: #666666; 
	position: relative;
	top: 25px;
}

#footerImage1
{
	background-image: url(../Images/RSBlueBlocks/btmBlocks.gif);
	background-repeat: no-repeat;
	border: solid 0px lime;
	height: 33px;
	width: 33px;
	position: absolute;
	bottom: 15px;
	left: 2px;
}

#footerImage1 span
{
	display: none;
}

#footerImage2
{
	background-color: black;
	background-image: none;
	background-repeat: no-repeat;
	width: 945px;
	height: 1px;
	bottom: 12px;
	left: 2px;
	position: absolute;
}

#footerImage2 span
{
	display: none;
}

#footerImage3
{
	background-color: #6699CC;
	background-image: none;
	background-repeat: no-repeat;
	width: 945px;
	height: 10px;
	bottom: 0px;
	left: 2px;
	position: absolute;
}

#footerImage3 span
{
	display: none;
}

/*****************************************************************
End of Footer Styles
******************************************************************/


/*****************************************************************
Administration Pages
******************************************************************/
/* Used like an H1 on all admin forms*/
.Title
{
	font-family: Verdana, Arial, Sans-Serif;	
	font-size: 12pt;
	font-weight: bold;
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	padding: 2px;
	text-align: center;
}

.AdminDescription
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}

/*****************************************************************
End of the Administration Pages
******************************************************************/

/*****************************************************************
Forms
******************************************************************/

.FormText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	color: #1E338B;
}

.FormLabel
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	color: #1E338B;
	white-space: nowrap;
}

.FormTextbox
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	width: 98%;
}

.FormCheckbox
{
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 10pt;
	color: #1E338B;
	white-space: nowrap;
}

.AddNewLinkLeft
{
	margin-left: 10px;
	margin-top: 5px;
}

#buttons
{
	position: relative;
	top: 5px;
}

/****************************************************************/
/* 
This is all the styles used by the datagrid control.  There
are 7 different styles for the different sections of the
datagrid
*/
/****************************************************************/
.datagridGeneral
{
	border: solid 1px silver;
}
.datagridHeader
{
	background-color: #639ABD;
	color: White;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.datagridHeader a
{
	text-decoration: underline;
	color: White;
	font-size: 10pt;
}

.datagridItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	height: 20px;
}
.datagridItem a
{
	text-decoration: none;
	color: Blue;
	font-size: 8pt;
}
.datagridItem a:hover
{
	text-decoration: none;
	color: Red;
	font-size: 8pt;
}

.datagridAlternatingItem
{
	background-color: #ADC8E0;
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	height: 20px;
}
.datagridAlternatingItem a
{
	text-decoration: none;
	color: Blue;
	font-size: 8pt;
}
.datagridAlternatingItem a:hover
{
	text-decoration: none;
	color: Red;
	font-size: 8pt;
}

.datagridEditItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.datagridFooter
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.datagridPager
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
.datagridSelectedItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
/** Style to display a row that might contain an error ex: Failed Job in the Schedule History grid  **/
.datagridErrorRow
{
	background-color: #EB714D;
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	height: 20px;
}

/**********************************************************************
Styles for the Parameter User Control
**********************************************************************/
.ParameterLabel
{
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}

/**********************************************************************
Styles for the Search and Filter table on the ScheduledReports page
**********************************************************************/
table.scheduleSearch
{
	border: solid 1px #6298BB;
	padding: 10px 5px 10px 5px;
	margin: 5px auto 5px auto;
}
/**********************************************************************
Styles for the Database Connection Helper Tab
**********************************************************************/
.DSNFound
{
	color: Green;
}
.DSNNotFound
{
	color: Red;
}
.DatabaseConnectionFound
{
	color: Green;
}
.DatabaseConnectionNotFound
{
	color: Red;
}
.AccessDBFound
{
	color: Green;
}
.AccessDBNotFound
{
	color: Red;
}


.tabPageStyle
{
	border-right: #6788BE 1px solid; 
	border-left: #6788BE 1px solid; 
	border-bottom: #6788BE 1px solid; 
	margin-top: -13px;
	margin-right: -1px;
}