body
{
	margin: 0px;
	font-family:   Arial, Tahoma, Verdana, 'Microsoft Sans Serif';
	background: url(../Images/fernwatermark.jpg) no-repeat 650px 200px;
}

div
{	
	overflow : hidden;
}

h1
{
	
	font-weight: bold;
	font-size:large;		
}

h2 
{
	font-weight: bold;
	font-size:larger;
	
}

.bg-accent
{
	
	font-size: 12px;

}
.bg-outline
{	
	font-size: 12px;
	
}
.bg-evenrow
{
	font-size: 12px;
	
}
.bg-oddrow
{
	font-size: 12px;
	
}
.bg-action
{
	font-size: 12px;
	font-weight: bold;
	
	
}



/****** The popup help window **********/
DIV.HelpTitle
{
	
	height: 40px;
	padding: 10px;
	font-size: 18px;

}

DIV.HelpContent
{
	padding: 10px;		
}

DIV.SiteFacilityQuestion
{
	clear: both;
	font-weight: bold;
	padding-right: 
	margin-top: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	
}

/****** Main page framework styles *********/

DIV.Banner
{
	POSITION: absolute; 
	width: 100%;		
	MARGIN: 0px; 
	TOP: 0px; LEFT: 0px;
}

DIV.BannerImage
{
	/* see browser_IE/browser_netscape */
	
}


DIV.BannerText
{
	MARGIN-TOP: 10px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	LEFT: 220px; 
	WIDTH: 320px; 
	FONT-STYLE: italic; 
	POSITION: absolute; 
	height : 70px; 
		
}

DIV.BannerLogo
{
	LEFT: 540px; 
	POSITION: absolute; 
	TOP: 5px;	
}

DIV.NavigationBar
{
	
	position: absolute;
	width: 100%;
	left: 0px;
	height: 24px;
	
}

DIV.Navigation
{
	width: 800px;		
}

.Navigation a:link
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	top: 2px;
	text-align: center;
	text-decoration: none;
	color: #0A97B6;
}

.Navigation a:visited
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	top: 2px;
	text-align: center;
	text-decoration: none;
	color: #0A97B6;
}

.Navigation a:active
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	top: 2px;
	text-align: center;
	text-decoration: none;
	color: #0A97B6;
}

.Navigation a:hover
{
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	top: 2px;
	text-align: center;
	text-decoration: none;
	color: #0A97B6;
}



DIV.SectionMenu
{
	float : left;
	padding-top : 25px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	width : 140px;
	height : 200px;
	clear: right;
}

DIV.ContentArea
{
	position: absolute;
	padding-top: 10px;
	left : 160px;
	font-size: x-small;
	width: 602px;	
	overflow : visible;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
}

DIV.PrintContentArea
{
	position: absolute;
	padding-top: 10px;
	left : 30px;
	top: 100px;
	font-size: x-small;
	width: 770px;	
}

DIV.PageTitleArea
{
	clear: left;
	left: 0px;
	float: left;
	width: 440px;
	position: absolute;
	height: 30px;
	overflow : hidden;
	
}

DIV.PageTitleImage
{
	float: right;
	
}

DIV.PageTitleText
{
	margin-top: 6px;
	position: relative;
	left: 162px;
	float: left;	
	font-weight: bold;
	font-size: 16px;
	
}

DIV.PrintPageTitleText  /* Page title shown on printer friendly pages */
{
	margin-top: 50px;
	position: relative;
	left: 30px;
	float: left;	
	font-weight: bold;
	font-size: 16px;
	
}


DIV.PrintLink
{
	
	position: relative;
	top: 25px;
	left: 10px;		
	height : 80px;
}

/* Printer friendly link styles */
DIV.PrinterIcon
{
	position: relative;
	xfloat: left;
}

DIV.PrinterUrl
{
	position: relative;
	xfloat: left;
	margin-top: 10px;
		
}

A.PrinterUrl:link
{
	text-align:center;
	text-decoration: none;
	padding: 0px 5px 0px 5px;	
	font-size: 12px;
}

A.PrinterUrl:visited
{
	text-align: center;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
}

A.PrinterUrl:active
{
	text-align: center;
	text-decoration: none;	
	padding: 0px 5px 0px 5px;	
	font-size: 12px;	
}

