﻿/* Styles the main navigation menu. */
.mainNavItem {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 0.82em;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 9px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-right: 5px;
	color: #4d4c49;
	text-decoration: none;
	text-align: left;
	background-image: url(images/nav_arrow_0.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

/* Styles the sub navigation menu. */
.subNavItem {
	width: 216px;
	font-family: Arial, sans-serif;
	font-size: 0.82em;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #92918d;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 2px;
	color: #4d4c49;
	text-decoration: none;
	text-align: left;
}

/* Styles the look of the main navigation menu on a mouse-over. */
.mainNavItemOver {
	background-image: url(images/nav_arrow_1.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #d02f14;
}

/* Styles the look of the main navigation menu on a mouse-over. */
.subNavItemOver {
	color: #d02f14;
}

/* Styles the file content navigation menu. */
.txt_ContentMenu { 
	font-family: Arial, sans-serif;
	font-size: xx-small; 
	color: #4D4C49;
	text-decoration: none;
}

/* Styles bullet points. */
.Bullet { 
	margin-top: 2px;
	margin-left: 25px;
	margin-bottom: 2px;
	list-style-image: url('Images/TF_Bullet.jpg');
	line-height:19px;
	text-align:justify
}

/* Styles bullet points where there is photograph aligned to the left of the image. */
.Bullet1 { 
	margin-top: 2px;
	margin-left: 205px;
	margin-bottom: 2px;
	list-style-image: url('Images/TF_Bullet.jpg');
	line-height:19px;
	text-align:justify
}

/* Styles horizontal lines. */
.Line {
	height: 1px;
	color: #BAD3F5;
	width:50%;
	text-align: center;
}

/* Styles table type 1 */
.Table { 
	border-style: solid;
	border-width: 1px;
	border: 1px solid #999999;
}

/* Styles table type 2 */
.TableStyle2 { 
	border: 1px solid #FFBD69;
	border-collapse: collapse;
}

/* Styles table type 3 */
.TableStyle3 { 
	border-style: solid;
	border-width: 1px;
}

/* Styles cell shading 1 */
.CellShade1 { 
	background-color: #DCF3F7;
}

/* Styles cell shading 2 */
.CellShade2 { 
	background-color: #CCFFFF;
}

/* 1st level headings - "major" headings with white text and red backgrounds. */
.txt_HeadingRed {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	background-color: #CA250E;
}

/* 2nd level headings - headings with white text and green backgrounds. */
.txt_HeadingGreen {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8BAF06;
}

.txt_CellBlue {
	font-family: Arial, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4E7DD1;
}

/* 3rd level headings - headings with dark blue text. */
.txt_HeadingBlue {
	font-family: Arial, sans-serif;
	font-size: 0.68em;
	font-weight: bold;
	color: #2967A5;
	text-decoration: none;
}

.txt_HeadingOrange {
	font-family: Arial, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}


/* 3rd level headings - headings with dark blue text. */
.txt_Blue {
	font-family: Arial, sans-serif;
	font-size: 0.68em;
	color: #2967A5;
	text-decoration: none;
}

.txt_LargeGreen {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	color: #8BAF06;
	text-decoration: none;
	text-align:justify;
}

.txt_Green {
	font-family: Arial, sans-serif;
	font-size: 0.68em;
	color: #8BAF06;
	text-decoration: none;
}

.txt_LargeRed {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #CA250E;
	text-decoration: none;
}

.txt_Red {
	font-family: Arial, sans-serif;
	font-size: 0.70em;
	color: #CA250E;
	text-decoration: none;
}

.txt_LargeBlue {
	font-family: Arial, sans-serif;
	font-size: 0.70em;
	color: #2967A5;
	text-decoration: none;
}

.txt_BoldLargeBlue {
	font-family: Arial, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	color: #2967A5;
	text-decoration: none;
}

.txt_LargeOrange {
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	color: #FF6600;
	text-decoration: none;
}

.txt_Orange {
	font-family: Arial, sans-serif;
	font-size: 0.68em;
	color: #FF6600;
	text-decoration: none;
	text-align: justify;
}


.txt_SmallOrange {
	font-family: Arial, sans-serif;
	font-size: 0.65em;
	color: #FF6600;
	text-decoration: none;
	text-align: justify;
}

.txt_LightBlue {
	font-family: Arial, sans-serif;
	font-size: 0.68em;
	color: #2967A5;
	text-decoration: none;
	text-align: justify;
}

/* Styles the colors of table cells containing labels. */
.txt_LabelledCellColors {
	background-color: #8AAF02;
}

/* Styles the normal text on the page - also applies to those in dropdowns and textboxes. */
.txt_Content { 
	font-family: Arial, sans-serif;
	font-size: 0.68em; 
	color: #4D4C49;
	text-align: justify;
}

.txt_Content1 { 
	font-family: Arial, sans-serif;
	font-size: 1.0em; 
	color: #4D4C49;
	text-align: justify;
}

/* Styles the normal text on the page with link underliness removed. */
.txt_ContentNoLinks { 
	font-family: Arial, sans-serif;
	font-size: 0.68em; 
	color: #4D4C49;
	text-decoration: none;
}

/* Styles warnings. */
.txt_Warning { 
	font-family: Arial, sans-serif;
	font-size: 0.65em; 
	color: #CA250E;
}

/* Styles the buttons on the page. */
.Buttons { 
	border: 1px, solid #CA250E;
	color: #CA250E;
	background-color: #FFFFFF;
	font-size: 10px;
}

/* Styles submit buttons. */
.txt_SubmitButton { 
	font-family: Arial, sans-serif;
	font-size: 0.68em; 
	color: #4D4C49;
}

/* Styles the dropdowns on the page. */
.Dropdown { 
	border: 1px, solid #CA250E;
	font-size: 12px;
}
A {
	text-decoration: none;
	color: #FF6600;
}