﻿/*
Should contain all Styles used by Agility Modules
*/

.LearningManagementSystem{
    background: url('../Img/Backgrounds/LMSLoginBg.gif') no-repeat;
    width: 185px;
    height: 287px;
    margin-left: 6px;
    float: left;
    padding: 14px;
    font-size: 11px;
}

.LearningManagementSystem input[type=text]{
    border: none;
    border-top: solid 1px #b6c3cb;
    border-left: solid 1px #b6c3cb;
    height: 20px;    
}

.LearningManagementSystem .UsernameInput{
    width: 177px;
}

.LearningManagementSystem .PasswordInput{
    width: 104px;
}

.LearningManagementSystem .LoginButton {
    text-align: right;
    float: right;
    margin-top: 13px;
}
.LearningManagementSystem .LowerContent .LoginButton
{
    margin-top: 5px;
}
.LearningManagementSystem .LowerContent
{
    float: left;
    margin-top: 6px;
    width: 185px;
}
.LearningManagementSystem .LowerContent div
{
    float: left;
    width: 185px;
}
.SplashRotatorContainer {
    float: left;
    position: relative;
}

#splashRotatorNav {
    position:absolute;
    right:0;
    top:296px;
    z-index:999;
}

#splashRotatorNav a {
    border: none;
    background: #000;    
    padding: 3px 5px;
    margin: 0;
    text-decoration: none;
    color: #fff;
}

#splashRotatorNav a.activeSlide { 
    background: #ccc;
    color: #000;    
}

#splashRotatorNav a:hover {     
     font-weight: bold;
}

#splashRotatorNav a:focus { outline: none; }

.NewsListing .Details h1{    
    margin: 0;
    /*font-size: 20px;
    font-weight: bold;*/
}

.NewsListing .Details h3{
    margin: 0;
    margin-bottom: 1.5em;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.NewsArchive h1,
.NewsListing h1{
   font-weight: 400;
    font-size: 20px;  
    color: #6c983f;
}


.NewsListing .NewsBlock {
    margin-bottom: 2.5em;
}

.NewsListing .NewsBlock h2 {
    color: #1B559B;
    margin: 0;  
    font-size: 16px;  
}

.NewsListing .NewsBlock h3 {
    color: #000;
    margin: 0;  
    font-size: 12px;  
    font-weight: normal;
}

.NewsListing .moreDetails {
    font-weight: normal;
}

.NewsListing .Pager .PageLink:after,
.NewsListing .Pager .Current:after{
    content: " | ";
}
.NewsListing .Pager a,
.NewsListing .Pager a:visited {
    text-decoration: none;
}

.NewsListing .ArchivedNewsSummary {
    width: 550px;
}

.NewsListing .ViewArchiveYear {
    margin: 1.75em 0;
}

.NewsListing .ReturnToNews a,
.NewsListing .ReturnToNews a:visited {
    font-size: 80%;
    font-weight: normal;
}

.SearchResult .SearchFrame{
    width: 870px;
    height: 1075px;
}

.SiteMapModule
{
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 300px;
    _height: 300px;
}

.SiteMapModule h1
{
    color:#1B559B;
    margin:0 0 13px;
}

.SiteMapModule .SiteMap
{
}

.SiteMapModule th,
.SiteMapModule td
{
    border: none;
    padding: 0 0 0 10px;
}
.SiteMapModule table
{
    margin: 0;
}
.SiteMapModule .RootNode
{
    background-color: #2B93D1;
	height: 16px;
	font-weight: bold;
	padding: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top:10px;
	width: 185px
}

.SiteMapModule .RootNode a
{
	font-weight: bold;
	text-decoration: none;
	margin-left: 15px;
    color: White;
}

.SiteMapModule .RootNode a:hover
{
	text-decoration: underline;
}
.SiteMapModule .ParentNode
{
	font-weight: bold;
}

.SiteMapModule .ParentNode a
{
	font-weight: bold;
	text-decoration: none;
	color: #2B93D1;
}

.SiteMapModule .LeafNode
{
}

.SiteMapModule .LeafNode a
{
    color: #2B93D1;
	text-decoration: none;
}

.SiteMapModule .LeafNode a:hover,
.SiteMapModule .ParentNode a:hover
{
	text-decoration: underline;
}