/*
Design by Clemson.ccit.ea.ms
Date Create: 04/06/2009
*/

input[type="text"]{
	padding: 2px 2px;
}

.pageloading-mask{
	display: none;
}
.glyphicon-calendar
{
	background: transparent url("/assets/meta/76903149/layout/images/datefield.gif") no-repeat 0 0;
}

legend {
  display: block;
  width: fit-content;
  padding: 0;
  margin-bottom: 20px;
  font-size: unset;
  line-height: initial;
  color: #333333;
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: none;
}

#reportZone th a {
  color: #0088cc;
  
}

.pagination li a {
	color: black;
  }

#reportZone th{
	text-align: left;
}

#reportZone	 table thead tr{
	background: transparent;
	
}

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url("/assets/meta/21ffabf3/components/window/themes/default/top_left.gif") no-repeat 0 0;		
}

.dialog_n {
	background: transparent url("/assets/meta/e53f4416/components/window/themes/default/top_mid.gif") repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url("/assets/meta/57fabe9/components/window/themes/default/top_right.gif") no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url("/assets/meta/7e860c48/components/window/themes/default/center_right.gif") repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url("/assets/meta/a8430d48/components/window/themes/default/center_left.gif") repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url("/assets/meta/b5044011/components/window/themes/default/bottom_left.gif") no-repeat 0 0;			
}

.dialog_s {
	background: transparent url("/assets/meta/8db715ed/components/window/themes/default/bottom_mid.gif") repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url("/assets/meta/c63340d6/components/window/themes/default/bottom_right.gif") no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url("/assets/meta/71d944f9/components/window/themes/default/sizer.gif") no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 14px;
	height: 14px;
	background: transparent url("/assets/meta/60cc1f87/components/window/themes/default/close.gif") no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 14px;
	height: 15px;
	background: transparent url("/assets/meta/28e18153/components/window/themes/default/minimize.gif") no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}

.dialog_maximize {
	width: 14px;
	height: 15px;
	background: transparent url("/assets/meta/49c54eb/components/window/themes/default/maximize.gif") no-repeat 0 0;			
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}

.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  {
  border-collapse: collapse;
  /* border-spacing: 0; */
  width: 100%;
  margin: 0px;
  padding:0px;
}

.dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}                                                    



.dialog {
    display: block;
    position: absolute;
}

#memberView table thead tr{
	background: #1E90FF;
}

.help-block[data-error-block-for] {
    display: none;
}

li {
  line-height: normal;
}

.table th, .table td{
	font-size: 13px;
}
fieldset{
	padding: 12px;
	margin: 2px;
	border: 1px currentcolor;
	border-top-style: none;
	border-top-color: currentcolor;
	border-right-style: none;
	border-right-color: currentcolor;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-left-style: none;
	border-left-color: currentcolor;
	border-style: solid;
	border-color: gray;
}

a{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: currentcolor;
	text-decoration-thickness: auto;
}
DIV.t-error {
    border: 1px solid red;
    padding: 0px;
    margin: 4px 0px;
}

DIV.t-error DIV.t-banner {
    padding: 2px;
    display: block;
    margin: 0px;
    background-color: red;
    color: white;
    font-weight: bold;
}

DIV.t-error UL {
    /*margin: 2px 0px;*/
    background-color: white;
    color: red;
}

DIV.t-error LI {
    margin-left: 20px;
}

DIV.t-error-single {
    padding: 2px;
    display: block;
    margin: 0px;
    background-color: red;
    color: white;
}

HTML>BODY DIV.t-error LI {
    margin-left: -20px;
}

.t-invisible {
    display: none;
}

LABEL.t-error {
    color: red;
}

INPUT.t-error, TEXTAREA.t-error, SELECT.t-error {
    border-color: red;
    font-style: italic;
    color: red;
}

IMG.t-error-icon {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background: url("/assets/meta/3836d33c/components/window/themes/field-error-marker.gif");
}

IMG.t-autoloader-icon {
    margin-left: 4px;
    width: 16px;
    height: 16px;
    background: url("/assets/meta/a8a1939/components/window/themes/ajax-loader.gif");
}

IMG.t-sort-icon {
    margin-left: 4px;
}

DIV.t-exception-message {
    font-style: italic;
    font-size: 12pt;
    border: thin dotted silver;
    margin: 5px 0px;
    padding: 3px;
}

