﻿/* @override 
	http://test.realosophy.com/static/styles/ClassBase.css
	http://www.realosophy.com/static/styles/ClassBase.css
*/

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.Clear
{
	clear: both;
}

.Nowrap
{
	white-space: nowrap;
}

/* @group Fonts */

/* Fonts */
.XSmallBodyText
{
	font-size: 10px;
}

.SmallBodyText
{
	font-size: 11px;
}

.MediumBodyText
{
	font: 14px ModernRE;
}

.LargeBodyText
{
	font-size: 22px;
}

.XLargeBodyText
{
	font-size: 64px;
}

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

/* @end */

/* @group Header Styles */

/* Header Styles */
.LargeBoldHeader
{
	font: 36px/24px SansMedium;
}

.MediumBoldHeader
{
	font: 36px SansMedium;
	padding-top: 0;
	padding-bottom: 0;
}

.SmallBoldHeader
{
	text-transform: uppercase;
	font: bold 12px SansRE;
}

.LargeHeader
{
	font-size: 21px;
}

.MediumHeader
{
	text-transform: capitalize;
	font-size: 1.1em;
}

.SmallHeader
{
	font-size: 12px;
	font-weight:bold;
}

/* @end */

/* @group Text Colors */

/* Text Colours*/
.NavyBlueText
{
	color: #f05139;
}

.BlueText
{
	color: #29c0e5;
}

.NProfileAdBanner {
	display: none;
	
}

.LightBlueText
{
	color: #84d2f5;
}

.GreenText
{
    color: #0f4257;
}

.WhiteText
{
	color: White;
}

.BlackText
{
	color: #404040;
	font-size: 11px;
}

.GrayText
{
	color: Gray;
	background-color: white;
	font: 16px ModernRE;
}

.RedText
{
	color: #f05139;
}

.OrangeText
{
	color: #f05139;
}

/* @end */

/* @group Text Alignment */

/* Text Alignment */
.HorzAlignCentre
{
	text-align: center;
}

.HorzAlignLeft
{
	text-align: left;
}

.HorzAlignRight
{
	text-align: right;
}

.VAlignTop
{
	vertical-align: top;
}

.VAlignMiddle
{
	vertical-align: middle;
}

/* @end */

/* @group Link Styles */

/* Link Styles */
.Link
{
	text-decoration: underline;
	padding: 0px 5px 0px 0px;
}

.NoUnderline
{
	text-decoration: none;
}

/* @end */

/* @group Line Spacing */

/* Line Spacing */
.SmallLineSpacing
{
	line-height: 1.4em;
}

.MediumLineSpacing
{
	line-height: 1.5em;
}

.LargeLineSpacing
{
	line-height: 2em;
}

/* @end */

/* @group Lists */

/* Lists */

ul.TickList
{
  list-style-image: url('../images/checktrans.gif');
  list-style-position: outside;  
  margin: 0px 30px;
	opacity: 1;
}

ul.TickList LI
{
  line-height: 1.6em;
  margin: 10px;
}

.ListCallout
{
	margin: 0px 40px 0px 24px;
  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;  
}

/* @end */

/* @group Autocomplete Styles */

/* 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: #3c3c3c;
	font: 9px SansRE;
}

.AutoCompleteFlyoutHilightedItem
{
	background-color: Transparent;
	width: 400px;
	color: #3c3c3c;
	font: bold 9pt SansRE;
}

#AutoCompleteListDropDown
{
	width: 300px !important;
}

#AutoCompleteListDropDown div
{
	width: 300px !important;
}

/* @end */

/* @group Borders */

/* Borders */
.WhiteBorder
{
  border: Solid 1px White;
}

.RedBorder
{
  border: Solid 1px #f05139;
}

.BlueBorder
{
  border: Solid 1px #29c0e5;
}

.RedDottedBorder
{
  border: 1px dotted red;
}

/* @end */

/* Backgrounds */
.LightGrayBackground
{
  background-color: #EFEFEF;
}

/* Needed for MicrosoftAjaxTemplates */
.sys-template { display:none; }

/* Misc */
.Hidden {
	display: none;
}