A.PrinterUrl:hover
{
	text-align:center;
	text-decoration: none;
	padding: 0px 5px 0px 5px;	
	font-size: 12px;

}



SPAN.Feedback   /*Used on feedback labels that are rendered as spans*/
{
	font-size: x-small;
	margin-bottom : 5px;
	width: 100%;
	clear :right;
	float :left;
	overflow : visible;
	height : 30px;
	font-weight : bolder;
}

P.ControlLabel  /*This is used in a paragraph tag for labels that appear above a control, i.e. a text box*/
{
	font-size: x-small;
	margin-bottom: 2px;  
	margin-top: 5px;
}

P.NewLine    /*This is used to move text to a new line underneath and not to leave a gap for a paragraph*/
{
	margin-bottom: 2px;
	margin-top: 2px;	
}

P.Opening_paragraph    /*The first paragraph, this has no space above or below as following paragraphs has a space*/
{
	margin-top: 0px;
	margin-bottom: 0px;	
}

.ValidationControl  /*Used on the validation control to specify the style*/
{
	font-size: x-small;
	
}
.ValidationSummary  /*Used on the summary control to specify the style*/
{
	clear:left;
	font-size: x-small;
	
}

.SimpleInformationText /*Used for simple pages that show a block of information only, e.g. Errorpage*/
{
	border-bottom: thin solid;		
}

.TableDiv
{
	width: 100%;
	height: 200px;
	
}

.TableRow
{
	width: 100%;
	
}

.TableCell
{
	clear: right;
	margin-top: 5px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 30%;
	height: 100%;
	
}

/**** Styles mainly used in Administration pages ****/

DIV.Heading     /* A heading */
{
	clear: both;
	margin-top: 4px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 600px;
	text-align: center;
	font-size: small;
}




DIV.HalfHeading     /* A heading */
{
	clear: both;
	margin-top: 4px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 300px;
	text-align: center;
	font-size: small;
}

DIV.NewLeftHalfHeading
{	
	clear: left;
	margin-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	float: left;
	padding-bottom: 3px;
	width: 300px;
	padding-top: 2px;
	overflow :hidden;
}


DIV.NewLeftHeading
{
	clear: left;
	margin-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	float: left;
	padding-bottom: 3px;
	width: 105px;
	padding-top: 2px;
	overflow :hidden;
	height : 22px;
	padding-left : 2px;
	margin-left : 0px;


}

DIV.Control
{

	clear: right;
	width: 485px;
	margin-top: 4px;
	margin-left: 1px;
	height : 25px;	
	padding-top : 1px;
	padding-left : 1px;
	padding-right: 1px;
}
	

DIV.TallControl
{
	
	clear: right;
	width: 485px;
	margin-top: 4px;	
	clear : right;
	padding-top : 1px;
	padding-left : 1px;
	padding-right: 1px;
}


DIV.ControlHalfWidth
{
	float: left;
	width: 181px;
	margin-left: 1px;	
	margin-top: 4px;
	height : 25px;
	padding-top : 1px;
	padding-left : 1px;
	padding-right: 1px;
}
	


DIV.ControlHalfWidthEnd
{
	float: left;
	clear: right;	
	xwidth: 180px;
	width: 178px;
	margin-left: 2px;	
	margin-top: 4px;
	height : 25px;
	padding-top : 1px;
	padding-left : 1px;
	padding-right: 1px;
	
}

DIV.ControlAfterLongLeftHeading
{
	float: left;
	width :360px;
	clear : right;
	margin-left: 2px;	
	margin-top: 4px;
	height : 25px;	
	padding-top : 1px;
	padding-left : 1px;
	padding-right: 1px;
	
}
DIV.ControlButton
{
	float: left;
	width: 107px;
	margin-top: 4px;
	clear : right;
	padding-left : 1px;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-right: 1px;
		
}

DIV.ControlHasButton
{
	margin-left: 1px;
	margin-top: 4px;
	clear: right;
	float :left;
	padding-left :1px;
	padding-right: 1px;
}


DIV.HidableContainer 
{
	width : 600px;	
}


TEXTAREA.TextBoxFullWidth
{
	xwidth :485px;
	width: 482px;
	
	
}