DIV.t-exception-report, DIV.t-env-data {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

DIV.t-exception-report LI {
    margin-left: -40px;
}

DIV.t-exception-report DT, DIV.t-env-data DT {
    color: green;
    padding-left: 2px;
    background-color: #FFFFCF;
}

DIV.t-exception-report LI {
    list-style: none;
}

SPAN.t-exception-class-name {
    display: block;
    margin-top: 15px;
    font-size: 12pt;
    background-color: #E1E1E1;
    color: blue;
    padding: 2px 3px;
    font-weight: bold;
}

SPAN.t-exception-stack-controls {
    display: block;
    float: right;
}

UL.t-stack-trace LI {
    font-family: Monaco, Times, monospace;
    font-size: 10pt;
    margin-left: -25px;
    list-style: square;
}

LI.t-usercode-frame {
    font-weight: bold;
    color: blue;
}

LI.t-omitted-frame {
    display: none;
    color: gray;
    list-style: square;
}

H1.t-exception-report {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: red;
}

DIV.t-exception-report DT:after {
    content: ":";
}

DIV.t-exception-report DD, DIV.t-env-data DD {
    margin-left: 10px;
}

TABLE.t-data-table {
    border-collapse: collapse;
    margin: 0px;
    padding: 2px;
}

TABLE.t-data-table TH {
    background-color: black;
    color: white;
}

TABLE.t-data-table TD {
    border: 1px solid silver;
    margin: 0px;
}

DIV.t-beaneditor {
    display: block;
    background: #ffc;
    border: 2px outset brown;
    padding: 2px;
    font-family: "Trebuchet MS", Arial, sans-serif;
}

DIV.t-beaneditor-row {
    padding: 4px 0px 2px 0px;
}

DIV.t-beaneditor-row LABEL:after {
    content: ":";
}

DL.t-beandisplay {
    display: block;
    padding: 2px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    background: #CCBE99;
    border: 2px outset black;
    width: auto;
}

DL.t-beandisplay DT {
    width: 250px;
    display: inline;
    float: left;
    text-align: right;
    clear: left;
    padding-right: 3px;
    vertical-align: middle;
}

DL.t-beandisplay DT:after {
    content: ":";
}

DIV.t-beaneditor-row LABEL {
    width: 250px;
    display: block;
    float: left;
    text-align: right;
    clear: left;
    padding-right: 3px;
    vertical-align: middle;
}

DIV.t-checklist-row {
    padding: 4px 0px 2px 0px;
}

DIV.t-checklist-row LABEL {
    text-align: right;
    padding-left: 5px;
    vertical-align: middle;
}

INPUT.t-number {
    text-align: right;
}

DIV.t-beandisplay DIV.t-beandisplay-label {
    padding-right: 5px;
}

TABLE.t-data-grid THEAD TR {
    color: white;
    background-color: #809FFF;
}

TABLE.t-data-grid THEAD TR TH {
    text-align: left;
    padding: 3px;
    white-space: nowrap;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

TABLE.t-data-grid {
    border-collapse: collapse;
    border-left: 1px solid silver;
}

TABLE.t-data-grid TBODY TR TD {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 2px;
}

DIV.t-data-grid {
    font-family: "Trebuchet MS", Arial, sans-serif;
}

DIV.t-data-grid-pager {
    margin: 8px 0px;
}

DIV.t-data-grid-pager A, DIV.t-data-grid-pager SPAN.current {
    text-decoration: none;
    color: black;
    padding: 2px 5px;
    font-size: medium;
    border: 1px solid silver;
    margin-right: 5px;
}

DIV.t-data-grid-pager A:hover {
    border: 1px solid black;
}

DIV.t-data-grid-pager SPAN.current {
    color: white;
    background-color: #809FFF;
}

TABLE.t-data-grid TR TH A {
    color: white;
}

IMG {
    border: none;
}

DIV.t-env-data-section {
    padding-left: 5px;
}

DIV.t-env-data DD, DIV.t-exception-report DD {
    margin-left: 25px;
    margin-bottom: 10px;
}

DIV.t-env-data LI {
    margin-left: -25px;
}

DIV.t-env-data-section {
    font-size: 12pt;
    background-color: #E1E1E1;
    color: blue;
    padding: 2px 3px;
    font-weight: bold;
}

TABLE.t-location-outer {
    padding: 5px;
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
}

TD.t-location-line {
    width: 40px;
    text-align: right;
    padding: 0px;
    background-color: #E1E1E1;
    padding-right: 3px;
    border-right: 1px solid black;
}

TD.t-location-content {
    border-top: 1px solid silver;
    border-right: 1px solid black;
    white-space: pre;
}

TD.t-location-current {
    background-color: #FFFFCF;
}

TD.t-location-content-first {
    border-top: 1px solid black;
}

DIV.t-palette {
    display: inline;
}

DIV.t-palette SELECT {
    margin-bottom: 2px;
    width: 200px;
}

DIV.t-palette-title {
    color: white;
    background-color: #809FFF;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
}

DIV.t-palette-available {
    float: left;
}

DIV.t-palette-controls {
    margin: 5px 5px;
    float: left;
    text-align: center;
}

DIV.t-palette-controls BUTTON {
    display: block;
    margin-bottom: 3px;
    cursor: pointer;
}

DIV.t-palette-controls BUTTON[disabled] IMG {
    filter: alpha(opacity = 25);
    -moz-opacity: .25;
    opacity: .25;
    cursor: default;
}

DIV.t-palette-selected {
    float: left;
    clear: right;
}

DIV.t-palette-spacer {
    clear: left;
}

IMG.t-calendar-trigger {
    padding-left: 3px;
    cursor: pointer;
}

DIV.t-autocomplete-menu {
    z-index: 9999;
}

DIV.t-autocomplete-menu UL {
    border: 2px outset #cc9933;
    background-color: #cc9933;
    padding: 4px 6px;
    overflow: auto;
}

DIV.t-autocomplete-menu LI {
    color: white;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid black;
    cursor: pointer;
}

DIV.t-autocomplete-menu LI.selected {
    color: black;
    font-weight: bold;
}

DIV.t-error-popup SPAN {
    background: transparent url("/assets/meta/58f5834b/components/window/themes/error-bevel-left.gif") no-repeat;
    display: block;
    line-height: 28px;
    margin-left: 0px;
    padding: 0px 5px 10px 22px;
}

HTML>BODY DIV.t-error-popup SPAN {
    background: transparent url("/assets/meta/3a23bfb1/components/window/themes/error-bevel-left.png") no-repeat;
}

DIV.t-error-popup {
    background: transparent url("/assets/meta/dde0d34c/components/window/themes/error-bevel-right.gif") no-repeat scroll top right;
    cursor: pointer;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 39px;
    margin-right: 6px;
    padding-right: 29px;
    text-decoration: none;
}

HTML>BODY DIV.t-error-popup {
    background: transparent url("/assets/meta/8bdd16a6/components/window/themes/error-bevel-right.png") no-repeat scroll top right;
}

UL.t-data-list LI {
    list-style-type: square;
}

DIV.t-loading {
    display: inline;
    width: auto;
    font-weight: bold;
    padding-right: 20px;
    background: transparent url("/assets/meta/a8a1939/components/window/themes/ajax-loader.gif") no-repeat right top;
}

DIV.t-dialog-overlay {
    position: fixed;
    margin: auto;
    top: 0px;
    left: 0px;
    z-index: 9990;
    width: 100%;
    height: 100%;
    background: transparent url("/assets/meta/bcc72507/components/window/themes/dialog-background.gif");
}

DIV.t-page-loading-banner {
    position: absolute;
    top: 5px;
    left: 5px;
    width: auto;
    font-weight: bold;
    padding: 2px 4px 2px 24px;
    color: black;
    background: white url("/assets/meta/a8a1939/components/window/themes/ajax-loader.gif") no-repeat 4px center;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

SPAN.t-render-object-error {
    font-weight: bold;
    font: italic;
    color: red;
}

DIV.t-available-values UL LI {
    list-style-type: disc;
    margin-left: 0px;
}

DIV.t-exception-container {
    background: white;
    border: 1px solid black;
    position: fixed;
    top: 50px;
    left: 50px;
    -moz-box-shadow: 6px 6px 3px #888;
    -webkit-box-shadow: 6px 6px 3px #888;
    box-shadow: 6px 6px 3px #888;

}

DIV.t-exception-frame {
}

DIV.t-exception-container .t-exception-close {
    display: block;
    float: right;
    margin: 5px;
    padding-right: 2px;
    padding-left: 22px;
    height: 18px;
    cursor: pointer;
    background: #e8e8e8 url("/assets/meta/147045e0/layout/images/silk/delete.png") no-repeat;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.formLeftCollumn legend{
	border-bottom: 1px #e5e5e5;
}

body table{
	text-align: left;
}
#lookupTypeEditTbl{
	text-align: left;
}

.ediTransGrid td{
	border-left: 1px solid #a6a6a6;
	!background-color: #d9d9d9;
	padding-left: 5px;
	padding-right: 5px;
}
.ediTransGrid th{
	border-left: 1px solid #a6a6a6;
	padding-left: 5px;
	padding-right: 5px;
}

body .table th{
	text-align: center;
	padding: 7px;
}

body table thead tr{
	background: #809FFF;
	color: white;
	white-space: nowrap;
}
th[data-grid-column-sort] a {
  content: "";
  background: None;
  padding-right: 5px; /* Reset the padding */
  color: white;
}

/* Add a more specific selector to override the padding in css2 */
body th[data-grid-column-sort] a {
  content: "";
  background: None;
  padding-right: 5px; /* Reset the padding */
  color: white;
}

th[data-grid-column-sort] a::after {
    content: url("/assets/meta/17419a2b/layout/images/sortable.png");
    display: inline-block;
    margin-left: 1px; /* Adjust the spacing between the link text and the icon */
	vertical-align: middle;
  }

.t-data-grid thead th a{
	color: white;
}



#claimStatus TR TH{
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

#claimStatus TBODY TR TD {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 4px;
}


#claimStatus th[data-grid-column-sort] a::after{
	padding: 3px;
	margin: 3px;
	display: block;
}

