/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}





* { margin:0px; padding:0px; }
a { outline:none; }
li { list-style:none; }
a{ color:#FFF; }











/* Style for various uses of tabs */

#freedom li a {
  width:223px;
  height:30px;
  text-align:left;
  padding:5px 5px 4px 10px;
  background-color:#202020;
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size:0.688em;
  font-style:normal;
  border-bottom:1px #3b3b3b solid;
}
#freedom li a:hover {
  background-color:#0080c5;
  border-bottom:1px #019df1 solid;
}
#freedom li a.selected {
  background-color:#0080c5;
  color:#FFF;
  cursor:default;
  border-bottom:1px #019df1 solid;
}
#freedom li.ui-tabs-selected a{
  background-color:#0080c5;
  color:#FFF;
  cursor:default;
  border-bottom:1px #019df1 solid;
}

#freedom2 li a {
  width:223px;
  height:30px;
  text-align:left;
  padding:5px 5px 4px 10px;
  background-color:#202020;
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size:0.688em;
  font-style:normal;
  border-bottom:1px #3b3b3b solid;
}
#freedom2 li a:hover {
  background-color:#0080c5;
  border-bottom:1px #019df1 solid;
}
#freedom2 li a.selected {
  background-color:#0080c5;
  color:#FFF;
  cursor:default;
  border-bottom:1px #019df1 solid;
}
#freedom2 li.ui-tabs-selected a{
  background-color:#0080c5;
  color:#FFF;
  cursor:default;
  border-bottom:1px #019df1 solid;
}
.tabContainer {
  float:left;
  width:479px;
  height:280px;
  background:#181818;
}
.tabContainer p {
  text-align:left;
}

/* ----------- Homepage PDF Download -------------- */
#pdf_tab a {
  width:223px;
  height:30px;
  text-align:left;
  padding:5px 5px 4px 10px;
  background-color:#ff690b;
  display:block;
  text-decoration:none;
  font-weight:bold;
  font-size:0.688em;
  font-style:normal;
  color:#000000;
  border-bottom:1px #3b3b3b solid;
}
#pdf_tab a:hover {
  background-color:#0080c5;
  border-bottom:1px #019df1 solid;
}
#pdf_tab a.selected {
  background-color:#0080c5;
  color:#FFF;
  cursor:default;
  border-bottom:1px #019df1 solid;
}
#pdf_tab .ui-tabs-selected a{
  background-color:#0080c5;
  color:#FFF;
  cursor:default;
  border-bottom:1px #019df1 solid;
}

#pdf_tab img {
  vertical-align:top; 
  padding-left:4px;
}
/* ------- End Homepage PDF Download -------- */