INPUT.TextBoxFullWidth
{
	xwidth: 485px;
	width: 482px;
	
}

TextBoxFullWidth
{
	xwidth: 485px;
	width: 482px;
	
}

SELECT.ListBoxAfterLongLeftHeading
{
	width : 360px;
}


SELECT.ListBoxFullWidthNoLeftHeading
{
	width: 600px;	
}

SELECT.ListBoxHalfWidthNoLeftHeading
{
	width: 300px;	
}


SELECT.ListBoxFullWidth
{
	width: 485px;
}


SELECT.ListBoxHalfWidth
{
	xwidth: 178px;
	width: 175px;	
}

SELECT.ListBoxAddRemove
{
	width: 227px;	
	
}

INPUT.TextBoxHalfWidth
{
	xwidth: 178px;
	width: 175px;	
	
}

INPUT.TextBoxAddRemove
{
	width: 227px;	
}


INPUT.TextBoxFullFollowedByButton
{
	width: 375px;	
}






DIV.ButtonRow
{
	width: 599px;	
	text-align: right;
	float : left;
	/* including padding or you cannot see focus on IE */
	padding-left : 1px;	 
	padding-right : 1px;
	padding-top : 1px;
	padding-bottom : 1px;
}

DIV.ButtonRowLeft  /*Buttons left aligned */
{
	clear:left;
	float: left;
	width: 300px;
	/* including padding or you cannot see focus on IE */
	padding-left : 1px;	 
	padding-right : 1px;
	padding-top : 1px;
	padding-bottom : 1px;
	
		
}

DIV.ButtonRowRight  /*Buttons right aligned */
{
	
	width: 300px;
	/* float defined in browser_IE/netscape */
	clear: right;
	text-align: right;	
	/* including padding or you cannot see focus on IE */
	padding-left : 1px;	 
	padding-right : 1px;
	padding-top : 1px;
	padding-bottom : 1px;
}



DIV.TextContent
{
	float: left;	
	width: 470px;
	margin-left: 4px;	
	margin-top: 5px;
	padding-bottom: 3px;
	padding-top: 2px;	
	height : 22px;	
	overflow :hidden;
}


DIV.VarWidthTextContent
{
	float: left;	
	clear : right;
	margin-left: 4px;	
	margin-top: 5px;
	padding-bottom: 3px;
	padding-top: 2px;	
	overflow :hidden;
	height : 22px;	
}

DIV.TextContentAfterLongLeftHeading
{

	float: left;
	clear: right;
	width: 340px;
	margin-right:4px;
	margin-left: 4px;	
	margin-top: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 3px;	
	overflow :hidden;	
	height : 22px;
}


DIV.TextContentHalfWidth
{
	float: left;
	width: 168px;
	margin-right: 4px;
	margin-left: 4px;	
	margin-top: 5px;
	padding-bottom: 3px;
	padding-top: 2px;	
	height : 22px;	
	overflow :hidden;	
}

DIV.TextContentHalfWidthEnd
{
	float: left;	
	width: 168px;
	clear: right;
	margin-left: 2px;	
	margin-top: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	height : 22px;	
	overflow :hidden;			
}

DIV.LeftHeading
{
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 3px;
	width: 117px;
	padding-top: 2px;
	overflow :hidden;
	height : 22px;	
	padding-left : 2px;
	margin-left : 5px;

}


DIV.LongLeftHeading
{
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	font-weight: bold;
	padding-bottom: 3px;
	width: 214px;
	padding-top: 2px;
	overflow :hidden;
	height : 22px;	
}

DIV.TextContentQuarterWidth
{
	
	float: left;
	width: 80px;
	margin-right: 4px;
	margin-left: 4px;	
	margin-top: 5px;
	padding-bottom: 3px;
	padding-top: 2px;	
	overflow :hidden;	
	height : 22px;	
}


DIV.TextContentQuarterWidthEnd
{
	float: left;	
	clear : right;
	width: 80px;
	margin-left: 2px;	
	margin-top: 5px;
	padding-bottom: 3px;
	padding-top: 2px;	
	overflow :hidden;
	height : 22px;			
}

DIV.RowSpacer  /* Adds a row space */
{
	height: 15px;
	clear: both;	
}

