@font-face {
    font-family: 'revolution_gothicbold';
    src: url('/css/lib/fonts/revolutiongothic_bold-webfont.eot');
    src: url('/css/lib/fonts/revolutiongothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/lib/fonts/revolutiongothic_bold-webfont.woff2') format('woff2'),
         url('/css/lib/fonts/revolutiongothic_bold-webfont.woff') format('woff'),
         url('/css/lib/fonts/revolutiongothic_bold-webfont.ttf') format('truetype'),
         url('/css/lib/fonts/revolutiongothic_bold-webfont.svg#revolution_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


body, pre
{
	font-size: 12px; /* standard font size for all sites */
	line-height: 1.4; /* 140% of the font size */
	font-family: Verdana, sans-serif;
}

body
{
	background-color: #FFFFFF;
	color: #000000;
}

div.plainLayout
{
	background-color: #FFFFFF;
	color: #000000;
	padding:10px;
}

/* insert zero-width blank space after all <wbr> tags. This always for line breaks on long names, partnums, etc. */
wbr:after { content: "\00200B"; }

/***************/
/* Typography */
/*************/

/* Headings Reset*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 5px 0;
	font-size: 14px;
}

span.stdBlackText
{
	color: #000000;
	font-size:12px;
	font-weight:normal;
}

span.signedIn
{
	font-size: 13px;
	font-weight: bold;
	color: #0E2747
}

small
{
	font-size:11px;
	font-weight:normal;
}

.macFont
{
	font-family: courier, monospace;
}

.underline,
a.underline
{
	text-decoration: underline;
}

.lineHeight1
{
	line-height: 1 !important; /* make line height equal to font size */
}

/*******************/
/* End Typography */
/*****************/

a, img
{
	border:none;
}

/****************/
/* Backgrounds */
/**************/
.whiteBg
{
	background-color: #FFF !important;
	color:#000000 !important;;
}

.lightBg
{
	background-color: #E0E0E0 !important;
	color:#000000 !important;;
}

.mediumBg
{
	background-color: #666 !important;
	color: #FFFFFF !important;;
}

.darkBg
{
	background-color: #222222 !important;
	color: #FFFFFF !important;;
}
/********************/
/* End Backgrounds */
/******************/


/************/
/* Borders */
/**********/
.lightBorder
{
	border:1px solid #CCCCCC;
}

.mediumBorder
{
	border:1px solid #666;
}
.darkBorder
{
	border: 1px solid #000000;
}
.noBorder
{
	border: none !important;
	border-style: none !important;
}
.noTopBorder
{
	border-top:none !important;
}

.noBottomBorder
{
	border-bottom:none !important;
}

.radius8
{
	border-radius:8px;
}

/****************/
/* END Borders */
/**************/


/*******************************/
/* common padding and margins */
/*****************************/
.margin0 { margin:0 !important; }
.margin5 { margin: 5px !important; }
.margin10 { margin: 10px !important; }
.margin15 { margin: 15px !important; }
.margin20 { margin: 20px !important; }

.marginTop0 { margin-top: 0 !important; }
.marginBottom0 { margin-bottom: 0 !important; }
.marginRight0 { margin-right: 0 !important; }
.marginLeft0 { margin-left: 0 !important; }

.marginTop5 { margin-top: 5px !important; }
.marginBottom5 { margin-bottom: 5px !important; }
.marginRight5 { margin-right: 5px !important; }
.marginLeft5 { margin-left: 5px !important; }

.marginTop10 { margin-top: 10px !important; }
.marginBottom10 { margin-bottom: 10px !important; }
.marginRight10 { margin-right: 10px !important; }
.marginLeft10 { margin-left: 10px !important; }

.marginTop15 { margin-top: 15px !important; }
.marginBottom15 { margin-bottom: 15px !important; }
.marginRight15 { margin-right: 15px !important; }
.marginLeft15 { margin-left: 15px !important; }

.marginTop20 { margin-top: 20px !important; }
.marginBottom20 { margin-bottom: 20px !important; }
.marginRight20 { margin-right: 20px !important; }
.marginLeft20 { margin-left: 20px !important; }

.marginTop0Sides10 { margin: 0 10px !important; }

.padding0 { padding: 0 !important }
.padding5 { padding: 5px !important; }
.padding10 { padding: 10px !important; }
.padding15 { padding: 15px !important; }
.padding20 { padding: 20px !important; }

.paddingTop0 { padding-top:0 !important}
.paddingBottom0 { padding-bottom: 0 !important; }
.paddingRight0 { padding-right:0 !important; }
.paddingLeft0 { padding-left:0 !important; }

.paddingTop5 { padding-top: 5px !important}
.paddingBottom5 { padding-bottom: 5px !important; }
.paddingRight5 { padding-right: 5px !important; }
.paddingLeft5 { padding-left: 5px !important; }

.paddingTop10 { padding-top: 10px !important; }
.paddingBottom10 { padding-bottom: 10px !important; }
.paddingRight10 { padding-right: 10px !important; }
.paddingLeft10 { padding-left: 10px !important; }

.paddingTop15 { padding-top: 15px !important; }
.paddingBottom15 { padding-bottom: 15px !important; }
.paddingRight15 { padding-right: 15px !important; }
.paddingLeft15 { padding-left: 15px !important; }

.paddingTop20 { padding-top: 20px !important; }
.paddingBottom20 { padding-bottom: 20px !important; }
.paddingRight20 { padding-right: 20px !important; }
.paddingLeft20 { padding-left: 20px !important; }


/***********************************/
/* End common padding and margins */
/*********************************/

/**************/
/* alignment */
/************/
.textLeft { text-align:left; }
.textCenter { text-align:center; }
.textRight { text-align:right; }
.textNoWrap { white-space: nowrap; }
.textPreWrap { white-space: pre-wrap; }

/*******************/
/* Vertical Align */
/*****************/
.alignTop
{
    vertical-align: top;
}

.alignMiddle
{
    vertical-align: middle;
}

.alignBottom
{
    vertical-align: bottom;
}

/***********/
/* layout */
/*********/
.height100
{
	height: 100%;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.width5 { width:5%; }
.width10 { width:10%; }
.width20 { width:20%; }
.width30 { width:30%; }
.width33 { width:33.3%; }
.width40 { width:40%; }
.width50 { width:50%; }
.width60 { width:60%; }
.width70 { width:70%; }
.width80 { width:80%; }
.width90 { width:90%; }
.width95 { width:95%; }
.width100 { width:100%; }

/***********************************************************************/
/* Table Standards - includes some divs that look like tables as well */
/*********************************************************************/
table.netxTable
{
	border-collapse: collapse;
	width: 100%;
	background-color: #FFF;
	color: #000000;
}

/* caption (title of table) */
table.netxTable caption, div.netxDivCaption
{
	border: 1px solid #333333;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #666;
	padding: 3px 6px 5px 6px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom: none;
	color: #FFFFFF;
}

div.netxDivCaption div
{
	color: #FFFFFF;
}

table.netxTable tbody tr.netxTableSubHeading td,
table.netxTable tbody tr.netxTableSubHeading:hover td
{
	background-color: #52637C;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

div.netxDarkCaption
{
	border: 1px solid #666;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #333;
	padding: 3px 0 5px 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: none;
	color: #FFFFFF;
}

/* set table bottom border */
table.netxTable tr:last-child td
{
	border-bottom: 1px solid #555555;
}

/* adjust margins for table inputs */
table.netxTable tr td input
{
	margin-left: 1px;
	margin-bottom: 3px;
	margin-top:3px;
}

/* column headings row */
table.netxTable thead tr th, table.netxTable tr.subHeader td
{
	background-color: #8D8D8D;
	border-top: #555555;
	border-bottom: 1px solid #8D8D8D;
	border-right: 1px solid #666;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	color: #FFF;
}

/* alternate row background colors */
table.netxTable tbody tr:nth-child(even),
table.netxTableless tbody tr:nth-child(even),
table.netxTable.columns tbody tr td:nth-child(even)
{
	background: #E0E0E0;
	border-bottom: 1px solid #bbbbbb;
}

table.netxTable tbody tr:nth-child(odd),
table.netxTableless tbody tr:nth-child(odd),
table.netxTable.columns tbody tr td:nth-child(odd)
{
	background: #FFF;
	border-bottom: 1px solid #bbbbbb;
}

/* change row background color on hover */
table.netxTable tbody tr:hover
{
	background-color: #FFF0C4;
	color: black;
}

/* DON'T change row background color on hover */
table.netxTable.noHover > tbody > tr:nth-child(even):hover,
table.netxTableless.noHover > tbody > tr:nth-child(even):hover,
table.netxTable.noHover.columns > tbody > tr > td:nth-child(even):hover
{
	background: #E0E0E0;
	border-bottom: 1px solid #bbbbbb;
}

table.netxTable.noHover > tbody > tr:nth-child(odd):hover,
table.netxTableless.noHover > tbody > tr:nth-child(odd):hover,
table.netxTable.noHover.columns > tbody > tr > td:nth-child(odd):hover
{
	background: #FFF;
	border-bottom: 1px solid #bbbbbb;
}

table.netxTable tr td, table.netxTable tr th
{
	font-size: 12px;
	padding: 3px 4px;
	border-right: 1px solid #C5C5C5;
}

table.netxTable tr td:last-child, table.netxTable tr th:last-child
{
	border-right: none;
}

table.netxTable tbody
{
	border: 1px solid #555555;
}

table.netxTable thead
{
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
}

table.netxTable tr td.netxTableParent
{
	padding: 10px 10px 10px 40px;
	background-color: #FFF9E8;
}

table.netxTable.childTable
{
	display: inline-table;
}

div.maverickContent table
{
	color:#000000;
}

table.netxTable tr td.actionsColumn, table.netxTable tr th.actionsColumn
{
	text-align: center;
	white-space: nowrap;
	width: 1%;
}

td.nowrap, th.nowrap
{
	white-space: nowrap;
}

table.netxTable tr td.actionsColumn span.removeRow
{
	cursor: pointer;
}


/************************/
/* END Table Standards */
/**********************/

div.maverickContent
{
	margin-bottom: 70px; /* allow for wizard type buttons */
}


/**************/
/* Yii Forms */
/************/
div.form
{
	background-color:#FFFFFF;
	color:#000000;
	margin:10px;
	border: 1px solid #AAAAAA;
}

div.maverickContent.readOnlyForm div.form span.required{
	display:none;
}

div.maverickContent.readOnlyForm div.form p.noteRequiredFields{
	display:none;
}

/* dialog form */
div.ui-dialog div.form
{
	border:none !important;
	margin:0 !important;
}

div.ui-dialog div.form div.row.buttons
{
	background:none;
	border:none;
}
/* end dialog form */

div.form > label, div.form label.required
{
	font-weight:bold;
}

div.form span label
{
	font-weight:normal;
}

span.required
{
	color:red;
}

div.form div.row label:first-child
{
	font-weight:bold;
	display:block;
}

/* inline-block label for displaying info box on the same line */
div.form div.row label.labelInlineBlock
{
	display:inline-block;
}

div.form div.row, div.form p.note
{
	margin:10px;
}

div.form div.row.buttons
{
	padding:5px 0;
	margin:0;
	border-top:1px solid #AAAAAA;
	background-color:#E0E0E0;
}

div.form div.row.buttons
{
	padding-left:10px;
}

div.form input.disabledField
{
	background:none;
	border: none;
}

div.form form div.form
{
	border: none;
}

div.maverickContent div.ui-tabs
{
	padding: 0 0 5px 0;
	border-radius:7px;
}

div.maverickContent div.ui-tabs-panel
{
	padding: 10px;
}

/* no need for the extra border and padding when forms are inside of tabs */
div.ui-tabs-panel div.form
{
	margin: 0;
	border: none;
}

div.form textarea.disabledField
{
	background-color:#EEEEEE;
	border-color:#CCCCCC;
}

/* Input formatting */
input, select
{
	border:1px solid #666;
}

/* IE fix */
input[type=checkbox],
input[type=radio]
{
	border:none;
}

input[type=image]
{
	border:none;
	vertical-align:middle;
}

input[type=submit],
input[type=button],
button,
div.ui-widget button
{
	border-radius:4px;
	border:1px solid #666;
	margin: 2px;
	padding:3px 5px 2px;
	cursor: pointer;
	font-weight:normal;
	color:#000000;
	background:none;
	background-color: #F0F0F0;
}

input[type=file]
{
	border:1px solid #666;
	border-radius:4px;
	margin: 2px;
	font-weight:normal;
	color:#000000;
	background:none;
	background-color: #F0F0F0;
}

input[type=submit]:hover,
input[type=button]:hover,
button:hover,
div.ui-widget button:hover
{
	border:1px solid #666;
	background:none;
	background-color: #DEDEDE;
}
input[type=submit][disabled],
input[type=button][disabled],
button[disabled],
input[type=submit][disabled]:hover,
input[type=button][disabled]:hover,
button[disabled]:hover,
select[disabled],
input[type=text][disabled].hasDatepicker
{
	background-color: #F0F0F0;
	color: #777777;
	cursor: not-allowed;
}

input[type=submit]:focus,
input[type=button],
button:focus
{
	background-color: #F0F0F0;
}

a.decorationNone
{
	text-decoration: none;
}

/* Make widths for all input boxes consistent inside of standard forms */
div.form div.row input[type=email],
div.form div.row input[type=file],
div.form div.row input[type=password],
div.form div.row input[type=search],
div.form div.row input[type=text],
div.form div.row input[type=url],
textarea
{
	min-width: 35%;
	max-width: 95%;
}

div.form div.row select
{
	min-width: 35.7%;
	max-width: 95%;
}

div.form div.row textarea
{
	height: 115px;
}

input[type=email],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=text].hasDatepicker,
input[type=time],
input[type=url],
input[type=week],
select,
textarea
{
	margin:2px 0 5px 0;
	padding:3px;
	border-radius: 3px;
	color:#222;
	border: 1px solid #808080;
	font-size:12px;
	font-family: Verdana, sans-serif;
}

/* display datepicker icon in field */
div.form div.row input[type=text].hasDatepicker,
input[type=text].hasDatepicker
{
	background-image: url(/images/icons/calendar.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 83px 1px;
	width:97px;
	min-width: 97px;
}

input[type=text].hasDatepicker:focus
{
	background: url(/images/icons/calendar.png) no-repeat scroll 83px 1px;
	background-color: #F0EBE1;
}

input[type=text].hasDatepicker.dateTimePicker,
div.form div.row input[type=text].hasDatepicker.dateTimePicker
{
	width: 172px;
	background-position: 158px;
	z-index:1000;
}

input[type=text].hasDatepicker.timePicker
{
	width: auto;
	background: none;
}

.dateTimePicker
{
	position: relative;
	z-index: 1000;
}

input[type=email]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus
{
	background: none;
	background-color: #F0EBE1;
	color:#000;
}

button:focus,
input[type=button]:focus
{
	border:1px solid #666;
	background-color: #D3D3D3;
}

select
{
	border-radius: 3px 0 0 3px;
	padding:2px 0;
}


/* Button groups */
div.btnGroup > button:first-child:not(:last-child),
div.btnGroup > input:first-child:not(:last-child)
{
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0  !important;
	border-right: none !important;
	margin: 0 !important;
}

div.btnGroup > button:not(:first-child):not(:last-child),
div.btnGroup > input:not(:first-child):not(:last-child)
{
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-right: none !important;
	margin:0 !important;
}

div.btnGroup > button:last-child:not(:first-child),
div.btnGroup > input:last-child:not(:first-child)
{
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	margin: 0 !important;
}

/* Icon Buttons */
input.iconInput, input.iconInput:hover,
button.iconInput, button.iconInput:hover
{
	background-repeat: no-repeat !important;
	background-position: left !important;
	padding-top: 3px !important;
	padding-left: 25px !important;
	padding-bottom:2px !important;
	background-position: 5px 4px !important;
	height: 25px; /* fix for chrome */
}

div#content div.form
{
	margin-left:0;
	margin-right:0;
}
/**************/
/* End forms */
/************/


/***********/
/* Wizard */
/*********/
:root
{
	overflow-y: scroll;
}

div.wizardContent
{
	background-color: #FFFFFF;
	color: #000000;
	border:1px solid #111111;
	padding:10px;
	overflow:auto;
	margin-bottom:42px;
}

div.wizardHeader
{
	border: 1px solid #666;
	background-color: #DDDDDD;
	font-size: 13px;
	padding: 5px 10px 7px;
	margin:0;
	z-index: 500;
}

/* div for prev/next buttons in browswer window */
div.wizardButtons
{
	width: 100%;
	z-index: 1000;
}

/* positioned at bottom of Maverick content window */
div.wizardButtons > div
{
	background-color: #DDD;
	border: 1px solid #999999;
	border-top-color:#666;
	position: fixed;
	bottom: 20px;
	left: 262px;
	right: 25px;
	margin:0;
	height:36px;
	z-index: 1000;
}

/* positioned at the bottom of plain / full page layout */
div.plainLayout div.wizardButtons > div
{
	background-color: #CCCCCC;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin:0;
	height:38px;
}

div.wizardButtons > div > div:first-child
{
	display: inline-block;
	text-align: left;
	width:50%;
}

div.wizardButtons > div >  div:last-child
{
	display: inline-block;
	text-align: right;
	width:50%;
}

/* Special override for order page */
div.wizardButtons > div > div:first-child.width30
{
	width:30%;
}
div.wizardButtons > div >  div:last-child.width70
{
	width:70%;
}

div.wizardButtons > div > div.bigWizardButtonContainer
{
	width:80%;
}

div.wizardButtons > div > div.smallWizardButtonContainer
{
	width:20%;
}

div.wizardButtons > div >  div > div
{
	margin: 5px 10px;
}

/* div for prev/next buttons in JUI dialog type Wizard*/
div.dialogWizard div.ui-dialog-buttonset, div.dialogWizard div.ui-dialog-buttonpane
{
	width:100%;
	margin:0;
	padding:0;
}

div.dialogWizard div.ui-dialog-buttonset button:first-child
{
	float:left;
	margin:8px !important;
}

div.dialogWizard div.ui-dialog-buttonset button:last-child
{
	float:right;
	margin:8px !important;
}

/* For product search widget */
div.productSearchDialog div.ui-dialog-buttonset
{
	width: 100%;
	text-align: right;
}

div.productSearchDialog button.ui-button:first-child
{
	float: left;
}

/************/
/* Display */
/**********/
.displayNone
{
	display:none;
}

.displayShow
{
	display:inherit;
}

.displayInlineBlock
{
	display:inline-block;
}

.displayBlock
{
	display:block;
}

/*******************/
/* Vertical Align */
/*****************/
.alignTop
{
	vertical-align: top;
}

.alignMiddle
{
	vertical-align: middle;
}

.alignBottom
{
	vertical-align: bottom;
}


/***********************************************/
/* Yii Widgets - some widget skins don't      */
/* support "cssFile" so they're defined here */
/********************************************/

/* CMultiFileUpload */
a.MultiFile-remove
{
	font-weight:bold;
}

span.MultiFile-title
{
	vertical-align:top;
	display:inline-block;
	padding-top:2px;
	font-weight:bold;
}

div.MultiFile-label
{
	margin-top:5px;
}


/***************************/
/* Yii Form Error Summary */
/*************************/
.errorMessage
{
	color:red;
}

form#changePasswordForm .errorMessage
{
	color: #fee994;
}

.errorSummary
{
	background-color:#FFF0F0;
	border: 1px solid red;
	border-radius: 8px;
	margin:5px 10px;
	color:red;
	font-weight:bold;
	padding:5px;
}

.errorSummary p
{
	margin:0 0 0 3px;
}

.errorSummary ul
{
	list-style-image: url('/images/icons/error.png');
	font-weight:normal;
	padding:7px 7px 1px 25px;
	margin:1px;
}

.notificationSpan
{
	display: inline-block;
	vertical-align: top;
}

/*****************************************************************************/
/* CBreadcrumb widget does not support "cssFile" so the CSS is here instead */
/***************************************************************************/
div.breadcrumbs
{
	background-color: #515151;
	color: #FFFFFF;
	margin: 10px;
	border-radius:8px;
	border-bottom-right-radius: 0;
	font-size:12px;
	font-weight: bold;
	border:1px solid #AAA;
	position: fixed;
	left: 251px;
	top:13px;
	right:14px;
	height:27px;
	z-index:600;
	white-space: nowrap;
}

/* this hides the page content as it scrolls past the top of the breadcrumb */
div.plainBreadcrumbTop
{
	background-color: #FFFFFF;
}

div.plainWithBreadcrumbLayout div.breadcrumbs
{
	left: 0;
	right: 0;
	top: 0;
	border-bottom-right-radius: 8px;
}

div.plainWithBreadcrumbLayout div.top-nav-dropdowns div > ul > li:first-child
{
	border-bottom-right-radius: 8px;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs span
{
	color: #FFFFFF;
}

.returnFromAction, .returnFromAction a, .returnFromAction a:link, .returnFromAction a:visited
{
	font-size:11px;
	padding-left:7px;

}

div.loginBreadcrumb div.breadcrumbs
{
	left: 13px;
}
/* CSS for actions and my account drop-down menus */
div.breadcrumbContent.internalBreadcrumb div
{
	display: inline-block;
	vertical-align: bottom;
}

div.breadcrumbContent.internalBreadcrumb > div:first-child
{
	width:75%;
	text-align:left;
}

div.breadcrumbContent.internalBreadcrumb > div:last-child
{
	width:25%;
	text-align:right;
}

div.breadcrumbContent > div:first-child > div
{
	margin: 4px 10px 6px;
	width: 100%;
}

div.breadcrumbContent > div:first-child > div > div
{
	white-space: nowrap !important;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	width: 98%;
}



div.top-nav-dropdowns div ul
{
	text-align: left;
	display: inline;
	margin: -1px 0 0 0;
	padding: 15px 0 17px 0;
	list-style: none;
}

div.top-nav-dropdowns div ul li
{
	display: inline-block;
	position: relative;
	padding: 3px 5px;
	border-left: 1px solid #AAAAAA;
	text-align: center;
	width:120px;
	cursor: pointer;
	background-color: #666;
}

div.top-nav-dropdowns > div > ul > li:hover
{
	background-color: #222;
}

div.top-nav-dropdowns div ul li ul li.actionCategory
{
    background: #CCC;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #000;
    color: #000;
	cursor: default;
}

div.top-nav-dropdowns div ul li ul li a
{
	display: block;
}

div.top-nav-dropdowns > div > ul.myAccountDropdown > li,
div.top-nav-dropdowns > div > ul.actionsDropdown > li
{
	padding:5px;
}

div.top-nav-dropdowns > div > ul.myAccountDropdown li:first-child
{
	border-right: 1px solid #aaaaaa;
}

div.top-nav-dropdowns > div > ul.myAccountDropdown > li ul
{
	left: -132px;
	width: 251px;
}

div.top-nav-dropdowns > div > ul.myAccountDropdown > li ul li,
div.top-nav-dropdowns > div > ul.actionsDropdown > li ul li
{
	width:251px;
}

/* Quick User Info Box and Time Sheet Quick Info */
#quickUserInfoBox {
	background-color: #F0F0F0;
	color: #000000;
	cursor: default;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	white-space: normal;
	width: 241px;
}
#quickUserInfoBox * {
	box-sizing: border-box;
}
#quickUserInfoBox .timesheet-quick-info {
	text-align: center;
	width: 100%;
}
.timesheet-quick-info span.overtimeWarning {
	color: #530000 !important;
}
.timesheet-quick-info .timesheet-quick-info-progress {
	font-size: 11px;
}
.timesheet-quick-info .timesheet-quick-info-progress .timesheet-progress.progress {
	background-color: #999;
	border-radius: 2px;
	box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
	display: flex;
	font-size: 10px;
	height: 12px;
	overflow: hidden;
	width: 100%;
}
.timesheet-quick-info .timesheet-quick-info-progress .timesheet-progress.progress .progress-bar {
	background-color: #530000;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: width 0.6s ease;
	white-space: nowrap;
}

.timesheet-quick-info .timesheet-quick-info-buttons {
	margin-top: 5px;
}

/* disabled */
div.top-nav-dropdowns div ul.disabled
{
	color: #CCC;
	cursor: no-drop;
}

div.top-nav-dropdowns div ul.disabled li:hover
{
	color: #CCC;
	background-color: #666;
	cursor: no-drop;
}

/* only top level */
div.top-nav-dropdowns div + ul.myAccountDropdown + li
{
	border-top-right-radius: 7px;
}

div.top-nav-dropdowns div + ul + li:hover
{
	background: #222222;
	color: #fff;
	border-bottom: 1px solid #AAAAAA;
}

div.top-nav-dropdowns div ul li ul
{
	padding: 0;
	position: absolute;
	top: 27px;
	left: -1px;
	display: none;
	visibility: hidden;
}

div.top-nav-dropdowns div ul li ul li
{
	background: #333333;
	border: 1px solid #AAAAAA;
	display: block;
	color: #fff;
	text-align: center;
	width: 120px;
}

div.top-nav-dropdowns div ul li ul li:not(:first-child)
{
	border-top: none;
}

div.top-nav-dropdowns div > ul > li > ul > li:hover,
div.top-nav-dropdowns ul.actionsDropdown > li > ul > li.allActionsLink:hover
{
	background-color: #F1D8B8;
}

div.top-nav-dropdowns ul.actionsDropdown > li > ul > li.actionCategory:hover
{
	background-color: #CCC;
}

div.top-nav-dropdowns a
{
	display:block;
	text-decoration: none;
}

div.top-nav-dropdowns div > ul > li > ul > li:hover a
{
	color: #000000;
}


div.top-nav-dropdowns div ul li:hover ul
{
	display: block;
	visibility: visible;
	z-index: 599;
}

div.top-nav-dropdowns ul.actionsDropdown li ul li.allActionsLink
{
	background-color: #000000;
	line-height:2;
}

/* fullscreen mode */
div.fullscreen
{
	padding: 0 6px 3px 6px;
}

div.plainWithBreadcrumbLayout,
div.maverickContentWrapper.fullscreenMode
{
	margin: 62px 10px 10px 10px;
}

div.breadcrumbWrapper.fullscreenMode
{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 49px;
	background-color:#AAAAAA;
	border-bottom: 1px solid #666;
	z-index: 999;
}

div.breadcrumbWrapper.fullscreenMode div.breadcrumbs
{
	left: 10px;
	top: 10px;
	right: 10px;
	margin: 0;
	border-bottom-right-radius: 8px;
}

div.maverickContentWrapper.fullscreenMode div.wizardHeader
{
	top: 50px;
	left: 10px;
	right: 10px;
	border-radius: 8px;
}

div.plainWithBreadcrumbLayout div.wizardButtons > div,
div.maverickContentWrapper.fullscreenMode div.wizardButtons > div
{
	left: 0;
	bottom: 0;
	right: 0;
}

div.maverickContentWrapper.fullscreenMode div#reportAccordion div.ui-accordion-content-active
{
	max-height: 75vh;
}
/* end fullscreen mode */


div#viewAllActions.ui-dialog-content.ui-widget-content
{
	padding:0;
}

div#viewAllActions ul
{
	list-style-type: none;
	padding:0;
	margin:0;
}

div#viewAllActions ul li a
{
	font-weight:bold;
}

div#viewAllActions ul li a:hover
{
	color: #000000;
}

/***********************************************************************************/
/* CJUI Dialog widget skin does not support all optionsso the CSS is here instead */
/*********************************************************************************/

/* Made dialog look like javascript alert */
div.ui-dialog.netxPopUp div.ui-dialog-content
{
	text-align: center;
}

/* less rounding */
div.ui-dialog.netxPopUp.ui-corner-all
{
	border-radius: 6px;
}

/************/
/* End Yii */
/**********/

/* mimic grid pager/with selected row for standard tables */
table.netxTable tr.withSelectedRow
{
	border:1px solid #555555;
	padding: 6px 6px 6px 7px;
}
table.netxTable tr.withSelectedRow td
{
	background-color: #CCC;
}

table.netxTable tr.withSelectedRow td select
{
	max-width: 125px;
	min-width: 125px;
}

/* notifications / flashes */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #2C4A09 !important;
	background: #D2EDA5 !important;
	color: #214A09 !important;
	padding:5px;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #214A09;
	font-weight:500;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #AD010A !important;
	background: #FFC4C4 !important;
	color: #8B0100 !important;
	padding:5px;
}

