/*
 * Styles for the Hospial; Serach iframe
 */

 body
 {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
 }

 a
 {
	color: #3C4A8E;
 }

.tableMain /* Details of the main tables */
{
	width: 480px;
	margin-left: 8px;
}

.tableSearch /* Details of the table with the search fields */
{
	border-width:0px;
	width:480px;
	padding: 1px 1px 1px 1px;
}

#table2
{
	line-height: 0px;
	margin-left: 0px;
}

#table2 .textHeading
{
	font-size:0.95em;
	font-family: Arial,Helvetica,sans-serif;
	/* color: transparent;
	background: url(/hospital_search/images/title_find_hospitals.gif) 4px 5px no-repeat; */
	color: #6b9cce;
	line-height: 1.5em;
}


#table1
{
	background-color: #dbefff;
	border-right: 12px solid #3b488c;
}

#table1 td
{
	padding: 0px;
}

#table1 .textStyle
{
	background-color: #dbefff;
}

#table1 td.headerCell /* style of the header and footer cells on results page */
{
	font-size:0.8em;
	font-weight: bold;
	color:#3C4A8E;
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

span#lblDate
{
	font-size: 0.7em;
	color: #000000;
}

.innerHeader /* style of the inner header and footer cells on results page */
{

	font-weight:bold;
	font-size:8pt;
}

.itemStyle /* style of the hospital row items on the results page */
{
	background-color: #ecf7ff;
	font-size:0.7em;
	border-width:0px;
}

.textStyle  /* The style of the textual areas on the pages */
{
	font-size: 0.7em;
	text-align:left;

}

.textHeading /* the style of the headings on the pages */
{
	font-size:0.8em;
	font-weight:bold;
	color:#3C4A8E;
	
	text-align:left;
}




.fieldTitle /* the labels defining the search criteria */
{
	text-align:left;
	color:black;
	font-size: 0.7em;
}

.buttonStyle /* the style of the search and search again buttons */
{
	font-size:8pt;
}

.textBoxStyle /* the style of all textboxes and dropdown lists */
{
	font-size:0.7em;
}

.warningStyle /* the warning or error text */
{
	color:#3C4A8E;
	padding-left:10px;
	font-size: 11px;

}

input#btnClear {
	display:none;
}

.headerCell img
{
	display: none;
}

table#dgHospitals
{
	border: 0px none;
}

table#dgHospitals tr.innerHeader td {
	border:2px solid #DBEFFF;
	font-weight:bold;
	padding:15px 10px 5px;
	font-size: 1.1em;
}


table#dgHospitals tr.itemStyle td {
	background-color:#edf7ff;
	border-bottom:5px solid #DBEFFF;
	border-left:2px solid #edf7ff;
	border-right:2px solid #edf7ff;
	padding:5px 10px;
	width:300px;
}

.map_icon
{
	background: url(/hospital_search/images/pin.gif) right center no-repeat !important;
	height:33px !important;
	width:33px !important;
}
