/* -- Override Wings <body> declaration -- */

body {
  background-color: #ffffff;
  margin: 0px;
  font-size: 11px;
  font-family: Verdana, Geneva, Lucida, sans-serif;
}

#page-logo {
  display: block;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}

#page-title {
  background-color:#FFFFFF;
  display: block;
  width: 100%;
  padding: 7px 0px 7px 0px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0px;
  line-height: 11px;
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  voice-family: inherit;
  height: 14px; /* the correct height */
  text-align: right;
}

#page-tagline {
  display:none
}

#page-buttons {
  display: inline;
  padding-right: 5px;
}

#page-wrapper {
}

#page-content {
  display: block;
  background-color:#FFFFFF;
  position: absolute;
  left: 22%;
  padding: 15px;
  margin-top: 10px;
  height: auto;
  width: 54%; 
  max-width: 54%; 
}

#page-portlet-1 {
  position: absolute;
  display: block;
  width: 18%;
  left: 80%;
  line-height: 14px;
  padding: 5px;
  margin-top: 10px;


  margin-bottom: 5px;
  overflow: hidden;
  border: 0px dashed #999999;
}

#page-portlet-2 {
  position: absolute;
  display: block;
  width: 18%;
  margin-top: 5px;
  overflow: hidden;
}


/* the actual content */
#page-bottom {
  display: none;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

@media print {
   #page-content {   
    width: 100%; 
    max-width: 100%; 
    height: auto;
    position:relative;
    left: 0%;
    display:inline
   }
   #page-title { display:none }
   #page-logo { display:none }
   #page-portlet-1 { display:none }
   #page-portlet-2 { display:none }
}

a:link{
    text-decoration: underline;
}

a.ies_menuitem {
text-decoration: none;
}

a.ies_menuitem_selected {
color: #6699CC;
font-weight: bold;
text-decoration: none;
}

span.ies_hint {
     font-weight: bold;
     margin-left: 5px;
     color: #000099;
}


.ies_menu table tbody tr td {
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 2px;
border-top: 1px #ffffff solid;
background : #CCDDFF;
vertical-align: top;
}


td.blue {
    font-family: Verdana,Arial,Helvetica,SanSerif;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-right-value: 0px;
    padding-bottom: 0px;
    padding-left-value: 0px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    background-color: rgb(0, 0, 153);
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: rgb(255, 255, 255);
}

a.white {
color: #FFFFFF;
}

  