#claimStatus td[data-grid-property="dateOfService"]{
	text-align: left;
}


#claimSearch table thead tr{
	white-space: normal;
}

#claimStatus table thead tr{
	background: #06c;
	white-space: break-spaces;
	text-align: center;
}

.ctcl-tabview-footer{
	text-align: right;
}
.pagination {
    list-style: none;
    padding: 0;
    display: flex;
	height: auto;
	margin: 7px 0;
  }

  .pagination li {
    margin-right: 3px;
  }
  
  .pagination li.active a{
	background-color: #06c;
	color: white;
  }


  .pagination li a {
    display: inline-block;
    padding: 5px;
    border: 1px solid black;
    border-radius: 3px;
    text-decoration: none;
  }

@media print {
  /* style sheet for print goes here */  
      #header{
            display:none;
      }
      
      #footer{
            display:none;
      }

      @page port {size: portrait;}
      @page land {size: landscape;}

      .portrait {page: port;}

      .landscape {page: land;}
      
}


body {
    margin: 0;
    padding: 0;
    !background: #FFFFFF url("/assets/meta/1f508bd2/layout/images/bodyBG.jpg") repeat-x;
    text-align: center;
    font: 100% Arial, Verdana, Helvetica, sans-serif;
    color: #000000;
}

DIV.entryGrid {
  font-family: "Trebuchet MS", Arial, sans-serif;
}

#wrapper{
    margin: 0px auto;
    padding: 0;
    width: 1024px;
    background-color: #FFFFFF;
    text-align: center;
	/*justify-content: center;*/
	/*display: grid;*/
}

form {
    margin: 0;
    padding: 0;
}

input {
    padding: 5px;
    font: 110% Arial, Verdana, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
    margin: 0;
    text-decoration: none;
    font: 120% Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
}

h1 {
    letter-spacing: -1px;
    font: 1.1em Arial, Verdana, Helvetica, sans-serif;
}

h2 {
    letter-spacing: -1px;
    font-size: 2em;
}

h3 {
    font-size: 1em;
}

p, ol, ul {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ol {
      margin-left: 1.5em;
}

p {
  margin: 5px 0px;
  padding: 5px;
}

a {
    color: #388CA8;
}

a:hover {
      text-decoration: none;
    color: #0198DD;
}

p.skip {
      height: 0;
      margin: 0;
      padding:0;
}

p.skip a, p.skip a:hover{
    margin: 0;
    padding:0;
    position: absolute;
    left: -10000px;
}

/* Start Header */
#header {
    margin: 0 auto;
    padding: 0;
    background-color: #005288;
}

#header-inner {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    height: 134px;
    color: #FFFFFF;
    background: url("/assets/meta/d5437799/layout/images/header.png") no-repeat;
    font: 120% Arial, Helvetica, sans-serif;
}

#header.false {
    display:none;
}

.header-spacer {
    height: 81px;
    width: 100%;
    margin: 0;
    padding: 0;
}

#providerSelection {
        text-align: left;
        height: 52px;
      margin: 0;
      padding: 4px 0 0 27em;
      font-size: 85%; 
}

#selectProviderForm, #submitProviderForm {
      float: left;
      width:auto;
      margin: 0;
      padding:0;
      font-size: 80%;
}

#providerSelection p.providerSelectionText {
      margin: 0;
      padding: 0;
}

#providerSelection #providerSelectionForm {
      margin: 0;
      padding: 0;
}

.floatformdrop {
      margin: 0;
      padding: 0;
}

.floatformdropsel {
      margin: 0;
      padding: 0.15em 0.15em;
}

#logo {
      clear: both;
    float: right;
    height: 27px;
    margin: 0;
    padding: 0;
    margin-bottom:2px;
    width: auto;
    color: #FFFFFF;
    font: 120% Arial, Helvetica, sans-serif;
    text-align: right;
}

#logo ul,  #logo ol{
    margin: 0;
    padding: 0;
    list-style-type:none;
    font-size: 65%;
    text-align: center;
}

#logo li {
    display: inline-block;
    border-left:1px solid #FFFFFF;
}

#logo li:first-child {
    border: none;
}

#logo a {
    float:left;
    width:5em;
    height: 1em;
    text-decoration:none;
    color:#FFFFFF;
    font-weight:bold;
    padding:5px;
    font: 80% Arial, Verdana, Helvetica, sans-serif;
}

#logo #utilLinks a {
    font-weight: normal;    
}

#logo .last a{
    border-right: 1px none #FFFFFF;
}

#logo a:hover {
      color: #FFE678;
}

#logo A.current_utilLinks {
      text-decoration: underline;
      color:#FFE678;
}

#logo a.current_utilLinks {
      text-decoration: underline;
      color:#FFE678;
}

.menu {
    margin: 5px 0 0 0;
    height: 48px;
    width: auto;
    font-size: 65%;
    color: #FFFFFF;
    list-style-type: none;
}

.menu li {
	float: left;
	margin: 0;
}

