/* Welcome Panel (sign in, request account etc.) */
.welcomePanel {
	padding-top: 20px;
	text-align: center;
}

/* Sign in panel */
.signInPanel {
	display: table; 
	margin: 0 auto;
}

/* Styling for simple pages without navigation. */
.simple {
	text-align: center;
}

span.simple .feedbackPanel {
	display: inline-table;
	text-align: left;
}

.simple table {
	margin: auto;
	text-align: left;
}

/* Footnote */
body {
    counter-reset:noteCall footnote;
}

.noteCall:after {
	vertical-align: super;
	font-size: smaller;
	counter-increment: noteCall;
	content: counter(noteCall, lower-roman);
}

.footnote {
	font-style:italic;
}

.footnote:before {
	vertical-align: super;
	font-size: smaller;
	counter-increment: footnote;
	content: counter(footnote, lower-roman);
}

/* Palette */
table.palette td.header {
	background:url(images/bg-matrixListItem.gif) repeat-x;
}

/* IE doesn't render password/text fields and text areas default the same so: */
textarea {
	font-family: Arial;
	font-size: 13px;
}

a {
	text-decoration:none;
	color: #617DA6;
}

input {
	font-family: Arial;
	font-size: 13px;
}

input[type="button"] {
	margin-right: 3px;
	margin-left: 3px;
}

input[type="submit"] {
	margin-right: 3px;
	margin-left: 3px;
}

.numberInputTextfield { /*[type="text"]*/
	width: 50px;
}

.addUserTextField {
	width:566px;
}
	
.oaiTextField {
	width:436px;
}
	
/* Wicket Error Messages */
.feedbackPanelERROR {
	color:red;
	list-style-image: url(images/error_16.png);
}

.feedbackPanelWARNING {
	color:orangered;
    list-style-image: url(images/warn_16.png);
}

.feedbackPanelINFO {
    list-style-image: url(images/info_16.png);
}

div.componentFEEDBACK {
	display: inline;
    position: relative;
} 

span.componentERROR {
    background: url(images/error_16.png) no-repeat center;
    padding: 8px;
    position: absolute;
    left: 101%;
    bottom: 0px;
}

span.componentWARNING {
    background: url(images/warn_16.png) no-repeat center;
    padding: 8px;
    position: absolute;
    left: 101%;
    bottom: 0px;
}

/* Containers */
#header 
{
	width:980px;
	padding:0px;
	margin:0px;
	white-space:nowrap;
}

#content
{
	width:770px;
	clear:none;
}

#footer
{
	border-top:solid 1px rgb(204, 204, 204);
	width:980px;
	font-size:smaller;
	clear:both;
	margin-top:30px;
	padding-top:10px;
}


/* Left nav styling for admin pages.*/
.leftnav
{
    font-family:Arial;
    font-size:12px;
    margin-top:5px;
    line-height:20px;
    letter-spacing:.01em;
    font-weight:bold;
    width:175px;
    border:solid 1px rgb(204, 204, 204);
    background: url(images/bg_gradient_gray.gif) repeat-x rgb(207, 208, 208);
    list-style-type: none;
    clear:none;
    float:left;
}

.leftnav a
{
	width: 175px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	padding-left: 1px;
}

.leftnav a.navSelected
{
	color: rgb(46,98,170);
}

.leftnav a.navtitle
{
	display: block;
	background: none;
	padding: 10px 0px 0px 7px;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
}

.leftnav a:hover
{
	color: rgb(46,98,170);
}

.leftnav ul
{
	margin: 0px;
	padding-left: 25px;
	list-style-image: url(images/arrow_orange.gif);
}
.leftnav li 
{
	padding-bottom: 5px;
}
.leftnav li.navSelected
{
	list-style-image: url(images/arrow_blue.gif);
}

.leftnav li:hover
{
	list-style-image: url(images/arrow_blue.gif);
}

