﻿@font-face
{
    font-family:Frutiger;
    src:url(FrutigerLTStd-BoldCn.otf);
}

/* BODY */
body{
    padding:0px;
    font:11px arial;
    background-color:#ffffff;
    color:#424242;
}

body.master
{
    background-image:url(images/bg-wide.gif);
    background-repeat:repeat-y;
    background-position:center top;
}
/* END BODY */

form
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:White;
}


.PortalHeaderBanner /*Displays the header for the portal */
{
	width:100%;
	text-align:right;
	margin: none;
    background:transparent url(images/lms_banner.jpg) no-repeat left top;
    height:115px;
    border-bottom:solid 1px #d9d9d9;
}

/* LMS.Master Positioning Setup to use Faux Columns*/
.MasterContentHolder
{
	position:relative;
	width:950px;
	background:transparent; 
}

.MasterContentMenuColumn
{
	width:170px;
	background:transparent;
	text-align:left;
	float:left;
	padding-bottom:1px;
}

.MasterContentContentColumn /* OK Bad name, but it fits */
{
	width: 769px;
	background:transparent;
	text-align:left;
	float:left;
	margin-left:11px;
	padding-bottom:1px;
}

.Clearor /*The Secret... love this hack, Makes faux columns work in both IE and FireFox*/
{
	clear:both;
}


.nametag /* Floating User tag to allow the user to know who's logged in */
{    
    float:right;
    vertical-align:middle;
    padding:7px 3px 0px 30px;
    height:22px;
    border-left:solid 1px #d9d9d9;
    border-right:solid 1px #d9d9d9;
    border-bottom:solid 1px #d9d9d9;
    background-image:url(images/welcome_window_bg.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

.portaltag /* Floating Portal tag to tell the user which portal they are in */
{
    float:right;
    vertical-align:top;
    padding:7px 3px 0px 30px;
    height:22px;
	border-left:solid 1px #d9d9d9;
    border-right:solid 1px #d9d9d9;
    border-bottom:solid 1px #d9d9d9;
    background-image:url(images/portal.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

.TitleCell /*The nice big title on each module page */
{
    width:759px;
    background-color:White;
    padding:0px 0px 10px 10px;    
    
}
.TitleErrorDisplay
{
	padding:5px 0px 5px 10px;
	border-bottom:solid 1px #d9d9d9;
}
.TitleCellSpacer
{
	padding:10px 0px 5px 0px;
	border-bottom:solid 1px #d9d9d9;
}
.ContentSpacer
{
	padding-top:5px;
}

/* END LMS.Master Positioning */

.ContentSectionHeader
{
	width:100%;
    border-bottom:solid 1px #d9d9d9;
    margin:20px 0 10px 0px;
    padding-bottom:10px;
}

.ContentBodyContainer
{
	float:left;
	margin-left:5%;
	background:transparent;
	text-align:left;
}

/* Side Menu Objects */
.SideMenu
{
	width:170px;
	background-image: url(images/sidebar_gradient.jpg);
	background-position:0px 69px;
	padding: 0px 0px 180px 0px;
    background-repeat: no-repeat;  
    margin:0;
}

/* FOOTER */
.Footer 
{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width:950px;
}

.FooterBottomBorder
{
	float:left;
	margin-top:1px;
	height:1px;
	width:950px;
	border-bottom:solid 3px #13b0de;
	padding-bottom: 5px;
}

.FooterTermsAndConditions
{
    border-right:solid 1px #999;
    padding:0px 10px;
    margin-top:25px;
    float:left;
}

.FooterPrivacy
{
    border-right:solid 1px #999;
    padding:0px 10px;
    margin-top:25px;
    float:left;
}

.FooterCopyright
{
    padding:0px 10px;
    margin-top:25px;
    float:left;
}

.FooterPoweredby
{
    float:right;
}

/* END Footer */

/******************************
 *  TITLES
 ******************************/
h1,h2,h3,h4,p{margin:0px;}
h1
{
    font-weight:normal;
    font:Verdana;   
    font-size:18px;    
    color:#3d5873;      /*Blue*/
}
h1 em
{
    font:Verdana;
    font-size:28px;
    font-weight:normal;
    color:#7f9d7c;      /*Green*/
}

h4 /*Used for Error Messages on the page */
{
	font: Verdana;
	font-size: 14px;
	font-weight:normal;
	color: Red;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d5873;
	font-weight: bold;
}
h3,gridheader{color:#000000;}

strong, em, h3, .infolabel, dt, dd, p, gridcell, gridheader, em a
{
    font-family: Tahoma;
    font-size:11px;
    font-weight:bold;
    font-style:normal;
}
strong, dt, strong a{color:#7f9d7c;}
em, dd{color:#3d5873;}
strong a:hover, em a:hover{color:#7f9d7c;}

.infolabel, p, gridcell{font-weight:normal; color:#424242; font-family:Arial; line-height:1.5em;}
h2,p,gridcell{margin-bottom:1em;}

/* MENU */
#master-menu a, .announceThumb a
{
	color:#3d5873;      /*Blue*/
	background-color:Transparent;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url(images/icon-triangle-green-left.gif);
	cursor:pointer;
	display: block;
	clear:left;
	margin: 3px 0 3px 10px;
	padding-left:10px;
}
#master-menu a:hover, .announceThumb a:hover
{
    color:#7f9d7c;
}

/* CSS Used in the User Input Controls */
.FieldLabel
{
	color:#000000;
	font-family: Tahoma;
    font-size:11px;
    font-weight:bold;
    font-style:normal;
    text-align:right;
    width:25%;
}

.TwoColumnInput
{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px; 
	background-color:White;
	
}
.FieldTextMedium
{
	width:180px;
	vertical-align:middle;
	font-weight:normal;
	color:#000000;
}

.FieldTextSmall
{
	width:130px;
	vertical-align:middle;
	font-weight:normal;
	color:#000000;
}

.FieldDropDownMedium
{
	width:186px;
	vertical-align:middle;
	font-weight:normal;
	color:#000000;
}

.UserInputContainer
{
	position:relative;
	width:100%;
	background:transparent; 
	vertical-align:middle;
	/*border:solid 1px Red;*/
}

.UserInputContainerLabel
{
	width:105px;
	background:transparent;
	text-align:left;
	float:left;
	vertical-align: middle;
	padding-right:10px;
	height:23px;
	padding-top:5px;
	/*border:solid 1px Black;*/
}

.UserInputContainerValue
{
	width: 220px;
	background:transparent;
	text-align:left;
	float:left;
	/*border:solid 1px Black;*/
}

.UserInputCalendarIcon
{
	padding-left:5px;
}

/* END Css Used in the User Input Controls */


.ButtonGroup
{
	border-top:solid 1px #d9d9d9;
	width:100%;
	margin-top:5px;
	padding-top:10px;
	text-align:right;
}

/* MENU ITEM CSS */
.MenuItemPanel
{
	background-image:url(images/icon-triangle-green-left.gif);
	background-repeat:no-repeat;
	padding-left: 10px;
	margin-left: 10px;
	/*border:solid 1px green;*/
	background-position:left center;
	

}
