﻿h1{background-image: url('../_img/h1-provider-contracting-request-and-information-form.png')}
/*
h2	#h2GeneralInformation{background-image: url('../_img/h2-general-information.gif')}
h2	#h2UniqueInfo{background-image: url('../_img/h2-general-information.gif')}
h2	#h2EducationalInfo{background-image: url('../_img/h2-general-information.gif')}
*/


fieldset 
{
	border-width:1px;
	width:800;
}

fieldset legend
{
	font-size:large ;
	font-weight:bolder;
	
}

table.formTable
{
	width:100%;
	border:1px solid #fff;
	border-collapse:collapse;
	border-spacing:0;
	border-width:1px 0 0 1px;
	background:#eff7fb;	
	
}



.column table.formTable tr.alt{background:#c0c6c4}

.column table.formTable th, .column table.formTable td{
border:1px solid #fff;
border-width:0 1px 1px 0;
text-align:left ;
padding:4px}

.column table.formTable thead th, .column table.formTable th, .tableHeader{
background:#0082c5;
color:#fff}

.column table.formTable .tableDetail
{
	border:1px solid #eff7fb;
	text-align:left ;
}

td.header
{
	background:#0082c5;
	color:#fff
}

table.formTable tr > td
{
	width:200px ;
	text-align:right;	
}


table.formTable tr > td + td
{
	width:500px ;
	text-align:left ;
}

td.indentText
{
	text-indent: 40px
}

td.firstColumn
{
    width:200px ;
	text-align:right;	  
}

.column table.formTable td.detail
{
	border:1px solid #eff7fb;
	text-align:left ;
}

.column table.formTable thead th, .column table.formTable th, .tableHeader{
background:#0082c5;
color:#fff;
}

/*AutoComplete flyout */

.autoCompleteList
{  
	visibility : hidden;
	margin : 0px!important;
	position:relative;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width:thin;
	border-style :solid;
	cursor : 'default';
	overflow : auto;
	margin-top:0px;
    text-align : left; 
    list-style-image:none !important; 
}

/* AutoComplete highlighted item */

.autoCompleteHighlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 0px;
}

/* AutoComplete item */

.autoCompleteListItem 
{
	background-color : window;
	color : windowtext;
	padding : 0px;
}

.autoformerror{color:red;}

.popupControl
{
	visibility : hidden;
	margin : 0px!important;
	position:relative;
	background-color : window;
	color : windowtext;
	border : buttonshadow;
	border-width:thin;
	border-style :solid;
	cursor : 'default';
	overflow : auto;
	margin-top:0px;
    text-align : left; 
    list-style-image:none !important; 
}