.menu > li {
	position: relative;
	z-index: 600;
	width:6em;
    height: 33px;
    line-height: 33px;
    text-decoration:none;
    color:#FFFFFF;
    font-weight:bold;
    margin: 5px;
    padding: 1px;
    border-right:1px solid #FFFFFF; 
    font: 120% Arial, Verdana, Helvetica, sans-serif;
}

.menu a, .menu > li > div {
	display: block;
	padding: 5px;
    text-decoration:none;
    color:#FFFFFF;
}

.menu .priorAuthTittle {
	font-size: 90%;
	padding: 0;
}

.menu .last {
    margin-right: 20px;
}

.menu a:hover {
      color: #FFE678;
}

.menu A.current_menuLinks {
      text-decoration: underline;
      color:#FFE678;
}


.menu a.current_menuLinks {
      text-decoration: underline;
      color:#FFE678;
}

.menu .smallLink {
	font-size: 90%;
}

.menu .twoLineLink {
	margin-top: -.6em;
}
/*end Header*/

/* Page */
#page {
    margin:0;
    padding:0;
    border: 1px solid #CCCCCC;
    /*width: fit-content;*/
}

/* Content */
#content {
      margin: 10px 8px 20px 8px;
      text-align: left;
}

ol.dotBullet {
      list-style-type: disc;
}

ol.lowerAlphaListStyle{
      list-style-type:lower-alpha;
}

ol.cicleBullet{
      list-style-type: circle;
}

.noBullet{
      list-style-type: none;
}

#content.false {
    margin: 0;
}

/*************************************
Start  form formart
*************************************/
form div.t-error {
    padding: 0;
    margin:5px 5px 10px 5px; 
}

form .t-error ul {
    padding:0;
    margin-left: 50px;   
}

#login form 
{
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}

#login form fieldset 
{
  /*clear: both;*/
  font-size: 90%;
  border-color: #CCCCCC;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  padding: 5px;
  margin: 0px 0px 0px 0px;
}

#login form fieldset div.notes
{
  display: block;
  width:auto;
  height: auto;
  margin: 5px 5px 10px 5px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  background-color: #ffffe1;
  color: #666666;
}

#login form fieldset div.notes .notesHeader
{
  background-image: url("/assets/meta/cb6b331f/layout/images/icon_info.gif");
  background-repeat: no-repeat;
  background-position: top left;
  margin: 5px 3px 0px 3px;
  padding: 3px 3px 3px 30px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #999999;
  color: #666666;
  font-size: 95%;
  font-weight: normal;
}

#login form fieldset div.notes p,#login form fieldset div.notes ol, #login form fieldset div.notes ol li
{
  margin: 3px 3px 3px 32px;
  padding: 0px;
  color: #666666;
  font-size: 95%;
}

#loign form fieldset div.notes p.last
{
  margin: 0em;
}

#login form label
{
  display: block;
  float: left;
  text-align: right;
  font-size: 100%;
  color: #000000;
  width: 152px;
  padding: 0px 0px;
  margin: 0px 0px 5px 0px;
}

#login form p.formText
{
  display: block;
  float: left;
  text-align: left;
  font-size: 100%;
  color: #000000;
  padding: 0;
  margin: 8px 0px 0px 172px;
  font-style: italic;
}

form input, form textarea, form select{
      /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
      width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
      margin-left:20px; 
      padding:2px;
      font-size: 95%;
}

form input.portal-error, form textarea.portal-error, form select.portal-error {
    border: 2px solid red;
    background-color: #FFDDDD;
    text-decoration: none;
}

#login form div.submitButton
{
  text-align: left;
  margin-left:156px;
  font-size: 80%;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

/****format for Claim Status form**********/

#login form fieldset.fieldSubsets
{
  font-size: 100%;
  border-color: #CCCCCC;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  padding: 10px 0;
  margin: 0px 10px 10px 10px;
}

#login form fieldset.fieldSubsets legend
{
      margin-left: 20px;
      margin-bottom:5px;
      padding: 3px;
      color: #666666;
      font-size: 95%;
      width: auto;
}

#login form fieldset.fieldSubsets label
{
      width: 140px;
}

#login form div.expandLink
{
  text-align: left;
  font-size: 100%;
  padding: 0px;
  margin: 0px 0 10px 150px;
}

#login form div.expandLink input.expandLinkCheckbox
{
      float: left;
      width: auto;
      margin-left: 10px;
}


#login form div.expandLink label.expandLinkText
{
      float: left;
      display: block;
      width:auto;
      font-size: 100%; 
      margin-top: 2px;
      margin-left: 5px;
      color: #388CA8;
}

#login form div.formLeftCollumn {
  width: 48%;
  float: left;

}

#claimStatusForm div.formMiddleCollumn{
	width: auto !important;
}

#claimStatusForm input{
	border: 1px solid #070707 !important;
}

#login form div.formMiddleCollumn {
  display: block;
  float: left;
  width: 15%;
  height: auto;
  margin-left:2%;
  padding: 0px;
  color: #666666;
}

#login form div.requiredLabelMarker{
      width: 1px;
      display: block;
    float: left;
    text-align: right;
    font-size: 115%;
      margin: 2px 6px 0 89px;
      padding: 0;
      font-weight: bold;
      color:red;
}

#login form label.providerLabel
{
  display: block;
  float: left;
  width: auto;
  text-align: right;
  font-size: 100%;
  color: #000000;
  padding: 3px 0px;
  margin: 0px;
}

#login form div.sideNotes
{
  display: block;
  float: left;
  width: 35%;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  background-color: #ffffe1;
  color: #666666;
}

#login form div.claimsStatussideNotes
{
  display: block;
  float: left;
  width: 35%;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 1px solid #CCCCCC;
  background-color: #ffffe1;
  margin-left:2%;
  color: #666666;
}

#login form div.sideNotes .notesHeader
{
  background-image: url("/assets/meta/cb6b331f/layout/images/icon_info.gif");
  background-repeat: no-repeat;
  background-position: top left;
  margin: 5px 3px 0px 3px;
  padding: 3px 3px 3px 30px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #999999;
  color: #666666;
  font-size: 95%;
  font-weight: normal;
}

#login form div.sideNotes p,#login form fieldset div.sideNotes ol, #login form div.sideNotes ol li
{
  margin: 3px 3px 3px 25px;
  padding: 0px;
  color: #666666;
  font-size: 90%;
}

#loign form div.sideNotes p.last
{
  margin: 0em;
}




