/******************************************************************************/
/*                                                                            */
/* @copyright module                                                          */
/*                                                                            */
/*                                                                            */
/* This file is designed for use with most browsers.                                                                 */
/*                                                                  */
/*                                                                  */
/* This CSS file was programatically generated using the configuration information from CssStyles_NoFontFamilyLargerSizes.properties.                                                                 */
/*                                                                  */
/*                                                                            */
/******************************************************************************/
/*  NOTE:  Comments inside CSS files cannot be nested inside each other.      */
/******************************************************************************/

/* BEGIN: PLACE & TOOL BAR Styles Leap */


/* END: PLACE & TOOL BAR Styles Leap */

/******************************************************************************/
/* Styles used in the skins                                                   */
/* These styles need to be defined in all themes for proper skin operation.   */
/******************************************************************************/

/* BEGIN: Leap Portlet Skin Styles */

/* Portlet outside border Green Skin */
.wpsLeapGreenSolidBorder {
   border-style:      solid;
   border-top-width:    1px;
   border-right-width:  1px;
   border-bottom-width: 1px;
   border-left-width:   1px;
   border-color:    #336666;
}

/* Portlet outside border Gold Skin */
.wpsLeapGoldSolidBorder {
   border-style:      solid;
   border-top-width:    1px;
   border-right-width:  1px;
   border-bottom-width: 1px;
   border-left-width:   1px;
   border-color:    #333300;
}

/* Portlet Title border White all Skins */
.wpsLeapWhiteSolidBorder {
   border-style:      solid;
   border-top-width:    1px;
   border-right-width:  1px;
   border-bottom-width: 1px;
   border-left-width:   1px;
   border-color:    #ffffff;
}

/* Green Line */
.wpsLeapGreenLine {
    background-color: #336666;
}

/* Gold Line */
.wpsLeapGoldLine {
    background-color: #333300;
}

/* Black Line */
.wpsLeapBlackLine {
    background-color: #000000;
}

/* Portlet Ttile */
.wpsLeapPortletTitle {
    font-family: Arial, sans-serif, Verdana, Helvetica;
    font-size: 11pt;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;	
}

/* Size of portlet titlebar icons */
.wpsLeapPortletTitleIcon {
    width: 9px;
    height: 8px;
}

/* left / right Spacing in Portlet Title Bar */
.wpsLeapPortletTitleBarSpacing {
    width: 6px;
}

/* Size of vertical spacing between portlets */
.wpsLeapVerticalPortletSpacing {
    height: 8px;
}
/* END: Leap Portlet Skin Styles */

    
/******************************************************************************/
/* Styles used in portlets                                                    */
/*                                                                            */
/*   Portlets should only use styles in this section.                         */
/*   They should not use any of the styles defined in other sections.         */
/******************************************************************************/

/* BEGIN: Leap Specific PORTLET content styles */
.wpsLeapActionButton {
   height: 10px;
   border-style:      solid;
   border-top-width:    1px;
   border-right-width:  1px;
   border-bottom-width: 1px;
   border-left-width:   1px;
   border-color:    #FFFFFF;
   white-space: nowrap;
   padding: 0px 0px;
   margin: 0px;
}

 /* Leap Link Text Action Buttons */
  .wpsLeapPortletActionButtonText, .wpsLeapPortletActionButtonText:visited, .wpsLeapPortletActionButtonText:hover, .wpsLeapPortletActionButtonText:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000033;
	text-decoration: none;
    white-space: nowrap;	
}

/* Leap Portlet's Unselected Button */
.wpsLeapUnselectedButton {
   height: 22px;
   border-top: 1px solid #6699CC;
   border-left: 1px solid #6699CC;

   border-bottom: 2px solid #003366;
   border-right: 2px solid #003366;

   background-color: #336699;

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color: #FFFFFF;
   cursor: pointer;

   white-space: nowrap;
   padding: 0px 0px;
   margin: 0px;
}

/* Leap Portlet's Selected Button */
.wpsLeapSelectedButton {
   height: 22px;
   border-top: 1px solid #00CCFF;
   border-left: 1px solid #00CCFF;

   border-bottom: 2px solid #006699;
   border-right: 2px solid #006699;

   background-color: #3399CC;

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color: #FFFFFF;
   cursor: pointer;

   white-space: nowrap;
   padding: 0px 0px;
   margin: 0px;
}

/* Leap Portlet's Multi Button */
.wpsLeapMultiButton {
   height: 22px;
   border-top: 1px solid #CCCC99;
   border-left: 1px solid #CCCC99;

   border-bottom: 2px solid #666633;
   border-right: 2px solid #666633;
   background-color: #999966;

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   color: #FFFFFF;
   cursor: pointer;

   white-space: nowrap;
   padding: 0px 0px;
   margin: 0px;
}

 /* Leap Text on Portlet Tabs */
  .wpsLeapPortletTabText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    white-space: nowrap;	
}
 
 /* Leap Link Text on Portlet Tabs */
  .wpsLeapPortletTabLinkText, .wpsLeapPortletTabLinkText:visited, .wpsLeapPortletTabLinkText:hover, .wpsLeapPortletTabLinkText:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
	text-decoration: none;
    white-space: nowrap;	
}

 /* Leap Course Title Text */
  .wpsLeapCourseTitleText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #336666;
}

 /* Leap Section Title Text */
  .wpsLeapSectionTitleText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #000033;
}
 
 /* Leap Portlet Text8 */
  .wpsLeapPortletText8 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000033;
}

 /* Leap Portlet Text8Bold */
  .wpsLeapPortletText8Bold {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #000033;
}

 /* Leap Link Text8 */
  .wpsLeapPortletLinkText8, .wpsLeapPortletLinkText8:visited, .wpsLeapPortletLinkText8:hover, .wpsPortletLinkText8:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

 /* Leap Portlet Text9 */
  .wpsLeapPortletText9 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000033;	
}

 /* Leap Link Text9 */
  .wpsLeapPortletLinkText9, .wpsLeapPortletLinkText9:visited, .wpsLeapPortletLinkText9:hover, .wpsPortletLinkText9:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

 /* Branding Link Text for Login */
  .wpsBrandingLinkText, .wpsBrandingLinkText:visited, .wpsBrandingLinkText:hover, .wpsBrandingLinkText:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #0000FF;
	text-decoration: underline;
    white-space: nowrap;	
}

/* Leap Field Error Text */
	.wpsLeapFieldErrorText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
	color: #FF0000;
}

/* Size of vertical spacing inside of portlets */
.wpsLeapVerticalSpacingInsidePortlets {
    height: 10px;
}

/* Size of horizontal spacing inside of portlets */
.wpsLeapHorizontalSpacingInsidePortlets {
    width: 10px;
}

/* Width of Left Side Portlet Section of My Courses */
.wpsLeapLeftSideWidthMyCourses {
    width: 280px;
}

.wpsLeapRideSideWidthMyCourses {
    width: 474px;
}
/* END: Leap Specific PORTLET content styles */


