
#aa_pop_modal {
	visibility:hidden;
	width:600px;
	height:280px;
	padding:8px;

	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:fixed !important;
	top:50% !important;
	left:50% !important;
	margin-top:-125px !important;
	margin-left:-300px !important;
	z-index:101;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:100%;
	
}

#aa_pop_modal img
{
   border:0; 
}


#aa_pop_heading {
	width:595px;
	height:36px;

    background:url(../Images/popup_bg.png) no-repeat;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}

#aa_pop_content {
	width:600px;
	height:245px;

	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

#aa_pop_content p {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:96%;
	float: left;

	margin:5px 0;
}


#aa_pop_content table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:96%;
	float: left;

	margin:10px 0;
}


.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #666;
	background: rgba(0,0,0,.4);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
    background:url(../Images/trans.png) repeat;
}



@media only screen and (max-width: 767px) {
        
	#aa_pop_modal {
		width:284px;
		height:156px;
		padding:8px;

		margin-left:-150px !important;
		margin-top:-78px;
	}
	#aa_pop_heading {
		width:284px;
		height:28px;

		line-height:28px;
		font-size:0.688em;
	}
	#aa_pop_content {
		width:284px;
		height:128px;
   	}
   	#aa_pop_content p {
   		width:284px;
   		font-size:0.688em;
   	}

}

.aa_pop_title
{
    float:left;
    width:530px;
}

.aa_pop_close {
	float:left;
	width:35px;
	font-size:11px;
	cursor:pointer;
}
.aa_pop_close_img {
	float:right;
	margin-top:7px;
	padding-right:5px;
}
.aa_pop_ans_true {
	float:left;
	margin:5px 0px 0 0;
}
.aa_pop_ans_true1 {
	float:left;
	margin:5px 5px 5px 5px;
}
.aa_pop_ans_true2 {
	float:left;
	margin:5px 5px 5px 5px;
}
.aa_pop_ans_false {
	float:right;
	margin:5px 8px 0 0;
}
.aa_pop_ans_close{
	float:right;
	margin:5px 8px 0 0;
}

.clear{
	clear:both;
}

.aa_pop_mid {
	height:200px;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
}

.aa_pop_botm {
	height:36px;
	width:570px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

.aa_pop_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

.aa_pop_b_right {
	float:right;
	width:140px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}

.aa_pop_b_right2 {
	float:right;
	width:210px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
    margin-left: 0px;
}
.aa_pop_b_right3 {
	float:right;
	font-size:14px;
	font-weight:normal;
	color:#fff;
    margin-left: 0px;
}




#aa_pop_modalE {
	visibility:hidden;
	width:500px;
	height:180px;
	padding:8px;

	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	top:50% !important;
	left:50% !important;
	margin-top:-125px !important;
	margin-left:-300px !important;
	z-index:101;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:100%;
	
}

#aa_pop_modalE img
{
   border:0; 
}


#aa_pop_headingE {
	width:495px;
	height:36px;

    background:url(../Images/popup_bg.png) no-repeat;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}

#aa_pop_contentE {
	width:500px;
	height:145px;

	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

#aa_pop_contentE p {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:96%;
	float: left;

	margin:5px 0;
}

.aa_pop_botmE {
	height:36px;
	width:470px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

.aa_pop_midE {
	height:100px;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
}

.aa_pop_b_rightE{
	float:right;
	width:67px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	padding-top:5px;
}


.aa_pop_b_leftE {
	float:left;
	width:200px;
	font-size:12px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}



/*Style for the confirmation on Wireless event*/
#pop_wireless {
	visibility:hidden;
	width:600px;
	height:190px;
	padding:8px;

	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	top:50% !important;
	left:50% !important;
	margin-top:-100px !important;
	margin-left:-300px !important;
	z-index:101;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:100%;
	
}

#pop_wireless img
{
   border:0; 
}


#pop_wireless_heading {
	width:595px;
	height:36px;

    background:url(../Images/popup_bg.png) no-repeat;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}

#pop_wireless_content {
	width:600px;
	height:155px;

	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

	#pop_wireless_content p {
		font-size: 14px;
		font-weight: normal;
		text-align: justify;
		line-height: 18px;
		color: #555555;
		padding: 35px 5px 5px 100px; /*35px 5px 5px 150px;*/
		width: 96%;
		float: left;
		margin: 5px 0;
	}


