@import url("Footer.css");
@import url("Header.css");
@import url("Masters.css");
@import url("Page-Course-Details.css");
@import url("Page-Find-A-Course.css");
@import url("Page-Home.css");
@import url("Questions.css");
@import url("Subject-Buttons.css");
@import url("Table.css");
@import url("../../Common-Shared/Style-Sheets/Ajax-Controls.css");
@import url("../../Common-Shared/Style-Sheets/Article-Tabs.css");
@import url("../../Common-Shared/Style-Sheets/Box-Features.css");
@import url("../../Common-Shared/Style-Sheets/Business-Categories.css");
@import url("../../Common-Shared/Style-Sheets/Features-Books.css");
@import url("../../Common-Shared/Style-Sheets/Features-Portraits.css");
@import url("../../Common-Shared/Style-Sheets/Forms.css");
@import url("../../Common-Shared/Style-Sheets/Forms.css");
@import url("../../Common-Shared/Style-Sheets/Grid.css");
@import url("../../Common-Shared/Style-Sheets/Knowledge-Categories.css");
@import url("../../Common-Shared/Style-Sheets/Left-Menu.css");
@import url("../../Common-Shared/Style-Sheets/Membership.css");
@import url("../../Common-Shared/Style-Sheets/Side-Bar.css");
@import url("../../Common-Shared/Style-Sheets/Site-map.css");

/* ------------------- */
/* General HTML Styles */
/* ------------------- */
html 
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	list-style: none;
	outline: none;
}

img, fieldset 
{
	border: 0;
}

body 
{
	background: #e2f6fc url("../Images/Misc/Background.jpg") top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	outline: none;
}

p
{
	margin: 10px 0px 10px 0px;
	line-height: 16px;
}

h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 5px;
}

h4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #336699;
	margin-bottom: 5px;
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 5px;
}

h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 5px;
}

.Large
{
	font-size: 16px;
}

a, a:link, a:visited, a:active
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover 
{
	color: #777777;
}

/* Used primarily for the Subject List on the home page */

a.Large, a.Large:link, a.Large:visited, a.Large:active
{
	color: #336699;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.Large:hover 
{
	color: #777777;
}

ol
{
	list-style: decimal outside;
}

ul
{
}

li
{
	margin-bottom: 5px;
}

/* --------------------------- */
/* Covers expanding list items */
/* --------------------------- */
.ListExpanderItem
{
	padding: 5px 0px 10px 0px;
}

/* ----- */
/* Hacks */
/* ----- */
div.Separator
{
	background:  url("../../Common-Shared/Images/Backgrounds/Dotted-Line.gif") top repeat-x;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}

div.FullDivider 
{
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #00a0c6;
	clear: left;
}

div.MiniDivider
{
	background:  url("../Images/Backgrounds/Dotted-Line.gif") center repeat-x;
}

div.FlushDivider 
{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	clear: both;
}

/* ---------------- */
/* Main Page Styles */
/* ---------------- */
.TinyWriting
{
	font-weight: normal;
	font-size: 10px;
}

.ErrorMessage
{
	font-weight: bold;
	color: Red;
}

.InfoMessage
{
	font-weight: bold;
	color: Green;
}

.LoggedOnText
{
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
}

.BackToTop
{
	text-align: right;
}

.Portrait
{
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	border: solid 2px #000000;
	float: left;
}

img.Diagram
{
	border: solid 2px #aaffaa;
}

div.HighlightedLink 
{
	background:  url("../Images/Misc/Bullet.gif") no-repeat left 50%;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px; 
	color: #336699;
	display: block;
}

/* Relates to the links that appear at the bottom of most content pages */

a.H2Link, a.H2Link:link, a.H2Link:visited, a.H2Link:active
{
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a.H2Link:hover 
{
	color: #339933;
	text-decoration: none;
}

/* ------------------ */
/* Splash page Styles */
/* ------------------ */
div#Splash 
{
	margin: 10px 0px 20px 0px;
}

/* ---------------- */
/* Home Page Styles */
/* ---------------- */
.HighlightOutline
{
	width: 50%;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}

.Highlight
{
	padding: 2px 2px 2px 2px;
	border-right: #000033 1px solid;
	border-top: #000033 1px solid;
	border-left: #000033 1px solid;
	border-bottom: #000033 1px solid;
	background-color: #e2f6fc;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}

.HighlightItemSmall
{
	margin: 2px 2px 2px 2px;
	text-align: center;
	width: 85px;
}

.HighlightItemLarge
{
	margin: 2px 2px 2px 2px;
	text-align: center;
	width: 170px;
}

.HighlightItemFull
{
	margin: 2px 2px 2px 2px;
	text-align: center;
	width: 100%;
}

a.HighlightItem,
a.HighlightItem:visited, 
a.HighlightItem:link, 
a.HighlightItem:active
{
	background-color: #00aae1;
	padding: 6px 0px 6px 0px;
	border-top: 2px solid #000033;
	border-left: 2px solid #000033;
	border-right: 2px solid #000033;
	border-bottom: 2px solid #000033;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 100%;
}
 
a.HighlightItem:hover
{
	color: #000033;
}
 


