﻿body
{
	background-color: #c5e3fe;
	font-size: 0.8em;
	line-height: 1.5;
	font-family:  Trebuchet MS, Verdana, Arial, Sans-Serif;
}

div
{
	margin: 0px;
	padding: 0px;
}

h1, .Headline1
{
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: #1481d3; /* Blue */
	/*color: #ff8001;*/ /* Orange */
}

h2, .Headline2
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: #1481d3;
}

h3, .Headline3
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	color: #1481d3;
}

p
{
	margin: 0px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

a
{
	color: #1481d3; /* Blue */
	/*color: #f40c00;*/ /* Red */
	text-decoration: underline;
}

a img
{
	border: none;
}

input, select, option, textarea
{
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
}

td, th
{
	padding: 5px;
}

ol.Alpha
{
	list-style-type: lower-alpha;
}

#Main
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 944px;
	height: auto;
}

#PreHeader
{
	width: 934px;
	height: auto;
	overflow: visible;
	padding: 0px 5px 10px 5px;
	color: #656464;
	clear: both;
	font-size: 0.85em;
	text-align: right;
}

#PreHeader a:link
{
	color: #656464;
	text-decoration: none;
}

#PreHeader a:visited
{
	color: #656464;
	text-decoration: none;
}

#PreHeader a:active
{
	color: #656464;
	text-decoration: none;
}

#PreHeader a:hover
{
	color: #656464;
	text-decoration: underline;
}