/* Content Styling */
h1
{
	font-family: 'Trebuchet MS';
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

h2
{
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body
{
	background-color: white;
	font-family: Verdana;
	font-size: 12px;
}

/* Table formatting */
.tableformat
{
	width: 100%;
	border-collapse: collapse;
	margin: 7px 0px 7px 0px;
	padding: 0px 5px 0px 5px;
	border: solid 1px #cccccc;
}

.configTableFormat
{
    width: 100%;
    border-collapse: collapse;
    margin: 7px 0px 7px 0px;
    padding: 0px 5px 0px 5px;
}

.configTableFormat input[type="checkbox"]
{
    margin-left: 0px;
}

.indentedTable
{
	margin-left: 5%;
	border: solid 1px #cccccc;
}

.indentedTable-mini
{
	width: 55%;
	margin-left: 12%;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

#fileStorePath
{
	white-space: normal;
}

#addUser, #pluginForm, #policy
{
	width: auto;
}

td
{
	background-color: white;
	font-family: Arial;
	font-size: 13px;
	padding-right:5px;
	padding-left: 5px;
}

.checkBox
{
	width:3%;
}
td a
{
	text-decoration:none;
	color: #617DA6;
}

td a.visited
{
	text-decoration:none;
	color: #617DA6;
}

.SectionSeparator
{
	background:url(images/bg-matrixListItem.gif) repeat-x;
	font-weight: bold;
	color: #617DA6;	
	border: solid 1px #cccccc;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.RowSubheading td
{
	background:url(images/bg-matrixListItem.gif) repeat-x;
	font-weight: bold;
	color: #617DA6;
}

tr.RowSubheading
{
	border: solid 1px #cccccc;
}

.RowSubheading th
{
	border: solid 1px #cccccc;
	background:url(images/bg-matrixListItem.gif) repeat-x;
	font-weight: bold;
	color: #617DA6;
}

.RowA td
{
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.RowB td
{
	background-color: #F7F8F8;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* End (NEW) Table formatting */

caption
{
	font-weight: bold;
	margin-top: 10px;
	text-align: left;
}

th 
{
	font-family: 'Trebuchet MS';
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	color: rgb(102,102,102);
	text-align: left;
}

th a
{
	text-decoration:none;
	color: rgb(102,102,102);
}

th a.visited
{
	text-decoration:none;
	color: rgb(102,102,102);
}

/* For enclosing div of a table or dataview that also allows for horizonal scrolling. */
.scrollableTable {
	overflow-x:auto; 
	width:100%; 
	height:auto; 
	border:solid 1px #cccccc;
	padding-bottom: 8px;
}

table.dataview {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.dataview tr { 
	padding-top: 2px; 
	padding-bottom: 2px; 
}

table.dataview tr td { 
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	white-space: nowrap; 
}

table.dataview tr.even td { 
	background-color: #FFFFFF;
}

table.dataview tr.odd td { 
	background-color: #F7F8F8;
}

table.dataview tr th { 
	font-weight: bold;
	color: #617DA6;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	background-image: url(images/bg-matrixListItem.gif);
	background-repeat: repeat-x;
	padding-left: 8px; 
	padding-right: 8px;
	text-align: left; 
	white-space: nowrap; 
	vertical-align: middle;
	background-position: right;
}

table.dataview tr th.imgCol-th {
	text-align: center;
}

table.dataview tr.navigation td {
	border:solid 1px #cccccc; 
	border-style:none none solid none;
}

table.dataview th {
	border:solid 1px #cccccc; 
	border-style:none none solid none;
}

table.dataview tr th a { 
	color: #617DA6;
	text-decoration:none;
}
table.dataview tr th a.visited { 
	color: #617DA6;
	text-decoration:none;
}

table.dataview tr th.wicket_orderDown {
	/*background-color: #d1d0d0;*/
	background-image: url(images/arrow_down_gradient.gif);
	background-repeat: no-repeat;
}

table.dataview tr th span {
	/* IE9 fix, span will have white background otherwise. */
	display:block;
}

table.dataview tr th.wicket_orderUp {
	background-image: url(images/arrow_up_gradient.gif);
	background-repeat: no-repeat;
}

table.dataview tr th.wicket_orderNone {
	background-image: url(images/arrow_off_gradient.gif);
	background-repeat: no-repeat;
}

.navigatorRight {
	float:right;
}

.navigatorLeft {
	padding-left:5px;
}

/* Wicket pre-named class for datatable with no records */
.norecords-td
{
	font-style: italic;
}

.infoMessage
{
	font-style:italic;
}

.errorKey
{
    font-weight:bold;
    color:white;
    background-color: rgb(46,98,170);
}
	
.errorVal
{
	text-decoration: underline;
}

.mfu_button {
	cursor: pointer;
	color: red;
	text-decoration: underline;
}

.mfu_file {
	list-style-image: url(images/paper_clip_45.png);
	list-style-position: inside;
}

.audit-details
{
	color: gray;
}

.eventhover
{
	border-bottom: dashed #000 1px;
	text-decoration: none;
	cursor: help;
}

.pkgmgmtDetailsImage
{
	height: 16px;
	width: 16px;
	padding-right: 2px;
	border:none;
}

a.linkButton
{
    background: url(images/default/linkButton_left.gif) no-repeat scroll left top;
    padding-left: 10px;
    display: block;
    text-decoration: none;
    height: 31px;
    outline: none;
}

a.linkButton span.text
{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    background: url(images/default/linkButton_bg.gif) repeat-x;
    color: #09335D;
    line-height: 22px;
    padding: 1px 5px 8px 10px;
    float: left;
}

a.linkButton div.right
{
    float: left;
    display: block;
    background: url(images/default/linkButton_right.gif) no-repeat;
    width: 12px;
    min-height: 31px;
    height: 31px;
}

a.linkButton span.ico
{
    float: left;
    background: url(images/default/linkButton_bg.gif) repeat-x;
    min-height: 31px;
    height: 31px;
}

a.linkButton span.ico img
{
    float: left;
    margin: 4px 0 0;
    border: 0;
    min-height: 16px;
}

a.linkButton:hover
{
    cursor: hand;
}

a.linkButton.gray
{
    background: url(images/gray/linkButton_left.gif) no-repeat scroll left top;
}

a.linkButton.gray span.text
{
    background: url(images/gray/linkButton_bg.gif) repeat-x;
    color: #201F1F;
}

a.linkButton.gray div.right
{
    background: url(images/gray/linkButton_right.gif) no-repeat;
}

a.linkButton.gray span.ico
{
    background: url(images/gray/linkButton_bg.gif) repeat-x;
}

div.w_content_3
{
    padding: 10px !important;
}

.divSync_false
{
    display: inline;
}

.divSync_true
{
    display: inline;
    position: relative;
}

.spanSync_true
{
    background: url(images/EftLogo.png) no-repeat center;
    padding: 8px;
    position: absolute;
    bottom: 0px;
    left: -16px;
}

/* package details message box style */
.details-message-box
{
    padding:10px;
    margin-bottom:10px;
    max-height:200px;
    overflow:auto;
}

/* Default Italic font style */
.italic
{
    font-style:italic;
}

/* for a smaller font */
.small-font
{
    font-size:11px;
}

.small-indent
{
    margin-left:10px;	
}

/* BasePage's body tag style. */
.base-page-body
{
    background-color: #F8F8F8;
}

/* BasePage's contentContainer div style. */
.base-content-container
{
    width:980px;
	min-height:700px;
    background-color: #FFFFFF;
    text-align: left; 
}

/* HeaderBar div style. */
.page-header-bar 
{
	width:980px; 
	margin-bottom:2px;
}

/* HeaderBar additional table styling. */
.page-header-bar tr td
{
    background:#F8F8F8;    	
}

/* Content table on the secondary base pages. 
   AdminBasePage, InternalBasePage, ExternalBasePage. */
.content-table tr td.content-data
{
    vertical-align:top;
    padding:0px;
    background:transparent;
}

/* Accounting for the lack of padding on all not-packageuploadpanel pages */
.content-inset {
    padding:10px;   
}

/* PackageDownloadPage message subject styling. */
.pickup-subject
{
    font-family: Helvetica;
    font-size: xx-large;
    line-height: 30px;
    letter-spacing: 0.5px;
}

/* PackageDownloadPage message body styling. */
.pickup-message
{
	padding: 10px;
}

/* PackageDownloadPage hr styling. */
.pickup-hr
{
	border: 0;
    border-top: 1px solid #F0F0F0;
    width:98%;
    margin:0px;
}

/* PackageDownloadPage button styling. 
   They are actually links, just styled to look like buttons. */
.pickup-button, a.pickup-button, a.pickup-button:link, 
a.pickup-button:visited, input[type="button"].pickup-button
{
	background-color: #0877BD; 
    padding: 8px 20px;
    color: #FFFFFF;
    font-size: medium;
    text-decoration: none;
    min-width:10%;
    max-width:25%;
    display:inline-block;
    text-align:center;
}

/* PackageDownloadPage button hover effect. */
.pickup-button:hover, a.pickup-button:hover, input[type="button"].pickup-button:hover
{
	background: #1D4E89;
    text-decoration: none;
    cursor: pointer; /* cursor stays an arrow on the input button, want consistent behavior */
    cursor: hand; /* need this for cross-browser */
}

/* PackageDownloadPage file item styling. */
.pickup-file
{
	border: 0px;
	text-decoration: none;
	min-width: 150px;
	padding: 2px 2px;
	text-align: center;
}

/* PackageDownloadPage file hover effect. */
.pickup-file:hover
{
    background-color: #F5F5F5;
}

.pickup-file-disabled {
	border: 0px;
    text-decoration: none;
    min-width: 150px;
    padding: 2px 2px;
    text-align: center;
}

.pickup-file-disabled .pickup-link-name{
    text-decoration: none;
}

/* PackageDownloadPage file link styling. 
   This is necessary because the underline would show up in extraneous places. 
   .pickup-link-name is nested within to make it appear properly. */
a.pickup-link:link
{
    text-decoration: none;
}

/* PackageDownloadPage file link styling.
   Makes it apparent to the user that the filename is a link, 
   even though the entire <td> is actually the link. */
.pickup-link-name
{
    text-decoration: underline;
}

.applet-checkbox
{
    display:inline-block;
    vertical-align:top;
    width:22px;
    height:22px;
}

/* Styles for the tab interface on the internal/dropoff/reply portals */
.tab-links {
    background:#F8F8F8;
    padding:0px;
}

.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
 
.tab-links li {
    margin:0px 5px 0px 0px;
    float:left;
    list-style:none;
}
 
.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#F8F8F8;
    font-size:16px;
    font-weight:600;
    color:#BABCBE;
    transition:all linear 0.15s;
}
 
.tab-links a:hover {
    background:#FFFFFF;
    text-decoration:none;
}
 
li.active a, li.active a:hover {
    background:#fff;
    color:#13A1DD;
}
    
.tab-content {
    background: #FFFFFF;
    display: block;
    margin: auto;
    padding: 20px;
    color: #939598;
}

/* Package Upload Panel UI changes */
.upload-text-input {
	width: 750px;
	padding: 10px;
	border: 1px solid #D1D3D4 !important; 
	font-size:14px;
}

.upload-text-input:disabled {
	background: #F8F8F8;
}

.upload-button {
	background: #0066B3;
	padding: 10px;
	border:0;
	font-family: Helvetica;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer; /* cursor stays an arrow on the input button, want consistent behavior */
    cursor: hand; /* need this for cross-browser */
}


.attach-file {
	background: #0066B3;
	width:180px;
	max-width:180px;
}

.attach-file:hover {
	background:#004C85;
}

.send{
    background: #00A651;
    width:200px;
    max-width:2000px;
    margin-left: 0px !important;
    margin-top: 10px;
}

.send:hover{
    background:#008851;	
}

/* Hides all input selectors for MultiFileUpload. */
input.mfu-input {
    display: none;
}

/* checkbox styling for PackageUploadPanel */
.options-checkbox {
	width: 25px;
    position: absolute;
    margin: 0px 5px;
}

.options-checkbox .label{
	cursor: pointer;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    font-size: 13px;
    font-weight: bold;
    color:#0000FF;
    background: #FFFFFF;
}

.options-checkbox input[type="checkbox"] {
	width: 22px;
	height: 22px;
}

.options-checkbox .label:hover {
    letter-spacing:2px;
}

.detail-text {
	color: #888888;
	font-style: italic;
	font-size: 12px;
}

.infinite-progress {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);            
    background-repeat: repeat-x;
    
    -webkit-animation: progress 1s linear infinite;
    -moz-animation: progress 1s linear infinite;
    animation: progress 1s linear infinite;             
}

@-webkit-keyframes progress {
    to {background-position: 30px 0;}
}

@-moz-keyframes progress {
   to {background-position: 30px 0;}
}

@keyframes progress {
    to {background-position: 30px 0;}
}