html, body {
	height:auto;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 800px;
	-moz-box-shadow: 3px 3px 4px #919191;
	-webkit-box-shadow: 3px 3px 4px #919191;
	box-shadow: 3px 3px 4px #919191;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#919191')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135,
		Color='#919191');
}

input[type="button"], input[type="submit"] {
	-moz-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow: inset 0px 1px 0px 0px #bee2f9;
	box-shadow: inset 0px 1px 0px 0px #bee2f9;
	background-color: #e2eaf0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #20477a;
	display: inline-block;
	cursor: pointer;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 12px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #7cacde;
	text-align: center;
}

input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #abc2d6;
}

}
.navigationButton {
	width: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.navigationButtonLarge {
	width: 200px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.commandButton {
	width: 100px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.commandButtonLarge {
	width: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.panelGrid {
	margin: 0px auto;
	padding: 0;
	text-align: left;
}

.panelGridCentered {
	margin: 0px auto;
	padding: 0;
	text-align: center;
}

.panelGridMenu {
	margin: 0px auto;
	padding: 50px;
	text-align: center;
}

.errorMessage {
	color: red;
	font-weight: bold;
}

.infoMessage {
	font-weight: bold;
}

body {
	font: 76% arial, sans-serif;
}

.wrapper {
	width: 800px;
	height: 100%;
	margin-left: 20px;
}

.heading {
	width: 100%;
}

.headingImage {
	float: left;
	width: 50%;
}

.headingLogout {
	float: right;
	width: 50%;
	margin-top: 20px;
}

.menuButton {
	width: 130px;
	margin-left: 5px;
	margin-right: 5px;
}

.headingText {
	clear: both;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

.userInfoHeadingText {
	clear: both;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}

.storeNumberText {
	font-size: 12pt;
	font-weight: bold;
}

.pageHeading {
	font-weight: bold;
	font-size: 10pt;
}

.content {
	clear: both;
}

.error {
	font-weight: bold;
	color: #FF0000;
}

.smallFontBold {
	font-size: 8pt;
	font-weight: bold;
}

.smallFontNormal {
	font-size: 8pt;
}

.label {
	padding-left: 10px;
	white-space: nowrap;
}

.labelRight {
	white-space: nowrap;
	text-align: right;
	float: right;
}

.labelBold {
	font-weight: bold;
	white-space: nowrap;
}

.oddRow {
	background-color: #C4E2FF;
}

.evenRow {
	background-color: #FFFFFF;
}

.moveButton {
	width: 100px;
	margin-top: 14px;
}

a.normal:link {
	color: #333367;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline
}

a.normal:visited {
	color: #333367;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline
}

a.normal:active {
	color: #333367;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline
}

a.normal:hover {
	color: #333367;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.columnHeader {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	text-align: left;
}

.dataTable {
	text-align: center;
}

.dataTableColumnClass {
	
}

.dataTableHeaderCenter {
	background-color: #C6C8C8;
	margin-top: 20px;
	border-collapse: collapse;
	text-align: center;
}

.dataTableHeaderLeft {
	background-color: #C6C8C8;
	margin-top: 20px;
	border-collapse: collapse;
	text-align: left;
}

.dataTableFooter {
	background-color: #C6C8C8;
	border: 1px solid black;
	margin-top: 20px;
	border-collapse: collapse;
}

table.dataTable {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #474747;
	border-collapse: collapse;
	background-color: white;
}

table.dataTable th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #474747;
	-moz-border-radius:;
}

table.dataTable td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #474747;
	-moz-border-radius:;
}

.dataTableHeaderBackGround {
	background-color: #C6C8C8;
}

.leftAlign {
	text-align: left;
}

.centerAlign {
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.form {
	margin: 20px;
}

a.sort:link {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline
}

a.sort:visited {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline
}

a.sort:active {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline
}

a.sort:hover {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

.sortImage {
	padding-left: 2px;
}

.fixWidthFontNormal {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal
}

.fixWidthFontBold {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold
}

.currentDateSelection {
	background-color: red;
}

.formInput {
	
}

.alignTop {
	vertical-align: top;
}

.guarantorBackground {
	background-color: #CCCCCC;
}

.primaryInsBackground {
	background-color: #CCCCCC;
}

.secondaryInsBackground {
	background-color: #FFFFCC;
}

.provider1Entry {
	background-color: #BCE3CB;
}

.billedEntry {
	background-color: #BCE3CB;
}

.notBilledEntry {
	background-color: #FFFFFF;
}

.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.white_content {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 16px;
  border: 8px solid #20477a;
  background-color: white;
  z-index: 1002;
  overflow: auto;
}

.balance-warning{
	color: red;
	font-weight: bold;	
}

.hide-div { 
    display: none;
}