/* USPS: Internal IE Style Sheet ________________________ */
body {
	margin: 0px;
	padding: 0px;
}
.wrapper {}
body.simple .wrapper {padding: 80px; text-align: center;}
.container {
	width: 100%;
}
body.simple .header 
{
	width: 598px;
	height:60px;
	text-align: left;
	background: url(Images/bg-header.jpg) no-repeat center center;
	border: solid 1px #CCCCCC;
	border-bottom-width: 0px;
	margin:0 auto;
}
body.simple .container {
	width: 600px;
	text-align: left;
	border: solid 1px #cccccc;
	border-bottom-width: 0px;
	margin:0 auto;
}
.footer {width: 100%;}
body.simple .footer {width: 600px; text-align: left; margin:0 auto;}

/* TOP ___________________________________________________ */
.top {width: 100%; height:60px;}
.logo {
    padding-left: 10px;
    padding-top:24px;
	float: left;
	clear: left;
	text-align: left;
	height: 36px;
	width: 200px;
}
.slogan {}

/* MENU __________________________________________________ */
.top_menu {
	padding-top: 2px;
	padding-left: 10px;
	background-color: #980000;
}
.welcome {
	float: right;
	clear: right;
	padding: 3px 10px 0px 0px;
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
}
.menu {}
.menu td img {padding-right: 5px; vertical-align: middle;}
table.menu td.menuup, 
table.menu td.menuhover {
	color: #FFFFFF;
	font: bold 11px Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
table.menu td.menuhover {
	color: #FFFFFF;
}
table.menu td.menuup img, 
table.menu td.menuhover img {display: none;}
table.menu td.menuup div, 
table.menu td.menuhover div {
	padding: 5px 10px;
}
table.submenu {
	background: #FFFFFF;
	border: solid 1px #980000;
}
table.submenu td.menuup, 
table.submenu td.menuhover {
	padding: 5px 11px;
	color: #980000;
	font: normal 11px Arial, sans-serif;
	text-decoration: none;
}
table.submenu td.menuhover {
	color: #980000;
	background: #BFBFBF;
}

/* SHORTCUTBAR _______________________________________________ */
.breadcrumb {
	float: left;
	clear:left;
	padding: 0px 0px 5px 11px;
	color: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.print {
	padding: 5px 10px;
	color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: right;
	background: #AFC5DB;
}
.print img {vertical-align: middle;}
.print A, 
.print A:link, 
.print A:visited, 
.print A:active {color: #000000; text-decoration: none;}
.print A:hover {color: #000000; text-decoration: underline;}

/* BOTTOM ________________________________________________ */
.bottomwrapper {
	background: #AFC5DB;}
.bottom {
	color: #FFFFFF;
	font: bold 10px arial, sans-serif; 
	margin: 0px 10px; 
	padding: 5px;
	padding-bottom: 6px;
	text-align: center;
	background: #AFC5DB;
}
.bottom A, 
.bottom A:link, 
.bottom A:visited, 
.bottom A:active {color: #FFFFFF; text-decoration: underline;} 
.bottom A:hover {color: #FFFFFF; text-decoration: none;}

/* CONTENT ___________________________________________________ */
.holder {
	padding: 10px 20px;
	height: 400px;
	color: #666666;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
}
body.popup .holder {padding: 10px 20px; height: auto;}
body.simple .holder {height: 225px;}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fffffd;
	border-width:3px;
	border-style:solid;
	border-color:#0055ea;
	padding:3px;
	width:400px;
}

.modalTitle
{
	cursor: move; 
	background-color: #0055ea;
	border: solid 1px Gray; 
	color: White; 
	padding: 2px;
}
.innerheight
{
    overflow:auto; width:100%; height:70vh;
}

/* Fix alignment of the toolbar */
.ReportViewer .rvToolbar {
	text-align: center !important; /* Aligns the toolbar to the center */
	margin: 0 auto !important; /* Ensures the toolbar is centered */
}

/* Fix alignment of pagination controls */
.ReportViewer .rvPageNav {
	text-align: center !important; /* Aligns page navigation controls */
}

/* Force next/previous buttons to be aligned correctly */
.ReportViewer .rvPaging {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.ToolbarBack .DisabledButton {
	padding: 12px;
}

#ctl00_content_ReportViewer1_ctl09_ctl00_Previous_ctl01.DisabledButton {
	padding: 12px;
}

#ctl00_content_ReportViewer1_ctl09_ctl00_First_ctl01.DisabledButton {
	padding: 12px;
}

#ctl00_content_ReportViewer1_ctl09_ctl00_Next_ctl01.DisabledButton {
	padding: 12px;
}

#ctl00_content_ReportViewer1_ctl09_ctl00_Last_ctl01.DisabledButton {
	padding: 12px;
}

#ctl00_content_rptvEPPStatusReport_ctl09_ctl00_First_ctl01.DisabledButton {
	padding: 12px;
}

#ctl00_content_rptvEPPStatusReport_ctl09_ctl00_Previous_ctl01.DisabledButton {
	padding: 12px;
}

#ctl00_content_rptvEPPStatusReport_ctl09_ctl00_Next_ctl01.DisabledButton {
	padding: 12px;
}

#ctl00_content_rptvEPPStatusReport_ctl09_ctl00_Last_ctl01.DisabledButton {
	padding: 12px;
}