/* mimic notification highlighting for table/grid rows */
table.netxTable tr.ui-state-error > td,
div.grid-view table.items tr.ui-state-error > td
{
	border: 1px solid #AD010A;
	background: #FFC4C4;
	color: #8B0100;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #8B0100;
	font-weight:500;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #8B0100;
}

/* additional notices */
.ui-state-warning,
.ui-widget-content .ui-state-warning,
.ui-widget-header .ui-state-warning {
	border: 1px solid #4F2F00 !important;
	background: #FEE994 !important;
	color: #4F2F00 !important;
	padding:5px;
}

/* mimic notification highlighting for table/grid rows */
table.netxTable tr.ui-state-warning > td,
div.grid-view table.items tr.ui-state-warning > td
{
	border: 1px solid #4F2F00;
	background: #FEE994;
	color: #4F2F00;
}

.ui-state-warning a,
.ui-widget-content .ui-state-warning a,
.ui-widget-header .ui-state-warning a {
	color: #4F2F00;
	font-weight:500;
}
.ui-state-warning-text,
.ui-widget-content .ui-state-warning-text,
.ui-widget-header .ui-state-warning-text {
	color: #4F2F00;
}

.ui-state-notice,
.ui-widget-content .ui-state-notice,
.ui-widget-header .ui-state-notice {
	border: 1px solid #00437F !important;
	background: #BAE2F8 !important;
	color: #00284A !important;
	padding:5px;
}
.ui-state-notice a,
.ui-widget-content .ui-state-notice a,
.ui-widget-header .ui-state-notice a {
	color: #00284A;
	font-weight:500;
}
.ui-state-notice-text,
.ui-widget-content .ui-state-notice-text,
.ui-widget-header .ui-state-notice-text {
	color: #00284A;
}