/*************************************
End form format
*************************************/
p.success {
      display: block;
      background-image: url("/assets/meta/c06effc1/layout/images/greenCheckMark.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0px 0px 20px 0px;
    padding: 3px 3px 3px 60px;
    border: 1px solid #056c39;
    background-color: #c9e7a3;
    color: #333333;
    font-size: 100%;
    font-weight: normal;
    line-height: 200%;
}

.informationBox {
    display: block;
    background-color: #809FFF;
    background-image: url("/assets/meta/67fec02a/layout/images/info_letter_i_token.png");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 1em 0 1em 1.1em;
    padding: 1em 1em 1em 4em;
    border: 1px solid #056c39;
    color: #FFF;
    font-size: 100%;
    font-weight: normal;
}

.errorBox {
    display: block;
    background-color: #FFCCCC;
    background-image: url("/assets/meta/8ee28a1/layout/images/Error.png");
    background-repeat: no-repeat;
    background-position: top left;
    margin: 1em 0 1em 1.1em;
    padding: 0.5em 1em 0.5em 4em;
    border: 1px solid #056c39;
    color: black;
    font-size: 100%;
    font-weight: normal;
}

/* Darken links inside info boxes because of the blue background */
.informationBox a {
    color : #000044;
}

.post {
    margin-bottom: 10px;
}

.post .title {
    overflow: auto;
      margin: 5px 0px;
      padding: 0;
    border-bottom: 1px #999999 dashed;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

.post .title h2 {
    padding: 0;
    font-weight: normal;
    font-size: 1.2em;
}

.post .title p {
    margin: 0;
    padding: 0 0 10px 0px;
    line-height: normal;
    color: #BABABA;
}

.post .title p a {
    color: #BABABA;
}

.post .entry {
    padding: 20px 0px 20px 0px;
}

.post .links {
    margin: 0;
    padding: 0 30px 30px 0px;
}

.post .links a {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

.post .links a:hover {
}

/*
#content p.attention {
    font: 15px Arial, Verdana, Helvetica, sans-serif;
    color: red;
}

#content p.attention #attention_title{
      background-image: url("/assets/meta/848a7c68/layout/images/icon_error.gif");
    background-repeat: no-repeat;
    background-position: top left;
      display: block;
    margin: 5px 3px 0px 0px;
    padding: 3px 3px 3px 30px;
}
*/

#content #faqSection {
    display: block;
    margin: 0px;
    margin-top: 35px;
    padding: 0px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    color: #666666;
    min-height: 100%;
    font-size: 13px;
}

#content #faqSection #faqSection_title{
      display: block;
      width: auto;
    margin: 0px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-bottom: 1px solid #CCCCCC;
    background-color: #ffffe1;
    color: #666666;
}

#content #faqSection #faqSection_content {
    display: block;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #666666;
}

#content #faqSection .faqSection_q{
      padding: 0;
      margin: 0;
      font-style: italic;
      font-weight:bold;
      color: #333333;
}

#content #faqSection .faqSection_a{
      padding: 0;
      margin: 0;
      font-style: normal;
      font-weight: normal;
}

#content #faqSection .faqSection_content_q_head{
      display: block;
      float: left;
      margin-left: 10px;
      color: #333333;
}

#content #faqSection .faqSection_content_a_head{
      display: block;
      float: left;
      margin-left: 10px;
      color: #333333;
      font-weight:bold;
}

#content #faqSection .faqSection_contect_q_text{
      display: block;
      float: left;
      margin-left: 10px;
      margin-bottom: 4px;
      width: 80%;
}

#content #faqSection .faqSection_contect_a_text{
      display: block;
      float: left;
      margin-left: 13px;
      margin-bottom: 14px;
      width: 80%;
}


#content.changePwdSuccess {
    color: #006600;
}

#content.changePwdFailed {
    color: #990000;
}

#remitsColumnContent{
      display: block;
    margin: 0px 0px 5px 0px;
    padding: 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #388CA8;
    background-color: #eeeeee;
    min-height: 100%;
}

#remitsColumnContent .notice{
      margin: 5px 0px;
      font-style: italic;
}

#noRemits{
      display: block;
    margin: 0px 0px 5px 0px;
    padding: 10px 10px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #388CA8;
    background-color: #eeeeee;
}

#noRemits .notice{
      margin: 5px 0px;
      font-style: italic;
}

#remitsColumnContent ol {
      margin:0;
      padding:0;
      list-style-type: none;
}

#remitsColumnContent DIV.reportListyles {
      display: block;
      float: left;
      padding: 0;
      margin: 0;
      width: auto;
}

#remitsColumnContent .reportListyles li {
      line-height: 140%;
}

#remitsColumnContent .reportListyles li.col1 {
      margin-left: 0;
}

#remitsColumnContent .reportListyles li.col2 {
      margin-left: 1.75em;
}

#remitsColumnContent .reportList {
      display: block;
      width: 100%;
      margin: 5px 0px;
      /*clear: both;*/
}

#content a.reportList {
    text-decoration: underline;
    color: #388CA8;
    font-weight: bold;
}

#content a.reportList:hover {
      text-decoration: none;
    color: #0198DD;
}

#content a.reportList .retrieved  {    
    text-decoration: underline;
    font-weight: normal;
    color: #666666;
}

#content a.reportList:hover .retrieved{
      text-decoration: none;
    color: #0198DD;
}

/*Claim Status*/
#claimStatus {
    margin: 0;
    padding: 0;
    display: block;
    font: 79% "Trebuchet MS", Arial, sans-serif;
    color: #000000;
}

#claimStatus .t-data-grid THEAD TR {
    color: white;
    background-color: #0066cc;
}

#claimStatus .t-data-grid THEAD TR TH {
    text-align: center;
    padding: 3px;
    white-space: wrap;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;    
}

/*
#claimStatus .t-data-grid THEAD TR TH.medicaidID,
#claimStatus .t-data-grid THEAD TR TH.amountBilled, 
#claimStatus .t-data-grid THEAD TR TH.total, 
#claimStatus .t-data-grid THEAD TR TH.claimStatus {
    text-align: right;
}
*/

#claimStatus .claimStatusGrid {
    border-collapse: collapse;
    border-left: 1px solid silver;
}

#claimStatus .t-data-grid TBODY TR TD {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 2px;
}

#claimStatus DIV.t-data-grid-pager {
    margin: 8px 0px;
    padding-right: 5px;
}

#claimStatus DIV.t-data-grid-pager A, DIV.t-data-grid-pager SPAN.current {
    text-decoration: none;
    color: black;
    padding: 1px 4px;
    font-size: 120%;
    border: 1px solid silver;
    margin-right: 5px;
    margin-bottom: 2px;
}