#pop_wireless_content table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:96%;
	float: left;

	margin:10px 0;
}

.pop_wireless_mid {
	height:140px;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
}

.pop_wireless_botm {
	height:48px;
	width:570px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

.pop_wireless_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

.pop_wireless_b_right {
	float:right;	
	width:307px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}
.pop_wireless_savi 
{
    width:170px;
    float:left;
    padding-left:78px;
	margin:5px 10px 0 0;
}
.pop_wireless_classic 
{
    width:170px;
    float:left;
	margin:5px 8px 0 0;
}
.pop_wireless_btns
{
    height:48px;
	width:570px;
	margin:10px 8px 0 8px;	
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}



#pop_npi_heading {
    width: 945px;
    height: 36px;
    background: url(../Images/popup_lkp_bg.png) repeat-x;
    border-bottom: 1px solid #bababa;
    -webkit-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -moz-box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    box-shadow: inset 0px -1px 0px #fff, 0px 1px 3px rgba(0,0,0,.08);
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 5px;
    line-height: 37px;
    color: #FFF;
    text-shadow: 0px 1px 0px #666;
    background-size: cover;
}


#pop_npi_content {
	width:950px;
	/*height:400px;*/

	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}


#pop_npi_content table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:96%;
	float: left;

	margin:10px 0;
}

#pop_npi_content .pop_wireless_mid {
	height:360px;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-family:'Tahoma'; font-weight:normal; font-size:13px;
}

#pop_npi_content .pop_wireless_botm {
	height:48px;
	width:900px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_npi_content .pop_wireless_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

#pop_npi_content .pop_wireless_b_right {
	float:right;	
	width:457px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}


#pop_npi_content  .aa_pop_botm {
	height:36px;
	width:920px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_npi_content .search-form
{
    width:98%; border-bottom:1px outset #999999; height:72px; padding-top:10px;
}

#pop_npi_content .label1
{
    width:115px; height:30px;float:left; padding-top:10px;
}

#pop_npi_content .label2
{
    width:267px; height:40px;float:left;vertical-align:middle;
}

#pop_npi_content .field
{
    width:300px; height:40px;float:left;text-align:center;
}


#pop_npi_content .searchbtn
{
    width:100px; height:40px;float:left;
}

#pop_npi_content .npi-list
{
    width:97%;  height:240px; margin-top:10px; overflow:auto;
}

/*pop_HolterRefPhyNPI*/
#popholterrefphy_npi_heading {
	width:945px;
	height:36px;

    background:url(../Images/popup_lkp_bg.png) repeat-x;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
    background-size:cover;
 
}


#popholterrefphy_npi_content {
	width:950px;
	/*height:400px;*/

	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}


    #popholterrefphy_npi_content table {
        font-size: 13px;
        font-weight: normal;
        text-align: left;
        line-height: 18px;
        color: #555555;
        padding: 5px 5px 5px 5px;
        /*width:96%;*/
        /*width: 110%;*/
        float: left;
        margin: 10px 0;
    }

#popholterrefphy_npi_content .pop_wireless_mid {
	height:360px;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-family:'Tahoma'; font-weight:normal; font-size:13px;
}

#popholterrefphy_npi_content .pop_wireless_botm {
	height:48px;
	width:900px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#popholterrefphy_npi_content .pop_wireless_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

#popholterrefphy_npi_content .pop_wireless_b_right {
	float:right;	
	width:457px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}


#popholterrefphy_npi_content  .aa_pop_botm {
	height:36px;
	width:920px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

    #popholterrefphy_npi_content .search-form {
        width: 98%;
        border-bottom: 1px outset #999999;
        height: 72px;
        padding-top: 10px;
        
    }

#popholterrefphy_npi_content .label1
{
    width:115px; height:30px;float:left; padding-top:10px;
}

#popholterrefphy_npi_content .label2
{
    width:267px; height:40px;float:left;vertical-align:middle;
}

#popholterrefphy_npi_content .field
{
    width:300px; height:40px;float:left;text-align:center;
}


