﻿
body
{
    font-family: arial, helvetica;
    font-size: 10pt;
	margin-top: 0px;
	margin-left: 0px;    
}

#container 
{
    position:relative;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px;
}

.GridRow { cursor: pointer;}
.HiddenSelect {display:none;}

.NoteText {margin-top: 0px; margin-bottom: 0px; border-bottom:solid 1px Gray; width:100%; text-align:left;}
.NoteEntryInfo {font-size:9pt; color: Gray; margin-top: 0px; width:100%; text-align:left;}
.CredentialingEntry {font-size:9pt; color: Gray; margin-top: 5px; width:100%; text-align:left; margin-bottom: 8px; border-bottom:solid 1px Gray;}

.ClientLogo {margin-bottom: 0px;}
.MainClientLogo {margin-bottom: 0px;margin-right:0px;}

.container_pkIndividualID {margin-left: 15px; color: Gray; font-size: x-small;}
.container_PageHeader {position: absolute; width: 500px; top: 0px; left: 0px; text-align:left;}
.container_ProviderRecruiting{position: absolute; width: 50px; top: 50px; left: 374px; text-align:left; z-index:10000;
	height: 16px;
}
.container_ProviderNotes{position: absolute; width: 50px; top: 50px; left: 970px; text-align:left; z-index:10000;}

h1 span {font-size: 14pt; font-weight:bold;}

#ctl00_ContentPlaceHolder1_Login1_RememberMe {position: relative; margin-left: 70px; margin-top: 10px;}
#ctl00_ContentPlaceHolder1_Login1_LoginButton {position: relative; top: -85px; left: 60px; width: 75px; height: 25px;}

.GridViewHeader 
{
    /*background: url('../Images/GridHeader.gif') repeat-x;*/
    border-top: solid 1px #8d9092;
    border-bottom: solid 1px #8d9092;
    height: 28px !important;
    color: black;
    font-size: 11px;
    text-align: left;    
    position: relative;
    top: expression(this.scrollTop - 2);
    z-index:10;
}

   a.menuitem 
   {
   	background-color: white !important;
    color:Blue;           
    } 
   a.menuitem:hover {background-color:#EBE9ED !important;}
   
.checkbox
{
    padding-right: 10px;    
}

.labelhead
{
    width:105px;   
}

.clickable
{
    text-decoration: underline;
    color: Blue;
    cursor: pointer;
    font-size: 9pt;    
}

.hidden
{
    display: none;    
}

.modaldisplay
{
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    position: absolute;
    border: 2px solid #000000;
}

.OverlayEffect
{    
  background-color:#707070; 
  filter: alpha(opacity=70);
  opacity: 0.7;     
  width:100%;    
  height:100%;  
  z-index:400;  
  position:absolute; 
  top:0;  
  left:0;   
}

.showmodal
{    
  top:6px;
  left:375px; 
  z-index:1000;
  position:absolute;
  background-color:White; 
  display:block;      
}  

.hidemodal
{    
  display:none;
}

.fieldlabel
{
    text-align: right;    
    padding-bottom: 5px;
    white-space: nowrap;
}      

.fieldlabelleft
{
    text-align: left;    
    font-weight: bold;
    padding-bottom: 5px;    
}

.modalHeader
{
    text-align: center;
    font-weight: bold;
    font-size: 10pt;    
}

.reqfield
{
    color: Red;
    font-weight: bold;    
}

.innerSearchGroup
{
    /*border-style: dashed;*/
    border-width: thin;
    border-color: #00A0B0;
    padding: 0px;
    margin-top: 3px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.innerSearchTable
{
    width: 100%;    
    padding: 0px 5px 0px 0px;
}

.searchButtonRow
{
    width: 100%;
    text-align: left;    
}

.multiselect select
{
    font-size: 8pt;
}

.legend-new
{
     background: #00A0B0;
     color: #FFFFFF;
     font-variant: small-caps;
     font-weight: bold;
     font-size: 10pt;
     border: solid 1px black;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
     padding: 3px 5px 3px 5px;
     margin-left: 10px;
     width:140px;
     text-align:center;
 }
 
.diagonalheader
{
    background-color: Black;
    font-weight: bold;
    color: White;
    -sand-transform: rotate(-45deg);    
}
#SpecialtyCode
{
     width:312px;
}
.myButton {
	-moz-box-shadow:inset 0px 0px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 0px 0px 0px #a4e271;
	box-shadow:inset 0px 0px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:6px 17px;
	text-decoration:none;
	text-shadow:0px 0px 0px #759e33;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton:disabled
{
background:#dddddd;
} 

.txtAttributes {
	background: white;
	border: 1px solid #DDD;
	border-radius: 5px;
	box-shadow: 0 0 5px #DDD inset;
	color: #666;
	float: left;
	padding: 5px 10px;
	width: 165px;
	outline: none;
}

#fieldset_userAttr
{
    height: 450px;
    width: 768px;
}
#fieldset_ViewDrpValues
{
    height: 280px;
    width: 636px;
}

.ddlAttributes {   
    width: 137px;
    height: 23px;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
}
#label_userAttr1, #label_userAttr2, #label_userAttr3
{
    text-align:left;    
}

#Product_container 
{
    position: absolute; 
    left: 433px; 
    top: 230px;
    width: 590px;
    height: 162px;    
}
#ProductList 
{
    position: relative; 
    width: 560px; 
    height: 126px; 
    border: solid 1px silver; 
    overflow: auto;
    top: 5px;
    left: -2px;
}

#Product_label
{
    font-family: Calibri; 
    font-size: medium; 
    font-weight: bold; 
    font-style: normal; 
    text-transform: capitalize; 
    color: #0000FF
}
#fieldset_ViewDrpValue
{
    height: 280px;
    width: 1140px;
}
#fieldset_userAttrs
{
    height: 601px;
    width: 1223px;
}
#fieldsetgrid
{
    height: 300px;
    width: 1188px;
}

textarea {
	padding: 5px;
	vertical-align: top;
	width: 99.4%;
	font-size: 18px;
	color: red;
}

textarea:focus {
		outline-style: solid;
		outline-width: 2px;
}