
.skin_content 
{
  min-height:300px;
}

.logo_style 
{
  padding-top:5px;
  padding-bottom:0px;
  margin:auto;
  width:170px;
}

.mobile_UI
{
  height:90px;
  position:relative;
  width:100%;
}

.mobile_menu
{
  position:absolute;
  left:0px;
  bottom:0px;
}

.logo_style
{
  position:absolute;
  bottom:0px;
  left:50%;
  margin-left:-85px;
}

.mobile_search
{
  position:absolute;
  right:0px;
  bottom:0px;
}

.fullsite_style
{
  text-align:center;
  padding-top:10px;
}

.fullsite_style a 
{
  color:#2B1166;
  font-size:14px;
}

.PhysicianDropDown
{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:5px;
  border:solid;
  border-width:1px;
  border-color:#444444;
  border-radius:3px;
  background-color:#888888;
  background-image:none;
  color:#FFFFFF;
  font-size:14px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:4px;
  padding-right:4px;
}

.PhysicianListItem
{
  width:90%;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:5px;
  border-radius:5px;
  padding:0px;
  border-style:solid;
  border-width:5px;
  overflow:hidden;
  cursor:pointer;
}

.PhysicianDetail
{
  width:90%;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:5px;
  border-radius:5px;
  padding:0px;
  border-style:solid;
  border-width:5px;
  overflow:hidden;
}

.PhysicianListPhotoBox
{
  left:50%;
  margin-left:-100px;
  position:relative;
}

.PhysicianListPhoto
{
  width:200px;
  height:260px;
  margin:auto;
}

.PhysicianListInfoText
{
  position:relative;
  width:100%;
  height:100%;
  padding:10px;
}

.PhysicianName
{
  font-size:14px;
  font-weight:bold;
}

.Detail
{
  margin:auto;
  width:90%;
  padding:3px;
  text-align:center;
}

.SubHead
{
  color:#333333;
  font-size:12px;
  line-height:14px;
  margin-top:3px;
}

.DetailItem
{
  margin-top:3px;
  font-size:12px;
  line-height:14px;
}

.ProviderDDL
{
  width:90%;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:5px;
}

.btn-payonline
{
  height:30px;
  margin-bottom:15px;
  width:90%;
}

.FacilityListItem
{
  width:90%;
  margin-top:5px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:5px;
  border-radius:5px;
  padding:0px;
  border-style:solid;
  border-width:5px;
  overflow:hidden;
  border-color:#CCCCCC;
  background-color:#CCCCCC;
}

.FacilityListItemName
{
  position:relative;
  width:80%;
  height:100%;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
}

.FacilityListItemText
{
  position:relative;
  width:80%;
  height:100%;
  margin-left:auto;
  margin-right:auto;
}

.FacilityMapLink
{
  float:right;
  width:30px;
  height:57px;
  padding-left:5px;
  padding-top:10px;
  cursor:pointer;
}


