﻿html
{
	font-family: Tahoma, Tahoma, Helvetica, Tahoma;
	font-size: 11px;
	color: #7b7b7b;	
	background: url(images/bg_login.png) center repeat-x fixed;
}
body
{
	margin:0 0 0 0;

}

.member_info
{
    float: right;
    text-align: right;
    margin-top: 12px;
    margin-right: 19px;
}
.member_info .member_img, .member_info input[type=image]
{
    border: solid 1px #fff !important;
    width: 50px;
    height: 50px;
    float: right;
    margin-left: 6px;
}
.member_info .member_name
{
    color: #004668;
    font-weight: bold;
    padding: 18px 62px 4px 0;
    display: block;
}
.member_lnks
{
    white-space: nowrap;
    padding-right: 57px;
}
.member_info a
{
    color: #fff;
    border-left: solid 1px #72d5f8;
    text-decoration: none;
    padding: 0 6px 0 5px;
}
.member_info a:hover
{
    color: #72d5f8;
    border-left: solid 1px #72d5f8;
}
.member_info a:focus
{
    border-left: solid 1px #72d5f8;
}
.member_info a.first
{
    border-left: 0;
}
.main_menu
{
    overflow: hidden;
    clear: both;
    padding-top: 40px;
    height: 47px;
}
.main_menu ul
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}
.main_menu ul li
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: left;
    height: 48px;
    list-style-type: none;
}
.main_menu ul li a
{
    background: url(images/main_menu.png) no-repeat 0 0;
    height: 32px;
    float: left;
}
.main_menu .lnk_home a
{
    width: 87px;
}
.main_menu .lnk_medical a.lnk_medical_parent
{
    background-position: -87px 0;
    width: 213px;
}
.main_menu .lnk_doctor a.lnk_doctor_parent
{
    background-position: -300px 0;
    width: 185px;
}
.main_menu .lnk_providers a.lnk_providers_parent
{
    background-position: -485px 0;
    width: 200px;
}
.main_menu .lnk_financials a.lnk_financials_parent
{
    background-position: -685px 0;
    width: 148px;
}
.main_menu .lnk_app a.lnk_app_parent
{
    background-position: -833px 0;
    width: 167px;
}

.main_menu .lnk_home:hover a
{
    background-position: 0 -46px;
}
.main_menu .lnk_medical:hover a.lnk_medical_parent
{
    background-position: -87px -46px;
}
.main_menu .lnk_doctor:hover a.lnk_doctor_parent
{
    background-position: -300px -46px;
}
.main_menu .lnk_providers:hover a.lnk_providers_parent
{
    background-position: -485px -46px;
}
.main_menu .lnk_financials:hover a.lnk_financials_parent
{
    background-position: -685px -46px;
}
.main_menu .lnk_app:hover a.lnk_app_parent
{
    background-position: -833px -46px;
}

.main_menu ul.sub
{
    float: left;
    position: absolute;
    background: #0093cc url(images/bg_sub_menu.png) repeat-x 0 0;
    margin-top: 47px;
    padding: 6px 0 12px 0;
    font-size: 14px;
    display: none;
    border: solid #004667;
    border-width: 0 0 1px 0;
    z-index: 1;
}
.main_menu .lnk_medical:hover ul.sub
{
    display: block;
    width: 211px;
}
.main_menu .lnk_doctor:hover ul.sub
{
    display: block;
    width:183px;
}
.main_menu .lnk_providers:hover ul.sub
{
	display:block;
	width:198px;
}
.main_menu .lnk_financials:hover ul.sub
{
	display:block;
	width:146px;
}
.main_menu .lnk_app:hover ul.sub
{
	display:block;
	width:165px;
}
.main_menu .sub li
{
    float: none;
    clear: both;
    height: auto;
    overflow: hidden;
}
.main_menu .sub li:hover
{
    background: #e6e6e6;
}

.main_menu .sub li a
{
    background: none;
    color: #fff;
    height: auto;
    text-decoration: none;
    width: 175px;
    padding: 5px 12px 5px 16px;
}
.main_menu .sub li a:hover
{
    color: #014568;
}

a:focus
{
    border: 0;
}
.content_channel
{
    background: #fff url(images/bg_main_cont.gif) repeat-x 0 0;
    border: solid #c6c8ca;
    border-width: 0 1px 1px 1px;
    margin: 0 8px 0 8px;
    padding: 14px 20px 4px 20px;
    overflow: hidden;
}
.tool_bar
{
    border-bottom: dotted 1px #8a8a8a;
    padding-bottom: 9px;
    overflow: hidden;
}