TEXTAREA.TextBoxMaximumWidth  /* currently used on the FAQ screen */
{
	width: 599px;		
	
}

/* Used for site facilities in the hospital administration pages */
DIV.DateToFromControls
{
	margin-top: 5px;
}

DIV.DateFromControl
{
	float: left;
	
}
DIV.DateToText
{
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}

DIV.DateToControl
{
	float: left;	
}

INPUT.DateFromToTextBox
{
	width: 136px;	
}

/********************** Styles for an information box ************************************/
DIV.InformationArea
{
	clear: left;
	width: 560px;
	margin-top: 5px;
	margin-bottom: 5px;	
	
}

DIV.InformationArea_image
{
	width: 50px;
	float: left;
}

DIV.InformationArea_text
{
	margin-top: 3px;
	width: 505px;
		
}




/************************ Styles for admin pages that have two listboxes with add/remove options  ***********/
DIV.ListBoxHeading
{
	
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 2px;	
	margin-left: 1px;
		
}

DIV.FirstBoxArea
{
	float: left;
	clear: left;
	width: 40%;
}

DIV.SecondBoxArea
{
	float: right;
	clear: right;
	width: 40%;
	
}

DIV.ListBox
{	
	
	margin-top: 4px;
	margin-right: 2px;
	
	
}

DIV.AddRemoveButtons
{
	float:left;
	width: 18%;
	text-align: center;	
	padding-top: 100px;	
}


DIV.ControlAboveFirstListBox  /*A control over the first list box*/
{
	
	float: left;
	clear: left;
	width: 40%;
	margin-top: 4px;
	
	
	
}

DIV.ControlAboveSecondListBox  /*A control over a second list box*/
{
	
	float: right;
	clear: right;
	width: 40%;
	margin-top: 4px;
	margin-right: 1px;
	
}




/********************** Styles for an information box ************************************/
DIV.InformationArea
{
	clear: left;
	width: 599px;
	margin-top: 5px;
	margin-bottom: 5px;	
	
}

DIV.InformationArea_image
{
	width: 50px;
	float: left;
}

DIV.InformationArea_text
{
	margin-top: 3px;
	width: 557px;	
}





/*********************** Styles for tables that have sortable columns and results lists from searches etc **/
TABLE.Results
{
	border-right: 0px;
	border-top: 0px;
	margin-top: 2px;
	border-left: 0px;
	width: 600px;
	border-bottom: 0px;
	border-collapse: collapse;
	clear : both;
}

TD.ColumnSortHeading_First
{
	border-right: 2px solid;
	padding-right: 2px;
	border-top: 2px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: x-small;
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 2px solid;
	text-align: center;
}

TD.ColumnSortHeading
{
	border-right: 2px solid;
	padding-right: 2px;
	border-top: 2px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: x-small;
	padding-bottom: 2px;
	border-left: 2px solid;
	padding-top: 2px;
	border-bottom:  2px solid;
	text-align: center;
}

TD.ColumnSortHeading_Last
{
	
	padding-right: 2px;
	border-top: 2px solid;
	padding-left: 2px;
	font-weight: bold;
	font-size: x-small;
	padding-bottom: 2px;
	border-left: 2px solid;
	padding-top: 2px;
	border-bottom: 2px solid;
	text-align: center;
}

TD.ResultsCellNormal
{
	border-right: 2px solid;
	padding-right: 2px;
	border-top: 2px solid;
	padding-left: 3px;
	font-size: x-small;
	padding-bottom: 1px;
	border-left: 2px solid;
	padding-top: 1px;
	border-bottom: 2px solid;
	
}

TD.ResultsCellNormal_First  /* The cells that appear in the list of rows, these cells do not belong to a column that is sorted */
{
	border-right:  2px solid;
	padding-right: 2px;
	border-top: 2px solid;
	padding-left: 3px;
	font-size: x-small;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom:  2px solid;
	
}

TD.ResultsCellNormal_Last  /* The cells that appear in the list of rows, these cells do not belong to a column that is sorted */
{
	
	padding-right: 2px;
	border-top: 2px solid;
	padding-left: 3px;
	font-size: x-small;
	padding-bottom: 1px;
	border-left:  2px solid;
	padding-top: 1px;
	border-bottom: 2px solid;

}