#Header
{
	background-image: url('/Resources/Images/Containers/topbanner.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 944px;
	height: 160px;
	position: relative;
}

/* Menus */

#MenuBar
{
	background-image: url('/Resources/Images/Containers/menu-bar.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 762px;
	height: 160px;
	padding-top: 3px;
	position: absolute;
	top: 1px;
	left: 90px;
	color: #ffffff;
}

#MenuBar div
{
	position: absolute;
	top: 3px;
	right: 0px;
}

#MenuBar div div
{
	background-color: #c5e3fe;
	color: #ffffff;
	text-align: left;
	position: relative;
	display: none;
}

#MenuBar div:hover div
{
	display: block;
}

#MenuBar div a
{
	/*
	padding: 2px 10px 2px 10px;
	margin-top: 5px;
	*/
	background-color: #83bbed;
	color: #ffffff;
	padding: 3px;
	text-decoration: none;
}

#MenuBar div a:hover
{
	background-color: #0085ce;
	color: #ffffff;
}

#MenuBar div div a
{
	/*
	Gray: #656565
	Light Blue: #c5e3fe
	Bright Blue: #0085ce
	*/	
	border-top: solid 1px #ffffff;
	background-color: #c5e3fe;
	color: #000000;
	padding: 3px;
	text-decoration: none;
	display: block;
	width: auto;
}

#MenuBar div div a:hover
{
	background-color: #0085ce;
	color: #ffffff;
}

#MenuItem_Home
{
	left: 115px;
}

#MenuItem_Overview
{
	left: 170px;
}

#MenuItem_Overview div
{
	width: 160px;
}

#MenuItem_StudentGroups
{
	left: 245px;
}

#MenuItem_StudentGroups div
{
	width: 160px;
}

#MenuItem_Results
{
	left: 355px;
}

#MenuItem_Results div
{
	width: 170px;
}

#MenuItem_Demo
{
	left: 420px;
}

#MenuItem_Demo div
{
	width: 270px;
}

#MenuItem_ContactUs
{
	left: 475px;
}

#MenuItem_OtherSolutions
{
	left: 560px;
	width: 105px;
}

#MenuItem_OtherSolutions div
{
	width: 210px;
}

/* End Menus */

#Body
{
	background-image: url('/Resources/Images/Containers/whitebackground1px.gif');
	background-position: center top;
	background-repeat: repeat-y;
	width: 944px;
	overflow: auto;
	padding-top: 10px;
}

#MainContent
{
	margin-top: 20px;
	overflow: visible;
}

#FooterLinks
{
	width: 944px;
	height: auto;
	overflow: auto;
	padding-top: 10px;
	text-align: center;
	color: #656464;
	clear: both;
	font-size: 0.9em;
}

#FooterLinks a:link
{
	color: #656464;
	text-decoration: none;
}

#FooterLinks a:visited
{
	color: #656464;
	text-decoration: none;
}

#FooterLinks a:active
{
	color: #656464;
	text-decoration: none;
}

#FooterLinks a:hover
{
	color: #656464;
	text-decoration: underline;
}

#FooterLinks p
{
	text-align: center;
}

#Footer
{
	background-image: url('/Resources/Images/Containers/bottom.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 944px;
	height: 15px;
}

#LeftColumn
{
	float: left;
	width: 680px;
	padding-left: 10px;
}

#RightColumn
{
	float: left;
	width: 229px;
	padding-left: 15px;
}

#SingleColumn
{
	/* White Box */
	/*
	background-color: #ffffff;
	border: solid 2px #aed3f3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	background: #ffffff url('/Resources/Images/Containers/lt-blue-wave-home.jpg') no-repeat scroll right top;
	margin: 0px 1px 0px 20px;
	padding: 0px 10px 10px 10px;
	overflow: auto;
}

#MultiColumnContainer
{
	width: 100%;
	overflow: auto;
}

#SectionBottomLinks
{
	clear: both;
	padding: 20px 0px 0px 0px;
	color: #656464;
	font-size: 0.9em;
	text-align: center;
}

#SectionBottomLinks a:link
{
	color: #656464;
	text-decoration: none;
}

#SectionBottomLinks a:visited
{
	color: #656464;
	text-decoration: none;
}

#SectionBottomLinks a:active
{
	color: #656464;
	text-decoration: none;
}

#SectionBottomLinks a:hover
{
	color: #656464;
	text-decoration: underline;
}

#Legal
{
	font-size: 0.9em;
	color: #656464;
	text-align: center;
	padding-top: 20px;
}

.ILLogoLink
{
	position: absolute;
	display: block;
	text-decoration: none;
	top: 69px;
	left: 21px;
	width: 160px;
	height: 40px;
}

.BlueBoxTop
{
	background-image: url('/Resources/Images/Containers/bluebox-top.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 227px;
	height: 12px;
	margin-left: 4px;
}

.BlueBoxMiddle
{
	background-image: url('/Resources/Images/Containers/bluebox-middle.gif');
	background-position: center top;
	background-repeat: repeat-y;
	width: 227px;
	color: #ffffff;
	overflow: visible;
	font-size: 0.9em;
	margin-left: 4px;
}

.BlueBoxMiddle h1, .BlueBoxMiddle h2, .BlueBoxMiddle h2
{
	color: #ffffff;
}

.BlueBoxMiddle a
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.BlueBoxMiddle ul
{
	list-style-type: none;
	margin: 0px 10px 0px -30px;
}

.BlueBoxMiddle li
{
	margin: 0px;
	text-align: left;
	padding-top: 10px;
}

.BlueBoxBottom
{
	background-image: url('/Resources/Images/Containers/bluebox-bottom.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 227px;
	height: 12px;
	margin-left: 4px;
}

.BlueBoxSectionHeader
{
	margin-bottom: 5px;
	padding: 0px 10px 5px 10px;
	font-weight: bold;
	border-bottom: solid 1px #ffffff;
	font-size: 1.3em;
}

.BlueBoxSectionHeader a
{
	text-decoration: none;
	font-weight: bold;
}

.BlueBoxSectionRow
{
	padding: 10px 10px 0px 10px;
	clear: both;
}

.BlueBoxCenteredRow
{
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.BlueBoxColumnLeft
{
	float: left;
	width: 117px;
	padding-right: 5px;
}

.BlueBoxColumnRight
{
	float: left;
	width: 80px;
}

.WhiteBox
{
	background-color: #ffffff;
	border: solid 2px #aed3f3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	overflow: auto;
}

.LightBlueBox
{
	background-color: #dff0fe;
	/*border: solid 2px #ff8001;*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
	overflow: auto;
}

.LightBlueBox h2
{
	color: #ce1900;
}

.Watermark
{
	font-style: italic;
	color: #d3d3d3;
}

.Validator
{
	font-weight: bold;
	color: #f40c00;
}

.SectionHeader
{
	padding: 20px 0px 5px 0px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: solid 2px #83bbed;
	clear: both;
}

.ContentHeader
{
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: solid 2px #aed3f3;
}

.SectionRow
{
	padding-bottom: 5px;
	overflow: auto;
	clear: both;
}

.SectionRowCentered
{
	padding-bottom: 5px;
	overflow: auto;
	clear: both;
	text-align: center;
}

.SectionRowSpacer
{
	height: 15px;
	clear: both;
}

.PaddedRow
{
	padding-bottom: 15px;
}

.TwoColumnContent
{
	float: left;
	width: 625px;
	margin-bottom: auto;
}

.TwoColumnContentWhite
{
	background-color: #ffffff;
	border: solid 2px #aed3f3;
	float: left;
	width: 592px;
	padding: 10px;
}

.TwoColumnSidebarRight
{
	float: right;
	width: 238px;
	margin-left: 30px;
	margin-right: 10px;
}

.TwoColumnSidebarLeft
{
	float: left;
	width: 229px;
	margin-right: 30px;
}

.ThreeColumnLeft
{
	width: 200px;
	text-align: right;
	padding-right: 5px;
	float: left;
}

.ThreeColumnMiddle
{
	width: 240px;
	padding-right: 5px;
	float: left;
}

.ThreeColumnRightLong
{
	width: 665px;
	float: left;
}

.ThreeColumnRight
{
	width: 420px;
	float: left;
}

.FourColumn
{
	float: left;
	width: 200px;
	padding: 0px 5px 0px 5px;
}

.TextBoxLong
{
	width: 220px;
	border: solid 1px #83bbed;
	background-color: #ddecfa;
}

.TextBoxShort
{
	width: 100px;
	border: solid 1px #83bbed;
	background-color: #ddecfa;
}

.TextBoxMultiLineLong
{
	width: 400px;
	height: 100px;
	border: solid 1px #83bbed;
	background-color: #ddecfa;
	font-size: 1em;
}

.WatermarkLong
{
	width: 220px;
	color: #b4b4b4;
	font-style: italic;
	border: solid 1px #83bbed;
	background-color: #ddecfa;
}

.WatermarkShort
{
	width: 100px;
	color: #b4b4b4;
	font-style: italic;
	border: solid 1px #83bbed;
	background-color: #ddecfa;
}

.Note
{
	font-size: 0.9em;
	color: #808080;
}

.WhiteNote
{
	font-size: 0.9em;
	color: #ffffff;
}

.CheckBox
{
	font-size: 0.9em;
}

.ModalDialog
{
	padding: 20px;
	text-align: center;
	background-color: #d6e9f9;
	border-style: solid;
	border-width: 2px;
	border-color: #aed3f3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.ModalDialogWhite
{
	padding: 20px;
	text-align: center;
	background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: #aed3f3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.ModalDialogWhite ul, .ModalDialogWhite li
{
	text-align: left;
}

.ModalDialogBackground
{
    background-color: #000000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.RequiredField
{
	color: #f40c00;
}

.BlueText
{
	/*color: #ff7f00; */
	color: #1481d3;
	font-weight: bold;
}

.RedText
{
	color: #f40c00;
	font-weight: bold;
}

.FloatingImageRight
{
	float: right;
	margin-left: 10px;
	margin-right: 125px;
}

.TestimonialAuthor
{
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
}

.SmartWrapper
{
	border: solid 1px #000033;
	padding: 15px;
	margin-top: 10px;
	overflow: auto;
}

.FinePrint
{
	padding-top: 50px;
	font-size: 0.8em;
}

.Quote
{
	color: #fb8e03;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Sans-Serif;
}

.QuoteIntro
{
	color: #fb8e03;
	font-weight: bold;
	font-size: 16pt;
	font-family: Verdana, Sans-Serif;
}

.OpenQuote
{
	position: relative;
	top: 20px;
	vertical-align: sub;
	line-height: 10pt;
	color: #fb8e03;
	font-weight: bold;
	font-size: 50pt;
	font-family: Arial;
}

.CloseQuote
{
	position: relative;
	top: 20px;
	vertical-align: sub;
	line-height: 10pt;
	color: #fb8e03;
	font-weight: bold;
	font-size: 40pt;
	font-family: Arial;
}

.QuoteAuthor
{
	padding-top: 5px;
	color: #000000;
	font-size: 7pt;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Verdana, Sans-Serif;
}

.ReturnToTopLink
{
	font-size: 10px;
	font-weight: normal;
	float: right;
}

.SidebarImage
{
	text-align: center;
	padding-bottom: 20px;
}

.SideBarStudentImage
{
	text-align: left;
	padding-bottom: 15px;
}

.WheelContainerEN
{
	width: 275px;
	height: 303px;
	background: #ffffff url('/Resources/Images/Misc/en/blue-wheel-big.gif') no-repeat scroll bottom center;
	position: relative;
	margin-right: 40px;
	float: left;
}

.WheelButtonTopLeft
{
	position: absolute;
	top: 31px;
	left: 2px;
}

.WheelButtonTopRight
{
	position: absolute;
	top: 31px;
	right: -2px;
}

.WheelButtonBottomLeft
{
	position: absolute;
	bottom: -5px;
	left: 2px;
}

.WheelButtonBottomRight
{
	position: absolute;
	bottom: -5px;
	right: -2px;
}

.WheelContentContainer
{
	min-height: 440px;
}

.WheelContentContainer h2, .WheelContentContainer .Headline2
{
	font-size: 1.8em;
	font-weight: normal;
	padding: 0px;
}

.WheelContentContainer h1, .WheelContentContainer .Headline1
{
	font-size: 1.9em;
	padding: 0px;
}

.WheelDetailsContainer
{
	width: 300px;
	float: left;
	overflow: visible;
}

.Clear
{
	clear: both;
}

.Amp
{
	font-family: Arial, Verdana, Sans-Serif;
}

.NoScript
{
	color: #f40c00;
	text-align: center;
	padding-bottom: 10px;
}

.HiddenAnchor
{
	color: #ffffff;
	font-size: 0px;
	line-height: 0;
}

.FBLikeSidebar
{
	margin: 20px 0px 0px 4px;
}

.FBLike
{
	margin: 20px 0px 0px 0px;
	width: 100%;
}