div.maverickContentColumn div.ui-state-highlight, div.maverickContentColumn div.ui-state-error,
div.maverickContentColumn div.ui-state-warning, div.maverickContentColumn div.ui-state-notice
{
	margin: 0 0 10px 0;
}
/* END notifications / flashes */


/**************************/
/* Themeroller overrides */
/************************/

/* Included here because we're still using 2 themerollers. */

.ui-accordion .ui-accordion-header .ui-icon
{
	background-image: url('/js/vendor/jquery/ui/1.10.4/images/ui-icons_ffffff_256x240.png');
	left: 0.5em;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}

div.netxAccordion.ui-accordion div.ui-accordion-content-active
{
	padding: 0;
	max-height: 49vh;
	border: 1px solid #666;
}

div.maverickContentWrapper.fullscreenMode div.netxAccordion.ui-accordion div.ui-accordion-content-active
{
	max-height: 59vh;
}

/* Replace close button */
.ui-icon-closethick
{
	background-image: url(/images/icons/close.png) !important;
	background-position: left top !important;
	margin: 0 !important;
}

.ui-icon-closethick:hover
{
	background-image: url(/images/icons/close-hover.png) !important;
	background-position: left top !important;
	margin: 0 !important;
}

div.ui-dialog-titlebar.ui-corner-all
{
	border-color: #666 !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick
{
	width: 20px !important;
	height: 20px !important;
}
/* END replace close button */

/* Made dialog look more like our style */
.ui-dialog
{
	box-shadow:0 20px 15px 0 #444444;
}

div.ui-dialog.ui-corner-all
{
	border-radius: 12px;
}

.ui-dialog-title
{
	font-size:14px;
	font-family: Verdana,sans-serif;
	font-weight:bold;
}
.ui-dialog .ui-dialog-content
{
	padding: 15px !important;
}
.ui-dialog .ui-dialog-titlebar-close
{
    background: none !important;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover
{
    padding: 0 !important;
}


.ui-dialog-buttonpane
{
	background-color: #DDDDDD;
}

/* remove bottom rounded corners */
div.ui-dialog-titlebar.ui-corner-all
{
	border-radius: 0;
}

div.ui-dialog
{
	padding:0;
	border: 2px solid #444444;
}

.ui-widget-header
{
	border: 1px solid #666;
	border-bottom: 1px solid #444444;
}
.ui-widget-content
{
	border: 1px solid #333333;
}

.ui-widget
{
	font-size: 12px;
}

.ui-dialog .ui-dialog-buttonpane
{
	padding: 6px;
	border-top:1px solid #666;
}

/* Replace datepicker prev/next buttons */
a.ui-datepicker-next.ui-corner-all:hover, a.ui-datepicker-prev.ui-corner-all:hover
{
	background: none !important;
	border: 1px solid #666 !important;
}

.ui-datepicker .ui-icon-circle-triangle-e
{
	background-image: url(/images/icons/next.png) !important;
	background-position: left top !important;
	margin: 0 !important;
}

.ui-datepicker .ui-icon-circle-triangle-e:hover
{
	background-image: url(/images/icons/next-hover.png) !important;
	background-position: left top !important;
	margin: 0 !important;
}

.ui-datepicker .ui-icon-circle-triangle-w
{
	background-image: url(/images/icons/prev.png) !important;
	background-position: left top !important;
	margin: 0 !important;
}

.ui-datepicker .ui-icon-circle-triangle-w:hover
{
	background-image: url(/images/icons/prev-hover.png) !important;
	background-position: left top !important;
	margin: 0 !important;
}

span.uc-icon.ui-datepicker-next, span.uc-icon.ui-datepicker-prev
{
	width: 20px !important;
	height: 20px !important;
}

.ui-datepicker .ui-datepicker-prev span
{
	left: 0 !important;
	top: 3px !important;
	width: 20px !important;
	height: 20px !important;
}

.ui-datepicker .ui-datepicker-next span
{
	left: 3px !important;
	top: 3px !important;
	width: 20px !important;
	height: 20px !important;
}
/* END replace datepicker prev/next */

div.ui-state-notice, div.ui-state-error, div.ui-state-highlight, div.ui-state-warning
{
	margin:5px 0 10px;
}

.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-active,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-highlight,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-hover,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-active,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-highlight,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-hover
{
  color: #fff !important;
  padding: 0.2em !important;
}
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-highlight,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-highlight
{
  background: #444 !important;
}
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-active,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-active:hover,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-highlight:hover,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-current-day a.ui-state-default.ui-state-hover,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-active,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-active:hover,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-highlight:hover,
.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-today a.ui-state-default.ui-state-hover
{
  background: #800000 !important;
}

/* hide "Today" button */
div.ui-datepicker-buttonpane button.ui-datepicker-current
{
	display: none !important;
}


/* svn info nav display */
div.svn_nav_display
{
  border-bottom: 1px solid #aaa;
  color: #bbb;
  font-size: 10px;
  line-height: 13px;
  padding: 5px;
  vertical-align: middle;
}
div.svn_nav_display .fa
{
  color: inherit !important;
  font-size: 13px !important;
  line-height: inherit !important;
  vertical-align: inherit !important;
}
div.svn_nav_display a
{
  color: inherit !important;
  font-family: inherit;
  font-size: inherit !important;
  font-weight: inherit;
}
div.svn_nav_display div.svn_server_info,
div.svn_nav_display div.svn_branch_info
{
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: inherit !important;
  white-space: nowrap;
}
div.svn_nav_display div.svn_server_info
{
  width: 67%;
}
div.svn_nav_display div.svn_server_info .fa
{
  padding-right: 3px;
}
div.svn_nav_display div.svn_branch_info
{
  text-align: right;
  width: 33%;
}




/***************************/
/* End of Maverick Layout */
/*************************/

/* hides the content area as you scroll (bottom of page) */
div.maverickTopBackground
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:60px;
	background-color: #06111E;
	z-index:500;
}

/* top border and spaing */
div.maverickTopSpacer
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:10px;
	border: 2px solid #AAAAAA;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom: none;
	height:52px;
	background-color: #222222;
	z-index:500;
}