#popholterrefphy_npi_content .searchbtn
{
    width:100px; height:40px;float:left;
}

#popholterrefphy_npi_content .npi-list
{
    width:97%;  height:240px; margin-top:10px; overflow:auto;
}



/*#pop_insurance_content*/

#pop_insurance_content {
	width:700px;
	height:auto;    
	background:#fcfcfc;
	padding-bottom:15px;

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}

#pop_insurance_content .pop_wireless_mid {
	height:auto;
	min-height:150px;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-family:'Tahoma'; font-weight:normal; font-size:13px;
	
}

#pop_insurance_content  .aa_pop_botm {
	height:36px;
	width:670px;
	margin:0 8px 0px 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}
#pop_insurance_content .aa_pop_b_left {
	float:left;
	width:auto;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	color:#666;
}

#pop_insurance_content .aa_pop_b_right2 {
	float:right;
	width:110px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
    margin-left: 0px;
}

#pop_insurance_content .label1
{
    width:auto; height:30px;float:left; padding-top:10px;vertical-align:middle;line-height:20px;
}

#pop_insurance_content .label2
{
    width:660px; height:40px;float:left;vertical-align:middle;margin-top:10px;color:#666;
}

#pop_insurance_content .field
{
    width:300px; height:40px;float:left;text-align:center;
}

#pop_insurance_content .verbiage
{
    margin-left:20px;
    line-height:30px;   
    color:#666;
}

#pop_insurance_content ul
{    
    padding:0 0 8px 25px; 
}

#pop_insurance_content ul li
{
     background-image:none !imporant;
     list-style-type: circle;
     background-position: 10px 5px;
     color:#666;     
} 
#pop_CPhone_heading {
	width:596px;
	height:36px;

    background:url(../Images/popup_lkp_bg.png) repeat-x;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}
#pop_cphone_content {
	/*width:700px;
	height:400px;
*/
	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}

.aa_pop_b_left_cphone {
	float:left;
	width:85px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}
.aa_pop_b_right_cphone {
	float:right;
	width:465px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}

.rel{position:relative;}
.speech_tooltip, .Holterspeech_tooltip{padding:0 0 42px 20px; position:absolute; bottom:23px; left:0; background:url(../images/PatientSummary/tool_tip_pointer.png) no-repeat 5px bottom;}
.speech_tooltip_inner_wrap{width:auto; padding:13px; background-color:#fff; border:1px solid #bbbbbb; box-shadow:0px 1px 1px 0.5px #bbb; border-radius:100%; text-align:center;}


#pop_reportoption_content {
    background: none repeat scroll 0 0 #FCFCFC;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    height: auto;
    padding-bottom: 15px;
    width: 603px;
}
.pop_report_mid {
	height:42px;
	font-size:14px;
	font-weight:normal;
	padding-left:88px;
	padding-top:24px;
	color:#000;
	text-align:left;
}

/*** AA Release 9.5.1 - Duke ***/
.pop_sign_heading {
	width:695px;
	height:36px;

    background:url(../Images/Duke/popup_lkp_bg.jpg) repeat-x;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}
/*#pop_fax_content*/
#pop_fax_heading {
	width:695px;
	height:36px;

    background:url(../Images/popup_lkp_bg.png) repeat-x;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}


#pop_fax_content {
	width:700px;
	height:400px;

	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}


#pop_fax_content table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:96%;
	float: left;

	margin:10px 0;
}

#pop_fax_content .pop_wireless_mid {
	height:340px;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-family:'Tahoma'; font-weight:normal; font-size:13px;
}

#pop_fax_content .pop_wireless_botm {
	height:48px;
	width:670px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_fax_content .pop_wireless_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

#pop_fax_content .pop_wireless_b_right {
	float:right;	
	width:457px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}


#pop_fax_content  .aa_pop_botm {
	height:36px;
	width:670px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_fax_content .search-form
{
    width:98%; border-bottom:1px outset #999999; height:72px; padding-top:10px;
}

#pop_fax_content .label1
{
    width:115px; height:30px;float:left; padding-top:10px;
}

#pop_fax_content .label2
{
    width:267px; height:40px;float:left;vertical-align:middle;
}

