/*===================================================================*
 *  Edit Form                                                        *
 *===================================================================*/

/* ................................
 *              (note: these styles should be defined in default.css,*
 *              and should not be overidden here unless there is a   *
 *              specific reason to have them unique to this recordset*/
form#database_entrytable.editForm
{
	
}
	table.editForm th
	{
	
	}
	table.editForm td
	{
	
	}
		table.editForm td input
		{
		
		}
		table.editForm td textarea
		{
		
		}
		table.editForm td span.fixedInput
		{
		
		}


/*end of defaults...................*/
		table.editForm td input#id
		{
		
		}
		table.editForm td input#event_number
		{
		
		}
		table.editForm td input#date_added table.editForm td input#date_added_day table.editForm td input#date_added_month table.editForm td input#date_added_year 
		{
		
		}
		table.editForm td input#act_type
		{
		
		}
		table.editForm td input#event_description
		{
		
		}
		table.editForm td input#event_date table.editForm td input#event_date_day table.editForm td input#event_date_month table.editForm td input#event_date_year 
		{
		
		}
		table.editForm td input#venue
		{
		
		}
		table.editForm td input#audience
		{
		
		}
		table.editForm td input#location
		{
		
		}
		table.editForm td input#requirements
		{
		
		}
		table.editForm td select#bidding
		{
		
		}
		table.editForm td select#bidding option
		{
		
		}
		table.editForm td select#status
		{
		
		}
		table.editForm td select#status option
		{
		
		}
/* end of Edit Form
 *===================================================================*/

/*===================================================================*
 *  Confirm Delete                                                   *
 *              (note: these styles should be defined in default.css,*
 *              and should not be overidden here unless there is a   *
 *              specific reason to have them unique to this recordset*
 *===================================================================*/

div#deleteConfirm
		{
		
		}

div#deleteConfirm p
		{
		
		}
div#deleteConfirm b
		{
		
		}
form#database_entry
		{
		
		}
div#deleteConfirm div#data_to_be_deleted
		{
		
		}
div#deleteConfirm div#data_to_be_deleted h2
		{
		
		}
div#deleteConfirm div#data_to_be_deleted input@submit
		{
		
		}
div#deleteConfirm div#data_to_be_deleted a.button
		{
		
		}
/* end of Confirm Delete
 *===================================================================*/

/*===================================================================*
 *  Sequential List                                                  *
 *===================================================================*/

/* ................................
 *              (note: these styles should be defined in default.css,*
 *              and should not be overidden here unless there is a   *
 *              specific reason to have them unique to this recordset*/
table.sequentialList
{
	
}
div.record
{

}
	div.record div
	{
		
	}
	div.record div.label
	{
		
	}
	div.record div.date
	{
	
	}
	div.record div.time
	{
	
	}
	div.record div.datetime
	{
	
	}
	div.record
		{
			position:relative;
			overflow:hidden;
			width:525px;
			height:456px;


/*Hi There!!!456*/

		}

	/*Labels and Data -------------------------------------------------*/  
	div.record div.date
	{
	
	}
	div.record div.time
	{
	
	}
	div.record div.datetime
	{
	
	}
