body {
           
             border:0px solid #ff0000;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}
body.hasSidebar {
                     border:0px solid #ff0000;
	background: #fff url(../../images/background.gif) top left repeat-y;
}
body.hasInterface {
  border:0px solid #ff0000;
	min-width:990px;

	/* Fix IE bug: min-width not supported */
	-width: expression((document.documentElement.offsetWidth < 970)? "970px": "auto" );
}


a {
	color: #0767A8;
	text-decoration: none;
                border:0px solid #ff0000;
        
}
a:hover {
    text-decoration: underline;
}
.menulink_new
{
                font-weight:normal;
                font-family:arial;
	font-size: 11px;
}
.menulink_new a {
	color: #000000;
	text-decoration: none;
       border:0px solid #ff0000;
       font-weight:normal;
       font-family:arial;
	font-size: 11px;
}
menulink_new a:hover {
    text-decoration: underline;
}


#oaHeader {
border:0px solid #00eeff;
	position: relative;
	background-color: #fff;
	height: 68px;
                width:99%;
}
#oaHeaderBranding {
border:0px solid #00eeff;
	position: absolute;
	left: 0;
	z-index: 3;
}

.brandingDefault {
	width:175px;
	height: 56px;
                padding-bottom:5px;
	background: url(../images/logo-wtag1.png) no-repeat;
	margin: 3px 0px 0px 3px;
	text-indent: -970px;
  /* Fix IE bug: transparent PNG support */
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-wtag1.png');
}

.brandingName {
	height: 48px;
	padding: 0 0 0 52px;
	line-height: 48px;
	font-size: 24px;
	font-weight: bold;
	color: #0fa64b;
	word-spacing: -0.4em;
}
.brandingName div {
	position: absolute;
	top: 8px;
	left: 16px;
	width: 36px;
	height: 34px;
	background: url(../images/logo-s.png) top left no-repeat;

	/* Fix IE bug: transparent PNG support */
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo-s.png');
}


#oaSearch {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 31px;
	width: 194px;
	color: #444;
	padding: 0;
  	border: 0;
  	margin: 0;
	background: url(../images/searchfull.png) 0px 0px no-repeat;
}

#oaSearch form {
	margin: 0;
	padding: 0;
}

#oaSearch input.search {
	position: relative;
	left: 32px;
	top: 7px;
	border: 0;
	margin: 0;
	width: 130px;
	height: 13px;
	background: none;
}


#oaSearch input.submit {
	position: absolute;
  	right: 9px;
  	top: 9px;
  	width: 12px;
  	height: 12px;
  	padding: 0;
  	margin: 0;
  	border: 0;
  	cursor: pointer;
  	background: url(../images/searchfull.png) -194px -9px no-repeat;
}

#oaSearch input.submit:hover, #oaSearch input.submit:focus{
  	background-position: -206px -9px;
}



/*	Navigation */

#oaNavigation {
border:0px solid #00eeff;
width:100%;
	position: relative;
	top: -24px;
	z-index: 2;
	height: 24px;
	border-bottom: 1px solid #d1d1d1;
	display:block;
}
#oaNavigation ul {
                border:0px solid #0000ff;
                width:80%;
               	margin: 0;
	padding: 0;
	list-style-type: none;
}

 #oaHeader ul {
border:0px solid #000000;
                 margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
                z-index: 4;
}

#oaNavigationTabs {
border:0px solid #000000;
	position: absolute;
	top: 1px;
	left: 175px;
	line-height: 26px;
	height: 29px;
	min-width: 300px;
	list-style-type: none;
	white-space: nowrap;
}

/*#oaNavigationTabs * {
	height: 29px;
}*/

#oaNavigationTabs li {
                border:0px solid #ff0000;
	float: left;
	margin: 0;
	background: url(../images/tab-body.gif) left 0px repeat-x;
}
#oaNavigationTabs li div.left {
	background: url(../images/tab-link.gif) left 0px no-repeat;
}
#oaNavigationTabs li.first div.left {
	background: url(../images/tab-lead-in.gif) left 0px no-repeat;
}
#oaNavigationTabs li.last div.right {
	background: url(../images/tab-lead-out.gif) right 0px no-repeat;
}
#oaNavigationTabs li.active,
#oaNavigationTabs li.active div.left {
	background-position: left -40px;
}
#oaNavigationTabs li.after-active div.left {
	background-position: left -80px;
}
#oaNavigationTabs li.active div.right {
	background-position: right -40px;
}
#oaNavigationTabs li div {
	overflow: hidden;
	height: 29px;
      float: left;
	/* Fix IE bug: div should wrap around contents */
	-overflow: visible;
	-width: 1px;
}
#oaNavigationTabs li span,
#oaNavigationTabs li a {
	height: 29px;
	display: block;
	float: left;
                font-weight:normal;
                font-family:arial;
	font-size: 11px;
	color: #444;
	padding: 4 6px 0 17px;
	white-space: nowrap;
}
#oaNavigationTabs li.last span,
#oaNavigationTabs li.last a {
	margin-right: 11px;
	-margin-right: 5px;
}
#oaNavigationTabs li.active span,
#oaNavigationTabs li.active a {
		background: url(../images/tab-body.gif) center -80px no-repeat;
	color: #fff;
}

