@media print {
  #popup-wrapper {
    visibility:hidden;
    height: 0px;
  }
  #printTable, #printTable * {
    visibility:visible;
  }
  #printTable {
    height: 100%;
    position:absolute;
    left:0;
    top:0;
  }

.dataview {
    background: #cbd6e0  !important;
    border: 1px solid #7d8893;
    font-size: 12px;
    box-shadow: 3px 3px 3px #aaaaaa; -moz-box-shadow: 3px 3px 3px #aaaaaa; -webkit-box-shadow: 3px 3px 3px #aaaaaa;
}

.dataview th {
    font-weight: bold;
    background: #cbd6e0;
    border-bottom: 1px solid #7d8893;
}

.dataview tr.subTitle {
    font-weight: bold;
}

.dataview tr.subTitle td {
    border-bottom: 1px solid #7d8893;
}

.dataview tr.subTotal td{
    font-weight: bold;
    border-bottom: 1px solid #7d8893;
    border-top: 1px solid #7d8893;
    background: #cbd6e0 !important;
}

.dataview td.total{
    font-weight: bold;
    border-left: 1px solid #7d8893;
    background: #cbd6e0 !important;
}

.dataview tr td {
    padding: 3px 8px;
    background: #fff;
}

.dataview thead td {
    font-weight: bold;
    border-bottom: 1px solid #999;
}

.dataview thead a {
    color: black;
    text-decoration: none;
}

.dataview tbody td {
    border-left: 1px solid #D9D9D9;
}

.dataview tbody tr.even td {
    background: #eee  !important;
}
}




#printTable{
    position:absolute;
    left:0;
    top:0;
    height: 0px;
    visibility:hidden;
}

body#libra {
   font:80.5% Arial,Helvetica,sans-serif; /* Sets base */
   color:#000;
   background-color:#fff;
}

* html body#libra {
  font:80% Arial,Helvetica,sans-serif; /* IE6 reset */
}

body, #popup-content, #framework-footer { 
  margin: 0;
  padding: 0;
}

p{
    text-align: left;
    margin-top: 0;
}

h4{
    text-align: left;
        margin: 0;
}

.smallbody { font-family: Arial, Helvetica, sans-serif; font-size: 9px; text-align: left; }

#popup-wrapper {
  min-width: 300px;
  width: expression((documentElement.clientWidth < 322) ? "300px" : "auto" );
}

#popup-content-padding {
  margin: 10px 15px 0 20px;
  clear: both;
}
#popup-banner {
  height: 73px;
  position: relative;
  margin: 0 15px 0 0;
}

#framework-footer {
  margin: 17px 15px 5px 20px;
  font-family: arial, sans-serif;
  font-size: 86%;
  color: #333;
  clear: both;
}
.camp-footer  #framework-footer {
  margin-left:0;
}

#framework-footer a {
  color: #366;
  text-decoration: none;
}

#popup-banner img {
  position: absolute;
  border: none;
}

#popup-banner h1, #popup-banner h2  {
  display: block;
  position: absolute;
  bottom: 12px;
  margin: 0;
  font-family: arial, sans-serif;
  font-size: 140%;
  color: #666;
  padding-left: 110px;
}

div.border { /* necessary to keep a real hr in the code for non-css, and avoid ie hr spacing bug */
  clear: both;
  height: 0px;
  margin: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
}

#popup-wrapper div.border hr {
  display: none;
}

.skiplinks {
  display:inline; 
  position:absolute; 
  visibility:visible; 
  top:-110px;
} 
.skiplinkShow { 
  background-color:#fcfcfc;
  padding:10px;
  border:1px solid #ccc; 
  visibility:visible; 
  left:125px;
  top:-10px; 
  display:block; 
  position:absolute; 
  z-index:100;
}

input{
    text-align:center;
}

input{
    background : #cbd6e0;
    border: 1px solid #7d8893;
    font-weight: bold;
}

br{
    margin:8px;
}