#claimStatus DIV.t-data-grid-pager A:hover {
    border: 1px solid #0066CC;
    color: #0066CC;
}

#claimStatus DIV.t-data-grid-pager SPAN.current {
    color: white;
    background-color: #0066cc;
}

#claimStatus .t-data-grid TR TH A {
    color: white;
}

.claimStatusGrid .t-sort-icon {
      display: block;
      margin-left: auto;
    margin-right: auto;
}

.claimStatusGrid .amountBilled, .claimStatusGrid .total, .claimStatusGrid .paymentType{
      text-align:right;
}
 
.claimStatusGrid .claimStatus{
      text-align:right;
}

.claimStatusGrid .line1{
      background-color: #DDDDDD;
}

/* Footer */
#footer {
}

#footer p {
    margin-bottom: 1em;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    color: #BABABA;
}

#footer a {
    padding: 0;
    text-decoration: none;
    color: #388CA8;
}

#footer a:hover {
    color: #0198DD;
}

#footer p.legal {
      font: 90% Arial, Helvetica, sans-serif;
      color: #666666;
}

#footer .legal a{
    padding: 0;
}

.footer-col {
    font: 80% Arial, Helvetica, sans-serif;
    display: inline-block;
    vertical-align: middle;
}
 

.contact-info-list {
    list-style-type: none;
    text-align: left;
}

.contact-label {
    display: inline-block;
    width: 8em;
    margin-right: 1em;
    text-align: right;
}

/**************************************************************************************************
                           testing drop down menu for lists              
 *************************************************************************************************/
.menu ul {
      position: absolute;
      z-index: 500;
      border-top: solid 1px #0066CC;
      width: 17em;
      height: 100%;
      list-style-type: none;
}

.menu ul li {
      padding: 0;
	  width: 17em;
      text-align: left;
}

.menu ul a {
      font: bold 100% arial, helvetica, sans-serif;
      display: block;
      border-left: solid 1px #0066CC;
      border-right: solid 1px #0066CC;
      border-bottom: solid 1px #0066CC;
      margin: 0;
      padding: 5px 0px 5px 10px;

      background: #004276;
      text-decoration: none;
}

.menu ul a:hover {
      color: #FFE678;
      background-color: #7BB3FE;
      border-right: solid 1px #FFE678;
      border-bottom: solid 1px #FFE678;
}

ol.menu li ul
{left: -999em;}

ol.menu li:hover ul
{left: 0;}

/**************************************************************************************************
                           Eligibility              
 *************************************************************************************************/
#eligibilityForm input{ 
      width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
      margin: 0;
      padding: 0;
        font: 75% Arial, Verdana,Helvetica,sans-serif;


}

#eligibilityForm textarea{
      width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
      margin: 0;
      padding: 0;
        font: 75% Arial, Verdana,Helvetica,sans-serif;

}

#eligData .submitButton{
    font:75% Arial, Verdana,Helvetica,sans-serif;
    
}
#eligData {
      list-style-type: none;
      margin: 0;
      padding: 0;
        
}

#eligData .errors {
       text-align: left;
       font:90% Arial, Verdana,Helvetica,sans-serif;
       font-weight: normal;
       color: red;
       padding: 0em 0 0em 2em;
       margin: 0;
}

#eligData .td1 {
       text-align: left;
       font:120% Arial, Verdana,Helvetica,sans-serif;
       font-weight: bold;
       color: blue;
}


#eligData #table1 {
      text-align: left;
        padding-bottom: 1em;
}


#eligData .fieldName {
    cursor: text;
    font:75% Arial, Verdana,Helvetica,sans-serif;
    color: #000000;
    text-decoration: none;
    vertical-align:bottom;

}

#eligData #eligEntryTbl {
      text-align: left;
        border-right: 1px solid #388CA8;
}

#eligEntryTbl th {
       text-align: left;
       font: 70% Arial, Verdana,Helvetica,sans-serif;
       font-weight:bold;
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;
       color:white;
       background-color: #1E90FF;
}

#eligEntryTbl .sp {
    border-left: solid;
    border-right:thin;
    border-top: hidden;
    border-bottom: hidden;
    border-color: #388CA8;
    border-width: 0 1px;
    background-color:white;
}


#eligEntryTbl td {
       text-align: left;
       font-weight: normal;
       font:80% Arial, Verdana,Helvetica,sans-serif;
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;
}

#eligEntryTbl select{
      /* used for KeyType select box within the table */
      width:auto;      
      margin-left:2px;
      padding:2px;
        font:75% Arial, Verdana,Helvetica,sans-serif;
        
}

.no-pad {
    padding : 0;
}

.pad-top-10 {
    padding: 10px 0 0 0;
}

.response-header {
       text-align: left;
/*     font-size: 10pt; */
       font-weight: bold;
       color: blue;
       clear: left;
}

#eligData .td3 {
       vertical-align: top;
       padding-right: 10px;
       text-align: left;
       font-size: 8pt;
       font-weight: bold;
       color: black;
}

#eligData .td3b {
	   width: 10em;
       vertical-align: top;
       padding-right: 10px;
       text-align: left;
       font-size: 8pt;
       font-weight: bold;
       color: black;
}

#eligData .td4 {
       vertical-align: top;
       text-align:justify;
       font-size: 8pt;
       font-weight: normal;
       color: black;
       
}

#eligData .td5 {
       text-align:left;
       font-size: 8pt;
       font-weight: normal;
       color: blue;
       text-decoration: none;

}

#eligData .td6 {
       text-align:center;
       font-size: 8pt;
       font-weight: normal;
       color: black;
       width: 6em;

}

#eligData .memberList label {
    margin-right: 15px;
    width: 6em;
	margin-bottom: 0px;
	line-height: normal;
}

#eligData .memberList p {
    margin: 0;
    width: 23em;
}

.responseInfo {
    display: flex;
}

#eligData .responseInfoCol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#eligData .responseInfoCol li {
    overflow: auto;
    margin-bottom: 0px;
}

#eligData .responseInfoCol label {
    float: left;
    text-align: left;
    font-weight: bold;
    font-size: 8pt;
}

#eligData .responseInfoCol p {
    float: left;
    text-align: left;
    font-size: 8pt;
    padding: 0;
}

#eligData .benefitUList1 label {
    margin-right: 15px;
    width: 10em;
	margin-bottom: 0px;
	line-height: normal;
}

#eligData .benefitUList1 p {
    margin: 0px 5px 0 0;
    width: 25em;
}

