#popupServiceDetail {
    display: none;
    position: absolute;
    height: 580px;
    width: 850px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 100;
    padding: 12px;
    font-size: 13px;
    color: #95358C;
}

#popupItemDescription{
    display: none;
    position: absolute;
    height: 250px;
    width: 765px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 10px;
    font-size: 13px;
}


#popupOverideRate{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:200px;
    width:300px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:10px;
    font-size:13px;
    overflow: auto;
}

#itemDescription{
    height:50px;
    width:745px;
    background:#FFFFFF;
    z-index:2;
    padding:12px;
    font-size:10px;
    overflow: auto;
}

#serviceListDiv {
    height:160px;
    width:95%;
    background:#FFFFFF;
    z-index:2;
    padding:12px;
    font-size:10px;
    overflow: scroll;
}

#popupServiceDetailClose{
    font-size:10px;
    line-height:10px;
    right:6px;
    top:4px;
    position:absolute;
    color:#95358C;
    font-weight:700;
    display:block;
}

#popupItemDescriptionClose{
    font-size:10px;
    line-height:10px;
    right:6px;
    top:4px;
    position:absolute;
    color:#67062A;
    font-weight:700;
    display:block;
}

#popupOverideRateClose {
    font-size:10px;
    line-height:10px;
    right:6px;
    top:4px;
    position:absolute;
    color:#67062A;
    font-weight:700;
    display:block;
}

#errorFindServices {
    font-size:10px;
    color:#B0171F;
}

#errorServiceDetails {
    font-size:10px;
    color:#B0171F;
}

#errorItemDescription {
    font-size:10px;
    color:#B0171F;
}

#errorOverideRate {
    font-size:10px;
    color:#B0171F;
}

#requestedServiceDiv {
    height:60px;
    width:95%;
    background:#FFFFFF;
    z-index:2;
    padding:12px;
    font-size:10px;
    overflow: scroll;
}

#questionResult{
    font-size:10px;
    height:350px;
    width:800px;
    padding:12px;
    overflow: scroll;
}

#confirmSubmitReqReferral{

    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:600px;
    width:900px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
    font-size:13px;
    overflow: scroll;
}

#box { width:100%; text-align: left; vertical-align: center;margin: auto; background-color: #FFFFFF; }
#container { width:100%; margin: auto; padding:0; text-align: left; background-color: #FFFFFF; }

.template	 { width:100%; display: table-row; background-color: #FFFFFF; }
.templateHeader { background:#EDE6DD;color:#666;padding: 2px 5px 2px 5px; }

.row		 { width:100%; display: table-row; margin-left:10px; color: #FFFFFF; margin-bottom:7px; }
.row-level-1 { width:100%; display: inherit; margin-left:30px; color: #FFFFFF; margin-bottom:7px; }
.row-level-2 { width:100%; display: inherit; margin-left:60px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }
.row-level-3 { width:100%; display: inherit; margin-left:80px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }
.row-level-4 { width:100%; display: inherit; margin-left:100px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }
.row-level-5 { width:100%; display: inherit; margin-left:120px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }
.row-level-6 { width:100%; display: inherit; margin-left:140px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }
.row-level-7 { width:100%; display: inherit; margin-left:160px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }
.row-level-8 { width:100%; display: inherit; margin-left:180px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }
.row-level-9 { width:100%; display: inherit; margin-left:200px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }
.row-level-10 { width:100%; display: inherit; margin-left:220px; padding: 1px; color: #FFFFFF; margin-bottom:7px; }

.leftcol { width: 450px; float: left; font-size: 10px; background: #FFFFFF; color:#000000; margin-right:2px; padding:0px 3px 1px 3px;}
.rightcol { width: 220px; float: left; font-size: 10px; background: #FFFFFF; color:#000000; padding-top : 1px;}

.buttonsTable { margin-left:auto; margin-right:auto; }
.buttonBottom { font-size: 11px;height:22px;font-family:Arial,Verdana,sans-serif;color:#fff;font-weight:bold;background-color:#FFA816;margin-bottom:4px;margin-right:2px;border:1px solid #ccc; }

#progressDiv
{
    width: 300px;
    padding: 15px;
    color: #818181;
    font-weight: bold;
    text-align: center;
    border: 2px solid #818181;
    background: #ebebeb;
    z-index: 1;
    position: fixed !important;
    position: absolute;
    cursor: pointer;
    margin: 0;
    top: 200px;
    left: 400px;
}

#progressDivforAuth
{
    width: 200px;
    height: 70px;
    padding: 15px;
    color: #818181;
    font-weight: bold;
    text-align: center;
    border: 2px solid #818181;
    background: #ebebeb;
    z-index: 1;
    position: fixed !important;
    position: absolute;
    cursor: pointer;
    margin: 0;
    top: 200px;
    left: 400px;
    overflow: hidden;
}

#popupGlobalMessage{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:240px;
    width:400px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
}

#globalMessage{
    height:110px;
    width:380px;
    background:#FFFFFF;
    z-index:5;
    padding:12px;
    font-size:12px;
    overflow: hidden;
}
#globalMessageButtons{

    width:250px;
    background:#FFFFFF;
    height:25px;
    padding:12px;

}

#popupGlobalMessageClose{
    font-size:10px;
    line-height:2px;
    right:10px;
    top:2px;
    position:absolute;
    color:#67062A;
    font-weight:700;
    display:block;
}

#authEditGlobalMessagePopup{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:200px;
    width:400px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
}

#messageText{
    height:110px;
    width:380px;
    background:#FFFFFF;
    z-index:5;
    padding:12px;
    font-size:12px;
    overflow: hidden;
}

#authEditGlobalMessageClose{
    font-size:10px;
    line-height:10px;
    right:6px;
    top:4px;
    position:absolute;
    color:#67062A;
    font-weight:700;
    display:block;
}
#authEditglobalMessageButtons{

    width:250px;
    background:#FFFFFF;
    height:25px;
    padding:12px;

}
.gridItem {
	border: 1px solid black;
	background-color: #f7f7f7;
	color:#333;
	text-decoration:none;
	padding:3px;
}