TD.ResultsCellSorted
{
	border-right:  2px solid;
	padding-right: 2px;
	border-top:  2px solid;
	padding-left: 3px;
	font-size: x-small;
	padding-bottom: 1px;
	border-left: 2px solid;
	padding-top: 1px;
	border-bottom:  2px solid;

	
}

TD.ResultsCellSorted_First  /* The cells that appear in the list of rows that belong to the column that is sorted */
{
	border-right:  2px solid;
	padding-right: 2px;
	border-top:  2px solid;
	padding-left: 3px;
	font-size: x-small;
	padding-bottom: 1px;
	padding-top: 1px;
	border-bottom:  2px solid;

}

TD.ResultsCellSorted_Last  /* The cells that appear in the list of rows that belong to the column that is sorted */
{
	padding-right: 2px;
	border-top:  2px solid;
	padding-left: 3px;
	font-size: x-small;
	padding-bottom: 1px;
	border-left: 2px solid;
	padding-top: 1px;
	border-bottom: 2px solid;

}

/*********************** Styles for the navigation row that appears for paging ****/
SPAN.page_navigate_recordsummary
{
	font-weight: normal;	
}

TD.page_navigate_control
{
	border-right:  1px solid;
	border-top:  1px solid;
	padding-left: 3px;
	font-weight: bold;
	font-size: x-small;
	border-left:  1px solid;
	width: 100%;
	border-bottom: 1px solid;

}


A:hover.NavigateLink
{
	
	text-decoration: underline;
	font-size: x-small;
	font-weight:bold;
}


A:visited.page_navigate_link
{
	
	text-decoration: none;
	font-size: x-small;
	font-weight:bold;
}

A.active.page_navigate_link
{
	
	text-decoration: none;
	font-size: x-small;
	font-weight:bold;
}

A:link.page_navigate_link
{
	
	text-decoration: none;
	font-size: x-small;
	font-weight:bold;
}



/*********************** Styles for the links at the top of sortable column headers ********************/
A:active.SortColumnLink
{
	
	text-decoration: none;
}
A:hover.SortColumnLink
{
	
	text-decoration: none;
}

A:link.SortColumnLink
{
	
	text-decoration: none;
}

A:visited.SortColumnLink
{
	
	text-decoration: none;
}

/******************* Styles for the links that appear in table listings  ******************************/
A:active.ResultItemLink
{
	
	
}
A:hover.ResultItemLink
{
	
	
}

A:link.ResultItemLink
{
	
	
}

A:visited.ResultItemLink
{
	
	
}

/************************* Styles used on the Faqs.aspx website page for Frequent Questions and answers  ******/
DIV.FaqQuestion
{
	margin-bottom: 8px;		
}

DIV.FaqAnswerBox
{
	margin-top: 15px;
	border-bottom: 2px solid;
	margin-bottom: 4px;	
}

DIV.FaqQuestionInAnswer
{
	font-weight: bold;	
	margin-bottom: 3px;	
}

DIV.FaqBackToTop
{
	 text-align: right;
}

DIV.FaqSpacer
{
	height: 100px;		
}

DIV.FaqSpacerLine
{
	margin-top: 20px;
	border-bottom: 2px solid;
}


A:active.FaqQuestionLink
{
	
	text-decoration: none;
	font-weight: bold;	
}

A:link.FaqQuestionLink
{
	
	font-weight: bold;
	text-decoration: none;	
}

A:visited.FaqQuestionLink
{
	
	font-weight: bold;
	text-decoration: none;	
}

A:hover.FaqQuestionLink
{
	text-decoration: underline;	
	font-weight: bold;	
}

A:active.BackToTopLink
{
	text-decoration: none;	
}

A:link.BackToTopLink
{
	text-decoration: none;	
}

A:visited.BackToTopLink
{

	text-decoration: none;	
}

A:hover.BackToTopLink
{
	
	text-decoration: none;	
	font-weight: bold;	
}


/* Event detail styles */
DIV.EventImage
{
	clear: right;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
}

DIV.EventTitle
{
	font-weight: bold;
	font-size: medium;
	margin-bottom: 10px;
	
}
DIV.EventDates
{
	font-weight: bold;
	margin-bottom: 10px;
}