/*end of defaults...................*/

	div.events_event_number_label
	{
		display: block;
		position: relative;
		top: 0px;
		left: 5px;
		width: 90px;
	}
	div.events_event_number
	{
		display: block;
		position: relative;
		top: 0px;
		left: 20px;
		height: 12px;
		width: 500px;
	}

	div.events_act_type_label
	{
		display: block;
		position: relative;
		top: 7px;
		left: 5px;
		width: 80px;
	}
	div.events_act_type
	{
		display: block;
		position: relative;
		top: 7px;
		left: 20px;
		height: 12px;
		width: 500px;
	}

	div.events_event_description_label
	{
		display: block;
		position: relative;
		top: 14px;
		left: 5px;
		width: 50px;
	}
	div.events_event_description
	{
		display: block;
		position: relative;
		overflow:auto;
		border:1px solid silver;
		background-color:white;
		top: 14px;
		left: 20px;
		height: 60px;
		width: 500px;
	}

	div.events_event_date_label
	{
		display: block;
		position: relative;
		top: 21px;
		left: 5px;
		width: 40px;
	}
	div.events_event_date
	{
		display: block;
		position: relative;
		top: 21px;
		left: 20px;
		height: 12px;
		width: 500px;
	}

	div.events_venue_label
	{
		display: block;
		position: relative;
		top: 28px;
		left: 5px;
		width: 50px;
	}
	div.events_venue
	{
		display: block;
		position: relative;
		top: 28px;
		left: 20px;
		height: 12px;
		width: 500px;
	}

	div.events_audience_label
	{
		display: block;
		position: relative;
		top: 35px;
		left: 5px;
		width: 80px;
	}
	div.events_audience
	{
		display: block;
		position: relative;
		top: 35px;
		left: 20px;
		height: 12px;
		width: 500px;
	}

	div.events_location_label
	{
		display: block;
		position: relative;
		top: 42px;
		left: 5px;
		width: 80px;
	}
	div.events_location
	{
		display: block;
		position: relative;
		top: 42px;
		left: 20px;
		height: 12px;
		width: 500px;
	}

	div.events_requirements_label
	{
		display: block;
		position: relative;
		top: 49px;
		left: 5px;
		width: 50px;
	}
	div.events_requirements
	{
		display: block;
		position: relative;
		overflow:auto;
		border:1px solid silver;
		background-color:white;
		top: 49px;
		left: 20px;
		height: 60px;
		width: 500px;
	}

	div.bid_status_status_label
	{
		display: block;
		position: relative;
		top: 56px;
		left: 5px;
		width: 70px;
	}
	div.bid_status_status
	{
		display: block;
		position: relative;
		top: 56px;
		left: 20px;
		height: 12px;
		width: 500px;
	}

	div.event_status_status_label
	{
		display: block;
		position: relative;
		top: 63px;
		left: 5px;
		width: 60px;
	}
	div.event_status_status
	{
		display: block;
		position: relative;
		top: 63px;
		left: 20px;
		height: 12px;
		width: 500px;
	}
/* end of Sequential List
 *===================================================================*/

/*===================================================================*
 *  Sortable Grid                                                    *
 *===================================================================*/

/* ................................
 *              (note: these styles should be defined in default.css,*
 *              and should not be overidden here unless there is a   *
 *              specific reason to have them unique to this recordset*/
table.sortableGrid
{

}

	/*Column Headings -------------------------------------------------*/  
	table.sortableGrid th
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		vertical-align:top;
	}
/*end of defaults...................*/
	/*If particular styles are needed for specific column headings, fill in the relevant styles below.
	If not, leave these blank, or delete them */
	table.sortableGrid th.event_number
	{
	}
	table.sortableGrid th.act_type
	{
	
	}
	table.sortableGrid th.event_description
	{
	
	}
	table.sortableGrid th.event_date
	{
	
	}
	table.sortableGrid th.venue
	{
	
	}
	table.sortableGrid th.audience
	{
	
	}
	table.sortableGrid th.location
	{
	
	}
	table.sortableGrid th.requirements
	{
	
	}
	table.sortableGrid th.status
	{
	
	}
	table.sortableGrid th.status
	{
	
	}



	/*Data Rows -------------------------------------------------*/  
/* ................................
 *              (note: these styles should be defined in default.css,*
 *              and should not be overidden here unless there is a   *
 *              specific reason to have them unique to this recordset*/
	table.sortableGrid tr
	{
	
	}
	/*If you want to highlight odd and even rows in the table (to aid legibility), fill in the relevant styles below.
	If not, leave these blank, or delete them */
	table.sortableGrid tr.rowStyle_1
	{
	
	}
	table.sortableGrid tr.rowStyle_2
	{
	
	}

	/*Column Headings -------------------------------------------------*/  



	/*Data cells -------------------------------------------------*/  
/* ................................
 *              (note: these styles should be defined in default.css,*
 *              and should not be overidden here unless there is a   *
 *              specific reason to have them unique to this recordset*/
	table.sortableGrid td
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;	
	}

	/*Column Headings -------------------------------------------------*/  
	/*If particular styles are needed for specific columns, fill in the relevant styles below.
	If not, leave these blank, or delete them */
	table.sortableGrid td.Reference
	{
		text-align:center;
	
	}
	table.sortableGrid td.Required
	{
	
	}
	table.sortableGrid td.Event
	{
	
	}
	table.sortableGrid td.Date
	{
	
	}
	table.sortableGrid td.Venue
	{
	
	}
	table.sortableGrid td.Audience
	{
	
	}
	table.sortableGrid td.Location
	{
	
	}
	table.sortableGrid td.Notes
	{
	
	}
	table.sortableGrid td.Bidding
	{
		text-align:center;
	
	}
	table.sortableGrid td.Status
	{
		text-align:center;
	
	}
/* end of Sortable Grid
 *===================================================================*/