#oaNavigationExtra {
	position: absolute;
	top: 0;
	right: 14px;
	color: #9c9c9c;
}
#oaNavigationExtra select:focus, #oaNavigationExtraTop select:focus {
	background-color: #fff;
}
#oaNavigationExtra img, #oaNavigationExtraTop img {
	position: relative;
	border: none;
}
#oaNavigationExtra a {
	color: #0767A8;
}
#oaNavigationExtra li {
	float: left;
	margin: 0 0 0 12px;
}

.switchTrigger {
  padding: 2px 14px 0px 5px;
  color: #444444;
  background: url("../images/arrow-d.gif") no-repeat right;
  cursor: pointer;
  margin-right: 2px;
}

.expanded .switchTrigger {
border:0px solid #ff0000;
  background: url("../images/arrowwh-d.gif") no-repeat right;
  background-color: #9c9c9c;
  color: white;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

.hover .switchTrigger {
  background: url("../images/arrowwh-d.gif") no-repeat right;
  background-color: #9c9c9c;
  color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.accountsPanel {
  display: none;
}

.expanded .accountsPanel {
	display: block;
	color: #444444;
	position: absolute;
	right: 0px;
	width: 151px;
	z-index: 100;
}

.expanded .switchTop {
  background: url('images/accountswitcher-header.png') no-repeat;
  height: 1px;
  overflow: hidden;
  /* Fix IE bug: transparent PNG support */
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/accountswitcher-header.png', sizingMethod='scale');
}

.expanded .switchDown {
  background: url('images/accountswitcher-footer.png') no-repeat;
  height: 15px;
  /* Fix IE bug: transparent PNG support */
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/accountswitcher-footer.png', sizingMethod='scale');
}

.expanded .switchMiddle {
  background: url('images/accountswitcher-shadow.png') repeat-y;
  padding-left: 3px;
  padding-right: 3px;
  z-index:200 ;
  /* Fix IE bug: transparent PNG support - it breaks hovering on LI, not sure why */
  -background: none;
  -filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/accountswitcher-shadow.png', sizingMethod='scale');
}

.expanded .switchMiddleBody {
	background: url('../mages/accountswitcher-gradient.png') repeat-x;
}

.expanded .label {
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  padding-left: 10px;
}

.expanded #accounts {
  padding-top: 5px;
}

#oaNavigationExtra .accountSwitcher {
	position: relative;
}

.accountSwitcherOverlay
{
  display: none;
  width: 100%;
  height:100%;
  position: fixed;
  left:0;
  top:0;
  background-color: red;
  opacity: 0; 
  z-index: 99;
}

#oaNavigationExtra .accountSwitcher li {
  padding-left: 10px;
  float: none;
  margin: 0px;
  line-height: 150%;
  overflow: hidden;
  -position: relative; /* IE6 alpafilter bug: http://www.hrunting.org/csstests/iealpha.html */
  z-index: 1;
}

#oaNavigationExtra .accountSwitcher li.opt {
	color: #9c9c9c;
	margin-top: 2px;
}

#oaNavigationExtra .accountSwitcher li.inopt {
  padding-left: 25px;
}

#oaNavigationExtra .accountSwitcher li.hover, #oaNavigationExtra .accountSwitcher .result ul li.hover a {
  background-color: #0767A8;
  color: white;
  cursor: pointer;
}

#oaNavigationExtra .accountSwitcher .result ul li a {
  display:block;
  padding:0pt;
  text-decoration:none;
}

#oaNavigationExtraTop {
border:0px solid #000000;
	padding-top: 12px;
	padding-right: 40px;
	color: #9c9c9c;
}
#oaNavigationExtraTop ul {

  float: right;
}
#oaNavigationExtraTop li {
  float: left;
  padding: 0 7px 0 7px;
}
#oaNavigationExtraTop li.infoUser, #oaNavigationExtraTop li.buttonHelp, #oaNavigationExtraTop li.buttonReportBugs {
	border-right: 1px solid #9c9c9c;
}

#oaNavigationExtraTop .buttonStartOver {
	font-weight: bold;
}


#oaMain {
border:0px solid #00ee00;
	margin-top: -24px;
width:100%;
}
#oaMain1 {
border:0px solid #00ee00;
	margin-top: -24px;
}


#oaSidebar {
	position: absolute;
	left: 0;
	width: 160px;
	margin: 0 1px 0 0;
	padding: 0 0 0 20px;
	color: #0767A8;
}

#oaSidebar h3 {
	margin: 20px 0 4px;
	font-size: 11px;
}
#oaSidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#oaSidebar ul li {
	margin: 0;
	padding: 0;
}
#oaSidebar #oaSidebarNavigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#oaSidebarNavigation li {
	background: url(../images/caret-u.gif) left 3px no-repeat;
}

