/*
 ****************************************************************************
 *                                                                          *
 * Copyright 2010 SunGard. All rights reserved.                             *
 *                                                                          *
 * SunGard or its subsidiaries in the U.S. and other countries is the owner *
 * of numerous marks, including "SunGard," the SunGard logo, "Banner,"      *
 * "PowerCAMPUS," "Advance," "Luminis," "DegreeWorks," "fsaATLAS,"          *
 * "Course Signals," and "Open Digital Campus." Other names and marks used  *
 * in this material are owned by third parties.                             *
 *                                                                          *
 * This [site/software] contains confidential and proprietary information   *
 * of SunGard and its subsidiaries. Use of this [site/software] is limited  *
 * to SunGard Higher Education licensees, and is subject to the terms and   *
 * conditions of one or more written license agreements between SunGard     *
 * Higher Education and the licensee in question.                           *
 *                                                                          *
 ****************************************************************************

  AUDIT TRAIL: 8.4.1
    1. Defect 1-B37AGH                                        SVA
     Add audit trails.
         
  AUDIT TRAIL: 8.3.0.4
  1. Defect 1-AVVWPH                                         SVA 03/05/2010
   login "frame" of fixed width is too small to accomodate language 
   changes/translations. Need the width increased and frame to adjust based 
   on button overflow.
   
  AUDIT TRAIL END

  FILE NAME..: ie6.css
  RELEASE....: 8.4.1
  PRODUCT....: WTLWEB
  COPYRIGHT..: Copyright (C) SunGard 2009-2010. All rights reserved.
*/ /* Display Fixes for IE6 */
body {
	
}

* html #loginPanel .defaultButton2 {
	float: left;
}

* html #loginPanel .defaultButton2 div {
	float: left;
}  /* LOG IN */
#loginPanel #middle {
	margin-top: -26px;
	margin-bottom: -26px;
}

#loginPanel ol li input {
	margin: 0;
	width: 15em;
	border: 2px #369 solid;
	padding: 2px 4px;
}  /* Tabs */
* html .frameworkTabs li {
	float: left;
	height: 1%;
}

.frameworkTabs li.current span {
	float: left;
}

.frameworkTabs li a {
	float: left;
}  /* Global nav Links */
#globalNav {
	width: 152px;
}

#globalNav ul {
	margin-left: 3px;
	margin-right: 3px;
}  /* Browse Panel (a.k.a. global navigation) */
.browseButton {
	margin-left: 7px;
	width: 100px;
}

.browseButton div {
	margin-left: 0px;
	padding-left: 0px;
}

.browseButton div div {
	margin-right: 0px;
}

.browseTab {
	margin-left: 7px;
	width: 100px;
	margin-right: 8px;
	margin-top: -2px;
}

.browseTab div {
	height: 43px;
	margin-left: 0px;
	padding-left: 0px;
}

.browseTab div div {
	padding-right: 0px;
}  /* browse button position */
#areas {
	
}  /* browse menu container */
#browseMenuContainer {
	
}

* html .browseButtonDownArrow:link,* html .browseButtonDownArrow:active,* html .browseButtonDownArrow:visited
	{
	float: left;
	margin: 0px;
	margin-left: -1px;
	padding: 11px 0px 0px 0px;
	height: 28px;
	width: 100px;
}  /* DEFAULT BUTTONS */
* html .defaultButton div {
	float: left;
}

* html .findPageOverlay ul li a:link,* html .findPageOverlay ul li a:active,* html .findPageOverlay ul li a:visited
	{
	height: 1%;
}

.findPageOverlay {
	
}  /* SEARCH */
#search {
	margin: 0px 15px 0 0;
	float: right;
}

#searchField input.searchInput {
	margin: -2px 0px 0px 4px;
}

#searchField span.closeicon {
	
}

#searchField span.closeicon.enabled {
	
}  /*
#welcomemessage {	position: absolute;	left :30px;	right: 194px;}#pagebody {}
*/
#welcomemessage {
	margin: 0px 194px 0px 0;
	padding: 0;
	min-height: 92px;
}

#crumb {
	margin: 10px 0 0 0;
}

#pagebody {
	padding: 0 0 25px 0px;
	top: -5px;
	margin: 39px 0 0;
}

#pagebody.anonymous.home {
	text-align: center;
}

#pagebody.level4 {
	min-width: 100%;
	width: auto;
	margin: 0;
}  /* Header Links */
#pageheaderlinks {
	right: 245px;
}

#pagebody.anonymous.home {
	text-align: center;
}

#contentHolder {
	margin: 0;
	width: auto;
}  /*
#crumb {
	position: absolute;	top: 100px;
}*/
#crumb.level4 {
	position: relative;
	top: auto;
}

#content {
	width: 100%;
	height: 100%;
}

#content.level4 {
	overflow: auto;
}

#content.popup {
	top: 0px;
}
	
	/** -------------------------------------------------------------------------* Page Header* -------------------------------------------------------------------------*/
#pageheader { /*
*/
	margin: -5px 0 0;
}

#pageheader.popup {
	height: 43px;
	margin: -25px 0 0;
}

.buttonRow {
	margin-left: 10px; /* Defect 1-AVVWPH change from 55 to 10 else button may overflow beyond frame*/
	/*height: 27px; Defect 1-AVVWPH*/
	float: left;
}  /* level 3 items */
.items li a {
	border: 1px #fff solid;
}

.items li a:hover {
	border: 1px #999 solid;
	margin: 0px;
}

#outerFooter {
	bottom: -10px;
	margin: 0px 0 0px 0;
	padding: 0px;
}

#footerLinks {
	margin: 19px 0;
}  /* Main Menu Navigation */
.menubaseButton {
	width: 203px;
}

.menuSmallBaseButton {
	width: 70px;
}

#navigationcontrolSmall span.menucontainer {
	position: absolute;
	width: auto; /* set in the code IE6Patch*/
}  /* Bread Crumb */
.breadCrumb a.selected {
	color: #333333;
	font-weight: bold;
	border: 0px;
}