BODY /* Sets default look when no styles are applied to individual elements*/
{
	font-family: Tahoma, Arial;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
	background-color: white;
} 

/*Banner Panels*/

.HomeBannerPanel
{	
	width:100%;
}

.SearchBannerPanel
{
	width:100%;
}

.ApplicationPanel /*The Main (center) panel area where the majority of the functionality is hosted*/
{
	width: 100%;	
	overflow:auto;	
}

.FieldsPanel /*Panel that contains all the Index Fields to search on */
{
	width:100%;
	overflow: auto;
}

.FooterPanel
{
	width:100%;	
}

/* HomePage */
.DepartmentsTable
{
	width:100%;
}

/* Defines how the Hyperlinks for the departments on the Home page should behave */
.DepartmentLink
{
	color:blue;
}

.DepartmentLink:hover
{
	color:darkred;
}

.DepartmentLink:visited;
{	
}

.TitleLabel
{
	text-align: center;
	background-color: #3CB371;
	width: 100%;
	font-weight: bold;
	padding: 2px;
}

/* Grids */
.AIMTable
{
	color: black;
	font-family: Tahoma;
	font-size: small;
	cursor: hand;
	padding: 0px;
}

.AIMHeader
{
	cursor: auto;
	color: #black;
	font-family: Tahoma;
	background-color: #3CB371;	
	text-align: left;
	font-weight: bold;
	margin: 1px;	
} 

INPUT.AIMHeader
{
	border: none;
	cursor: hand;
	font-size: 12px;
}

.AIMRow
{
	 background-color: white;
	 font-size: 12px;
}

.AIMAltRow 
{
	background-color: #CCFF99;
	font-size: 12px;
}
	 
.AIMHighRow
{
	background-color: #C0C0C0;	
	font-size: 12px;	
}

/* Search Fields (General) */

.StaticFieldsPanel
{
	width: 100%;
	padding-top: 10px;
	border-bottom: silver thin double;
	height: 55px;
	background-color: white;
	vertical-align: top;
}

.StaticSearchFieldTable /*Table containing each of the static search controls*/
{
	position:static;
	display:inline;
	background: white;	
}

.SearchButtonTable
{		
	display:inline;
	background: white;		
}

.SearchTable /* When search fields are displayed in Table format this is the table that contains all controls */
{
	background-color:white;
	width:100%;	
}

.FieldControlTable /* This is the Table that contains individual search fields control*/
{
	width:100%;
	font-size: smaller;
}

.FieldControlLabelCell /* This is the TableCell that contains the Label control */
{
	width:25%;
}

.FieldControlInputCell /* This is the TableCell that contains the Input control */
{		
	width:100%;
}

/* Search Fields (composite) */
.AddressField
{
	font-size: x-small;
}

.AddressFieldHeader
{
	background-color: #effbff;
}

.Address2Field
{
	font-size: x-small;
}

.Address2FieldHeader
{
	background-color: #e4e7e8;
}

.NameField
{
	font-size: x-small;	
}

.NameFieldHeader
{
	background-color: Lime;
}
/* Search Fields (Specific) */

.staticDateFromLabel /*Static Label*/
{	
	font-size: smaller;
}

.staticDateFromInput /*Static Label*/
{	
	font-size: smaller;
}

.staticDateToLabel /*Static Label*/
{	
	font-size: smaller;
}

.staticDateToInput /*Static Label*/
{
	font-size: smaller;
}

.staticFreeTextLabel /*Static Label*/
{	
	font-size: smaller;
}

.staticFreeTextInput /*Static Label*/
{
	font-size: smaller;
}


.staticDocTypeCombo
{
	font-size: smaller;	
}

.staticDocTypeLabel
{
	font-size: smaller;
}

.LabelClientAddressRef
{
}

.InputClientAddressRef
{
}

/* Group Results Page */
.GroupResultsLink
{
	color:Blue
}
.GroupResultsLink:visited
{
	color: Blue
}
.GroupResultsLink:hover
{
	color: darkred	
}

/* Results Toolbar */
.ResultsToolbar
{
	margin-right: 15px;
}

/* change these to display: none to hide */

.BackToSearchButton
{
    display: inline;
}

.ViewButton
{
    display: inline;
}

.AIMFooter
{
    display: inline;
}


.mandatoryMessage
{
	font-size: smaller;
}
th
{
	text-align: left;
}
.resultInstructions
{
	font-size: smaller;
}
