﻿/*********** Indent all pages **********/	

.indent 
{
	position: relative;
	padding: 0.5em;
	margin:0;
	clear:both;
}

/*********** Information bar layout **********/	

#ctl00_mainContent_informationFlag
{ 
	 padding:0.5em;
	 margin-bottom:0.8em;
	 width:43.5em;
	 clear: left;
}

#ctl00_mainContent_informationFlag a:link
{
	font-weight: bold;
}

#ctl00_mainContent_informationFlag a:visited
{
	font-weight: bold;
}

#ctl00_mainContent_introductoryText
{ 
	 padding-top:0.5em;
	 padding-left:1em;
	 clear: left;
}


/*********** Form layout **********/	

.topPadded
{
	padding-bottom:4px;
	float: right;
	clear: both;
}

.bottomPadded
{
	padding-top:4px;
	float: right;
	clear: both;
}

/** Styles an ASP Button to look like a link button **/

.link { 
	text-align: center; 
	padding: 0em; 
	background-color: transparent; 
	background-position: left; 
	background-repeat: no-repeat; 
	border: none;
	text-decoration: underline; 
	cursor: pointer;
	overflow:visible;
}

#ctl00_mainContent_informationFlag .link
{
	position: absolute; 
	#position: inherit; 
	font-weight: bold;
	margin-top: -0.09em;
	margin-left: 0.1em;
}

/**Profiles search form **/

.search .field 
{
	border-width: 1px 0px 0px 0px; 
	padding: 0.2em 0em 0em 0em; 
	margin: 0.2em 0em; 
	clear: both;
}
.search .label 
{
	font-family: verdana, helvetica, arial, sans-serif; 
	line-height: 1.5em; 
}

.search .inline .label
{
	width: 11em;
	float: left;
}
.search .inline .value 
{
	margin-left: 11em;
}

.search .text
{
	width: 32em;
	_width:31em; /** IE6 **/
}

.search .multilist
{
	width: 42em;
	_width: 41em; /** IE6 **/
}

.search .scrollDiv
{
	border: solid 1px #A5ACB2; 
	width: 43.5em; 
	_width: 42.5em; /** IE6 **/
	height: 6.8em;
	#height: 7em;
	background-color: #ffffff; 
	overflow: auto;
}

/********************** styles for Tables using TABULAR DATA **********************/ 

/****** For colours and widths see *_specific.css ******/

table 
{ /** Standard table for use on tables with tabular data **/
	border:0;
	margin:0;

}
	
th
{ /** Table heading for use on tables with tabular data **/
	padding:0;	
	border:0;
	border-bottom: 1;
}	

tr
{
	font-size: 85%;		
}

td 
{ /** Table cell for use on tables with tabular data **/
	padding:0;	
	border:0;
	border-bottom:1;
}

.header
{
	padding: 4px 4px 4px 4px;
	height: 2em;
	line-height: 2em;
}

.centralHeader
{
	padding: 4px 4px 4px 4px;
	height: 2em;
	line-height: 2em;
}

.footer
{
	font-weight:bold;
	padding: 4px 4px 4px 4px;
	border-bottom:1px solid #BCBCBC;
	border-left:1px solid #BCBCBC;
	padding:0.5em;
	vertical-align:top;
}

.linedColumn
{
	 padding: 4px 4px 4px 4px;
}

.linedCentralColumn
{
	 padding: 4px 4px 4px 4px;
}


.bottomRowLinedCentralColumn /*********** Used for bottom row of table in collapsible panel **********/
{
	 padding: 4px 4px 4px 4px;
}

.bottomRowLinedColumn
{
	 padding: 4px 4px 4px 4px;
}


/*********** Collapsible Panel layout **********/
#collapsiblePanelArea 
{
	width:99%;
	padding-right:0em;
	position: relative;
	float:left;
}

.expandButton /** Expand button position **/
{ 
	float:right;
	margin-right:0.5em;
	margin-top:0.3em;
}

.collapsiblePanel 
{
	margin: 0px;
	padding: 0px;
}

.collapsiblePanelTabLeft 
{
	font-weight:bold;
	font-size: 85%;
	padding: 0.5em 0em 0.5em 0.5em;
	height: 2em;
	line-height: 2em;
	width: 67.65em;
	.width: 68em;
	_width: 67.59em;
	float: left;
}

.collapsiblePanelTabRight 
{
	font-weight:bold;
	font-size: 85%;
	padding: 0.5em 0em 0.5em 0.5em;
	height: 2em;
	line-height: 2em;
	cursor: pointer;
	width: 1.6em;
	#width: 1.7em;
	float: left;
}
.collapsiblePanelContent 
{
	width: 100%;
	float: right;
}

.collapsiblePanelArea a 
{
	font-weight:bold;
}

.collapsiblePanelTabRight .panelOpen, .collapsiblePanelTabRight .panelClose
{
	display: none;
}

.CollapsiblePanelOpen .collapsiblePanelTabRight .panelClose,
.CollapsiblePanelClosed .collapsiblePanelTabRight .panelOpen
{
	display: inline;
}

#staffPanelArea th 
{
	padding: 4px 4px 4px 4px;
}

/**** Styles for profile ****/
.profileField 
{
	border-width: 1px 0px 0px 0px; 
	padding: 0.2em 0em 0em 0em; 
	margin: 0.2em 0em; 
	clear: both;
}
.profileLabel 
{
	font-family: verdana, helvetica, arial, sans-serif; 
	line-height: 1.5em; 
}
.inline .profileLabel
{
	width: 12em;
	float: left;
}
.inline .profileValue 
{
	margin-left: 12em;
}

/************** A to Z table **************/

.tableAtoZ 
{
border-right:1px solid #BCBCBC;
border-top:1px solid #BCBCBC;
margin-bottom:1em;
margin-top:0.1em;
}

.thAtoZ 
{
border-bottom:1px solid #BCBCBC;
border-left:1px solid #BCBCBC;
font-weight:bold;
padding:0.5em;
text-align:left;
vertical-align:middle;
}

.tdAtoZ 
{
border-bottom:1px solid #BCBCBC;
border-left:1px solid #BCBCBC;
padding:0.5em;
vertical-align:top;
}

/***** Anchor tags for staff without profiles *****/

.HideProfile
{
	text-decoration: none;
}
.HideProfile:Hover
{
	text-decoration: none;
}
.HideProfile:Focus
{
	text-decoration: none;
}

/******** No search results *******/

.noResultsArea{
width: 99%; 
float: left;
}
.noResultsHead{
line-height: 2em; 
Padding: 0.5em 0em 0.5em 0.5em; 
font-size: 85%; 
font-weight: bold;
}
.noResultsContent{
line-height: 2em; 
Padding: 0.5em 0em 0.5em 0.5em; 
font-size:85%;
}