/* hides the content area as you scroll (bottom of page) */
div.maverickBottomBackground
{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:25px;
	background-color: #06111E;
	z-index:400;
}

/* bottom border and spacing */
div.maverickBottomSpacer
{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	margin:10px;
	border: 2px solid #AAAAAA;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top: none;
	height:15px;
	background-color:#222222;
	z-index:500;
}

/* hides the content area as you scroll (left of page) */
div.maverickLeftBackground
{
	position:fixed;
	top:0;
	left:0;
	bottom:12px;
	width:10px;
	background-color: #06111E;
	z-index:400;
}

/* left side border and spacer for navigation menu */
div.maverickLeftSpacer
{
	position:fixed;
	top:0;
	left:0;
	bottom:12px;
	margin-left:10px;
	width:250px;
	background-color: #222222;
	border-left: 2px solid #AAAAAA;
	z-index:400;
	border-radius:15px;
}

/* hides the content area as you scroll (right of page) */
div.maverickRightBackground
{
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	width:25px;
	background-color: #222222;
	z-index:400;
}

div.maverickRightSpacer
{
	position:fixed;
	top:0;
	right:0;
	bottom:12px;
	width:10px;
	background-color: #06111E;
	border-left: 2px solid #AAAAAA;
	z-index:400;
}

