﻿/* Fonts */
.XSmallBodyText
{
	font-size: 10px;
}

.SmallBodyText
{
	font-size: 15px;
}

.MediumBodyText
{
	font-size: 18px;
}

.LargeBodyText
{
	font-size: 22px;
}

.XLargeBodyText
{
	font-size: 38px;
}

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

/* Header Styles */
.LargeBoldHeader
{
	font-size: 32px;
	font-weight: bold;
}

.MediumBoldHeader
{
	font-size: 24px;
	font-weight: bold;
}

.SmallBoldHeader
{
	font-size: 16px;
	font-weight: bold;
}

.LargeHeader
{
	font-size: 24px;
}

.MediumHeader
{
	font-size: 18px;
}

.SmallHeader
{
	font-size: 13px;
	font-weight:bold;
}

/* Text Colours*/
.NavyBlueText
{
	color: #112840;
}

.BlueText
{
	color: #4576AA;
}

.LightBlueText
{
	color: #698EAB;
}

.GreenText
{
    color:#B8DC6E;
}

.WhiteText
{
	color: White;
}

.BlackText
{
	color: Black;
}

.GrayText
{
	color: Gray;
}

.RedText
{
	color: Red;
}

.OrangeText
{
	color: #FF7302;
}

/* Text Alignment */
.HorzAlignCentre
{
	text-align: center;
}

.HorzAlignLeft
{
	text-align: left;
}

.HorzAlignRight
{
	text-align: right;
}

.VAlignTop
{
	vertical-align: top;
}

.VAlignMiddle
{
	vertical-align: middle;
}

/* Link Styles */
.Link
{
	text-decoration: underline;
	padding: 0px 5px 0px 0px;
}

.NoUnderline
{
	text-decoration: none;
}

/* Line Spacing */
.SmallLineSpacing
{
	line-height: 15px;
}

.MediumLineSpacing
{
	line-height: 25px;
}

.LargeLineSpacing
{
	line-height: 35px;
}

/* Misc */
.Hidden {
	display: none;
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.Clear
{
	clear: both;
}

.Nowrap
{
	white-space: nowrap;
}


/* Lists */
.ListCallout
{
	margin: 0px 40px;
  line-height:1.5em;
  font-size: .9em;	
}

.HorzListFirstItem {
  list-style-type: none;
  display: inline;
  text-decoration: none;
	border-right: Solid 1px Gray;
  padding-right: 5px;  	
}

.HorzListItem {
  list-style-type: none;
  display: inline;
  text-decoration: none;
  padding: 0px 5px;
	border-right: Solid 1px Gray;
}

.HorzListLastItem {
	list-style-type: none;
  display: inline;
  text-decoration: none;
  padding-left: 5px;  
}

/* RSS */
.BlogEntry
{
	font-size: 11px;
}

/* AutoComplete Styles */
.AutoCompleteFlyout
{
	background-color: White;
	border: Solid 1px #EFEFEF;
	cursor: pointer;
	width: 400px;
	height: 150px;
	padding: 10px 0 0 0;
	text-align: left;
}

.AutoCompleteFlyoutItem
{
	background-color: Transparent;
	width: 400px;
	color: Black;
	font-family: Arial;
	font-size: 8pt;
}

.AutoCompleteFlyoutHilightedItem
{
	background-color: Transparent;
	width: 400px;
	color: Black;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
}

#AutoCompleteListDropDown
{
	width: 300px !important;
}

#AutoCompleteListDropDown div
{
	width: 300px !important;
}

/* Borders */
.WhiteBorder
{
  border: Solid 1px White;
}

.RedBorder
{
  border: Solid 1px Red;
}

.BlueBorder
{
  border: Solid 1px Blue;
}

.RedDottedBorder
{
  border: 1px dotted red;
}

/* Backgrounds */
.LightGrayBackground
{
  background-color: #EFEFEF;
}

/* Ads */

/* Lists */
ul.TickList
{
  list-style-image: url('../images/checktrans.gif');
  list-style-position: outside;  
  margin: 0px 30px;
}

ul.TickList LI
{
  line-height: 1.6em;
  margin: 10px;
}

/* Needed for MicrosoftAjaxTemplates */
.sys-template { display:none; }