.my_notices h1
{
    color: #004668;
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 0 0 7px 0;
    font-weight: normal;
}
.my_notices a, .messge_note a
{
    color: #00aeef;
    font-weight: bold;
    text-decoration: none;
}
.my_notices a:hover, .messge_note a:hover
{
    color: #fdb463;
}
.upload_attch
{
    float: right;
    margin-top: 6px;
}
.upload_attch input
{
    background: url(images/btn_upload_attach.png) no-repeat 0 0;
    width: 97px;
    height: 32px;
}
.upload_attch input:hover
{
    background: url(images/btn_upload_attach.png) no-repeat 0 -32px;
}
.my_notices
{
    float: left;
}
.filed_search input[type=text]
{
    background: #fff url(images/bg_gray_field.gif) repeat-x 0 0;
    border: solid 1px #c6c8d4;
    font-size: 12px;
    padding: 2px 4px 2px 4px;
}
.filed_search input[type=text]
{
    background: #fff url(images/bg_gray_field.gif) repeat-x 0 0;
    border: solid 1px #c6c8d4;
    font-size: 12px;
    padding: 3px 4px 2px 4px;
    width: 220px;
}
.filed_search input[type=submit]
{
    background: url(images/bg_btn_blue.gif) repeat-x 0 0;
    border: 0;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input, table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input
{
    padding-right: 0 !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2
{
    padding: 6px 8px !important;
    margin-top: 0 !important;
}
.search_section
{
    overflow: hidden;
    width: 290px;
    margin: 0 auto 0 auto;
}
.option_search
{
    color: #beb590;
    font-size: 11px;
    padding: 0 0 0 0;
}
.option_search em
{
    font-style: normal;
    float: left;
}
.option_search a
{
    color: #00aeef;
    text-decoration: none;
}
.option_search a:hover
{
    color: #fdb463;
}
.option_search .lnk_doctor
{
    background: url(images/icn_doct.png) no-repeat 0 0;
    padding-left: 14px;
    float: left;
    margin: 0 8px 0 5px;
}
.option_search .lnk_medical
{
    background: url(images/icn_med_dictio.png) no-repeat 0 0;
    padding-left: 16px;
    float: left;
}
.dash_boxes
{
    padding: 20px 0 0 0;
}
.subpage .dash_boxes
{
    padding: 12px 0 0 0;
    float: left;
    margin-left: -16px;
    width: 969px;
}
.box_silver
{
    background: url(images/bg_box_main.png) no-repeat 0 0;
    width: 463px;
    height: 200px;
    float: left;
    margin-bottom: 16px;
}
.subpage .box_silver
{
    background: url(images/bg_box_sub.png) no-repeat 0 0;
    width: 303px;
    height: 200px;
    float: left;
    margin: 0 0 16px 16px;
}
.box_silver .pic
{
    float: right;
    border: solid 1px #fdb463;
    margin: 20px 20px 0 20px;
}
.box_silver .pic img
{
    border: solid 1px #fff !important;
}
.box_silver h3
{
    color: #004668;
    font-size: 24px;
    font-weight: bold;
    margin: 14px 0 0 20px;
    padding: 0 0 0 0;
}
.subpage .box_silver h3
{
    color: #faa74a;
    font-size: 18px;
    font-weight: bold;
    margin: 14px 0 0 20px;
    padding: 0 0 3px 0;
}
.box_silver h3 b
{
    color: #8a8a8a;
    font-size: 24px;
    font-weight: bold;
}
.box_silver p
{
    color: #8a8a8a;
    text-align: justify;
    float: left;
    margin: 12px 0 0 20px;
    width: 240px;
    height: 77px;
}
.box_silver .lnk_medical
{
    background: url(images/bg_btn_dashboard.png) no-repeat 0 0;
    width: 197px;
    height: 48px;
    margin: 8px 0 0 12px;
    float: left;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 48px;
}
.box_silver .lnk_medical:hover
{
    color: #faca95;
}
.subpage .box_silver .hgh
{
    height: 170px;
}
.subpage .box_silver .row
{
    border-bottom: dotted 1px #8a8a8a;
    color: #8a8a8a;
    float: left;
    margin: 4px 0 0 20px;
    width: 263px;
    padding-bottom: 4px;
}
.subpage .box_silver .lnk
{
    float: right;
    background: url(images/resultset_next.png) no-repeat right 2px;
    padding-right: 12px;
    text-decoration: none;
    color: #00aeef;
    margin-right: 20px;
}
.subpage .box_silver .lnk:hover
{
    background: url(images/resultset_next.png) no-repeat right -46px;
    color: #fdb463;
}
.subpage .box_silver .row em
{
    font-style: normal;
    font-size: 11px;
}
.subpage .box_silver .row em, .subpage .box_silver .row b
{
    float: left;
    clear: left;
}
.blk_MedicationRecords .hgh, .blk_VaccineRecords .hgh, .blk_AllergyRecords .hgh, .blk_SymptomRecords .hgh, .blk_DiseaseRecords .hgh, .blk_SurgeryRecords .hgh, .blk_MedicalTestRecords .hgh
{
    background-position: 244px 12px;
    background-repeat: no-repeat;
}
.blk_MedicationRecords .hgh
{
    background-image: url(images/icn_medication.png);
}
.blk_VaccineRecords .hgh
{
    background-image: url(images/icn_vaccine.png);
}
.blk_AllergyRecords .hgh
{
    background-image: url(images/icn_allergy.png);
}
.blk_SymptomRecords .hgh
{
    background-image: url(images/icn_symptom.png);
}
.blk_DiseaseRecords .hgh
{
    background-image: url(images/icn_disease.png);
}
.blk_SurgeryRecords .hgh
{
    background-image: url(images/icn_surgery.png);
}
.blk_MedicalTestRecords .hgh
{
    background-image: url(images/icn_medical_test.png);
}

.rght_box
{
    margin-right: 16px;
}
.copy-right
{
    color: #aeaeae;
    font-size: 11px;
    padding: 4px 20px 4px 20px;
    overflow: hidden;
}
.copy-right a
{
    float: right;
}
.copy-right a img
{
    border:0;
}
.messge_note
{
    float: right;
    margin-top: 4px;
}

/* inside page */
.subpage h1
{
    color: #044668;
    border-bottom: dotted 1px #8a8a8a;
    margin-top: 0px;
}
.lbl-td
{
    background: #f8f8f8;
    width: 120px;
    padding: 5px 0 5px 9px;
    vertical-align: top;
    color: #666;
}
.profile-tbl .lbl-td
{
	width:120px;
	padding-right:4px;
	white-space:nowrap;
}
.ajax__tab_body .lbl-td
{
    width: 132px;
}

textarea
{
    font-family: Tahoma;
    font-size: 12px;
    color: #666;
    width: 283px;
    border:solid 1px #7f9db9;
}
input[type=text], input[type=password]
{
    width: 283px;
    border:solid 1px #7f9db9;
}
select, input[type=file]
{
    width: 289px;
    border:solid 1px #7f9db9;
}
.larg-wdth
{
	width:740px;
}
.pnl_pop .larg-wdth
{
	width:98%;
	width:96%\9;
}
.profile-tbl input[type=text]
{
    width: 165px;
}
.profile-tbl select, .profile-tbl input[type=file]
{
    width: 169px;
    width: 171px\9;
}
.pnl_pop .body-table td span.form input
{
	clear:left;
	float:left;
}
.pnl_pop .body-table td span.form label
{
	float:left;
}
.form-date
{
	width:265px !important;
	margin-right:2px;
}
.profile-tbl .form-date
{
	width:144px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: url(images/bg_accordion_header.png) repeat-x !important;
    margin-bottom: 4px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    margin-bottom: 4px !important;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
{
    background: url(images/bg_accordion_blt.png) no-repeat 0 0 !important;
}

.ui-accordion-icons .ui-accordion-header a
{
    padding-left: 16px !important;
}
.ui-accordion .ui-accordion-header .ui-icon
{
    float: right !important;
    margin-top: 0 !important;
    position: static !important;
    height: 28px !important;
    width: 30px !important;
}
.ui-accordion .ui-accordion-header:hover .ui-icon
{
    background: url(images/icn_dwon_arrow.png) no-repeat 0 11px !important;
}

.ui-accordion .ui-accordion-content-active
{
    border: solid 3px #0075ac;
    border-width: 0 3px 3px 3px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    background: url(images/bg_accordion_blt.png) repeat-x 0 0 !important;
}
.ui-state-active a, .ui-widget-content .ui-state-active a, .ui-widget-header .ui-state-active a
{
    color: #fff !important;
    font-weight: bold !important;
}
.ui-accordion .ui-state-active:hover .ui-icon
{
    background: url(images/icn_up_arrow.png) no-repeat 0 11px !important;
}

.add_btn
{
    float: right;
    margin-top: -25px;
}

.ui-accordion
{
    padding-top: 12px !important;
}

.ui-accordion .ui-accordion-content
{
	padding:10px 10px 10px 10px !important;
}

/* old style */

.mainDiv
{
    /*height: 200px !important;*/
    overflow:hidden;
    width:100%;
    }
    .mainDiv table{width:100%;}
.mainDiv select,.mainDiv div
{
    border: 0px solid !important;
    overflow:visible !important;
    /*height:400px !important;*/
    
}
.new-grid .new-grid{height:auto !important;}

.actions
{
	border-top: dotted 1px #8a8a8a;
	text-align:right;
	padding:4px 0 0 0;
	margin-top:10px;
	overflow:hidden;
}
.btn
{
    background: url(images/bg_btn_blue.gif) repeat-x 0 0;
    border: 0;
    margin-left:4px;
    padding:1px 7px 2px 7px;
    .padding:0 7px 0 7px;
    font-size: 12px;
    color: #fff;
    cursor:pointer;
    line-height:20px;
    min-width:40px;
    text-align:center;
}
.btn:hover
{
	color:#fdb463;
}
.btn-move
{
    margin:0 0 0 0;
    font-weight:bold;
    font-size:9px;
}
/* Popup */
.modalBackground
{
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.larg-pop
{
	width:932px;
	width:960px\9;
}
.pnl_pop
{
	background:#fff;
	min-width:400px;
}
.pnl_pop a
{
	text-decoration:none;
	color:royalblue;
}
.pnl_pop a:hover
{
	color:darkorange;
}
.pnl_pop th
{
	background:url("images/bg_accordion_blt.png") repeat-x scroll 0 0 transparent !important;
	color:#fff;
	text-align:left;
	line-height:25px;
}
.pnl_pop th span
{
	background:url("images/icn_upload_pop.png") no-repeat 0 0;
	padding-left:20px;
	margin-left:6px;
	font-family:Verdana
}
.pnl_pop th div
{
	float:right;
	margin:2px 4px 0 0;
}
.pnl_pop .pop_cont
{
	padding:10px;
	border:solid #c6c8ca;
	border-width:0 1px 1px 1px;
}

.yellowNote
{
    background:#fffef0;
    border:dotted 1px #a0a0a0;
    padding:6px;
    color:#333;
    margin-top:2px;
    display:block;
    margin-bottom:12px;
}
.sucess-note span
{
	background:url("images/success.png") no-repeat 0 2px;
	padding-left:22px;
}
.problem-note span
{
	background:url("images/error.png") no-repeat 0 0;
	padding-left:22px;
}
.warning-note span
{
	background:url("images/notification.png") no-repeat 0 0;
	padding-left:22px;
}

.body-table
{
	width: 100%;
}
/*
.scroll-content {position:absolute;top:0;left:0;padding-right:20px;width:98%;}
.scroll-pane{position:relative;}
.slider-wrap{position:absolute;right:0;top:0;width: 6px;right: -1px;top:40px;border:0px solid !important;height:auto !important;}
.slider-vertical{position:relative;height:100%;}
.ui-slider-handle{background:red !important; width:10px !important;height:10px;margin:0 auto;display:block;}
.ui-slider-handle img{border:none}
.scrollbar-top{position:absolute;top:0;}
.scrollbar-bottom{position:absolute;bottom:0;}
.scrollbar-grip{position:absolute;top:50%;}
.mainDiv .ui-widget-content{border:0px solid !important;}
.slider-wrap .ui-state-default{background:#e5e5e5 !important;border:0px solid !important;width:6px !important;}
.slider-wrap .ui-state-default:hover{background:darkgray !important;}


*/

.new-grid, .new-grid td, .new-grid th

{ border:solid #C6C8CA ;}

.new-grid
{
	border-width:1px 1px 0 0;
	width:100%;
	line-height:16px !important;
	font-size:11px !important;
}
.new-grid td, .new-grid th
{
	border-width:0 0 1px 1px;
	padding:2px;
}

.head-grid
{
	background:#e9e5c8 url(Images/bg_head_grid.gif) top repeat-x;
	color:#333;
}
.row-color
{
	background:#f9f9f9;
}
.new-grid th
{
	padding:2px ;
}
.new-grid td {color:#7b7b7b !important;}

.RowAlign:hover, .row-color:hover, .HoverRow
{
	background:#eaf2f5;
}
.new-grid a
{
	color:#00AEEF;
	text-decoration:none;
}
.new-grid a:hover
{
	color:darkorange;
}

.profile-tbl .img-cell
{
	border: solid #dfe0e0;
    border-width: 1px 1px 1px 1px;
	text-align:center;
	vertical-align:middle;
	padding-top:3px;
	background: url(images/bg_box_main.png) no-repeat center;
}
.profile-tbl td
{
	vertical-align:top;
}

legend
{
	font-weight:bold;
	font-size:14px;
	color:#044668;
}
legend span
{
	background:#fff;
	padding:0 4px 0 4px;
	padding:0 4px 6px 4px\9;
	float:left;
}
@-moz-document url-prefix() 
{
	fieldset {border:solid 1px #c6c8ca;}

}
fieldset
{
	margin-bottom:12px;
}
.comment
{
	font-size:10px;
	float:left;
}
.map
{
	padding:0 2px 0 12px;
}
.addresstbl td
{
	vertical-align:top;
}
.addresstbl input[type=text]
{
    width: 250px;
}
.addresstbl select, .profile-tbl input[type=file]
{
    width: 254px;
}
.form-req
{
	background:#ffeaea;
}
.form-des
{
	background:#ffffcc;
}
.grid-info_cont
{
	padding:4px;
	border:solid #0082b9;
	border-width:0 1px 1px 1px;
	height:120px;
}
.grid-info
{
	margin-top:7px;
}
.grid-info th
{
	background:url("images/bg_accordion_blt.png") repeat-x scroll 0 0 transparent !important;
	color:#fff;
	text-align:left;
	height:18px;
}
.grid-info th span
{
	margin-left:6px;
	font-family:Verdana;
	float:left;
	margin-top:3px;
}
.grid-info th div
{
	float:right;
	margin:4px 4px 0 0;
}
.grid-info .inner-cont
{
	padding:10px;
	border:solid #c6c8ca;
	border-width:0 1px 1px 1px;
}
.contactmain
        {
            position: fixed;
            z-index: 1001;
            top: 0px;
            left: 0px;
            vertical-align: middle;
            text-align: center;
            width: 100%;
            height: 100%;
            opacity: 0.7;
            filter: alpha(opacity=70);
            background-color: Gray;
            background-image: none;
            background-repeat: no-repeat;
            display: block;
            border: solid 1px black;
            padding: 250px 0 0 0;
        }

/* Login */
.login-area
{
	background: url(Images/login.png) no-repeat left 3px;
	width: 379px;
}
.login-area table
{
	margin: 66px 0 0 15px;
}

.login-hdr-page
{
	height: 400px;
	border: solid 0px #000;
	padding-bottom: 21px;
}
.login td
{
	vertical-align: top;
}
a.ReadMore
{
	float: left;
	background: url(images/bults.jpg) 0 3px no-repeat;
	padding-left: 14px;
	text-decoration: none;
	color: #0e6ca0;
	font-weight: bold;
	font-size: 12px;
}

.tbl-login
{
	/*width:746px;
	height:471px;*/
	width:100%;
	height:100%;
	margin:auto;
	position:absolute;
}
.bg_login
{
	width:746px;
	height:471px;
	margin:0 auto 0 auto;
	background:url(images/img_login.png) no-repeat 0 0;
	display:block;
	overflow:hidden;
}
.tbl-login td
{
	vertical-align:middle;
	text-align:left;
}
.des-login
{
	background: url(images/img_login.png) no-repeat -766px -219px ;
	padding:50px 0 0 0;
	width:250px;
	height:105px;
	margin:30px 0 0 30px;
}
.area-login
{
	background: url(images/img_login.png) no-repeat -766px 0 ;
	width:353;
	height:170px;
	margin:87px 0 0 30px;
	padding:60px 0 0 15px;
}

.area-login .actions
{
	margin:7px 0 0 6px;
	width:313px;
}
.footer-login
{
	color:#c9d3d8;
	width:706px;
	text-align:right;
	margin:-6px auto 0 auto;
}

/*==== Alaa =========*/

.footer-login a
{float:right;}
.footer-login a img{border:0px solid;}
.footer-login span{margin:5px 10px 0 0;float:right;}
input[type="text"], input[type="password"]
{
	margin-left:10px;
	margin-bottom:5px;
	}
	.area-login select 
{
	    margin-left:10px;
	    margin-bottom:5px;
}
	
	.area-login {
    height: 169px;
    margin: 33px 0 0 30px;
}
.des-login
{
	background: url(images/img_login.png) no-repeat -766px -239px ;
}

    
/* ================= Chrome ===============*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

input[type="text"], input[type="password"]
{
	margin-left:10px;
	}
	.area-login .actions {
margin: 0px 0 0 6px;
padding-top:2px;
}


}/* Chrome Style End*/