/* sign in page override */
div.loginWrapper div.maverickContentWrapper
{
	margin-left:35px;
}

div.loginWrapper div.maverickLeftSpacer
{
	width:12px;
}

tr.inactiveGridRow,
.invalidTemplate,
span.placeholder
{
	font-style: italic;
	color: #777777;
}

/***************************/
/* End of Maverick Layout */
/*************************/

div.maverickContentWrapper
{
	margin: 76px 33px 35px 272px;
	color: #000000;
}

div.maverickContent
{

}

div.maverickContent > div.layoutStepNav {
	border-bottom: 1px solid #555;
	box-sizing: border-box;
	margin: -12px -10px 10px;
	width: calc(100% + 20px);
}

/********************/
/* Main Navigation */
/******************/
div.navigationMenu
{
	background-color: #121212;
	color: #FFFFFF;
	border:1px solid #AAA;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	position:fixed;
	left:23px;
	top:87px;
	bottom: 27px;
	width:224px;
	overflow:auto;
	z-index:1000;
}

a.navigationLogo {
	background: #4B4B4B url(/images/mavLogo.png) center center no-repeat;
	border: 1px solid #AAA;
	border-radius: 12px 12px 0 0;
	display: block;
	height: 63px;
	left: 23px;
	position: fixed;
	top: 23px;
	width: 224px;
	z-index:600;
}
/* For approved Maverick Canada */
a.navigationLogo.canada
{
	background-image: url(/images/mavCanLogo.PNG);
}

