
/*========================================================*/
/*      Cascading Style Sheet for Reach for Training      */
/*              designed by Craig Moylan                  */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}

/* Body style */
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background:url(rftbg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #373737;
	scrollbar-3dlight-color: #373737;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #373737;
	scrollbar-highlight-color: #373737;
	scrollbar-track-color: #336799;
	scrollbar-shadow-color: #373737;
	scrollbar-darkshadow-color: #373737;
}

/* Catch-all to ensure text consistency */
table, tbody, tr, td, p, div {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
}

/* Establishes width of site */
.Site 
{
	height: 100%;
	width: 864px;
	background: #FFFFFF;
	border: #000000 1px solid;
}

/* Establishes top and bottom space */
.ESpace
{
	height: 17px;
	background: transparent;
}

.Header
{
	vertical-align: top;
	background: #FFFFFF;
	height: 90px;
}

/* Logo */
.Logo {
	vertical-align: top;
	padding-left: 15px;
	padding-top: 12px;
}

/* Login Search area */
.LoginSearch
{
	width: 100%;
	padding-right: 15px;
	padding-top: 16px;
	vertical-align: top;
	text-align: right;
}

/* Establishes navigation menu */
.NavBar
{
	vertical-align: top;
	background: #336799 url(enrol.png) no-repeat;
	background-position: right;
	padding-left: 5px;
}

/* Contains breadcrumbs */
.BreadcrumbCell {
	padding: 2px 0 0 0;
	color: #6F7984;
	font-weight: bold;
}

/* Sets main content area */
.ContentImage
{
	height: 30px;
	width: 100%;
	padding: 0px;
	vertical-align: top;
}

/* Sets main content area */
.ContentArea
{
	width: 100%;
	height: 100%;
	padding: 5px 15px 5px 15px;
	vertical-align: top;
}

/* Left content */
.ContentLeft {
	vertical-align: top;
	padding: 14px 22px 5px 5px;
	text-align: left;
	width: 218px;
}

/* Center content */
.ContentMain {
	vertical-align: top;
}

