@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'DroidSansRegular';
    src: url('../fonts/droidsans-webfont.eot');
    src: url('../fonts/droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-webfont.woff') format('woff'),
         url('../fonts/droidsans-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/droidsans-bold-webfont.eot');
    src: url('../fonts/droidsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsans-bold-webfont.woff') format('woff'),
         url('../fonts/droidsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/droidsans-bold-webfont.svg#DroidSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansMonoRegular';
    src: url('../fonts/droidsansmono-webfont.eot');
    src: url('../fonts/droidsansmono-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidsansmono-webfont.woff') format('woff'),
         url('../fonts/droidsansmono-webfont.ttf') format('truetype'),
         url('../fonts/droidsansmono-webfont.svg#DroidSansMonoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


select { font-family: 'DroidSansMonoRegular';}
body{ background:url(../img/body-bg.jpg) repeat; font-family: 'DroidSansRegular'; }
/*input {text-transform: uppercase;}*/
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
*{outline:none;}

.wrapper{ width:940px; margin:0 auto;}
.searchBar{float:right; padding:10px 0 0 0;color: #8699A2;}
.searchBar .searchBox, .searchBar .userInfo{ float:left;  line-height:21px; color:#8699a2; font-size:11px;}
.searchBar .searchBox{ width:128px; height:26px; background:url(../img/search-bg.png) no-repeat; padding:0 0 0 22px;}
.searchBar .searchBox input{ border:none; background:none; width:115px; height:23px; font-family: 'DroidSansRegular'; font-size:11px; vertical-align:middle; line-height:23px;}
.searchBar a{ font-size:11px; color:#8699a2; text-decoration:none; margin:0 15px 0 20px; border-bottom:1px dotted #8699a2; line-height:21px;}
.header .logo{ float:left; padding:10px 54px;}
.menuBar{ float:left; width:100%; position:relative;}
.menuBar ul{ list-style:none; background:url(../img/menu-new-bg.png) repeat-x center; padding:0; float:left; width:100%; margin:0;}
.menuBar ul li{ list-style:none; padding:0; margin:0; float:left; background:url(../img/menu-divider.png) no-repeat right; padding-right:3px; position:relative;}
.menuBar ul li.logoSpace{ width:119px; height:1px;}
.menuBar ul li.last{ padding:0; background:none;}
.menuBar ul li a{ display:block; text-decoration:none; color:#ddd; text-shadow: 0.1em 0.1em #000; padding:11px 57px 11px; float:left; font-size:14px;}
.menuBar ul li.linkExtraSpc a{ padding-left:41px; padding-right:41px;}
.menuBar ul li a:hover{ background:url(../img/menu-hover-new-bg.png) repeat-x;}
.menuBar ul li.current a{ background:url(../img/menu-hover-new-bg.png) repeat-x;}
.menuBar ul li.activeHover a{ background:url(../img/menu-hover-new-bg.png) repeat-x;}

.menuBar .submenu{ width:267px; position:absolute; left:0; top:40px; z-index:50; display:none;}
.menuBar .submenu .submenuTop{ width:267px; height:11px; background:url(../img/sub-menu-topbg.png) no-repeat; float:left;}
.menuBar .submenu .submenuBot{ width:267px; height:10px; background:url(../img/sub-menu-botbg.png) no-repeat; float:left;}
.menuBar .submenu .submenuMid{ background:url(../img/submenu-bg.png) repeat; float:left; width:244px; padding:0 13px 10px 10px;}
.menuBar .submenu .submenuMid ul.column{ background:none; width:110px; margin-right:23px;}
.menuBar .submenu .submenuMid ul.last{ margin-right:0;}
.menuBar .submenu .submenuMid ul.column li{ background:none; padding:0; width:100%; line-height:24px;}
.menuBar .submenu .submenuMid ul.column li a{ background:url(../img/submenu-bot-seperator.png) bottom repeat-x; padding:0; font-size:11px; font-family:Arial, Helvetica, sans-serif; width:100%; line-height:24px; color:#999; text-shadow:none;}
.menuBar .submenu .submenuMid ul.column li a:hover{ color:#d2d2d2;}
.quikiesOuter{ width:100%; float:left; background:url("../img/content-bg.jpg") repeat;}
.quikies{ background:url(../img/quikies-new-bg.png) no-repeat; width:784px; margin:0 auto; height:45px; padding:0 20px 0 24px;}
.quikies a,.quikies img{ float:left;}
.quikies img{ margin-right:10px;}
.quikies a{ margin:5px 36px 0 0;}
.quikies a.last{ margin-right:0;}
.quikies a img{ margin:0;}
.quikies a:hover img{ margin-top:-5px;}
.quikies a.quikiesExtraSpac{ width:132px; height:1px;}

.content{ background:url(../img/content-bg.jpg) repeat; padding:15px 0 15px 40px;}
.homeContent{text-align:center; padding:145px 0;}
.homeContent p{ font-size:18px; color:#5d5f61; width:345px; margin:0 auto; margin-top:30px; margin-bottom:12px; line-height:53px;}
.homeContent p img{ float:right;}
.homeContent p.helpInfoTxt{ margin:0 auto; line-height:normal;}
.homeContent p.helpInfoTxt a{ display:inline-block;}
.homeContent p.helpInfoTxt img{ float:none; vertical-align:text-bottom; display:inline-block; margin:0 15px -3px 15px;}

/* tooltip Styles */
.tipsy { padding: 0; font-size: 10px; position: absolute; z-index: 100000;}
.tipsy-inner { max-width: 200px; text-align: center; color:#f1f5f6; float:left; background:url(../img/tooltip-mid.png) repeat-x; line-height:28px; margin-top:9px;}
.tipsy-arrow { position: absolute; background: url(../img/tooltip-arrow.png) no-repeat top left; width: 14px; height: 10px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
.tooltipLC{ width:15px; height:28px; background:url(../img/tooltip-lc.png) no-repeat; float:left; margin-top:9px;}
.tooltipRC{ width:15px; height:28px; background:url(../img/tooltip-rc.png) no-repeat; float:left; margin-top:9px;}

.content h1{ font-size:16px; color:#353535; font-weight:normal; margin:0; padding:0; border-bottom:1px dotted #353535; float:left;}
.content h1 span{ font-size:18px;}
.content h2{ font-size:16px; color:#353535; font-weight:normal; margin:0; padding:0; border-bottom:1px dotted #353535; float:left;}
.tabsContainer{ float:left; width:100%; background:url(../img/tabs-bot-bg.png) repeat-x bottom; padding:0; margin:24px 0 0 0;}
.tabsContainer li{ list-style:none; margin:0; padding:0; float:left;}
.tabsContainer li a{ text-decoration:none;  display:block; float:left; padding:0 0 0 4px; font-size:16px; color:#878b8e; margin-right:5px;}
.tabsContainer li a span{ display:block; padding:3px 8px 4px 4px; line-height:18px;}

.tabsContainer li.current a{background:url(../img/tab-lc.png) no-repeat left top; color:#353535;}
.tabsContainer li.current a span{ background:url(../img/tab-rc.png) no-repeat right top;}

.formsContainer{ padding:25px 0; float:left; width:100%;}
.formsContainerTop{ padding:25px 0; float:left; width:100%;}
.formsContainer form{ margin-left:14px; float:left; width:98%;}
.formsContainerTop form{ margin-left:14px; float:left; width:98%;}
.formsContainer .form{ margin-left:14px; float:left; width:98%;}
.formsContainerTop .form{ margin-left:14px; float:left; width:98%;}
.formsContainer ul{ margin:0; padding:0 0 20px 0; list-style:none; float:left;}
.formsContainerTop ul{ margin:0; padding:0 0 20px 0; list-style:none; float:left;}
.width340{ width:340px;}
.width125{ width:125px;}
.width270{ width:275px;}
.width270{ width:275px;}
.width200{ width:200px;}
.formsContainer ul li{ margin:0 0 20px 0; padding:0 0 0 10px; list-style:none; float:left; border-left:1px solid #5f5f5f; width:97%;}
.formsContainerTop ul li{ margin:0 0 20px 0; padding:0 0 0 10px; list-style:none; float:left; border-left:1px solid #5f5f5f; width:97%;}
.formsContainer ul li label,.formsContainerTop ul li label{ display:block; font-size:13px; color:#353535; padding-bottom:5px;}
.formsContainer ul li input,.formsContainerTop ul li input{ float:left;}
.formsContainer ul.radioBtnsBlk li,.formsContainerTop ul.radioBtnsBlk li{ border:none;}
.formsContainer ul.radioBtnsBlk li .label,.formsContainerTop ul.radioBtnsBlk li .label{ float:left; font-size:14px; margin-right:18px;}
.formsContainer ul.radioBtnsBlk li label,.formsContainerTop ul.radioBtnsBlk li label{ float:left; font-size:11px; margin-right:10px;}
.formsContainer ul.radioBtnsBlk li.singleRadioBtn,.formsContainerTop ul.radioBtnsBlk li.singleRadioBtn{ clear:both; width:346px; margin-top:50px;}
.formsContainer ul.radioBtnsBlk li.singleRadioBtn .jqTransformRadioWrapper , .formsContainerTop ul.radioBtnsBlk li.singleRadioBtn .jqTransformRadioWrapper{ float:right;}
.formsContainer ul.radioBtnsBlk li.singleRadioBtn label,.formsContainerTop ul.radioBtnsBlk li.singleRadioBtn label{ float:right; margin-right:20px;}
.formsContainer textarea,.formsContainerTop textarea{ height:30px; color: #404040;}
.formsContainer ul li.last,.formsContainerTop ul li.last{ margin-bottom:0;}

.formsContainer ul li.col2CheckBox,.formsContainerTop ul li.col2CheckBox{ border:none; margin-top:36px;}
.formsContainer ul li.col2CheckBox label,.formsContainer ul li.col2CheckBox span{ float:left;}
.formsContainerTop ul li.col2CheckBox label,.formsContainerTop ul li.col2CheckBox span{ float:left;}
.formsContainer ul li.col2CheckBox label,.formsContainerTop ul li.col2CheckBox label{padding-top:5px;}
.formsContainer ul li.col2CheckBox span{ margin-left:15px;}
.formsContainerTop ul li.col2CheckBox span{ margin-left:15px;}

.formsContainer ul.selectList li{ border:none; padding:0 0 0 11px;}
.formsContainerTop ul.selectList li{ border:none; padding:0 0 0 11px;}
.formsContainer ul.selectList li label{ float:left; width:170px;}
.formsContainerTop ul.selectList li label{ float:left; width:170px;}

.formsContainer .jqTransformSelectWrapper{ width:75px!important;}
.formsContainerTop .jqTransformSelectWrapper{ width:75px!important;}
.formsContainer .jqTransformSelectWrapper div span{ width:57px!important;}
.formsContainerTop .jqTransformSelectWrapper div span{ width:57px!important;}
.formsContainer .jqTransformSelectWrapper ul li{ margin:0; padding:0; width:100%;}
.formsContainerTop .jqTransformSelectWrapper ul li{ margin:0; padding:0; width:100%;}


.formsContainer .formsRow{ float:left; width:840px; padding:15px 0; border-bottom:2px solid #696868}
.formsContainerTop .formsRow{ float:left; width:840px; padding:15px 0; border-bottom:2px solid #696868}
.formsContainer .formsRow h2{ margin:0 0 15px 14px;}
.formsContainerTop .formsRow h2{ margin:0 0 15px 14px;}
.customScroll{ width:860px; /*height:460px; overflow:auto;*/}

ul.stateField{ width:175px; margin-top:60px; margin-left:30px; padding:0;}
ul.stateField li{ margin:0; }
ul.stateField li input{ width:150px; }


.formsContainer .ui-autocomplete-input{ background:url(../img/select-left-big.png) no-repeat 0px top; text-transform:uppercase;border:none; float:left; width:65px; height:24px; text-align:center; font-size:11px; color:#575757; float:left;}
.formsContainerTop .ui-autocomplete-input{ background:url(../img/select-left-big.png) no-repeat 0px top; text-transform:uppercase;border:none; float:left; width:65px; height:24px; text-align:center; font-size:11px; color:#575757; float:left;}
.formsContainer .ui-button-icon{ background:url(../img/select-right-big.png) no-repeat; border:none; width:25px; height:28px; padding:0; float:left;}
.formsContainerTop .ui-button-icon{ background:url(../img/select-right-big.png) no-repeat; border:none; width:25px; height:28px; padding:0; float:left;}

.ui-autocomplete{ min-width:150px; max-width: 400px; list-style:none; background:#fff; border:1px solid #ccc; margin:0; padding:0; position:absolute!important; overflow-y:scroll; min-height: 5px; max-height:95px;}
.ui-autocomplete li{ list-style:none; margin:0; padding:0; font-size:11px; color:#575757;}
.ui-autocomplete li a{ display:block; padding:3px 5px; cursor:pointer;}
.ui-autocomplete li a:hover{ background:#d9e1e8;}
.ui-autocomplete li a#ui-active-menuitem{ background:#d9e1e8;}

.buttons{ float:left; margin:0 10px;}
.buttons .lc{ background:url(../img/button-lc.png) no-repeat left top; float:left; width:5px; height:26px;}
.buttons input{ float:left; border:none; background:url(../img/button-mid.png) repeat-x; margin:0; padding:0 3px; height:26px; font-family: 'DroidSansRegular'; font-size:11px; color:#353535;}
.buttons .rc{ background:url(../img/button-rc.png) no-repeat right top; float:left; width:5px; height:26px;}
.tablesContainer{ float:left; width:100%; padding-bottom:25px; background:url(../img/tabs-bot-bg.png) repeat-x bottom;}

.tablesPopupContainer{ width:45%; background: none;}

.tablesContainer .tableLeft{ float:left; width:585px; margin:0 10px 0 14px;}
.tablesContainer .tableRight{ float:left; width:285px; margin-top:55px;}


.tableHead{ background:url(../img/tabs-bot-bg.png) repeat-x center; text-align:center; margin:0 0 5px 0;}
.tableHead span{ background:url(../img/content-bg.jpg); display:inline-block; padding:0 10px; font-size:10px; color:#666;}

.roundedBtns{float:left; background:url(../img/rounded-btn-lc.png) no-repeat left top; padding:0 0 0 20px; text-decoration:none; color:#575757; font-size:13px; margin-right:10px;}
.roundedBtns span{ display:block; background:url(../img/rounded-btn-rc.png) no-repeat right top; padding:7px 20px 8px 0; line-height:17px;}

.roundedSmlBtns{float:left; background:url(../img/rounded-btnsml-lc.png) no-repeat left top; padding:0 0 0 12px; text-decoration:none; color:#575757; font-size:10px;}
.roundedSmlBtns span{ display:block; background:url(../img/rounded-btnsml-rc.png) no-repeat right top; padding:5px 12px 6px 0;color:#DDDDDD}

.disabled{ color:#bfc0c1; cursor:default;}

.tableBtnBlk{ padding:10px 0 0 0;}
.tableBtnBlk .roundedSmlBtns{ float:right; width:40px; text-align:center; margin-bottom:5px;}

.btnBlk{ padding:25px 0; float:left; clear:both; margin-left:14px; width:98%;}

.roundedBtns:hover{ background-position:left -33px;}
.roundedBtns:hover span{ background-position:right -33px;}

.right{ float:right;}
.pt20{ padding-top:20px;}
.pt5{ padding-top:5px;}
.btnCenterAlign{ text-align:center; width:780px;}
.btnCenterAlign a{ float:none; display:inline-block; margin-right:70px;}
.formsContainer .noBorder{ border:none;}
.formsContainerTop .noBorder{ border:none;}

.searchIcon{ float:left; margin-left:2px;}
.mb10{ margin-bottom:10px;}

.tableInput .jqTransformInputWrapper{ float:none; margin:0 auto; background:url("../img/table-input-left.png") no-repeat left top; height:30px;}
.tableInput .jqTransformInputInner{ background:url("../img/table-input-right.png") no-repeat right top;}
.tableInput .jqTransformInputInner div{ height:30px;}
.tableInput .jqTransformInputInner div input.w190{ height:30px;font-style:italic; color:#bab9b9; text-align:center;}
.tableInput .jqTransformInputInner div input.changed{ color:#404040; font-style:normal; text-align:left;}



.w50{ width:50px;}
.w190{ width:190px;}
.w90{ width:90px;}
.w30{ width:30px;}
.w20{ width:20px;}
.w520{ width:520px;}
.w105{ width:105px !important;}
.w130{ width:130px !important;}
.w220{ width:220px;}
.w210{ width:210px;}
.w157{ width:157px;}
.w280{ width:280px;}
.w230{ width:230px;}
.w250{ width:250px !important;}
.formsContainer ul.p0{ padding:0;}
.formsContainerTop ul.p0{ padding:0;}

.sortDown{ display:inline-block; background:url(../img/sort-down-icon.png) no-repeat right 1px; padding-right:20px; text-decoration:none; color:#353535;}
.sortDownOn{ display:inline-block; background:url(../img/sort-downOn-icon.png) no-repeat right 1px; padding-right:20px; text-decoration:none; color:#353535;}

.personalBlk ul{ width:100%;}
.personalBlk ul li{ border:none; padding-left:11px;}
.personalBlk ul{ padding:0;}

.borderLeftDiv{ float:left; border-left:1px solid #5f5f5f; padding-left:10px; margin-left:10px;}
.fl{ float:left;}
.ml10{ margin-left:10px;}
.ml20{ margin-left:20px;}


.personalBlk .jqTransformSelectWrapper{background: url("../img/select-left-big.png") no-repeat left top; height:28px;}
.personalBlk .jqTransformSelectWrapper a.jqTransformSelectOpen{background: url("../img/select-right-big.png") no-repeat center center; height:28px; width:25px;}
.personalBlk .jqTransformSelectWrapper ul{ top:26px;}
.personalBlk .jqTransformSelectWrapper div span{ width:45px!important; font-size:17px; color:#575757; line-height:20px;}

.personalBlk .stmtComment .jqTransformSelectWrapper{ width:135px!important;}
.personalBlk .stmtComment .jqTransformSelectWrapper div span{ width:106px!important;}
.personalBlk .col1{ width:520px;}
.personalBlk .col2{ width:270px; margin-left:90px;}
.personalBlk .singleRadioBtn{ margin-top:45px;}
.personalBlk .singleRadioBtn label,.personalBlk .singleRadioBtn span{ float:right;}
.personalBlk .singleRadioBtn label{ margin-right:85px;}

.personalBlk .singleCheckBox{ margin-top:45px;}
.personalBlk .singleCheckBox label,.personalBlk .singleCheckBox span{ float:right;}
.personalBlk .singleCheckBox label{ margin-right:85px;}
.personalBlk .singleCheckBox span.jqTransformCheckboxWrapper { margin:0px 5px 0 0 ;}


.billingInfoBlk ul{ width:100%;}
.billingInfoBlk ul li{ border:none; padding-left:11px;}
.billingInfoBlk ul{ padding:0;}
.billingInfoBlk .col1{ width:315px;}
.billingInfoBlk .col2{ float:left; width:507px;}

.billingInfoBlk .jqTransformSelectWrapper{background: url("../img/select-left-big.png") no-repeat left top; height:28px;}
.billingInfoBlk .jqTransformSelectWrapper a.jqTransformSelectOpen{background: url("../img/select-right-big.png") no-repeat center center; height:28px; width:25px;}
.billingInfoBlk .jqTransformSelectWrapper ul{ top:26px;}
.billingInfoBlk .jqTransformSelectWrapper div span{ width:45px!important; font-size:17px; color:#575757; line-height:20px;}

.billingInfoBlk .selectW108 .ui-autocomplete-input{ width:120px;}
.billingInfoBlk .selectW108 select{ width:150px;}
.billingInfoBlk .selectW108 .jqTransformSelectWrapper div span{ width:91px!important;}

.billingInfoBlk .col2 .topList h3{ font-size:16px; color:#353535; font-weight:normal; letter-spacing:15px; margin-bottom:0; text-align:center;}




.billingInfoBlk .col2 .topList .checkBox label{ float:left; margin-right:10px; padding-top:4px;}
.billingInfoBlk .col2 .topList .sno{ font-size:14px; color:#353535; padding-top:4px; margin:0 10px 0 20px;}

.billingInfoBlk .col2 .botList { margin-top:290px;}
.billingInfoBlk .col2 .botList .singleRow label{ float:left; margin-right:10px; padding-top:4px; padding-bottom:0; text-align:right; width:162px;}
.billingInfoBlk .col2 .botList .singleRow .jqTransformInputWrapper{ margin-right:10px;}
.pt4pb0{ padding-top:4px; padding-bottom:0;}
.mr10{ margin-right:10px;}
.billingInfoBlk .col2 .botList li{ margin-bottom:32px;}
.largeTxtArea textarea{ width:670px; height:65px;}
.billingInfoBlk .btnBlk{ margin-left:0; width:100%; background:url(../img/tabs-bot-bg.png) repeat-x top; padding:20px 0; margin-top:30px;}

.insuranceBlk ul{ width:100%;}
.insuranceBlk ul li{ border:none; padding-left:11px;}
.insuranceBlk ul{ padding:0;}
.insuranceBlk .col1{ width:690px; margin-right:85px;}
.insuranceBlk .col2{ width:390px;}
.insuranceBlk h3{ font-size:18px; color:#353535; font-weight:normal; margin:0;}

.insuranceBlk .jqTransformSelectWrapper{background: url("../img/select-left-big.png") no-repeat left top; height:28px;}
.insuranceBlk .jqTransformSelectWrapper a.jqTransformSelectOpen{background: url("../img/select-right-big.png") no-repeat center center; height:28px; width:25px;}
.insuranceBlk .jqTransformSelectWrapper ul{ top:26px;}
.insuranceBlk .jqTransformSelectWrapper div span{ width:45px!important; font-size:17px; color:#575757; line-height:20px;}

.selectW170{ float:left;}
.selectW170 .ui-autocomplete-input{ width:140px;}
.selectW170 .jqTransformSelectWrapper div span{ width:141px!important;}

.wrapper .inputDisabled{background: url("../img/input-disabled-left.png") no-repeat left top;}
.wrapper .inputDisabled .jqTransformInputInner{background: url("../img/input-disabled-right.png") no-repeat right top;}
.wrapper .inputDisabled .jqTransformInputInner input{ color:#114671; font-size:11px; text-align:left;}

.ml110{ margin-left:110px;}

.personalBlk2 .col1{ width:450px;}
.personalBlk2 .col2{ width:420px; margin-top:0;}

.w260{ width:260px;}
input.w260{ width:266px;}

.prescriptionBlk form{ width:205px; margin:0 auto; float:none; overflow:hidden; border:1px solid #a0aab4;}
.prescriptionBlk form .presRdBtnBlk{ border:1px solid #fff; padding:15px; float:left; width:173px;}
.prescriptionBlk form .presRdBtnBlk label{ float:left; font-size:14px; color:#353535;}
.prescriptionBlk form .presRdBtnBlk .jqTransformRadioWrapper{ float:left;}
.prescriptionBlk form .presRdBtnBlk .rdBtns{ overflow:hidden; width:132px; margin:0 auto; padding-top:15px;}
.prescriptionBlk form .presRdBtnBlk .rdBtns label{ padding-right:5px;}
.prescriptionBlk form .presRdBtnBlk strong{ text-align:center; font-weight:normal; font-size:14px; color:#353535; display:block;}
.prescriptionBtns{ margin-left:0; background: url("../img/tabs-bot-bg.png") repeat-x center top; width:900px;}
.prescriptionBtns a{ margin-right:30px;}

.botGrayBdr{ float:left; width:100%; background:url(../img/tabs-bot-bg.png) repeat-x bottom;}
.drugBlk{ padding-top:10px;}
.drugBlk .botGrayBdr{ padding:15px 0 25px 0;}

.selectW155{ float:left;}
.selectW155 .ui-autocomplete-input{ width:155px;}

.selectW45{ float:left;}
.selectW45 .ui-autocomplete-input{ width:45px;}

.selectW25{ float:left;}
.selectW25 .ui-autocomplete-input{ width:25px;}
.w70{ width:70px;}
.w80{ width:80px;}
.w60{ width:60px;}
.ml60{ margin-left:60px;}
.ml90{ margin-left:90px;}
.ml71{ margin-left:71px;}
.ml159{ margin-left:159px;}
.ml120{ margin-left:120px;}
.w410{ width:410px;}
.m0{ margin:0!important;}
.ml3{ margin-left:3px!important;}
.w450{ width:450px!important;}


.selectW245{ float:left;}
.selectW245 .ui-autocomplete-input{ width:245px;}
.wAuto{ width:auto!important;}
.billingInfoBlk ul li.borderLeftDiv{ border-left:1px solid #5F5F5F;}
.pr15{ padding-right:15px!important;}

.quantityRdBtn{ float:left; width:102px; padding:5px 0;}
.billingInfoBlk ul li.w410{ width:410px;}
.secondRow{ float:left; padding:10px 0; width:280px;}
.secondRow label{ float:left; margin:26px 5px 0 0;}
.secondRow .jqTransformCheckboxWrapper{ margin:28px 74px 0 0;}
.secondRow .fl label{ float:none; margin:0;}
.btnBlkBdr{ background:url(../img/tabs-bot-bg.png) repeat-x top;}
.personalBlk .col2.mt511{ margin-top:511px;}
.personalBlk .col2.mt722{ margin-top:722px;}

.inputArray{ font-size:11px; color:#353535}
.inputArray .big{ width:70px;}
.inputArray .small{ width:40px;}
.inputArray td{ padding:0 5px 5px 0}
.inputArray tr.lastRow td{ padding-top:15px;}
.commentDescBig{ width:300px; height:75px!important;}

.selectInputArray{ font-size:14px; color:#353535}
.selectInputArray td{ padding:0 10px 5px 0}
.tabsContentContainer{ float:left; width:100%;}


.wrapper table.textAreaDisabled td#jqTransformTextarea-tl{background: url(../img/disabled_textarea_tl.png) no-repeat top left;}
.wrapper table.textAreaDisabled td#jqTransformTextarea-tm{background: url(../img/disabled_textarea_tm.png) repeat-x top left;}
.wrapper table.textAreaDisabled td#jqTransformTextarea-tr{background: url(../img/disabled_textarea_tr.png) no-repeat top left;}

.wrapper table.textAreaDisabled td#jqTransformTextarea-ml{background: url(../img/disabled_textarea_ml.png) repeat-y top left;}
.wrapper table.textAreaDisabled td#jqTransformTextarea-mm{background: url(../img/disabled_textarea-mm.png) repeat;}
.wrapper table.textAreaDisabled td#jqTransformTextarea-mr{background: url(../img/disabled_textarea_mr.png) repeat-y top left;}

.wrapper table.textAreaDisabled td#jqTransformTextarea-bl{background: url(../img/disabled_textarea_bl.png) no-repeat top left;}
.wrapper table.textAreaDisabled td#jqTransformTextarea-bm{background: url(../img/disabled_textarea_bm.png) repeat-x top left;}
.wrapper table.textAreaDisabled td#jqTransformTextarea-br{background: url(../img/disabled_textarea_br.png) no-repeat top left;}

.w70{ width:70px;}

.width100Percent{ width:100%; float:left;}


/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
*
* all CSS sizing (width,height) is done in pixels (px)
*/

/* @group Reset */

.fht-table, .fht-table thead, .fht-table tfoot, .fht-table tbody, .fht-table tr, .fht-table th, .fht-table td {
	/* position */
    margin: 0;
	/* size */
	padding: 0;
	/* text */
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
.fht-table {
	/* appearance */
    border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group Content */

.fht-table-wrapper, .fht-table-wrapper .fht-thead, .fht-table-wrapper .fht-tfoot, .fht-table-wrapper .fht-fixed-column .fht-tbody, .fht-table-wrapper .fht-fixed-body .fht-tbody, .fht-table-wrapper .fht-tbody {
	/* appearance */
	overflow: hidden;
	/* position */
	position: relative;
}
.fht-table-wrapper .fht-fixed-body .fht-tbody,  .fht-table-wrapper .fht-tbody {
	/* appearance */
	    overflow: auto;
}
.fht-table-wrapper .fht-table .fht-cell {
	/* appearance */
			overflow: hidden;
	/* size */
		    height: 1px;
}
.fht-table-wrapper .fht-fixed-column,  .fht-table-wrapper .fht-fixed-body {
	/* position */
	    top: 0;
	left: 0;
	position: absolute;
}
.fht-table-wrapper .fht-fixed-column {
	/* position */
	    z-index: 1;
}



/* @end */

.tablesContainer table{ border-top:1px solid #d2d5d7; border-right:1px solid #d2d5d7;}
.tablesContainer th{ font-size:11px; color:#fff; font-weight:normal; background:#428dcd; padding:23px 0; border-bottom:1px solid #d2d5d7;}
.tablesContainer th.first{ border-left:1px solid #d2d5d7;}
.tablesContainer td{
	text-align:center;
	color:#353535;
	font-size:10px;
	background:#fafafa;
	padding:20px 0;
	border-bottom:1px solid #d2d5d7;
	border-left:1px solid #d2d5d7;
	line-height:12px;}
.tablesContainer tr.even td{ background:#f7f7f7;}
.tablesContainer tr.filterRow th{ background:#FAFAFA;}

.tablesContainer span.jqTransformCheckboxWrapper{ float:none; display:block; width:19px; height:18px; margin:0 auto;}
.tablesContainer span.jqTransformRadioWrapper{ float:none; display:block; width:14px; height:15px; margin:0 auto;}

/* new styles for reduced white space*/
.tablesContainer .tableLeft{ width:570px; margin:0 20px 0 14px;}
.tablesContainer .tableRight{ width:270px;}
.tablesContainer th{ padding:5px 0}
.tablesContainer td{ padding:1px 0}
.tablesContainer th label{ font-size:11px; float:right; padding:2px 5px 0 0;}
.tablesContainer th .searchBox{ width:107px; height:19px; background:url(../img/search-bg-sml.png) no-repeat; float:right;}
.tablesContainer th .searchBox input{ background:none; border:none; font-size:10px; color:#353535;  font-family: 'DroidSansRegular'; height:19px; vertical-align:middle; line-height:19px; padding:0; margin:0 10px 0 0; width:80px; float:right;}
.tablesContainer .tableRight{ margin-top:0px;}
.p0{ padding:0;}
.bgNone{ background:none;}
.tablesContainer{ padding-bottom:15px;}
.personalBlk .col1{ width:100%;}
.tabsContainer{ margin-left:14px; width:98%; margin-top:0px;}
.formsContainer ul li{ width:auto;}
.formsContainerTop ul li{ width:auto;}
.w100Percent{ width:97%!important;}
.personalBlk ul li{ padding-left:14px;}
.h68{ height:68px;}
.h21{ height:21px;}
.w180{ width:180px!important;}
.personalBlk .stmtComment .ui-autocomplete-input{ width:100px;}
.tabsContainer li a{ font-size:11px;}
.tabsContainer li a span{ padding:2px 8px 2px 4px;}
.formsContainer{padding:15px 0 0;}
.formsContainerTop{padding:15px 0;}
.radioBtn label{ float:left;}
.radioBtn .jqTransformRadioWrapper{ float:left;}
.w395{ width:395px!important;}
.pt18{ padding-top:18px;}
.btnBlk .roundedSmlBtns{ margin-right:10px;}
.tablesContainer th.first .fht-cell{ width:50px!important;}
.formsContainer ul li{ margin-bottom:3px;}
.formsContainerTop ul li{ margin-bottom:3px;}
.btnBlk{padding:15px 0;}
.p0{ padding:0;}
.formsContainer ul li label{ font-size:11px; padding-bottom:2px;}
.formsContainerTop ul li label{ font-size:11px; padding-bottom:2px;}

.checkboxComDiv {
    background: none repeat scroll 0 0 #E8F2FA;
    border-left: 2px solid #428DCD;
    border-right: 2px solid #428DCD;
    float: left;
    padding: 0px 10px;
    text-align: right;
    width: 793px;
}
.checkboxComDiv span {
    float: right !important;
}
.checkboxComDiv label {
    float: right;
    margin-top:2px;
    font-size:10px;
    color:#353535;
    margin-left: 5px;
}
.mt22{ margin-top:22px!important;}
.w305{ width:300px!important;}
.w565{ width:565px!important;}

.personalTab3Col1{ width:450px; float:left;}
.personalTab3Col2{ width:380px; float:left;}

.tablesContainer a.jqTransformCheckbox{ background:url(../img/checkbox_small.png) no-repeat; width:13px; height:13px; position:relative; top:2px;}
.tablesContainer a.jqTransformChecked{ background-position:left bottom;}
.insuranceBlk .form{ margin-left:5px;}
.btmBorderBg{ background:url(../img/tabs-bot-bg.png) repeat-x bottom; padding-bottom:15px!important;}
.topBdrBg{ background:url(../img/tabs-bot-bg.png) repeat-x top; padding-top:15px!important;}

#insuranceProvoider2 .col1{ width:530px;}
#insuranceProvoider2 .col2{ margin-top:0;}
#insuranceProvoider2 .col2 li{ width:100%;}

#provoiderMaint2 .col1{ width:100%;}
#provoiderMaint2 .col2{ margin-top:48px;}
#provoiderMaint2 .col2 li{ width:100%;}


/* new styles for layout change */
body{ background:#fff;}
.wrapper{ width:976px;}
.header .logo{ padding:10px 0;}
.header h1{ font-size:18px; color:#656565; font-weight:normal; position:absolute;left:600px;top:10px; padding:0; border-bottom:1px dotted #353535; float:left;}

.searchBar .searchBox{ background:url(../img/search-bg-sml.png) no-repeat; width:90px; height:19px; padding:0 0 0 18px;}
.searchBar .searchBox input{ line-height:19px; font-size:10px; height:17px; width:80px;}
.content{ background:none; padding:0;}
.leftMenu{ width:155px; float:left; margin:0px 4px 0 0;}
.leftMenu ul{ margin: 0; padding:0; float:left; width:155px; list-style:none;}
.leftMenu ul li{ margin:0 0 3px 0; padding:0; float:left; width:100%; border-bottom:1px solid #fff;}
.leftMenu ul li a{ display:block; float:left; background:url(../img/left-menu-bg.png) repeat; color:#dddddd; text-decoration:none; border-left:1px solid #cfcfcf;  border-left:1px solid #cfcfcf; font-size:13px; padding:5px 25px; width:103px;}
.roundedCorner{ float:left; width:100%;}
.tablesWidth{ width:817px;}
.topCorner{ float:left; width:100%; background:url(../img/rounded-rc.png) no-repeat right;}
.botCorner{ float:left; width:100%; background:url(../img/rounded-btm-rc.png) no-repeat right;}
.tablesContainer .tableLeft{ width:525px; margin:0;}
.tablesContainer .tableRight{ width:255px; float:right;}
.tablesContainer .tableRight .tableInput{ border:1px solid #ccc; background:#fff;}
.tablesContainer .tableRight table{ border-top:none;}
.tableHead{ background:#428dcd; margin:0; padding:7px 0;}
.tableHead span{ background:none; color:#fff; font-size:10px;}
.roundedCorner .tablesContainer{ padding:0px 10px; border-left:2px solid #428dcd; border-right:2px solid #428dcd; width:793px; background:#e8f2fa;}
.roundedCorner .tabsContentContainer{  border-left:2px solid #428dcd; border-right:2px solid #428dcd; background:#e8f2fa; width:99.5%;}
.roundedCorner .btnCenterAlign{ padding:8px 0 0 0; margin:0; width:100%;}
.editTablIcon{ display:inline-block; margin:2px 8px 0 0; }
.tabsContainer{ background:none; padding-bottom:2px;}
.tabsContainer li a{ font-size:16px;}
.tabsContainer li a span{ padding-bottom:1px;}
.tabsContainer li.current a{ color:#fff;}
.dataTables_filter {width:155px!important;}
.dataTables_filter input{ float:left!important;}
.tablesContainer th{ font-size:10px;padding:3px 0;}
.formsContainer .ui-button-icon span{ background:none;}
.formsContainerTop .ui-button-icon span{ background:none;}
.mt18{ margin-top:5px;}
.w615{ width:615px!important;}

.selectW200{float:left; width:200px;}
.selectW200 .ui-autocomplete-input{ width:45px;}
.selectW150{float:left; width:150px;}
.selectW150 .ui-autocomplete-input{ width:45px;}
.selectW250{float:left; width:250px;}
.selectW250 .ui-autocomplete-input{ width:45px;}
.selectW80{float:left; width:110px;}
.selectW80 .ui-autocomplete-input{ width:80px;}
.selectW120{float:left; width:120px;}
.selectW120 .ui-autocomplete-input{ width:45px;}



.leftMenu { position:relative; z-index:100;}
.leftMenu li{ position:relative;}
.leftMenu .submenu{ position:absolute; z-index:100; width:277px; left:154px; background:#428dcd; border:1px solid #fff; top:-1px; display:none;}
.leftMenu .submenu ul.column{ background: none; margin-right: 23px; width: 115px;}
.leftMenu .submenu .submenuMid{padding:5px 10px 10px 10px; float:left;}
.leftMenu .submenu ul.column li{ padding:0; line-height:24px;}
.leftMenu .submenu ul.column li a{ padding:0; border:none; font-size:11px; line-height:24px; background:none; width:100%;}
.leftMenu .submenu ul.column.last{ margin-right:0;}
.leftMenu ul li.activeHover a{background:#428dcd; width:104px; position:relative; z-index:102;}
.leftMenu ul li.activeHover .submenu a{ background:none; position:static; width:100%;}

.tableLeftPos{ width:817px; float:left;}
.tableLeftPos .roundedCorner .tabsContentContainer{width:97.1%;}
.tableLeftPos .tabsContainer{ margin-top:0px;}

.formsContainer ul.selectList{ width:285px;}
.formsContainerTop ul.selectList{ width:285px;}
.formsContainer ul.selectList li label{ width:170px; padding-left:5px;}
.formsContainerTop ul.selectList li label{ width:170px; padding-left:5px;}
.formsContainer ul.stateField{ width:175px; margin-top:44px;}
.formsContainerTop ul.stateField{ width:175px; margin-top:44px;}
.mt10{ margin-top:10px!important;}
.ptb10{ padding-top:10px!important; padding-bottom:10px!important;}

#practiceOpt ul.selectList li label{ padding-left:0;}

#submitter2 .col1{ width:400px;}
#submitter2 .col2{ width:350px; margin-top:0;}


.sort_disabled .DataTables_sort_icon { display:none;}
.copyTablIcon{ display:inline-block;}
.tableSmall .editTablIcon{ margin-top:0; margin-bottom:3px;}
.tableSmall .copyTablIcon{ margin-top:1px;}
.clearNone{ clear:none;}
.w525{ width:525px!important;}
.w254{ width:254px!important;}
.w100{ width:100px!important;}
.w120{ width:120px!important;}
.w150{ width:150px!important;}
.w170{ width:170px!important;}

.ml14{ margin-left:14px!important;}

#hoverImg {
	cursor: pointer;
}
#hoverDeleteImg {
	cursor:pointer;
	width:8px;
	height:8px;
}
/*.table_loader {
    display: none;
}
.table_loader_div {
    -moz-border-radius: 6px!important;
}*/

#loader_top_hidden {
    background: none repeat scroll 0 0 #000000;
    height: 251px;
    opacity: 0.25;
    margin: auto;
    margin-left: 158px;
    position: absolute;
    visibility: hidden;
    width: 817px;
    z-index: 15;
    -moz-border-radius:6px 6px 6px 6px;
    border-radius:6px 6px 6px 6px;
    -webkit-border-radius:6px 6px 6px 6px;
}
/*popup table changes*/

.dataTables_scrollHeadInner .display {
    min-width: 525px !important;
}
.leftMenu .trans ul.column {
    width: 85px !important;
}
.leftMenu .trans {
    width: 103px !important;
}
.transactionsTable table th {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #428DCD;
    border-color: #428DCD;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    height: 27px;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
}
.transactionsTable table tr.widthControl td {
    background: none repeat scroll 0 0 #428DCD;
    border: 1px solid #428DCD;
    height: 1px;
    line-height: 0;
}
.transactionsTable table td {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #D3D3D3;
    height: 12px;
    line-height: 12px;
    padding: 1px 5px;
}
.transactionsTable table {
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
    font-size: 11px;
}
.tableScroll {
    height: 155px;
    overflow: auto;
    position: relative;
    width: 950px;
}
.policyDetails ul li {
    margin-right: 18px!important;
}

.popuppage ul li {
    border: 0 none !important;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.policyDetails ul {
    padding-bottom: 10px;
}
.policyDetails ul li {
    margin-right: 18px;
}
.popuppage ul li {
    border: 0 none !important;
    list-style: none outside none;
    margin: 0;

    text-align: left;
}
.policyDetails ul {
    padding-bottom: 10px;
}
ul.selectGroupList li label {
    float: left;
    font-size: 12px;
    line-height: 26px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 15px;
}
table.tableForm label {
    font-size: 11px;
    margin-bottom: 3px;
}
.popuppage {
    font-size: 11px;
}
.twoColForm .leftForm {
    border-right: 1px solid #D3D9DF;
    float: left;
    margin-right: 20px;
    min-height: 100px;
    width: 425px;
}
.twoColForm .rightForm {
    float: left;
    min-height: 100px;
    width: 468px;
}
table.tableForm.fr {
    float: right;
}

table.tableForm {
    margin-bottom: 10px;
}
.pb0 {
    padding-bottom: 0 !important;
}
ul.selectGroupList li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 30px 10px 0!important;
    width: 200px;
}

.popuppage ul li {
    border: 0 none !important;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.transactionsTable table th {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #428DCD;
    border-color: #428DCD;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    height: 27px;
    padding: 0 10px;
    text-align: left;
    white-space: nowrap;
}
.transactionsTable table tr.widthControl td {
    background: none repeat scroll 0 0 #428DCD;
    border: 1px solid #428DCD;
    height: 1px;
    line-height: 0;
}
.transactionsTable table td {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #D3D3D3;
	white-space: nowrap;
}
.transactionsTable table {
    border: 1px solid #D3D3D3;
    border-collapse: collapse;
    font-size: 10px;
}

.policyDetails ul li {
    margin-right: 18px;
}

.popuppage ul li {
    border: 0 none !important;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.policyDetails ul {
    padding-bottom: 10px;
}
.policyDetails ul li {
    margin-right: 18px;
}
.popuppage ul li {
    border: 0 none !important;
    list-style: none outside none;
    margin: 0;

    text-align: left;
}
.policyDetails ul {
    padding-bottom: 10px;
}
ul.selectGroupList li label {
    float: left;
    font-size: 12px;
    line-height: 26px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 15px;
}
table.tableForm label {
    font-size: 11px;
    margin-bottom: 3px;
}
.popuppage {
    font-size: 11px;
}
.twoColForm .leftForm {
    border-right: 1px solid #D3D9DF;
    float: left;
    margin-right: 20px;
    min-height: 100px;
    width: 425px;
}
.twoColForm .rightForm {
    float: left;
    min-height: 100px;
    width: 468px;
}
table.tableForm.fr {
    float: right;
}

table.tableForm {
    margin-bottom: 10px;
}
.pb0 {
    padding-bottom: 0 !important;
}
ul.selectGroupList li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 30px 10px 0;
    width: 200px;
}

.popuppage ul li {
    border: 0 none !important;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
}


.iconDiv ul {
    list-style: none outside none;
	padding: 2px;
	margin: 2px;
	}
.iconDiv
	{
	width:42px;
	font-size:12px;
	font-weight:normal;
	position:absolute;
    background: #428DCD;
	border-radius: 5px 5px 5px 5px;
	}
.iconDiv ul li
	{
	color:#fff;
	border-bottom: 1px solid #FFFFFF;
    margin-left:0px 8px 3px;
    cursor: pointer;
}

.watermark {
	color: #999 !important;
}




.formsContainer ul.p0 fieldset h3 {
    color: #353535 !important;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.formsContainerTop ul.p0 fieldset h3 {
    color: #353535 !important;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.batch fieldset {
    padding: 0.35em;
    width: 92px;
}

.formsContainer ul.p0 fieldset span {
    float: left;
    padding-left: 10px;
    padding-right: 13px;
}
.formsContainerTop ul.p0 fieldset span {
    float: left;
    padding-left: 10px;
    padding-right: 13px;
}
.batch ul li
{
border:0;
margin-bottom:1px;
}


.patientinformation{
padding-top:0;
}
.patientinformation .jqTransformInputWrapper {
    width: 124px !important;
}
.patientinformation ul li {
    border: 0 none;
    margin-bottom: 5px !important;
    padding-right: 2px;
}
.width353 {
    width: 353px;
}
.pat {
    padding-left: 21px!important;
}
li.fromto span {
    color: #353535;
    font-size: 11px;
    padding-left: 29px;
    padding-right: 22px;
}
li.fromto {
    text-align: center;
    width: 323px !important;
}
.width353 li.batch {
    padding-right:5px;
}
li.pat .ui-autocomplete-input {
    width: 137px;
}
li.patient {
    padding-left: 9px!important;
}
.rtype span {
    padding-bottom: 1px !important;
}
.rtype label {
    padding-bottom: 6px !important;
}
.formsContainer ul.p0 fieldset span,.formsContainerTop ul.p0 fieldset span{
    float: left;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 13px;
}
.formsContainer ul.p0 fieldset h3,.formsContainerTop ul.p0 fieldset h3 {
    color: #353535 !important;
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding-bottom: 5px;
}
.patient div.jqTransformInputWrapper {
    width: 88px !important;
}
.width208 {
    width: 208px;
}
.width232 {
    width: 232px;
}
.patientlabel {
    padding-top: 0!important;
}
.patientlabel .form {
    padding-left: 284px;
    width: 200px !important;
}
.patientlabel .form li {
    border:0;
}
.patientlabel .ui-autocomplete-input {
    width: 74px;
}
.patlabel .jqTransformInputWrapper {
    width: 100px !important;
}
.patientlabel label {
    text-align: right;
}
li.refprov {
    margin-top: 5px !important;
    width: 100px !important;
}
.refprov li , .refenq li {
    margin-bottom: 5px !important;
}
.rep .trans fieldset span {
    padding-right: 0 !important;
}
.rep .trans fieldset label {
    float: left;
    width: 81px;
}
.rep .trans fieldset {
    margin-bottom: 2px;
    padding-bottom: 3px;
    width: 332px !important;
}
.db fieldset.rtype {
    padding-bottom: 0;
    width: 182px !important;
}
.db fieldset.rtype span {
    padding-right: 0 !important;
}
.db fieldset.rtype label {
    float: left;
}
/*payment entry*/
.paymentEntry ul li
{
    border: 0 none;
    float:left;
    width:110px;
}
li.payment_mid div.jqTransformInputWrapper {
    width: 90px!important;
}
.paymentEntry {
    padding-bottom: 1px;
    padding-top: 0 !important;

}
.payment_mid .display {
    width: 540px !important;
}

.fg-toolbar {
    font-size: 10px;
    padding: 4px !important;
}
.dataTables_filter span {
    line-height: 20px;
    font-size:10px;
}
.payment_mid .dataTables_scrollBody {
    height: 130px!important;
}


.payment_mid .btnCenterAlign ,.payment_top .btnCenterAlign{
padding:4px 0 0!important;
}
.payment_top {
    padding: 0!important;
}
.payment_top ul li {
    margin-top: 16px!important;
}
.paymentBottom {
    margin-top: 5px;
    width: 975px !important;
}
.paymentBottom li {
    padding-right: 30px !important;
}
.paymentBottom .btnCenterAlign {
    padding-bottom: 5px !important;
    padding-top: 15px !important;
}
.paymentBottom .tablesContainer {
    padding-top: 12px!important;
}
.payment_mid .dataTables_scrollBody td.sorting_1 {
    width: 60px;
}
/*999*/
		.input_top {
		    background: url("../img/rounded-rc.png") no-repeat scroll 0 109px transparent;
		    height: 134px;
		    width: 525px;
		}
		.input_bottom {
		    height: 66px;
		    padding-top: 15px;
		    width: 525px;
		}
		#reports {
		    border-collapse: collapse;
		    width: 100%;
		}
		.tableRight {
		    border: medium none !important;
		    float: right;
		    padding: 0 !important;
		    width: 235px !important;
		}
		#reports th {
		    background: none repeat scroll 0 0 #428DCD;
		    border-bottom: 1px solid #D2D5D7;
		    color: #FFFFFF;
		    font-size: 12px;
		    padding-bottom: 4px;
		    padding-top: 5px;
		    text-align: center;
		}
		.tableInput {
		    background: none repeat scroll 0 0 #FFFFFF;
		    border: 1px solid #CCCCCC;
		}
		.w506 {
		    border-right: 2px solid #428DCD;
		    height: 229px;
		    padding-right: 22px !important;
		    width: 506px !important;

		}
		.fht-tbody {
		    overflow: auto;
		}
.payment_mid .fg-toolbar input {
    margin-left: 29px;
}
.editTablIcon img{
	width:10px;
	height:10px;

}
.copyTablIcon img
{
	width:10px;
	height:10px;

	}
#errorDiv {
    margin: 0 auto;
    width: 976px;
}
.tblWithSingleSel td table {
    margin-left: -6px;
    width: 100%;
}
#transactionTable .dataTables_scrollBody{
	height:138px !important;
	}


#diagnosisTable .dataTables_scrollBody {
    height: 110px !important;
}
.tableRight .fht-table-wrapper {
    /*height: 150px !important;*/
}
#procedureCodeTable .dataTables_scrollBody{
	 height: 107px !important;
	}
.phnCss {
    width: 96px !important;
}
.cityCss {
    width: 140px !important;
}
.zipCss {
    width: 108px !important;
}
.addressCss {
    width: 220px;
}
.codeCss {
	width:76px!important;
}
.payment_top {
	height:226px!important;
}
.diagnosisFieldList span, .diagnosisFieldList span span {
    padding: 0 !important;
}
.diagnosisFieldList {
    padding: 4px!important;
}

#tablePopup tbody tr:hover {background-color: #E8F2FA; cursor: pointer; }

.disableMenu{
	opacity: 0.5;
	cursor:default;
}

.divBorderLeft {
	border-image:url("../media/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 0 0 0 30 round;
-moz-border-image:url("../media/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 0 0 0 30 round; /* Firefox */
-webkit-border-image:url("../media/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 0 0 0 30 round; /* Safari and Chrome */
border-width:1px;
}

pre.currency{
	margin:0px!important;
	font-family: 'DroidSansRegular';
    font-size: 10px;
    white-space: nowrap;
}

.helpSpan{
	cursor:pointer;
}
.headerBorder{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: none repeat scroll 0 0 #E8F2FA;
    height: 62px;
}
.ui-dialog .ui-dialog-titlebar {
    padding-left:15px;
}
.alignRight{
text-align:right!important;
padding-right:10px !important;
}
.pageHelp{
    background: none repeat scroll 0 0 #E8F2FA;
    border: 2px solid #428DCD;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    font-size: 12px;
    margin-left: 158px;
   
    width: 814px;
}
.topMargin{
	border-top:1px solid #428DCD;
}
.rightMargin{
	border-right:1px solid #428DCD;
}
#imgHolder img{
	border:1px solid grey;
}
#helpTxt ul li{
    float: none;
    list-style: disc outside none;
    padding: 0 0 0 5px;
    margin-left:40px;
    }
.hrefBlack{
color:black;	
}

.errorDiv{
    background: none repeat scroll 0 0 #E8F2FA;
    border: 2px solid #428DCD;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    font-size: 12px;
    padding: 15px;
    width: 786px;
}

.errorDiv div {
	padding: 10px 0px;
}