#pop_fax_content .field
{
    width:300px; height:40px;float:left;text-align:center;
}


#pop_fax_content .searchbtn
{
    width:100px; height:40px;float:left;
}

#pop_fax_content .fax-list
{
    width:97%;  height:240px; margin-top:10px; overflow:auto;
}

/* Pop Up Comments */

#pop_comments_heading {
	width:695px;
	height:36px;

    background:url(../Images/popup_lkp_bg.png) repeat-x;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}


#pop_comments_content {
	width:700px;
/*	height:440px;*/
   height:auto;
	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}


#pop_comments_content table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:96%;
	float: left;

	margin:10px 0;
}

#pop_comments_content .pop_wireless_mid {
	/*height:340px;*/
/*	min-height:188px;*/
	height:auto;
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-family:'Tahoma'; font-weight:normal; font-size:13px;
	padding-bottom:10px;
}

#pop_comments_content .pop_wireless_botm {
	height:48px;
	width:670px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_comments_content .pop_wireless_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

#pop_comments_content .pop_wireless_b_right {
	float:right;	
	width:457px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}


#pop_comments_content  .aa_pop_botm {
	height:36px;
	width:670px;
	margin-left: -7px;
    margin-top: 8px;
	/*margin:0 8px 0 8px;*/
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	/*padding-left:15px;*/
	color:#000;
}

#pop_comments_content .search-form
{
    width:98%; border-bottom:1px outset #999999; height:72px; padding-top:10px;
}

#pop_comments_content .label1
{
    width:115px; height:30px;float:left; padding-top:10px;
}

#pop_comments_content .label2
{
    width:267px; height:40px;float:left;vertical-align:middle;
}

#pop_comments_content .field
{
    width:300px; height:40px;float:left;text-align:center;
}


#pop_comments_content .searchbtn
{
    width:100px; height:40px;float:left;
}

#pop_comments_content .fax-list
{
    width:97%;  height:240px; margin-top:10px; overflow:auto;
}
#pop_comments h6 
{
    background:none;
    color: #003399;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: bolder;
    letter-spacing: -1px;  
    margin:4px 0 5px 0;
    padding:0;
}


/* Pop Up Billing status*/

#pop_billingStatus_heading 
{
    
	Width:495px;
	height:36px;

    background:url(../Images/popup_lkp_bg.png) repeat-x;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}


#pop_billingStatus_content {
	width:500px;
 height:154px;
  
	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}


#pop_billingStatus_content table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:96%;
	float: left;

	margin:10px 0;
}

#pop_billingStatus_content .pop_wireless_mid {
	height:90px;
/*	min-height:188px;*/
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-family:'Tahoma'; font-weight:normal; font-size:13px;
	padding-bottom:10px;
}

#pop_billingStatus_content .pop_wireless_botm {
	height:48px;
	width:480px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_billingStatus_content .pop_wireless_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

#pop_billingStatus_content .pop_wireless_b_right {
	float:right;	
	width:457px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}


#pop_billingStatus_content  .aa_pop_botm {
	height:36px;
	width:470px;
	
    margin-top: 8px;
	/*margin:0 8px 0 8px;*/
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	/*padding-left:15px;*/
	color:#000;
}

#pop_billingStatus_content .search-form
{
    width:98%; border-bottom:1px outset #999999; height:72px; padding-top:10px;
}

#pop_billingStatus_content .label1
{
    width:115px; height:30px;float:left; padding-top:10px;
}

#pop_billingStatus_content .label2
{
    width:267px; height:40px;float:left;vertical-align:middle;
}

#pop_billingStatus_content .field
{
    width:300px; height:40px;float:left;text-align:center;
}


#pop_billingStatus_content .searchbtn
{
    width:100px; height:40px;float:left;
}

#pop_billingStatus_content .fax-list
{
    width:97%;  height:240px; margin-top:10px; overflow:auto;
}
.aa_pop_b_right8
{
    float:right;
    margin-top:5px;
}

.aa_pop_close_img_billing {
	float:right;
	margin-top:7px;
	padding-right:5px;
}
.aa_pop_title_billing
{
    float:left;
    width:446px;
}
/*#popup duplication*/
#pop_duplication_heading {
	width:599px;
	height:36px;

    background:url(../Images/popup_lkp_bg.png) repeat-x;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}