/* Establishes width of footer */
.Footer {
	width: 100%;
	height: 90px;
	background: #336799;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

/* Header seperator */
.HeaderSep {
	background: url(hsep.gif);
}

/* Applies to the command links (the ones that look like form buttons) */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active, .Button  {
	color: #000000;	
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}

a.CommandButton:hover {
	color: #336799;	
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
    text-transform: uppercase;
}

/* Applies to links that DNN has applied the "Normal" class to */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #6F7984;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #6F7984;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

/* Header Link */
a.HeaderLink:link, a.HeaderLink:visited, a.HeaderLink:active {
	color: #000000;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: none;
}

a.HeaderLink:hover {
	color: #000000;
	font-size: 8pt;
	text-transform: uppercase;
	text-decoration: underline;
}

/* Default link syle */
a:link, a:visited {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #336799;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

/* Applies to the breadcrumb links */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active  {
    text-decoration: none;
    color: #6F7984;
	font-size: 12px;
	font-weight: bold;
}

a.BreadcrumbLink:hover    {
    text-decoration: underline;
    color: #6F7984;
	font-size: 12px;
	font-weight: bold;
}

/* FooterNav */
a.FooterNav:link, a.FooterNav:visited {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
}

a.FooterNav:hover {
	color: #FFFFFF;
}

/* Footer text */
.FooterText {
	color: #FFFFFF;
}

/* Footer top text */
.FooterTopText {
	color: #CC0001;
}

/* Footer middle text */
.FooterMiddleText {
	color: #F5A040;
}

/* Footer bottom text */
.FooterBottomText {
	color: #009899;
}

/* For form labels, among other things */
span.SubHead {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

td.SubHead {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* Applies to the majority of text in the site */
.Normal {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

/* Bold, but still relatively normal, text */
.NormalBold {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

/* Bold red text for alerts and such */
.NormalRed {
	color: #900;
	font-weight: bold;
	font-size: 12px;
}

/* For the TDs that contain form fields */
td.NormalTextBox {
	padding: 3px;
	color: #000000;
	margin: 0;
	background: transparent;
	visibility: invisible;
}

/* For the form fields themselves */
.NormalTextBox {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

/* Catch-all for form elements */
select, input {
	font-size: 12px;
	color: #000000;
}

/* Outer container for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}

/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}

/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	color: #666;
	font-size: 12px; 
	font-weight: normal; 
	border: #f6f6f6 1px solid;
	padding: 1px 4px 1px 2px;
}

/* Inner, INNER(?) container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0px 0px 0px;
	background-color: #f6f6f6; 
	filter: none; 
	border: #999 1px solid;
	padding: 1px;
}

/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-size: 12px; 
	font-weight: normal;
	cursor: hand; 
	color: #fff;
	background: #444;
	border: #444 1px solid;
	padding: 1px 4px 1px 2px;
}

/* Elements we don't need to see */
.ModuleTitle_MenuArrow,
.ModuleTitle_RootMenuArrow,
.ModuleTitle_MenuBreak,
.ModuleTitle_MenuIcon {
	display: none;
}

span.Head {
	font-weight:bold;
	font-size:1.0em;
	color:#CC0001;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-weight:bold;
	font-size:1.5em;
	color:#000000;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2.first {
	font-weight:bold;
	font-size:1.3em;
	color:#CC0001;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2.second {
	font-weight:bold;
	font-size:1.3em;
	color:#F5A040;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2.third {
	font-weight:bold;
	font-size:1.3em;
	color:#009899;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.arrow1{
	height:10px;
	width:150px;
	background-image:url(arrow1.png);
	float:left;
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	font-weight: bold;
}

.arrow2{
	height:10px;
	width:150px;
	background-image:url(arrow2.png);
	float:left;
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	font-weight: bold;
}

.arrow3{
	height:10px;
	width:150px;
	background-image:url(arrow3.png);
	float:left;
	background-repeat:no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
	font-weight: bold;
}

h3 
{
	font-weight:bold; 
	color:#999999; 
	font-size:1em;
}

.standardbutton
{
	color: #FFFFFF;
	background-color: #CC0001;
	border-color: #336799;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

/* Home page formatting */
.HomeTable 
{
	margin-top: 15px;
   	margin-left: 6px;
   	margin-right: 1px;
}

.HomeLeftSpacer 
{
	width: 10px;
	vertical-align: middle;
}

.HomeRightSpacer {
	width: 70px;
	vertical-align: middle;
}

/* List item formatting */
ul li   {
    list-style-image: url(li.gif);
}

ul.Sub   {
    list-style-image: url(subli.gif);
}

li.Sub   {
    list-style-image: url(subli.gif);
    line-height: 20px;
}

/* Sub navigation formatting */

#ChildMenu
{
	margin: 0;
	padding: 0;
	width: 218px;
	
}

#ChildContainer
{
	padding: 0;
	margin: 0;
	background-color: #CC0001;
}

#ChildMenu ul { 
	border: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none; 
	list-style-image: none; 
}

#ChildMenu li
{
	display: block;
	background-color: #CC0001;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	height: 23px;
	border-bottom: 1px solid #fff;
}

#ChildMenu li a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 1px;
	border: 0;
	margin: 0; 
	height: 22px;
}

#ChildMenu a:hover, #ChildMenu a:focus, #ChildMenu a:active
{
	color: #cccccc;
}

#ChildMenu li.Header
{
	background-color: #336799;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	height: 23px;
	border-bottom: 1px solid #fff;
}

#ChildMenu li.Header a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 23px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
	border: none;
	margin:0px; 
	height: 22px;
	background-image:url(sub.png);
	background-repeat:no-repeat;
	background-position: 5px 4px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#ChildMenu li.Header a:hover, #ChildMenu li.Header a:focus, #ChildMenu li.Header a:active
{
	color: #FFFFFF;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	padding: 0 29px 0 5px;
	margin: 0;
	border: 0;
}

html>body #nav, #nav ul {
	float: left;
	list-style: none;
	padding: 0 32px 0 5px;
	margin: 0;
	border: 0;
}

#nav a 
{
	
	display: block;
	color: #ffffff;
	line-height: 25px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav a:hover {
	color: #dddddd;
}

#nav a.SelectedItem {
	color: #dddddd;
}

#nav li 
{
    list-style: none;
	float: left;
	padding: 0 18px 0 18px;
	z-index: 1002;
}

#nav li ul 
{
	background: #336799;
	position: absolute;
	left: -999em;
	height: auto;
	width: 244px;
	border: 0;
	margin-left: -18px;
	margin-right: 0;
	padding-right: 18px;
}

#nav li li 
{
	padding-left: 13px;
	width: 244px;
}

#nav li li a.hasChildren {
	background: #336799 url(arrow.gif) center right no-repeat;
	margin-right: -18px;
}

html>body #nav li li a.hasChildren {
	background: url(arrow.gif) center right no-repeat;
	margin-right: 11px;
}

#nav li ul ul 
{
	margin: -25px 0 0 231px;
	width: 285px;
}

html>body #nav li ul ul 
{
	margin: -25px 0 0 233px;
	width: 325px;
}

#nav li ul ul a
{
	width: 285px;
}

html>body #nav li ul ul a
{
	width: 325px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.hover ul ul, #nav li.hover ul ul ul, #nav li.hover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.hover ul, #nav li li.hover ul, #nav li li li.hover ul , #nav li li li li.hover ul {
	left: auto;
}

#enrol a
{
	display: block;
	color: #ffffff;
	line-height: 25px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

#enrol a:hover 
{
	color: #dddddd;
}