/* For approved Maverick Easter Egg */
a.navigationLogo.easter-egg
{
	background-image: url(/images/mavTGLogo.png);
}

div.navAutoComplete
{
	padding: 6px 0 4px 15px;
	border-bottom:1px solid #AAAAAA;
	background-color:#444444;
}

div.infoBox a, div.infoBox a:link, div.infoBox a:visited
{
	color: #800000;
}

.alertText
{
	color: #800000;
	font-weight: bold;
}

div.infoBox a:hover
{
	color: #000000;
}
/***************************/
/* End of Main Navigation */
/*************************/


.qsAuthRequired
{
	color: #666;
	font-style: italic;
}

.confirmPositive
{
	color: green;
}

.confirmNegative
{
	color: red;
}

/* standard fieldset & legend */
div.form fieldset, fieldset.netxFieldset
{
	border: 1px solid #999999;
	border-radius: 7px;
	margin: 10px 10px 15px 10px;
	padding:0 0 5px 0;
	background-color: #FFFFFF;
	color: #000000;
}

fieldset.netxFieldset
{
	padding: 10px;
	margin: 10px 0;
}

/* top-level */
div.form fieldset legend, fieldset.netxFieldset legend
{
	margin-left: -1px;
	padding: 2px 6px 3px;
	border:1px solid #555555;
	background-color: #555555;
	border-radius: 7px;
	border-bottom-left-radius: 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

fieldset.netxFieldset legend
{
	margin-left: -11px;
}

/* fieldset inside fieldset */
div.form fieldset > fieldset > legend,
fieldset.netxFieldset > fieldset > legend
{
	padding: 1px 6px 2px;
	border:1px solid #777777;
	background-color: #777777;
	border-radius: 5px;
	font-size: 12px;
}

div#initialMessageField
{
	font-size:13px;
	font-weight:bold;
	color:#0E2747;
	padding:5px 0 5px 5px;
}

div.ui-accordion-content fieldset
{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

div.ui-accordion-content fieldset
{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

div.ui-accordion-content div#accordionReportOptions.form fieldset
{
	margin-left: 10px;
	margin-right: 10px;;
}

/* Order Issues / Action Required output on orders page */
table.orderActionRequired table
{
	display: block;
	overflow: scroll;
	max-width: 868px;
	height: 400px;
}





/****************************************************************************
 * Font-Awesome and some button stuff
 ****************************************************************************/
/* Font Awesome Default Size */
i.fa {
	font-size: 16px;
	line-height: 16px;
}
/* Button Icons */
button i.fa {
	margin-right: 5px;
}

/* SWIFT 11-6-2018: maverick.css doesn't always get included in common controllers, so overriding here for now. */
body.app_maverick .maverickContent i.fa,
body.app_maverick .maverickContent a i.fa,
body.app_maverick .filter-bttns_buttons a i.fa
{
	color: #700000;
}
body.app_maverick .maverickContent a:hover .fa,
body.app_maverick .filter-bttns_buttons a:hover .fa
{
	color: #a00000;
}
/****************************************************************************
 * End Font-Awesome
 ****************************************************************************/

/* Special Instructions highlighted div */
div.specialInstructions
{
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
	font-weight: bold;
	line-height: 1.2;
	padding: 6px 8px;
	margin: 0;
}
div.specialInstructions > label:first-child,
div.specialInstructions > span:first-child
{
	color: #880000;
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 6px;
	padding: 0;
}
/* This adds a font-awesome arrow-right icon */
div.specialInstructions > label:first-child::before,
div.specialInstructions > span:first-child::before
{
	content: "\f061";
	display: inline-block;
	font: normal normal normal 15px/1 FontAwesome;
	font-size: inherit;
	padding: 0 4px 0 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Print */
@media print
{
	body
	{
		margin: 0;
	}

	@page
	{
		size: auto;
		margin: 6mm 2mm 5mm 2mm;
	}

	/* hide everything but the content */
	div.maverickTopBackground,	div.maverickTopSpacer,
	div.maverickBottomSpacer, div.maverickBottomBackground,
	div.maverickLeftBackground, div.maverickLeftSpacer,
	div.maverickRightBackground, div.maverickRightSpacer,
	div.breadcrumbs, div.svnMessage,
	div.navigationMenu, a.navigationLogo, div.netxTreeview
	{
		display: none;
	}

	div.maverickContentWrapper
	{
		display: inline;
		width: 100%;
		margin:0;
		padding:0;
	}

	div.maverickContent
	{
		display:inline;
		width:100%;
	}

	/* deal with the accordions */
	div.ui-accordion
	{
		height: auto;
	}

	div.ui-accordion div.ui-accordion-content
	{
		display: block !important;
		border: 1px solid #666;
	}

	div.ui-accordion > h3.ui-accordion-header
	{
		border-radius:0;
		border: 2px solid #000000;
	}

	div.ui-accordion > h3 > span.ui-icon
	{
		display: none;
	}

	div.ui-accordion div.ui-accordion-content input[type=submit]
	{
		display: none;
	}

	div.ui-accordion div#reportResults
	{
		display: block !important;
		padding-bottom: 300px;
	}
}