#pop_duplication_content {
	width:604px;
	height:120px;

	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}


#pop_duplication_content table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:400px;
	float: left;

	margin:10px 0;
}

#pop_duplication_content .pop_duplication_mid {
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-family:'Tahoma'; font-weight:normal;
	padding:20px;
}

#pop_duplication_content .pop_duplication_botm {
	height:48px;
	width:400px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_duplication_content .pop_duplication_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

#pop_duplication_content .pop_duplication_b_right {
	float:right;	
	width:200px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}


#pop_duplication_content  .aa_pop_botm {
	height:36px;
	width:574px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_duplication_content .search-form
{
    width:400px; border-bottom:1px outset #999999; height:72px; padding-top:10px;
}

#pop_duplication_content .label1
{
    width:115px; height:30px;float:left; padding-top:10px;
}

#pop_duplication_content .label2
{
    width:267px; height:40px;float:left;vertical-align:middle;
}

#pop_duplication_content .field
{
    width:300px; height:40px;float:left;text-align:center;
}


#pop_duplication_content .searchbtn
{
    width:100px; height:40px;float:left;
}

#pop_duplication_content .duplication-list
{
    width:400px;  height:240px; margin-top:10px; overflow:auto;
}

/*#popup warning*/
#pop_warning_heading,#pop_warning_heading_new {
	width:599px;
	height:36px;

    /*background:url(../Images/popup_lkp_bg.png) repeat-x;*/
    background-color:#2c5782;
	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}


#pop_warning_content,#pop_warning_content_new {
	width:604px;
	height:120px;

	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
	
}


#pop_warning_content table, #pop_warning_content_new table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:400px;
	float: left;

	margin:10px 0;
}

#pop_warning_content .pop_warning_mid, #pop_warning_content_new  .pop_warning_mid{
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-weight:normal;
	padding:20px;
}

#pop_warning_content .pop_warning_botm, #pop_warning_content_new .pop_warning_botm, {
	height:48px;
	width:400px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_warning_content .pop_warning_b_left,#pop_warning_content_new .pop_warning_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

#pop_warning_content .pop_warning_b_right,#pop_warning_content_new .pop_warning_b_right {
	float:right;	
	width:200px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}


#pop_warning_content .aa_pop_botm, #pop_warning_content_new .aa_pop_botm  {
	height:43px;
	width:574px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
	
}
.aa_pop_button {
    padding:5px;
    float:right;
}
#pop_warning_content .search-form, #pop_warning_content_new .search-form
{
    width:400px; border-bottom:1px outset #999999; height:72px; padding-top:10px;
}

#pop_warning_content .label1, #pop_warning_content_new .label1
{
    width:115px; height:30px;float:left; padding-top:10px;
}

#pop_warning_content .label2, #pop_warning_content_new .label2
{
    width:267px; height:40px;float:left;vertical-align:middle;
}

#pop_warning_content .field,#pop_warning_content_new .field
{
    width:300px; height:40px;float:left;text-align:center;
}


#pop_warning_content .searchbtn, #pop_warning_content_new .searchbtn
{
    width:100px; height:40px;float:left;
}

#pop_warning_content .warning-list, #pop_warning_content_new .warning-list
{
    width:400px;  height:240px; margin-top:10px; overflow:auto;
}

/*#popup new report settings*/
#pop_reportsettings_heading {
	width:791px;
	height:36px;

   background:url(../Images/popup_lkp_bg.png) repeat-x;
    /* background-color:#2c5782;*/
	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:12px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}

#pop_reportsettings_content {
	width:803px;	
	background:#fcfcfc;	
    padding-bottom:3px;
	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;	
}


#pop_reportsettings_content table {
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	color:#555555;
    padding:5px 5px 5px 5px;
	width:720px;
	float: left;

	margin:10px 0;
}

#pop_reportsettings_content .pop_reportsettings_mid {
	font-size:14px;
	font-weight:normal;
	padding-left:15px;
	color:#000;
	text-align:left;
	font-weight:normal;
	padding:0 0 0 17;
	padding: 8px 0 10px 24px;
}