#oaSidebarNavigation li.active{
display:inline;
}
#oaSidebarNavigation li.passive{
display:none;
}

#oaSidebarNavigation .top {
	background-image: url(../images/caret-t.gif);
	background-position: left 7px;
	padding: 4px 0;
}
#oaSidebarNavigation .first {
	padding-top: 4px;
	background-position: left 7px;
	border-top: 1px solid #ccc;
}
#oaSidebarNavigation .current {
	padding-bottom: 4px;
}
#oaSidebarNavigation a {
	display: block;
	padding: 0 0 0 20px;
                font-weight:normal;
                font-family:arial;
	font-size: 11px;
}

#oaSidebar #oaSidebarContext {
	border-bottom:1px solid #ccc;
	padding: 4px 0;
	padding-right: 3px;
}
#oaSidebarContext li {
	background: url(../images/box-0.gif) 18px 4px no-repeat;
	overflow: hidden;
	word-spacing:break-word;
}

#oaSidebarContext li.selected {
	background-image: url(../images/box-1.gif);
}

#oaSidebarContext a {
	display: block;
	padding: 0 0 0 36px;
}

#oaSidebarCustom select {
	width: 120px;
}

#oaSidebarShortcuts {
	border-top: 1px solid #ccc;
}
#oaSidebarShortcuts li {
	border-bottom: 0px solid #ccc;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 24px;
}
#oaSidebarShortcuts li a {
	padding: 0 0 0 20px;
}
#oaContents {
	margin: 0;
}
.hasSidebar #oaContents {
	margin: 0 0 0 91px;
}

#oaSection {
border:0px solid #ff0000;
	background: #fff url(../../images/section-body.gif) left -80px  repeat-x;
	height: 22px;
	line-height: 22px;
                width:808;
}
#oaSectionTabs {
	margin: 0 0 0 36px;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;
}
#oaSectionTabs li {
	float: left;
	margin: 0;
	background: url(../../images/section-body.gif) left 0px repeat-x;
}
#oaSectionTabs li div.left {
	background: url(../../images/section-link.gif) left 0px no-repeat;
}
#oaSectionTabs li.first div.left {
	background: url(../../images/section-lead-in.gif) left 0px no-repeat;
}
#oaSectionTabs li.last div.right {
	background: url(../../images/section-lead-out.gif) right 0px no-repeat;
}
#oaSectionTabs li.active,
#oaSectionTabs li.active div.left {
	background-position: left -40px;
}
#oaSectionTabs li.after-active div.left {
	background-position: left -80px;
}
#oaSectionTabs li.active div.right {
	background-position: right -40px;
}
#oaSectionTabs li div {
	overflow: hidden;
    float: left;
	/* Fix IE bug: div should wrap around contents */
	-overflow: visible;
	-width: 1px;
}
#oaSectionTabs li span,
#oaSectionTabs li a {
	display: block;
	float: left;
	font-weight:normal;
       font-family:arial;
	font-size: 11px;
	color: #444;
	padding: 0 6px 0 17px;
	white-space: nowrap;
}
#oaSectionTabs li.last span,
#oaSectionTabs li.last a {
	padding-right: 17px;
}
#oaSectionTabs li.active span,
#oaSectionTabs li.active a {
	color: #0767A8;
}
hr {
	display: block;
	border: none;
	border-top: 1px solid #ddd;

	height: 1px;
	margin: 4px 0 -8px;
	padding: 0;
}

select.switcher {
  	font-size: 10px;
  	width: 12em;
  	border: 1px solid #aaa;
}
select.switcher option {
  	font-size: 10px;
}
select.switcher optgroup {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-style: normal;
}

.stats-tz-warning {
    margin-top: 1em;
    border: 1px solid red;
    background-color: pink;
    padding: .5em;
    color: black;
    font-weight: bold;
}

span.required {
  font-weight: bold;
  color: red;
  font-size: 150%;
  line-height: 50%;
  position: relative;
  top: 0.3ex;
}

td.required-explanation {
  color: #606060;
  padding-bottom: 5px;
}

#oaFooter {
border-top:1px solid #e5e5e5;
	position: relative;
	background-color: #fff;
	height: 60px;
width:100%;

}
#oaFooterBranding {
width:100%;
border-top:1px solid #e5e5e5;
	position: absolute;
	left: 0;
	z-index: 3;
}
#oaNavigationExtrabut span {
padding-top:20px;
  float:left;
  padding-left:875px;
}

#oaSidebar #oaSubSidebarNavigation {
	border-top: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#oaSubSidebarNavigation li {
	background: url(../images/arrow_right.gif) left 4px no-repeat;
	
}

#oaSubSidebarNavigation .first {
	padding-top: 4px;
	background-position: left 9px;
	border-top: 0px solid #ccc;
}

#oaSubSidebarNavigation .current {
	padding-bottom: 4px;
}

#oaSubSidebarNavigation a {
	display: block;
	padding: 0 0 0 20px;
                font-weight:normal;
                font-family:arial;
	font-size: 11px;
}