.gridItem a{
	color:#333;
	text-decoration:none;
	padding:3px;
}

.gridHover {
	background-color: #333333;
	color:#fff;
	text-decoration:none;
	padding:3px;
}
.gridHover a{
	background-color: #333333;
	color:#fff;
	text-decoration:none;
	padding:3px;
}
.gridSelected {
	background-color: #333333;
	color:#fff;
	text-decoration:none;
	padding:3px;
}
.gridSelected a{
	color:#fff;
	text-decoration:none;
	padding:3px; 
}

.gridDayItem {
	border: 1px solid black;
	background-color: #f7f7f7;
	color:#333;
	text-decoration:none;
	padding:3px;

}

.gridDayItem a{
	color:#333;
	text-decoration:none;
	padding:3px;

}

.gridDayHover{
	background-color: #333333;
	color:#fff;
	text-decoration:none;
	padding:3px;
}

#createOREditNewsFlashDiv{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:270px;
    width:700px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:110;
    padding:10px;
    font-size:13px;
}

.gridDayHover a{
	background-color: #333333;
	color:#fff;
	text-decoration:none;
	padding:3px;

}



.gridDaySelected {
	background-color: #333333;
	color:#fff;
	text-decoration:none;
	padding:3px;

}

.gridDaySelected a{
	color:#fff;
	text-decoration:none;
	padding:3px; 
}
.gridclosebut{
	text-align:center;
	padding:2px;
	background-color:#bbbbbb;
	color:#fff;
}
.gridDayDiv{
	border: solid 2px;
	border-color: #333; 
	position:absolute; 
	left:683px; 
	bottom:258px;

}
.gridDiv{
	border: solid 2px;
	border-color: #333; 
	position:absolute; 
	left:683px; 
	bottom:160px;

}

#showAddNewProvider{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:270px;
    width:700px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:110;
    padding:10px;
    font-size:13px;
}
#addNewProviderClose{  
    font-size:11px;  
    line-height:11px;  
    color:#67062A;  
    display:block;  
    }
#viewQuetionAnswerDivId{  
    display:none;  
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/  
    height:250px;  
    width:700px;  
    background:#FFFFFF;  
    border:2px solid #cecece;  
    z-index:110;  
    padding:22px;  
    font-size:13px; 
	overflow: auto; /* Add to enable scroll in the popup window */
    }     
.templateHeaderSection {
	margin-bottom: 2px;
	color:#ffffff;
	font-family:Arial, verdana, sans-serif;
	font-size:13px;
    width: 100%;
	background-color:#95358C;
    line-height : 20px;
	}
	