#eligData .benefitUList2 label {
    margin-right: 8px;
    width: 18em;
	margin-bottom: 0px;
	line-height: normal;
}

#eligData .benefitUList2 p {
    margin: 0;
    width: 4em;
}


#eligData th:first-child {
    border-left: none;
}



#eligData #rspTbl {

      text-align:justify;
        float: left;
        width: 315px;
      margin-bottom: 1em;
        border-width: 1px 1px 1px 1px;
        border-style:hidden;
        border-color: #388CA8;
        margin-right: 1em
}

#eligData #tplTbl {

      text-align:justify;
        float: left;
        width: 315px;
      margin-bottom: 1em;
        border-width: 1px 1px 1px 1px;
        border-style:hidden;
        border-color: #388CA8;
        margin-right: 1em
}

#eligData .clear {
    clear: left;
}
#eligData #querySelectionTbl {
      text-align: left;
/*        border-right: 1px solid #388CA8;    */
}

#querySelectionTbl th {
       text-align: left;
       font: 70% Arial, Verdana,Helvetica,sans-serif;
       font-weight:bold;
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;
       color:white;
       background-color:#1E90FF;
}


#querySelectionTbl .sp {
    border-left: solid;
    border-right:thin;
    border-top: hidden;
    border-bottom: hidden;
    border-color: #388CA8;
    border-width: 0 1px;
    background-color:white;
}

#querySelectionTbl td {
       border-width: 0 1px 1px 1px;
       border-style: solid;
       border-color: #388CA8;
       vertical-align: top;
       text-align:justify;
       font:60% Arial, Verdana,Helvetica,sans-serif;
       color: black;
}

#memberLists {
      list-style-type: none;
      margin: 0;
      padding: 0;

}

#memberLists #memberListTbl {
      text-align: left;
        border-right: 1px solid #388CA8;
}

#memberListTbl th {
       text-align: left;
       font: 70% Arial, Verdana,Helvetica,sans-serif;
       font-weight:bold;
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;
       color:white;
       background-color:#1E90FF;
}

#memberListTbl td {
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;
       vertical-align: top;
       text-align:justify;
       font:60% Arial, Verdana,Helvetica,sans-serif;
       color: black;
}

#memberLists #memberAddTbl{
      text-align: left;
        border-right: 1px solid #388CA8;
}

#memberAddTbl th {
       text-align: left;
       font: 80% Arial, Verdana,Helvetica,sans-serif;
       font-weight:bold;
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;
       color:white;
       background-color:#1E90FF;
}

#memberAddTbl td {
       padding-left: 0;
       text-align: left;
       font-weight: normal;
       font:80% Arial, Verdana,Helvetica,sans-serif;
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;

}

#memberAddTbl input {
    margin-left: 5px;
}

#memberLists #memberEditTbl{
      text-align: left;
	border-width: 0 0 0 0;
}

#memberEditTbl th {
       text-align: left;
       font: 80% Arial, Verdana,Helvetica,sans-serif;
       font-weight:bold;
       border-width: 0 0 0 0;
       border-style: solid;
       border-color: #388CA8;
       color:white;
       background-color:#1E90FF;
}

#memberEditTbl td {
       padding-left: 0;
       text-align: left;
       font-weight: normal;
       font:80% Arial, Verdana,Helvetica,sans-serif;
       border-width: 0 0 0 0;
       border-style: solid;
       border-color: #388CA8;

}

#memberEditTbl input {
    margin-left: 5px;
	display: inline;
	width: auto;
	padding: 2px;
	font-size: 95%;
	margin-bottom: 0px;
	border-radius: revert;
	border: 1px solid #b3a1a1;
}

#memberLists #memberViewTbl{
      text-align: left;
        border-right: 1px solid #388CA8;
}

#memberViewTbl th {
       text-align: left;
       font: 80% Arial, Verdana,Helvetica,sans-serif;
       font-weight:bold;
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;
       color:white;
       background-color:#1E90FF;
}

#memberViewTbl td {
       text-align: left;
       font-weight: normal;
       font:80% Arial, Verdana,Helvetica,sans-serif;
       border-width: 0 0 1px 1px;
       border-style: solid;
       border-color: #388CA8;
}

#memberView {
    overflow-x: auto;
    max-width: 100%;
}

#memberView .memberLine1{
      background-color: #DDDDDD;
}


#memberView .t-data-grid THEAD TR TH {
       padding-left: 3px;
       text-align: left;
       font-weight: normal;
       font:80% Arial, Verdana,Helvetica,sans-serif;
       background-color: #1E90FF;
       font-weight:bold;
}
#memberView .t-data-grid TD {
       padding-left: 3px;
       text-align: left;
       font-weight: normal;
       font:80% Arial, Verdana,Helvetica,sans-serif;
}

#memberView span.current {
    background-color: #1E90FF;
}

#memberView .t-data-grid THEAD TR TH td.index,
#memberView .t-data-grid THEAD TR TH td.medicaidID{
    text-align: center;
}

#memberView .memberEditBtnStyle {
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	!width:28px;
}

#memberView .memberDeleteBtnStyle {
	margin-left:0px;
	padding-left:0px;
	text-align:left;
	!width:42px;
}

#memberView td[data-grid-property="userCreated"] {
	max-width: 14em;
	word-break: break-all;
	overflow-wrap: break-word;
}

#announcements legend {
    font-weight: bold;
}

#announcements .announcementTitle {
    overflow: auto;
}

#announcements .announcementTitle a {
	margin: 0 0 0 4px;
}

#announcements .announcementContent {
    padding: 2px;
}

#announcements .announcementTitleText {
	float: left;
    font-variant: small-caps;
    margin: 0 6px 0 0;
}

#announcements .announcementPostedDate {
    float: right;
    font-size: smaller;
    background-color: #FFFFE0;
}

#announcements .announcementPostedDate p {
    margin: 0;
    padding: 0;
}

#announcements .urgent {
    background-color: #FFCCCC;
}

#announcements .viewOlderLink {
    float: right;
}

#allAnnouncementsListGrid tr.disabled {
    font-style: italic;
    color: #888888;
}

#allAnnouncementsListGrid .urgent {
    background-color: #FFCCCC;
}

#allAnnouncementsListGrid .actionBarButton {
    width: 45px;
}

#login .annTitleEntry label, #login .annContentEntry label {
    width: 100px;
}

#login .annTitleEntry input, #login .annContentEntry textarea {
    width: 575px;
}

#login #annPostingOptions {
    margin: 10px 0;
}

#login #annPostingOptions .option {
    overflow: auto;
}

