﻿h1{background-image: url('../_img/h1-Corporate-Giving-Program-Request-Form.png')}
/*
h2	#h2GeneralInformation{background-image: url('../_img/h2-general-information.gif')}
h2	#h2ProjectInformation{background-image: url('../_img/h2-project-information.gif')}
h2	#h2BenefitsRequested{background-image: url('../_img/h2-Benefits-Included-In-This-Request.gif')}
h2	#h2RequiredMaterials{background-image: url('../_img/h2-Required-Materials.gif')}
h2	#h2FinancialInformation{background-image: url('../_img/h2-Financial-Information.gif')}
h2	#h2SubmitTo{background-image: url('../_img/h2-Submit-To.gif')}
*/
fieldset 
{
	border-width:0px;
	
}

fieldset legend
{
	font-size:large ;
	font-weight:bolder;
	display:none;
	
}

table.formTable
{
	width:700px;
}

textarea 
{
    overflow:hidden
}

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;	  
}


/*AutoComplete flyout */

.autoCompleteList
{  
	visibility : hidden;
	top:100%;
	margin : 0px!important;
	position:absolute !important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor :default;
	overflow : auto;
    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;
}