DIV.EventLine
{
	margin-top: 20px;
	border-bottom: 2px solid;
	clear: both;
	
	
}

/*  Submission search results style sheets for tables holding the found items */

/* The main table that holds the individual found items */
TABLE.SubmissionResultsMain 
{
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}

/* A submission table, this holds the found submission summary details */
TABLE.SubmissionResultItem
{
	
	width: 100%;
	border-bottom: 2px solid;
	border-collapse: collapse;
	
}

/* The heading item that appears in the top row of the SubmissionResultItemTable */
TABLE.SubmissionResultsItemHeading
{
	width: 100%;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;		
}

TD.SubmissionResultsItemHeadingID
{
	width: 15%;
	padding-left: 4px;
}

TD.SubmissionResultsItemHeadingName
{
	width: 30%;	
}

TD.SubmissionResultsItemHeadingDOB
{
	width: 15%;	
}

TD.SubmissionResultsItemHeadingPostCode
{
	width: 22%;
}

TD.SubmissionResultsItemHeadingSex
{
	width: 10%;
}

TD.SubmissionResultsItemHeadingAge
{
	width: 8%;
}

TD.SubmissionResultsHeading
{
	font-size: x-small;
	width: 15%;
}

TD.SubmissionResultsField
{
	font-size: x-small;
	padding-left: 6px;
	width:45%;

}



DIV.BelowFormLink
{
	clear : both;
}


DIV.ColumnLink
{
	width : 195px;
	float : left;
	height : 22px;
	overflow : hidden;
}


DIV.EndColumnLink
{
	width : 195px;
	float : none;
	clear :right;
	height : 22px;
	overflow : hidden;

}



/* A matching items table, */
TABLE.MatchingSubmissionItem
{
	width: 100%;
	border-bottom: 2px solid;
	border-collapse: collapse;

}

/* The heading item that appears in the top row of the SubmissionResultItemTable */
TABLE.MatchingSubmissionItemHeading
{
	width: 100%;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;		
}







TD.MatchingSubmissionItemHeadingID
{
	width: 10%;
	padding-left: 4px;
}

TD.MatchingSubmissionPersonDetails
{
	width:25%;
}

TD.MatchingSubmissionInjuryMechanism
{
	width: 25%;
}


TD.MatchingSubmissionInjuryDate
{
	width: 10%;
}

TD.MatchingSubmissionStatus
{
	width : 25%;
	text-align : right;
}



TD.MatchingSubmissionHeading
{

	font-size: x-small;
	width:40%;
}

TD.MatchingSubmissionField
{
	font-size: x-small;
	padding-left: 6px;
	width:60%;

}

/* Styles used on the CodeSubmission page */
DIV.Codesub_Injurytext
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding: 5px;
	width: 486px;
	float: left;
	height: 480px;
	
}

DIV.Codesub_InjurytextReport
{
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	padding: 5px;
	width: 600px;
	float: left;
	height: 200px;
	
}

DIV.Codesub_TextBoxArea
{
	padding-left: 5px;
	float: left;		
}

INPUT.Codesub_textbox
{
	xwidth: 109px;	
	xwidth : 80px;
	width : 60;
}



INPUT.Codesub_textbox_shaded
{
	xwidth: 109px;
	xwidth: 80;
	width : 60;
	
}

INPUT.supplementary_textbox
{
	width: 20px;
	clear : right;

}

INPUT.supplementary_textbox_shaded
{
	width: 20px;	
	background-color: #e6e6e6;	
	clear : right;

}


/**** Variations on Admin Styles used for Submission/Case Summary areas ****/
DIV.SummaryHeading    
{
	clear: both;
	margin-top: 4px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 600px;
	text-align: center;
	font-size: small;
	background-color: #840000;	
	color : #ffffff;
}

DIV.SummaryLeftHeading
{
	float: left;
	margin-right: 2px;
	font-weight: bold;
	width : 117px;
	overflow :hidden;
}

DIV.SummaryTextAfterLeftHeading
{
	float: left;	
	width: 470px;
	margin-left: 4px;	
	overflow :hidden;

}

DIV.SummaryTextAfterLeftHeadingHalfWidth
{

	float: left;
	width:168px;
	margin-right:4px;
	margin-left: 4px;	
	overflow :hidden;
}


