@charset "utf-8";
/* CSS Document */

a{ outline:none; text-decoration:none;}
.hidden, .hidden2{ display:none !important;}

#divSearch{ width:180px; height:150px; font-family:tahoma, verdana, arial;  color:#fff; position:relative; padding-bottom:5px; }
#divSearch #divSearchOptions{ border:1px solid #C4AED2;  font-size:12px; position:relative; z-index:1;}
#divSearch #divSearchOptions input.text{ border:1px solid #CCC; width:100px; height:18px;}
#divSearch input#btnSearch{ position:absolute; bottom:2px;  right:0; width:60px; height:18px; background:#eee; border:1px solid #ddd;}
#divSearch #divResults{ height:70px; overflow:auto;border:1px solid #C4AED2; background:#F9EFFF; color:#000; }
#divSearch #divResults table{  width:100%; font-size:12px;}
#divSearch #divResults table tr td a{ display:block; color:#000;}
#divSearch #divResults table tr td a.alt{ background:#B5C0DF;  }
#divSearch #divResults table tr td a:hover{ background:#C4AED2; color:#fff;}
#divSearch #moreResults a{ position:relative; color:#fff; font-size:12px; padding:3px; text-align:right;margin-bottom:0px;}
.h185{ height:185px !important;}
.overflowV{ overflow:visible !important;}


/*-----------------------
	softrComboBox
-------------------------*/
.softrComboBox .btnEstados{ display:block; height:20px; color:#fff; font-weight:bold; font-size:15px;  background:url(Images/gridIcons.png) no-repeat 0px -118px; margin-top:5px; padding:3px 10px;}

.softrComboBox{ position:relative;  right:0; top:0; background:#fff url(Images/arrowDownCombo.png) no-repeat right center; border:1px solid #999; padding:2px 25px 2px 4px; height:15px; z-index:11;  margin-top:-20px; margin-left:100px; color:#000; width:40px !important;}


.softrComboBox span{ font-size:10px; text-transform:uppercase;} 
.softrComboBox .nonSel{ position:absolute; width:100%; height:100%; left:0; top:0; background:#fff;}
.softrComboBox div{ position:absolute;   right:-21px; margin-top:1px; width:700px; }

#cmbEspecialidades.softrComboBox div, #cmbCiudades.softrComboBox div {  left:auto; right:-21px !important; top:10px !important;  width:700px !important; }
#cmbEspecialidades.softrComboBox div{ height:370px;}
#cmbCiudades.softrComboBox div{ height:90px;}
#cmbCiudades.softrComboBox div{ width:260px !important;}

.softrComboBox div a{  background:#522B1C; font-size:10px; color:#D8D3C5; width:220px; float:left; height:14px; text-align:center; padding-top:1px; border-right:1px solid #fff;}
#cmbEspecialidades.softrComboBox div a{ width:220px !important;}

.softrComboBox div a:hover{ background:#AA8E88; color:#522B1C; border-color:#ccc; font-weight:bold;}
#cmbTemp{top:0; left:0; position:absolute; visibility: hidden;}
/*-----------------------
	TOOLTIPS
-------------------------*/
.custom{ z-index:12;}
.tip {color: #fff;width: 220px;z-index: 9999999;}
.tip-title {font-weight: bold;font-size: 11px;margin: 0;color: #9FD4FF;padding: 8px 8px 4px;background: url(Images/bubble.png) top left;} 
.tip-text {font-size: 11px;padding: 4px 8px 8px;background: url(Images/bubble.png) bottom right;}