#login #annPostingOptions .option label {
    width: 200px;
}

.info {
    background-color: #FFFFE1;
    border: 1px solid #CCC;
    margin: 5px 5px 20px 5px;
}

.clear {
    clear: both;
}

.newButton {
   border-top: 1px solid #96d1f8;
   background: #204060;
   background: -webkit-gradient(linear, left top, left bottom, from(#002040), to(#204060));
   background: -webkit-linear-gradient(top, #002040, #204060);
   background: -moz-linear-gradient(top, #002040, #204060);
   background: -ms-linear-gradient(top, #002040, #204060);
   background: -o-linear-gradient(top, #002040, #204060);
   display: inline-block;
   padding: 7px 14px;
   margin: 7px 0;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;
}

.newButton:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}

.newButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

.newButton.selected {
    background: -webkit-gradient(linear, left top, left bottom, from(#002040), to(#9FBFDF));
    background: -webkit-linear-gradient(top, #002040, #9FBFDF);
    background: -moz-linear-gradient(top, #002040, #9FBFDF);
    background: -ms-linear-gradient(top, #002040, #9FBFDF);
}

.newButtonSecondaryAction {
   border-top: 1px solid #96d1f8;
   background: #A0A0A0;
   background: -webkit-gradient(linear, left top, left bottom, from(#606080), to(#A0A0A0));
   background: -webkit-linear-gradient(top, #606080, #A0A0A0);
   background: -moz-linear-gradient(top, #606080, #A0A0A0);
   background: -ms-linear-gradient(top, #606080, #A0A0A0);
   background: -o-linear-gradient(top, #606080, #A0A0A0);
   display: inline-block;
   padding: 7px 14px;
   margin: 7px 0;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   font-weight: bold;
   text-decoration: none;
   vertical-align: middle;    
}

.newButtonSecondaryAction:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}

.newButtonSecondaryAction:active {
   border-top-color: #1b435e;
   background: #1b435e;
}

#lookupView .lookupLine1{
      background-color: #DDDDDD;
}

#lookupView .lookupLine2{
      background-color: #FFFFFF;
}

.claimViewHdrLbl {
display: block;
width: 10%;
text-align: left;
font-weight: bold;
font-size: 90%;
float: left;
margin-top: 0.5em;
}


.claimViewHdrFld {
display: block;
width: 12%;
text-align: left;
font-size: 90%;
float: left;
margin-top: 0.5em;
}

.docSelectHeader {
    display: inline-block;
    border: 1px #000000 solid;
    width: 44em;
    padding: 2em;
}

.docSelectHeader dt {
    display: inline-block;
    width: 10em;
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
}

.docSelectHeader dd {
    display: inline-block;
    margin: 0;
    padding: 0 0 1em 0;
    width: 10em;
}

.documentsTabTopRow {
    width: 60em;
    height: 1em;
    float: left;
}
.documentsTabOtherRow {
    width: 59em;
    margin-left: 1em;
    height: 1em;
    float: left;
}

.documentsTabClaimIdEntry {

}
.documentsTabClaimIdLabel {
    width: 7.0em;
    padding-right: 0.5em;
    height: 0.8em;
    text-align: right;
    float: left;
}
.documentsTabClaimIdField {
    width: 7.5em;
    height: 1em;
    text-align: left;
    float: left;
}

.documentsTabProviderIdEntry {

}
.documentsTabProviderIdLabel {
    width: 7.0em;
    padding-right: 0.5em;
    height: 0.8em;
    text-align: right;
    float: left;
}
.documentsTabProviderIdField {
    width: 7.5em;
    height: 1em;
    text-align: left;
    float: left;
}

.documentsTabMedicaidIdEntry {

}
.documentsTabMedicaidIdLabel {
    width: 7.0em;
    padding-right: 0.5em;
    height: 0.8em;
    text-align: right;
    float: left;
}
.documentsTabMedicaidIdField {
    width: 7.5em;
    height: 1em;
    text-align: left;
    float: left;
}

.documentsTabUserIdEntry {

}
.documentsTabUserIdLabel {
    width: 7.0em;
    padding-right: 0.5em;
    height: 0.8em;
    text-align: right;
    float: left;
}
.documentsTabUserIdField {
    width: 7.5em;
    height: 1em;
    text-align: left;
    float: left;
}

.documentsTabSelectedFileEntry {

}
.documentsTabSelectedFileLabel {
    width: 8.5em;
    padding-right: 0.5em;
    height: 0.75em;
    padding-top: 0.25em;
    float: left;
}
.documentsTabSelectedFileField {
    width: 36em;
    height: 1em;
    float: left;
}

.documentsTabImageTypeEntry {

}
.documentsTabImageTypeLabel {
    width: 7.0em;
    padding-right: 0.5em;
    height: 0.75em;
    padding-top: 0.25em;
    text-align: right;
    float: left;
}
.documentsTabImageTypeField {
    width: 5em;
    height: 0.8em;
    padding-top: 0.2em;
    float: left;
}

.documentsTabNameEntry {

}
.documentsTabNameLabel {
    width: 8.5em;
    padding-right: 0.5em;
    height: 0.75em;
    padding-top: 0.25em;
    float: left;
}
.documentsTabNameField {
    width: 35em;
    height: 1em;
    float: left;
}

.documentsTabTypeEntry {

}
.documentsTabTypeLabel {
    width: 8.5em;
    padding-right: 0.5em;
    height: 0.75em;
    padding-top: 0.25em;
    float: left;
}
.documentsTabTypeField {
    width: 25em;
    height: 1em;
    float: left;
}
.enteredDocumentsGrid .selected {
    width: 1em;
    text-align:center;
}
.enteredDocumentsGrid .edit {
    width: 2em;
    text-align:center;
}
.enteredDocumentsGrid .documentDescription {
    width: 10em;
    text-align:left;
}
.enteredDocumentsGrid .documentType {
    width: 3em;
    text-align:center;
}
.enteredDocumentsGrid .typeDescription {
    width: 30em;
    text-align:left;
}
.enteredDocumentsGrid .documentImageType {
    width: 5em;
    text-align:left;
}

.formattedTimeOfQuery {
    text-align: center;
}

.titleLineTitle {
    width:18em;
    float:left;
    text-align:left;
}
.titleLineUserName {
    width:12em;
    float:left;
    text-align:center;
}
.titleLineIpAddress {
    width:25em;
    float:left;
    text-align:right;
}
.titleLineIpAddressHome {
    width:37em;
    float:left;
    text-align:right;
}


