﻿/*------------------------------------------------------------------
## CUSTOM REPORT OVERLAY
------------------------------------------------------------------*/
div#customReportOverlay
{
	background-image:url(Images/custom_report_overlay.png);
	position:absolute;
	top:0px;
	left:0px;
	z-index:90;
	width:100%;
	height:100%;
}

/*------------------------------------------------------------------
## CUSTOM REPORT WIZARD LAYOUT
------------------------------------------------------------------*/
div#customReportWizard
{
	background:url(Images/custom_report_background_top.png) top left no-repeat;
	height:618px;
	width:818px;
}

/*------------------------------------------------------------------
## CUSTOM REPORT WIZARD TITLE & STEPS
------------------------------------------------------------------*/
div#customReportTitle
{
	/*background:url(Images/custom_report_background.png) top left no-repeat;*/
	padding:14px 14px 0 14px;
}

div#customReportTitle div
{
	background:url(Images/custom_report_banner_spanner.png) top left repeat-x;
	overflow:hidden;
	width:100%;
}

div#customReportTitle h3
{
	background:url(Images/custom_report_title_background.png) top left no-repeat;
	color:#fff;
	float:left;
	font-family:'Trebuchet MS';
	font-size:16px;
	font-weight:normal;
	height:41px;
	margin:0px;
	padding:0px;
}

div#customReportTitle h3 span
{
	display:block;
	padding:10px 0 0 45px;
}

div#customReportTitle a
{
	background:url(Images/custom_report_close.png) top left no-repeat;
	float:right;
	height:13px;
	text-decoration:none;
	width:13px;
}

div#customReportTitle a span
{
	display:none;
}

div#customReportSteps
{
	padding:0 14px 0 14px;
}

div#customReportSteps ol
{
	background:url(Images/custom_report_steps_background.png) top left no-repeat;
	height:44px;
	list-style:none;
	margin:0px;
	overflow:hidden;
	padding:0px;
	width:790px;
}

div#customReportSteps ol li
{
	background-image:url(Images/custom_report_steps.png);
	float:left;
	height:44px;
	margin:0 20px 0 20px;
}

div#customReportSteps ol li span
{
	display:none;
}

li#crStep1
{
	background-position:0px 44px;
	width:101px;
}
li#crStep1.selected
{
	background-position:0px 0px;
}

li#crStep2
{
	background-position:-101px 44px;
	width:106px;
}
li#crStep2.selected
{
	background-position:-101px 0px;
}

li#crStep3
{
	background-position:-207px 44px;
	width:74px;
}
li#crStep3.selected
{
	background-position:-207px 0px;
}

li#crStep4
{
	background-position:-281px 44px;
	width:85px;
}
li#crStep4.selected
{
	background-position:-281px 0px;
}

li#crStep5
{
	background-position:-366px 44px;
	width:83px;
}
li#crStep5.selected
{
	background-position:-366px 0px;
}

/*------------------------------------------------------------------
## CUSTOM REPORT WIZARD CONTENT
------------------------------------------------------------------*/
div#customReportContent
{
	border:1px solid #949494;
	border-top:0px;
	height:450px;
	margin:0 14px 0 14px;
	padding:10px;
	padding-top:0px;
	font-size:12px;
	
	overflow-x:hidden;
	overflow-y:auto;
}

h4.stepTitle
{
	color:#000;
	font-family:'Trebuchet MS', Sans-Serif;
	font-size:20px;
	letter-spacing:-1px;
	margin:0px;
	padding:5px 0 0 0;
}

div#infoText
{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
}

div.errorMessage
{
	background:#f17373;
	border:1px solid #750000;
	color:#fff;
	padding:5px;
	margin:0px 0 10px 0;
}

div#ctl00_CustomReportWizard_UpdatePanel1
{
	background:url(Images/custom_report_background_bottom.png) bottom left no-repeat;
}

div.saveAndSchedule p
{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
}

div.saveAndSchedule p.bottomBorder
{
	border-bottom:1px dotted #ccc;
}

div.saveAndSchedule p.last
{
	margin-bottom:0px;
	padding-bottom:0px;
}

div#ctl00_CustomReportWizard_UpdatePanel_Errors
{
	
	margin:0px;
	padding:0px;
	position:absolute;
	top:96px;
	left:20px;	
	width:760px;
}
div#reportSaved
{
	padding-top:50px;
	width:auto;
	text-align:center;	
}

/*------------------------------------------------------------------
## CUSTOM REPORT WIZARD BUTTONS
------------------------------------------------------------------*/
div#customReportButtons
{
	background:url(Images/custom_report_bottom_shadow.png) 14px 0px no-repeat;
	padding:0 14px 23px 14px;
}

div#customReportButtons p
{
	margin:0px;
	padding:14px 0 0 0;
	text-align:right;
}

div#customReportButtons p *
{
	margin-top:10px;
	vertical-align:middle;
}

div#customReportButtons p input
{
	margin-top:0px;
}


/*------------------------------------------------------------------
## FIELDSET STYLE | STEP 5: NAME REPORT
------------------------------------------------------------------*/
fieldset.nameReport
{
	background:#fbfae1;
	border-right:1px solid #bb9c4c;
	border-bottom:1px solid #bb9c4c;
	border-top:1px solid #dec78a;
	border-left:1px solid #dec78a;
	margin:0 0 20px 0;
	padding:10px 15px 15px 15px;
}

fieldset.nameReport legend
{
	background:url(Images/savas_16.gif) 5px 0px no-repeat;
	color:#000;
	font-weight:bold;
	padding:0 5px 5px 24px;
}

/*------------------------------------------------------------------
## FIELDSET STYLE | STEP 5: SAVE OPTIONS
------------------------------------------------------------------*/
fieldset.saveOptions
{
	background:#f1f5fa;
	border-right:1px solid #7c8ca1;
	border-bottom:1px solid #7c8ca1;
	border-top:1px solid #bfcad8;
	border-left:1px solid #bfcad8;
	margin:0 0 20px 0;
	padding:10px 15px 15px 15px;
}

fieldset.saveOptions legend
{
	color:#000;
	font-weight:bold;
}

fieldset.nameReport p, fieldset.saveOptions p
{
	margin:0px;
	padding:0 0 5px 0;
	line-height:16px;
}

fieldset .frequencyDetails
{
	border:1px solid #c0cbd9;
	background-color:#fff;
	padding:10px;
	margin-top:5px;
}
