/* Default/Example Stylesheet for Doctor and/or Hospital web search */
body{ margin:0; font-family:Arial, Helvetica, sans-serif; color:#292828; font-size:70%; }
table{ font-size:1em;}

.tableMain{border:none;width:100%;padding:0;text-align:left;}

.tableSearch /* Details of the table with the search fields */
{border-width:0px; width:500px; padding: 0; margin-bottom:10px; text-align:left}

.tableborder{border:1px solid #ccc;margin-top:15px;}
.tableborder td{padding:4px;}

.headerCell /* style of the header and footer cells on results page */
{background-color:none;font-family:Arial, Helvetica, sans-serif;font-size:15px;color:#3ba6ee;font-weight:bold;}

.innerHeader /* style of the inner header and footer cells on results page */
{
background-color:white;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;	
font-size:1.2em;
}

.itemStyle /* style of the hospital row items on the results page */
{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
border-width:0px;
}

.textStyle /* The style of the textual areas on the pages */
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
}

.textHeading /* the style of the headings on the pages */
{
background-color:#fff; letter-spacing:0.02em;font-family:Arial, Helvetica, sans-serif;font-size:15px;color:#3ba6ee;font-weight:bold;padding-bottom:5px;
}

.fieldTitle /* the labels defining the search criteria */
{
	text-align:left;
    font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}

.buttonStyle /* the style of the search and search again buttons */
{
	width:80px;
	font-family:Arial, Helvetica, sans-serif;	font-size:8pt;
}
	
.textBoxStyle /* the style of all textboxes and dropdown lists */
{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11px;width:300px;
}

.warningStyle /* the warning or error text */
{
	font-family:Arial, Helvetica, sans-serif;	font-size:1em;
	font-weight:normal;
	color:Red;
}


a, a:link, a:visited{ color:#3793d6; text-decoration:none}
a:hover, a:active{ color:#3793d6;text-decoration:underline}

UL LI	{	
	list-style-type:	square ;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

span#lblDate{font-size:11px;font-weight:normal}
