@charset "utf-8";

.tableMain /* Details of the main tables */
{
	border-color:#666666;
	border-width:1px;
	border-style:solid;	
	width:90%;
}

.tableSearch /* Details of the table with the search fields */
{
	border-width:0px;
	width:400px;
	/*padding: 1px 1px 1px 1px;*/
	margin-bottom:10px;
}

.headerCell /* style of the header and footer cells on results page */
{
	background-color:#003e7e;
	color: #fcb713;;
    font-family: Tahoma, Verdana, Arial;
	font-size:8pt;
}

.innerHeader /* style of the inner header and footer cells on results page */
{
	background-color:#d1e1f2;
    font-family: Tahoma, Verdana, Arial;
	font-weight:bold;	
	font-size:8pt;	
	color: #003e7e;
}

.itemStyle /* style of the hospital row items on the results page */
{
	background-color:#f3f3f3;
    font-family: Tahoma, Verdana, Arial;
	font-size:8pt;
	border-width:0px;
}

.textStyle /* The style of the textual areas on the pages */
{
	font-family:MS Sans Serif, Tahoma, Verdana;
	font-size:8pt;
	color:Gray;
	text-align:left;
}

.textHeading /* the style of the headings on the pages */
{
	font-family:MS Sans Serif, Tahoma, Verdana;
	font-size:10pt;
	font-weight:bold;
	color: #003e7e;
	background-color:#d1e1f2;
	text-align:left;
}

.fieldTitle /* the labels defining the search criteria */
{
	text-align:left;
    font-family: Tahoma, Verdana, Arial;
	font-size:8pt;
	font-weight:bold;
	color: #003e7e;
}

.buttonStyle /* the style of the search and search again buttons */
{
	width:80px;
    font-family: Tahoma, Verdana, Arial;
	font-size:8pt;
}
	
.textBoxStyle /* the style of all textboxes and dropdown lists */
{
    font-family: Tahoma, Verdana, Arial;
	font-size:8pt;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

.warningStyle /* the warning or error text */
{
    font-family: Tahoma, Verdana, Arial;
	font-size:8pt;
	font-weight:bold;
	color:Red;
}

BODY
{
    text-align:center;
}


/*
BODY
{
    BACKGROUND-COLOR: white;
    font-family: Tahoma, Verdana, Arial;
    FONT-SIZE:small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    text-align:center;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:Red;
	}

UL LI	{	
	list-style-type:	square ;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	
*/