a{
 color: #222;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #555;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.page {
    background: #ffffff;
	width: 960px;
    box-shadow: 3px 3px 3px #aaaaaa;
    -moz-box-shadow: 3px 3px 3px #aaaaaa;
    -webkit-box-shadow: 3px 3px 3px #aaaaaa;
	margin-left: auto;
	margin-right: auto;
}

.siteHeader {
    color: #444444;
    font-size: 30px;
    padding-top: 25px;
    float: right;
    text-shadow: #666666 3px 3px 4px;
}

.pageContent {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer {
    font-size: 8px;
	text-align: right;
	padding: 8px;
	margin: 8px;
	border-top: 1px solid #c0c0c0;
	clear : both;
}

.siteMenu {
    width: 205px;
    vertical-align: top;
    padding-left: 35px;
    padding-top: 5px;
}

.siteMenuLink{
    text-decoration: none;
    color: black;
}

.roundedBorder {
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.ribbon {
    behavior: url(lib/pie/PIE.htc); 
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 3px 3px 3px #aaaaaa; -moz-box-shadow: 3px 3px 3px #aaaaaa; -webkit-box-shadow: 3px 3px 3px #aaaaaa;
    background : #cbd6e0;
    border: 1px solid #7d8893;
    margin-bottom: 10px;
}

.panel{
    font-size: 12px;
    padding: 5px;
}

.panelTitle{
    color: #444444;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

.panelSubTitle{
    color: #444444;
    text-align: center;
}


.tab-row {
    line-height: normal;
    overflow:hidden;
}

#tab-panel{
    border-top: 1px solid black;
    margin:-1px; padding:1em 1em 0; clear:both;
}

#tab-panel span{
    display: none;
}


#tab-panel .selectedTab {
    display: block;
}

#header {
    
    width:100%;
    font-size:93%;
    line-height:normal;
}
#header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#header li {
    float:left;
    background:url("../images/norm_right.gif") no-repeat right top;
    margin:0px;
    margin-right:4px;
    padding:2;
}
#header a {
    display:block;
    background:url("../images/norm_left.gif") no-repeat left top;
    padding:5px 15px 4px;
}
#header .selected {
    background-image:url("../images/norm_right_on.gif");
}
#header .selected a{
    background-image:url("../images/norm_left_on.gif");
    padding-bottom:5px;
}


.genTable {
    border: 1px solid #7d8893;
    font-size: 12px;
}

.genTable thead tr {
    background: #cbd6e0;
    font-weight: bold;
    border-bottom: 1px solid #999;
}


.genTable tbody td {
    border-bottom: 1px solid #999;
    border-left: 1px solid #D9D9D9;
}

.genTable tbody tr.even td {
    background: #eee;
}

.dataview {
    background: #cbd6e0;
    border: 1px solid #7d8893;
    font-size: 12px;
    box-shadow: 3px 3px 3px #aaaaaa; -moz-box-shadow: 3px 3px 3px #aaaaaa; -webkit-box-shadow: 3px 3px 3px #aaaaaa;
}

.dataview th {
    font-weight: bold;
    background: #cbd6e0;
    border-bottom: 1px solid #7d8893;
}

.dataview tr.subTitle {
    font-weight: bold;
}

.dataview tr.subTitle td {
    border-bottom: 1px solid #7d8893;
}

.dataview tr.subTotal td{
    font-weight: bold;
    border-bottom: 1px solid #7d8893;
    border-top: 1px solid #7d8893;
    background: #cbd6e0 !important;
}

.dataview td.total{
    font-weight: bold;
    border-left: 1px solid #7d8893;
    background: #cbd6e0 !important;
}

.dataview tr td {
    padding: 3px 8px;
    background: #fff;
}

.dataview thead td {
    font-weight: bold;
    border-bottom: 1px solid #999;
}

.dataview thead a {
    color: black;
    text-decoration: none;
}

.dataview tbody td {
    border-left: 1px solid #D9D9D9;
}

.dataview tbody tr.even td {
    background: #eee;
}

.legendContainer {
    width:100%;
    padding-left: 40px;
    text-align: left;
    font-size: 12px;
}

.legend{
    border: 1px solid black;
    height: 10px;
    width: 10px;
    display: inline-block;
}