#displayAuthVerificationPopup{
	    display: none;
    position: absolute;
    height: 400px;
    width: 600px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 150;
    padding: 12px;
    font-size: 13px;
    color: #95358C;
	}
#addressSearchPopup{
display: none;
    position: absolute;
    height: 300px;
    width: 630px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 1;
    padding: 12px;
    font-size: 13px;
    color: #95358C;
}
#itemDescriptionOtherTextBox{
	height:50px;
    width:745px;
    background:#FFFFFF;
    z-index:2;
    padding:12px;
    font-size:10px;
    overflow: auto;
}

#authValidationClose{
    font-size:10px;
    line-height:10px;
    right:6px;
    top:4px;
    position:absolute;
    color:#67062A;
    font-weight:700;
    display:block;
}

#appealQuestionsTemplate{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:450px;
    width:1200px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
    overflow-y: scroll;
    overflow-x:hidden;
}
#popupCoutMessage{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:200px;
    width:400px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
}
#coutMessage{
    height:110px;
    width:700px;
    background:#FFFFFF;
    z-index:5;
    padding:12px;
    font-size:12px;
    overflow: hidden;
}
#coutMessageButtons{

    width:250px;
    background:#FFFFFF;
    height:25px;
    padding:12px;

}

#popupCoutMessageClose{
    font-size:10px;
    line-height:10px;
    right:6px;
    top:4px;
    position:absolute;
    color:#67062A;
    font-weight:700;
    display:block;
}
.serviceListDiv {
    background: none repeat scroll 0 0 #ffffff;
    font-size: 10px;
    height: 160px;
    overflow: scroll;
    padding: 12px;
    width: 95%;
    z-index: 2;
}

.toggleService {
	font-size: small;
    padding: 0;
    text-decoration: none;
}
.divider {
	margin-left: 0%;
    margin-right: 42%;
}
.serviceLevelHeader {
	margin-bottom: 2px;
	color:#000000;
	font-family:Arial, verdana, sans-serif;
	font-weight:bold;
	font-size:16px;
    /*width: 1040px;*/
	background-color: #ffffff;
    /*width: 40%;*/
}

.serviceMessages{
	color: #333333;
    font-size: 14px; /*14px;*/
    font-family: Arial, Verdana, serif; /*Arial, Helvetica, sans-serif;*/
}

.editLink{
	color: #00B0F0;
	font-size: 16px;
	
}
/*Change: AuthEdit CR12,CR13*/
#displayAuthStartEndDatePopup{
	    display: none;
   position: absolute;
     height: 400px;
    width: 600px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 150;
    padding: 12px;
    font-size: 13px;
    color: #95358C;
	}	
	
#serviceValidationPopup{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:250px;
    width:400px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
    overflow:auto;
}
#authEditCuttOffDateGlobalMessagePopup{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:200px;
    width:400px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
}

#authEditCutOffDateglobalMessageButtons{

    width:250px;
    background:#FFFFFF;
    height:25px;
    padding:12px;

}

#hippsTemplatePopUp{
    display:none;
    position: absolute !important;
    height:200px !important;
    width:470px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
    overflow:scroll !important;
    top:1380px !important;
}

#hippsValidationPopUp{
    display:none;
    position: absolute !important;
    height:200px !important;
    width:470px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
    overflow:scroll !important;
    top:580px !important;
}

#restaffProvGlobalMessagePopup{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:200px;
    width:400px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
}

#restaffProvGlobalMessageButtons{

    width:250px;
    background:#FFFFFF;
    height:25px;
    padding:12px;

}

#hardStopGlobalMessagePopup{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:150px;
    width:400px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
}

#hardStopMessageText{
    height:75px;
    width:380px;
    background:#FFFFFF;
    z-index:5;
    padding:12px;
    font-size:12px;
    overflow: hidden;
}

#hardStopMessageClose{
    font-size:10px;
    line-height:10px;
    right:6px;
    top:0px;
    position:absolute;
    color:#67062A;
    font-weight:700;
    display:block;
}
#hippsTemplateGlobalMessagePopup{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:200px;
    width:400px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:5;
    padding:10px;
    font-size:13px;
}

#hippsTemplateGlobalMessageButtons{

    width:250px;
    background:#FFFFFF;
    height:25px;
    padding:12px;

}