DIV.SummaryTextAfterLeftHeadingHalfWidthEnd
{
	float: left;	
	clear: right;
	width: 168px;
	margin-left: 2px;	
	overflow :hidden;	
}


A:active.TARNButtonLink
{
	float: left;
	text-decoration: none;
	font-family : Tahoma;
	font-size : 9px;
	font-weight : bold;
	background-color : #639cce;
	border-color : #cecece;
	color : #21425a;
	height : 18px;
	width : 180px;
	text-align : center;
	vertical-align : middle;
	border-width : 5px;
	margin-top : 4px;
	margin-bottom : 4px;
	margin-left : 8px;
	margin-right : 8px;
	border-width :thin;
	border-style : outset;
	
}

A:link.TARNButtonLink
{
	float: left;
	text-decoration: none;
	font-family : Tahoma;
	font-size : 9px;
	font-weight : bold;
	background-color : #639cce;
	border-color : #cecece;
	color : #21425a;	
	height : 18px;
	width : 180px;
	text-align : center;
	vertical-align : middle;
	border-width : 5px;
	margin-top : 4px;
	margin-bottom : 4px;
	margin-left : 8px;
	margin-right : 8px;
	border-width : thin;
	border-style :outset;
	
}

A:visited.TARNButtonLink
{
	float: left;
	text-decoration: none;
	font-family : Tahoma;
	font-size : 9px;
	font-weight : bold;
	background-color : #639cce;
	border-color : #cecece;
	color : #21425a;
	height : 18px;
	width : 180px;
	text-align : center;
	vertical-align : middle;
	border-width : 5px;
	margin-top : 4px;
	margin-bottom : 4px;
	margin-left : 8px;
	margin-right : 8px;
	border-width : thin;
	border-style : outset;
	
}

A:hover.TARNButtonLink
{
	float: left;
	text-decoration: none;
	font-family : Tahoma;
	font-size : 9px;
	font-weight : bold;
	background-color : #639cce;
	border-color : #cecece;
	color : #21425a;
	height : 18px;
	xwidth : 190px;
	width : 180px;
	text-align : center;
	vertical-align : middle;
	border-width : 5px;
	margin-top : 4px;
	margin-bottom : 4px;
	margin-left : 8px;
	margin-right : 8px;
	border-width : thin;
	border-style : outset;
	
}

DIV.AISCoding_Iframe_Div /*Positions a div holding the iFrame */
{
	position: relative;
	xtop: 53px;
	height: 200px;	
	width : 600px;
}

/* Styles for the Code lookup that appears in the CodeSubmission page  */

IFRAME.AISCoding_iFrame
{
	height: 250px;
	width : 600px;

}



DIV.AISCoding_heading
{
	border-right: 1px solid;
	padding-left: 15px;
	font-weight: bold;
	font-size: x-small;
	margin: 0px 0px 12px;
	vertical-align: middle;
	border-left: thin;
	xwidth: 150px;
	width: 600px;
	border-top: 3px solid;
	border-bottom: 3px solid;

}






TEXTAREA.AISCoding_descriptionbox_style
{
	width : 480px;
	height: 50px;
}

DIV.AISCoding_descriptionbox
{
	padding-left: 5px;	
}

INPUT.AISCoding_Textbox_style
{
	width: 140px;
		
}

DIV.AISCoding_TextBox
{
	padding-left: 5px;	
}

/* Styles for the Pending Reports Screen */
TABLE.PreviewReports
{
	width : 100%;
}

TD.PreviewReportsLeftColumn
{
	xfont-size: small;
	width: 10%;
}
TD.PreviewReportsCentreColumn
{
	xfont-size: x-small;
	xwidth: 70%;
	
}
TD.PreviewReportsRightColumn
{
	xfont-size: x-small;
	width: 20%;
	text-align:right;
	vertical-align :bottom;
	
}


TD.PreviewReportsThickDivider
{
	border-top-color : #6699cc;
	border-top-style : solid;
	border-top-width : 4px;
	
}


TD.PreviewReportsThinDivider
{
	border-top-color : Silver;
	border-top-style : solid;
	border-top-width : 2px;
	
}

.footer
{
	height: 90px;
	background: url(../Images/Banner/fern_footer.gif) no-repeat 0 0
}