.aTagStyle {display: inline-block; width: 100%;  overflow: hidden; text-overflow: ellipsis;}

.pxBtn {height: 45px !important; line-height: 45px !important; text-align: left !important; margin-left: 5px; margin-right: 25px;}

.bkWhite {background-color: #eeeeee; color: black; text-shadow: #cccccc !important;}

.bkSelectedDoc {background-color: #DBDBDB !important;}

.displayInline {display: inline;}

.whiteSpaceNormal {white-space:normal !important;}

.moneyworks-report-setting label {display: inline;}

.truncate {
  width: 250px;
  white-space: nowrap;
}

#menuul {margin: 1px 0px;}
#menudiv {margin-top: 0px;}

#recentlist {margin-top: 1px; margin-bottom: 0px;}

#recentlist li {

-moz-border-radius-bottomleft: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-bottomright: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;

-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-radius-topright: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
	
}

#radiolist { font-size: 8px; 
			-webkit-margin-start: 1px;
			-webkit-margin-end: 1px;
			-webkit-padding-before: 0.15em;
			-webkit-padding-start: 0.25em;
			-webkit-padding-end: 0.25em;
			-webkit-padding-after: 0.25em;}
			
#radiolist label {font-size: 14px}
#radiolist span {padding: .6em 9px}

.customInputs label.ui-input-text  { vertical-align: top;   }
.customInputs label.ui-input-text { display: inline-block;  width: 70%;  margin: 0 2% 0 0; }
.customInputs input.ui-input-text, 
.customInputs textarea.ui-input-text, 
.customInputs .ui-input-search { width: 250px; display: inline-block; }

.report { overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  
.reportcont {overflow-y: scroll; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 10px;}

div#rsetcont div {margin 0 5% 0 0; padding: 5px 0px 0px 0px; font-family: Helvetica, Arial, sans-serif;}

#inscont {font-family: Helvetica, Arial, sans-serif;}

/*CSS for loading/error image*/
.progress div {
    -webkit-border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}

/*@media tags change styles based on screen size.  Used at current to change report display size for iPad*/
@media only screen and (device-height: 548px) {
  	#framecont {background-color:#e3e3e3; height: auto; width: 320px; overflow: auto; -webkit-overflow-scrolling:touch;}
	#insider {background-color:#e3e3e3; width: 400px;}
}

@media only screen and (device-width: 768px) {
  	#framecont {background-color:#e3e3e3; height: auto; width: 768px; overflow: auto; -webkit-overflow-scrolling:touch;}
	#insider {background-color:#e3e3e3; width: 800px;}
}

@media only screen and (device-width: 1024px) and (orientation: landscape) {
	h1 {color: green;}
  	#framecont {background-color:#e3e3e3; height: auto; width: 1024px; overflow: auto; -webkit-overflow-scrolling:touch;}
	#insider {background-color:#e3e3e3; width: 1000px;}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  	#framecont {background-color:#e3e3e3; height: auto; width: 320px; overflow: auto; -webkit-overflow-scrolling:touch;}
	#insider {background-color:#e3e3e3; width: 400px;}
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
  	#framecont {background-color:#e3e3e3; height: auto; width: 548px; overflow: auto; -webkit-overflow-scrolling:touch;}
	#insider {background-color:#e3e3e3; width: 500px;}
}

/*Styles for the Run button on the Reports settings page*/
#rsetbutton { width: 45%; font-size: 18px; display:block;  margin-left: auto; margin-right: auto; padding: 3px 6px 3px 6px;
    font-family:Arial,Helvetica,sans-serif; border-radius:6px; margin-top: 15px;}

/*Styles for the document settings page*/
#addrow {list-style-type: none; margin-left: auto; margin-right: auto;
font-family:Arial,Helvetica,sans-serif; border-radius:6px; margin-top: 15px;}


#addrow submit { margin-left 45px; width: 50px}