#pop_reportsettings_content .pop_reportsettings_botm {
	height:48px;
	width:400px;
	margin:0 8px 0 8px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding-left:15px;
	color:#000;
}

#pop_reportsettings_content .pop_reportsettings_b_left {
	float:left;
	width:200px;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	padding-left:5px;
	color:#666;
}

#pop_reportsettings_content .pop_reportsettings_b_right {
	float:right;	
	width:200px;
	font-size:14px;
	font-weight:normal;
	
	color:#fff;
}


#pop_reportsettings_content .aa_pop_botm {
	height:43px;
	width:777px;
	background:#C8D2DB;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	color:#000;
	margin-left:6px;
}
.aa_pop_submitbutton {
    padding:8px;
    float:right;
}
.aa_pop_ok
{
    float:left;
}
.defaultfax{}

#aa_pop_telepatch_heading {
	width:595px;
	height:36px;

    background:url(../Images/popup_bg.png) no-repeat;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}

#aa_pop_telepatch_content {
	width:600px;
	height:245px;
    padding-top: 1px;
	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

#aa_pop_noncm_heading {
	width:595px;
	height:36px;

    background:url(../Images/popup_bg.png) no-repeat;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}

#aa_pop_noncm_content {
	width:600px;
	height:245px;
    padding-top: 1px;
	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
#aa_pop_user_authentication_heading {
	width:595px;
	height:36px;

    background:url(../Images/popup_bg.png) no-repeat;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}

#aa_pop_user_authentication_content {
	width:600px;
	height:245px;
    padding-top: 1px;
	background:#fcfcfc;
	

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}
.admin_authentication_content
{
    width: 90%; margin-top: 25px; margin-left: 30px;
}
.admin_authentication_left
{
    float: left; width: 75%;
}
.admin_authentication_right
{
    float: right; width: 25%;
}
#aa_pop_user_password_heading {
	width:438px;
	height:36px;

    background:url(../Images/popup_bg.png) no-repeat;

	border-bottom:1px solid #bababa;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);

	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;

	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	line-height:37px;

	color:#FFF;
	text-shadow:0px 1px 0px #666;
}

#aa_pop_user_password_content {
	height: 130px; 
	width: 443px;
    padding-top: 1px;
	background:#fcfcfc;

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}


    /*Holter Physician*/


#popholterrefphy_npi_content .pop_wireless_mid {
    height: 360px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    color: #000;
    text-align: left;
    font-family: 'Tahoma';
    font-weight: normal;
    font-size: 13px;
}

#popholterrefphy_npi_content .search-formregistry {
    width: 98%;
    /*border-bottom: 1px outset #999999;
        height: 72px;*/
    padding-top: 10px;
}

#popholterrefphy_npi_content .label1registry {
    width: 115px;
    height: 30px;
    float: left;
    padding-top: 10px;
}

#popholterrefphy_npi_content .label2registry {
    width: 120px;
    height: 20px;
    float: left;
    vertical-align: middle;
}

#popholterrefphy_npi_content .fieldregistry {
    /*width: 150px;*/
    height: 40px;
    float: left;
    text-align: center;
    margin-right: 20px;
}


#popholterrefphy_npi_content .searchbtnregistry {
    height: 40px;
    float: right;
    padding-right: 64px;
}


/*Physician Info*/
/*#pop_npi_content .pop_wireless_mid {
    height: 400px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    color: #000;
    text-align: left;
    font-family: 'Tahoma';
    font-weight: normal;
    font-size: 13px;
}*/

#pop_npi_content .search-formregistry {
    width: 98%;
    /*border-bottom: 1px outset #999999;
        height: 72px;*/
    padding-top: 10px;
}

#pop_npi_content .label1registry {
    width: 115px;
    height: 30px;
    float: left;
    padding-top: 10px;
}

#pop_npi_content .label2registry {
    width: 120px;
    height: 20px;
    float: left;
    vertical-align: middle;
}

#pop_npi_content .fieldregistry {
    /*width: 150px;*/
    height: 40px;
    float: left;
    text-align: center;
    margin-right: 20px;
}


#pop_npi_content .searchbtnregistry {
    height: 40px;
    float: right;
    padding-right: 64px;
}